body {
  font-family: 'Poppins';
}



html,
body {
    max-width: 100%;
    overflow-x: hidden
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    article[about*="/sitemap"] .col-md-4 li {
        font-size: 14px !important
    }
    article[about*="/sitemap"] .col-md-4 li a {
        font-size: 14px !important
    }
}

article[about*="/thank-you"] #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

img[src*=segment] {
    display: none
}

.blue-btn {
    -webkit-appearance: none;
    background: #00bbf0;
    color: white;
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

body.user-logged-in.page-view-case-study #main-wrapper,
body.user-logged-in.path-node #main-wrapper,
body.user-logged-in.page-view-reports #main-wrapper {
    margin: 120px 0;
    padding: 0 50px
}

body.user-logged-in.page-view-case-study #main-wrapper #block-bootstrap-xoriant-breadcrumbs,
body.user-logged-in.path-node #main-wrapper #block-bootstrap-xoriant-breadcrumbs,
body.user-logged-in.page-view-reports #main-wrapper #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

.underline-hover-effect {
    padding-bottom: .25rem;
    position: relative
}

.underline-hover-effect::after {
    position: absolute;
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/black-arrow.svg);
    height: 35px;
    width: 16px;
    right: -25px;
    top: 4px;
    right: -25px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .75s ease-out
}

.underline-hover-effect:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #00b23b;
    transition: all .75s ease-out
}

.underline-hover-effect:hover:before {
    width: 100%
}

.underline-hover-effect:hover:after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/green-arrow.svg);
    height: 40px;
    width: 20px;
    background-repeat: no-repeat;
    top: 4px;
    right: -30px;
    transition: all .75s ease-out
}

.green-arrow-effect {
    transition: all 1s
}

.green-arrow-effect:hover img[src*=green] {
    transition: all .75s;
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -ms-transition: all .75s;
    -o-transition: all .75s;
    transform: translateX(10px)
}

.l1-section-title {
     font-family: "Poppins";
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

@media only screen and (max-width:992px) {
    .l1-section-title {
        font-size: 23px;
        line-height: 26px
    }
}

ul {
    text-align: start
}

hr.brand-line {
    width: 85px;
    margin-bottom: 6px;
    margin-left: 0;
    height: 8px;
    background-color: #fff;
    border: 0
}

#block-bootstrap-xoriant-breadcrumbs .breadcrumb li {
    list-style: none;
    display: inline;
    padding-right: 10px
}

#block-bootstrap-xoriant-breadcrumbs .breadcrumb ol {
    margin-bottom: 0 !important;
    padding: 15px 15px 0 15px
}

#block-bootstrap-xoriant-breadcrumbs nav.breadcrumb {
    background: 0 0 !important;
    margin-left: 75px;
    font-size: 14px
}

#block-bootstrap-xoriant-breadcrumbs nav.breadcrumb li::before {
    content: ">";
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d
}

#block-bootstrap-xoriant-breadcrumbs nav.breadcrumb li:first-child::before {
    display: none
}

.hover-effect .products-row>div::before,
.hover-effect .products-row>div::after,
.hover-effect .grids::before,
.hover-effect .grids::after {
    content: "";
    position: absolute;
    display: block;
    top: 0
}

.hover-effect .products-row>div:before,
.hover-effect .grids:before {
    height: 100%;
    width: 0;
    right: 0;
    transition: all 1s cubic-bezier(0.075, .81, .165, 1);
    z-index: -99
}

.hover-effect .products-row>div:after,
.hover-effect .grids:after {
    background-color: transparent;
    height: calc(100% - 0px);
    width: 0;
    left: 0;
    transition: all 1s cubic-bezier(0.075, .81, .165, 1);
    z-index: -99
}

.hover-effect .products-row>div:hover,
.hover-effect .grids:hover {
    color: white !important;
    z-index: 99
}

.hover-effect .products-row>div:hover *,
.hover-effect .grids:hover * {
    color: white !important;
    z-index: 99
}

.hover-effect .products-row>div:hover a,
.hover-effect .grids:hover a {
    color: #0079c0 !important
}

.hover-effect .products-row>div:hover a span,
.hover-effect .grids:hover a span {
    color: #0079c0 !important
}

.hover-effect .products-row>div:hover:before,
.hover-effect .grids:hover:before {
    width: 100%
}

.hover-effect .products-row>div:hover:after,
.hover-effect .grids:hover:after {
    width: 100%;
    background-color: #45454a;
    color: white
}

.hover-effect .grids.col-lg-4:hover:before {
    width: 77%
}

.hover-effect .grids.col-lg-4:hover:after {
    width: 77%
}

.white-btn {
    -webkit-appearance: none;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

.white-btn a,
.white-btn a:link,
.white-btn a:visited,
.white-btn a:hover,
.white-btn a:active {
    color: white;
    text-decoration: none
}

.full-screen-width {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

.banner-text {
    position: absolute;
    color: white;
    left: 100px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    top: 50% !important;
    transform: translateY(-50%) !important
}

.banner-mobile-text {
    color: white;
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    margin-top: 33%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 20px
}

#block-webformblockforinvoicepage,
#block-webformblockforazureiotpage,
#block-webformblockforiotpage {
    padding: 100px 50px;
    font-family: "Poppins";
}

#block-webformblockforinvoicepage .field--name-field-webform-heading,
#block-webformblockforazureiotpage .field--name-field-webform-heading,
#block-webformblockforiotpage .field--name-field-webform-heading {
    font-weight: 500;
    font-size: 22px;
    margin: 10px 0
}

#block-webformblockforinvoicepage h2,
#block-webformblockforazureiotpage h2,
#block-webformblockforiotpage h2 {
    color: white;
    text-align: center;
    text-transform: uppercase
}

#block-webformblockforinvoicepage label,
#block-webformblockforazureiotpage label,
#block-webformblockforiotpage label {
    font-size: 14px
}

#block-webformblockforinvoicepage label[for=edit-privacy-text],
#block-webformblockforazureiotpage label[for=edit-privacy-text],
#block-webformblockforiotpage label[for=edit-privacy-text] {
    padding: 0;
    font-size: 14px
}

#block-webformblockforinvoicepage #edit-actions-submit,
#block-webformblockforazureiotpage #edit-actions-submit,
#block-webformblockforiotpage #edit-actions-submit {
    -webkit-appearance: none;
    background: #00bbf0;
    color: white;
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center;
    background-color: #3ca562;
    border: 0;
    margin: 0 auto;
    display: block;
    padding: 20px;
    width: 85%
}

#block-webformblockforinvoicepage .form-inline,
#block-webformblockforinvoicepage .form-inline input,
#block-webformblockforinvoicepage .form-inline .form-group,
#block-webformblockforazureiotpage .form-inline,
#block-webformblockforazureiotpage .form-inline input,
#block-webformblockforazureiotpage .form-inline .form-group,
#block-webformblockforiotpage .form-inline,
#block-webformblockforiotpage .form-inline input,
#block-webformblockforiotpage .form-inline .form-group {
    width: 100%
}

#block-webformblockforinvoicepage .form-required::after,
#block-webformblockforazureiotpage .form-required::after,
#block-webformblockforiotpage .form-required::after {
    color: white;
    content: "*";
    background-image: none
}

#block-webformblockforinvoicepage fieldset,
#block-webformblockforazureiotpage fieldset,
#block-webformblockforiotpage fieldset {
    margin-bottom: 20px
}

#block-webformblockforinvoicepage fieldset input,
#block-webformblockforazureiotpage fieldset input,
#block-webformblockforiotpage fieldset input {
    margin-top: 0;
    border-radius: 0;
    height: 41px;
    font-family: "Poppins";
    font-size: 14px
}

#block-webformblockforinvoicepage fieldset input::-moz-placeholder,
#block-webformblockforazureiotpage fieldset input::-moz-placeholder,
#block-webformblockforiotpage fieldset input::-moz-placeholder {
    color: #45454a;
    font-family: "Poppins";
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal
}

#block-webformblockforinvoicepage fieldset input::placeholder,
#block-webformblockforazureiotpage fieldset input::placeholder,
#block-webformblockforiotpage fieldset input::placeholder {
    color: #45454a;
    font-family: "Poppins";
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal
}

#block-webformblockforinvoicepage fieldset input:focus,
#block-webformblockforazureiotpage fieldset input:focus,
#block-webformblockforiotpage fieldset input:focus {
    box-shadow: none
}

#block-webformblockforinvoicepage .custom-switch.js-form-item-privacy-text,
#block-webformblockforazureiotpage .custom-switch.js-form-item-privacy-text,
#block-webformblockforiotpage .custom-switch.js-form-item-privacy-text {
    margin-bottom: 20px
}

#block-webformblockforinvoicepage .captcha,
#block-webformblockforazureiotpage .captcha,
#block-webformblockforiotpage .captcha {
    margin-bottom: 20px
}

#block-webformblockforinvoicepage label[for=edit-privacy-text].custom-control-label.checked::before,
#block-webformblockforazureiotpage label[for=edit-privacy-text].custom-control-label.checked::before,
#block-webformblockforiotpage label[for=edit-privacy-text].custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

#block-webformblockforinvoicepage label[for=edit-privacy-text].custom-control-label.checked::after,
#block-webformblockforazureiotpage label[for=edit-privacy-text].custom-control-label.checked::after,
#block-webformblockforiotpage label[for=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

#block-webformblockforinvoicepage strong#privacy_text-error,
#block-webformblockforazureiotpage strong#privacy_text-error,
#block-webformblockforiotpage strong#privacy_text-error {
    position: relative;
    left: -36px
}

#block-webformblockforinvoicepage .invalid-feedback,
#block-webformblockforazureiotpage .invalid-feedback,
#block-webformblockforiotpage .invalid-feedback {
    display: block;
    font-family: "Poppins";
    font-weight: 700;
    color: red;
    font-style: normal;
    text-transform: capitalize
}

#block-webformblockforinvoicepage .invalid-feedback .placeholder,
#block-webformblockforazureiotpage .invalid-feedback .placeholder,
#block-webformblockforiotpage .invalid-feedback .placeholder {
    font-style: normal
}

#block-webformblockforinvoicepage .error,
#block-webformblockforazureiotpage .error,
#block-webformblockforiotpage .error {
    display: block;
    font-size: 12px;
    color: red;
    margin-bottom: 0;
    padding-left: 3px;
    text-transform: capitalize;
    font-weight: 500
}

#block-webformblockforinvoicepage .form-tel,
#block-webformblockforazureiotpage .form-tel,
#block-webformblockforiotpage .form-tel {
    border: 1px solid #b8b8b8 !important
}

#block-webformblockforinvoicepage input[type=text],
#block-webformblockforinvoicepage input[type=tel],
#block-webformblockforinvoicepage input[type=email],
#block-webformblockforazureiotpage input[type=text],
#block-webformblockforazureiotpage input[type=tel],
#block-webformblockforazureiotpage input[type=email],
#block-webformblockforiotpage input[type=text],
#block-webformblockforiotpage input[type=tel],
#block-webformblockforiotpage input[type=email] {
    box-sizing: border-box !important;
    padding: 11px 7px !important;
    border: 1px solid #b8b8b8 !important;
    border-top-color: #999 !important;
    border-radius: 2px !important;
    background: #fcfcfa !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125) !important
}

.page-node-1904 #main-wrapper,
.page-node-2057 #main-wrapper,
.page-node-2056 #main-wrapper,
.page-node-2024 #main-wrapper,
.page-node-2021 #main-wrapper,
.page-node-6389 #main-wrapper,
.page-node-6255 #main-wrapper {
    padding-top: 100px
}

.page-node-1904 #block-bootstrap-xoriant-breadcrumbs,
.page-node-2057 #block-bootstrap-xoriant-breadcrumbs,
.page-node-2056 #block-bootstrap-xoriant-breadcrumbs,
.page-node-2024 #block-bootstrap-xoriant-breadcrumbs,
.page-node-2021 #block-bootstrap-xoriant-breadcrumbs,
.page-node-6389 #block-bootstrap-xoriant-breadcrumbs,
.page-node-6255 #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

.security-form {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    background: white;
    width: 30%;
    padding: 25px 35px;
    top: 75px;
    z-index: 2001;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s linear
}

.security-form .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url("/sites/default/files/media-icons/close.png");
    cursor: pointer
}

.security-form .error {
    color: red;
    font-size: 12px;
    font-weight: 500
}

.security-form .form-control {
    height: 32px
}

.security-form label[for=edit-privacy-text].custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

.security-form label[for=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.security-form .captcha img {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0
}

.security-form .captcha fieldset {
    width: 100% !important
}

.security-form .captcha fieldset label {
    margin: 0;
    font-size: 12px
}

.security-form .captcha .reload-captcha-wrapper {
    display: none
}

.security-form #edit-actions {
    margin-bottom: 0;
    text-align: center
}

.overlay {
    height: 100vh;
    width: 100%;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    justify-content: center;
    align-items: center
}

.hide {
    display: none !important
}

.hide-cis {
    opacity: 0 !important;
    visibility: hidden !important;
    display: unset !important;
    transition: opacity .3s linear
}

.scroll-hide {
    overflow: hidden
}

#l2-page .connect .field--name-field-expert-text {
    margin-right: 0 !important;
    cursor: pointer
}

#l2-page .prodenggird {
    margin: 50px 0 80px 0 !important
}

@media only screen and (max-width:898px) {
    #l2-page .prodenggird {
        margin-bottom: 0 !important
    }
    #block-breadcrumbs .breadcrumb,
    #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin: 0 !important
    }
    #block-breadcrumbs .breadcrumb li,
    #block-breadcrumbs .breadcrumb a,
    #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    hr.brand-line {
        margin-left: auto
    }
}

.banner-section {
    font-family: Roboto
}

.banner-section .banner-text {
    font-family: Roboto
}

.banner-section .button-right>div {
    height: 65px;
    background-color: #00bbf0;
    position: fixed;
    right: 0;
    top: 47%;
    z-index: 99;
    margin: 0;
    width: 80px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 10px 0 0 10px;
    padding: 10px
}

.banner-section .button-right>div a {
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-top: 30px;
    display: block;
    background: transparent !important
}

.banner-section .button-right>div a:before {
    content: "";
    background: url("/sites/default/files/media-icons/headset.png") 100% no-repeat;
    position: absolute;
    height: 29px;
    width: 27px;
    background-size: 100%;
    display: block;
    top: -30px;
    right: 16px
}

@media screen and (max-width:768px) {
    .speak-to-us>div {
        height: 70px;
        background-color: #00bbf0;
        position: fixed;
        right: 10px;
        z-index: 99;
        margin: 0;
        width: 70px;
        font-size: 9px;
        font-weight: normal;
        border-radius: 50%;
        padding: 10px
    }
    .speak-to-us>div a {
        color: #fff;
        font-family: "Poppins";
        font-size: 10px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        position: relative;
        margin-top: 30px;
        display: block;
        background: transparent !important
    }
    .speak-to-us>div a:before {
        content: "";
        background: url("/sites/default/files/media-icons/headset.png") 100% no-repeat;
        position: absolute;
        background-size: 100%;
        height: 25px;
        width: 23px;
        display: block;
        top: -25px;
        right: 14px
    }
    .banner-section .button-right {
        display: none !important
    }
}

@media only screen and (max-width:768px) and (min-width:992px) {
    .page-node-1904 #main-wrapper,
    .page-node-2057 #main-wrapper,
    .page-node-2056 #main-wrapper,
    .page-node-2024 #main-wrapper,
    .page-node-2021 #main-wrapper,
    .page-node-6389 #main-wrapper,
    .page-node-6255 #main-wrapper {
        margin-top: 0 !important
    }
}

@media screen and (max-width:768px) {
    .page-node-1904 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-2057 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-2056 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-2024 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-2021 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-6389 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-6255 #block-bootstrap-xoriant-breadcrumbs {
        display: none
    }
    .node--type-pressrelease #main-wrapper {
        padding: 0 !important
    }
    .node--type-pressrelease #header {
        background: black !important
    }
    .node--type-pressrelease #main-wrapper,
    .path-search #main-wrapper {
        padding: 0 20px;
        margin: auto;
        line-height: 24px;
        font-size: 14px
    }
}

@media only screen and (max-width:768px) and (min-width:992px) {
    .node--type-pressrelease #main-wrapper,
    .path-search #main-wrapper {
        margin-top: 0 !important
    }
}

@media screen and (max-width:768px) {
    .node--type-pressrelease #header,
    .path-search #header {
        background: black !important
    }
    .node--type-pressrelease #header nav,
    .path-search #header nav {
        background: black !important
    }
    .node--type-pressrelease #header.bg-white nav,
    .path-search #header.bg-white nav {
        background: white !important
    }
    .node--type-pressrelease p,
    .path-search p {
        margin: 10px 0;
        text-align: start
    }
    .node--type-pressrelease .list-group-item,
    .path-search .list-group-item {
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
    .node--type-pressrelease .bottom-footer p,
    .path-search .bottom-footer p {
        text-align: center
    }
    article[about*="/sitemap"] {
        padding: 20px 20px 0;
        margin: auto;
        line-height: 24px;
        font-size: 14px;
        margin-top: 40px
    }
    article[about*="/sitemap"] .col-md-4 {
        padding: 0
    }
    article[about*="/sitemap"] span.contentlink,
    article[about*="/sitemap"] a.contentlink {
        color: #1e1e1e;
        font-size: 17px;
         font-family: "Poppins";
        white-space: nowrap
    }
    article[about*="/sitemap"] li.contentbefore::before {
        content: "\\" !important;
        color: #00b23b !important
    }
    article[about*="/sitemap"] .page-title {
        color: #1e1e1e;
        font-size: 30px;
         font-family: "Poppins";
        white-space: nowrap;
        margin-bottom: 30px
    }
    article[about*="/sitemap"] .mt-6 {
        color: #1e1e1e;
        font-size: 20px;
         font-family: "Poppins";
        white-space: nowrap
    }
    article[about*="/sitemap"] .mt-6 a {
        color: #1e1e1e;
        font-size: 20px;
         font-family: "Poppins";
        white-space: nowrap
    }
    article[about*="/sitemap"] .mt-6 a:hover {
        color: #00b23b !important
    }
    article[about*="/sitemap"] hr.brand-line {
        background: #00b23b;
        margin-left: unset !important;
        height: 10px;
        width: 80px;
        margin-top: -70px
    }
    article[about*="/sitemap"] ul>li:before {
        content: "-";
        transform: none;
        color: #1e1e1e !important;
        top: 0;
        padding-right: 20px;
        font-size: 20px
    }
    article[about*="/sitemap"] p {
        text-align: start
    }
    article[about*="/sitemap"] h1,
    article[about*="/sitemap"] h3 {
        line-height: 24px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: 500;
        font-family: "Poppins";
        text-transform: capitalize
    }
    article[about*="/sitemap"] h3 {
        font-size: 18px
    }
    article[about*="/sitemap"] li {
        margin: 5px 0;
        font-size: 13.04px;
        text-align: start;
        list-style: none;
        line-height: 2rem !important;
        text-indent: -2em
    }
    article[about*="/sitemap"] li a {
        color: #45454a;
        font-size: 13.03px;
        font-family: "Mona Sans Regular";
        white-space: nowrap
    }
    article[about*="/sitemap"] li a:hover {
        color: #00b23b
    }
    article[about*="/sitemap"] ul {
        text-align: start
    }
    article[about*="/sitemap"] .block-field-blocknodepagebody:last-of-type {
        display: none
    }
    article[about*="/thank-you"] {
        padding: 50px 20px 0;
        margin: auto;
        line-height: 24px;
        font-size: 14px;
        margin-top: 40px
    }
    article[about*="/thank-you"] p {
        text-align: start
    }
    article[about*="/thank-you"] h1,
    article[about*="/thank-you"] h3 {
        line-height: 24px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: 500;
        font-family: "Poppins";
        text-transform: capitalize
    }
    article[about*="/thank-you"] h3 {
        font-size: 18px
    }
    article[about*="/thank-you"] li {
        margin: 5px 0;
        font-size: 14px;
        text-align: start
    }
    article[about*="/thank-you"] li a {
        color: #00bbf0
    }
    article[about*="/thank-you"] ul {
        text-align: start
    }
    article[about*="/thank-you"] .block-field-blocknodepagebody:last-of-type {
        display: none
    }
}

@media only screen and (min-width:898px) {
    #block-webformblockforinvoicepage,
    #block-webformblockforazureiotpage,
    #block-webformblockforiotpage {
        width: 40%;
        margin: 0 auto
    }
    .page-node-1904 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-2057 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-2056 #block-bootstrap-xoriant-breadcrumbs,
    .page-node-2024 #block-bootstrap-xoriant-breadcrumbs {
        display: none
    }
    .node--type-pressrelease #block-testblock {
        display: none
    }
    .node--type-pressrelease article[about*="/press-releases/"],
    .node--type-pressrelease article[about*="/news-events/"] {
        padding: 50px 100px;
        max-width: 1440px;
        margin: auto;
        line-height: 24px;
        font-size: 14px
    }
    .node--type-pressrelease article[about*="/press-releases/"] p,
    .node--type-pressrelease article[about*="/news-events/"] p {
        margin: 15px 0
    }
    article[about*="/thank-you"] {
        padding: 130px 100px 70px 100px;
        max-width: 1440px;
        margin: auto;
        line-height: 24px;
        font-size: 14px
    }
    article[about*="/thank-you"] li {
        margin: 5px 0;
        font-size: 14px
    }
    article[about*="/thank-you"] li a {
        color: #00bbf0
    }
    article[about*="/thank-you"] ul {
        text-align: start
    }
    article[about*="/thank-you"] .block-field-blocknodepagebody:last-of-type {
        display: none
    }
    article[about*="/thank-you"] h1,
    article[about*="/thank-you"] h3 {
        line-height: 24px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: 500;
        font-family: "Poppins";
        text-transform: capitalize
    }
    article[about*="/thank-you"] h3 {
        font-size: 18px
    }
    article[about*="/sitemap"] {
        padding: 30px 0 70px 100px;
        max-width: 1440px;
        margin: auto;
        line-height: 24px;
        font-size: 14px
    }
    article[about*="/sitemap"] .col-md-4 {
        padding: 0
    }
    article[about*="/sitemap"] span.contentlink,
    article[about*="/sitemap"] a.contentlink {
        color: #1e1e1e;
        font-size: 17px;
         font-family: "Poppins";
        white-space: nowrap
    }
    article[about*="/sitemap"] li.contentbefore::before {
        content: "\\" !important;
        color: #00b23b !important
    }
    article[about*="/sitemap"] .page-title {
        color: #1e1e1e;
        font-size: 30px;
         font-family: "Poppins";
        white-space: nowrap;
        margin-bottom: 30px
    }
    article[about*="/sitemap"] .mt-6 {
        color: #1e1e1e;
        font-size: 20px;
         font-family: "Poppins";
        white-space: nowrap
    }
    article[about*="/sitemap"] .mt-6 a {
        color: #1e1e1e !important;
        font-size: 20px;
         font-family: "Poppins";
        white-space: nowrap
    }
    article[about*="/sitemap"] .mt-6 a:hover {
        color: #00b23b !important
    }
    article[about*="/sitemap"] hr.brand-line {
        background: #00b23b;
        height: 10px;
        width: 80px;
        margin-top: 40px
    }
    article[about*="/sitemap"] ul>li:before {
        content: "-";
        transform: none;
        color: #1e1e1e !important;
        top: 0;
        padding-right: 20px;
        font-size: 20px
    }
    article[about*="/sitemap"] li {
        margin: 5px 0;
        font-size: 17px;
        list-style: none;
        line-height: 2rem !important;
        text-indent: -2em
    }
    article[about*="/sitemap"] li a {
        color: #45454a;
        font-size: 17px;
        font-family: "Mona Sans Regular";
        white-space: nowrap
    }
    article[about*="/sitemap"] li a:hover {
        color: #00b23b
    }
    article[about*="/sitemap"] ul {
        text-align: start
    }
    article[about*="/sitemap"] .block-field-blocknodepagebody:last-of-type {
        display: none
    }
    article[about*="/sitemap"] h1,
    article[about*="/sitemap"] h3 {
        line-height: 24px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: 500;
        font-family: "Poppins";
        text-transform: capitalize
    }
    article[about*="/sitemap"] h3 {
        font-size: 18px
    }
    #block-breadcrumbs .breadcrumb,
    #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        font-size: 14px
    }
    #block-breadcrumbs .breadcrumb li,
    #block-breadcrumbs .breadcrumb a,
    #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
}

@media only screen and (min-width:992px) {
    #header {
        top: 0
    }
    .know-more .banner-text-abs .banner {
        margin-bottom: 20px
    }
    .banner.thoucentric span span {
        font-size: 45px;
        color: #00b23b;
        font-weight: bold
    }
}

.upcoming-events.events-row {
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    justify-content: center
}

.upcoming-events .events-col {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.upcoming-events .events-box {
    border: 1px solid #fff;
    padding: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.upcoming-events .events-col:nth-child(1) {
    padding: 50px 25px 50px 50px
}

.upcoming-events .events-col:nth-child(2) {
    padding: 50px 25px 50px 25px
}

.upcoming-events .events-col:last-child {
    padding: 50px 50px 50px 25px
}

.upcoming-events .events-title {
    font-family: "Poppins";
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    margin-right: 25px
}

.upcoming-events .events-logo {
    display: block;
    margin-bottom: 25px;
    width: auto;
    height: 70px
}

.upcoming-events .events-button {
    font-family: "Poppins";
    font-size: 18px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 20px
}

@media(min-width:991px) and (max-width:1250px) {
    .upcoming-events .events-col:nth-child(1) {
        padding: 30px 15px 30px 30px
    }
    .upcoming-events .events-col:nth-child(2) {
        padding: 30px 15px 30px 15px
    }
    .upcoming-events .events-col:last-child {
        padding: 30px 30px 30px 15px
    }
    .upcoming-events .events-box {
        padding: 25px !important;
        height: 90%
    }
    .upcoming-events .events-title {
        font-size: 16px;
        margin-bottom: 15px;
        margin-right: 0
    }
    .upcoming-events .events-logo {
        width: auto;
        height: 60px;
        margin-bottom: 15px
    }
    .upcoming-events .events-button {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    #bannerCarouselIndicatorsMob .know-more.slide-fresher {
        top: 40% !important
    }
    #bannerCarouselIndicatorsMob .carousel-inner .carousel-item:nth-child(1),
    #bannerCarouselIndicatorsMob .carousel-inner .carousel-item:nth-child(2),
    #bannerCarouselIndicatorsMob .carousel-inner .carousel-item:nth-child(3) {
        height: 550px
    }
    .carousel-item:nth-child(1) .upcoming-events.events-row {
        background: url("/cdn/ff/C4ft6GhWRY6RQAWjTT0h_gGlVsQ1YY5SiDJ8Mbw_dBs/1653997157/public/2022-05/events-banner-1.jpg")
    }
    .carousel-item:nth-child(2) .upcoming-events.events-row {
        background: url("/cdn/ff/ZpKhb77t4Bm7-K70egz1UCVyaeYXw28GRmjGOprWmVo/1653997204/public/2022-05/events-banner-2.jpg")
    }
    .carousel-item:nth-child(3) .upcoming-events.events-row {
        background: url("/cdn/ff/7O4UbbPzWOtgDSPhnhKAfXMb_VK2ed1P_ckt5OZ_XXU/1653997245/public/2022-05/events-banner-3.jpg")
    }
    .upcoming-events.events-row {
        height: 100%
    }
    .upcoming-events .events-box {
        height: 90%
    }
    .upcoming-events .events-col:nth-child(1),
    .upcoming-events .events-col:nth-child(2),
    .upcoming-events .events-col:last-child {
        padding: 80px 50px 50px 50px
    }
    .upcoming-events .events-col:nth-child(1) .events-box {
        padding: 25px
    }
    .upcoming-events hr.brand-line.events-line {
        margin-left: 0 !important
    }
    .upcoming-events .events-title {
        font-size: 20px;
        margin-bottom: 20px
    }
    .upcoming-events .events-logo {
        height: 60px !important;
        width: auto;
        margin-bottom: 20px
    }
    .content div.security-form {
        width: 80%
    }
}

.page-view-self-service-client-stories {
    margin-top: 25px
}

.page-view-self-service-client-stories #main-wrapper {
    margin-top: 100px
}

.page-view-self-service-client-stories * {
    font-family: "Mona Sans Regular";
    font-size: 14px
}

.page-view-self-service-client-stories .view-filters {
    padding: 20px
}

.page-view-self-service-client-stories table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    width: 85%;
    margin: 0 auto
}

.page-view-self-service-client-stories table thead tr {
    background-color: #00b23b;
    color: #fff;
    text-align: left;
    font-weight: bold
}

.page-view-self-service-client-stories table th,
.page-view-self-service-client-stories table td {
    padding: 12px 15px
}

.page-view-self-service-client-stories table tbody tr {
    border-bottom: 1px solid #ddd
}

.page-view-self-service-client-stories table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3
}

.page-view-self-service-client-stories table tbody tr:last-of-type {
    border-bottom: 2px solid #00b23b
}

.page-view-self-service-client-stories table tbody a {
    font-weight: bold;
    color: #00b23b
}

.page-view-self-service-client-stories .pagination {
    margin: 10px 0
}

.page-view-self-service-client-stories .pagination .page-link {
    color: #00b23b;
    border: 1px solid white
}

.page-view-self-service-client-stories .pagination .page-link.active {
    background: #00b23b;
    background-color: #00b23b;
    color: #fff;
    border: 1px solid #00b23b
}

.page-view-self-service-client-stories .view-footer {
    display: flex;
    justify-content: center
}

.page-view-self-service-client-stories .view-footer a {
    -webkit-appearance: none;
    background: #00bbf0;
    color: white;
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center;
    background: #00b23b;
    margin: 20px
}



.node--type-home {
    max-width: 100% !important;
    overflow-x: hidden
}

.node--type-home #page {
    margin: 0;
    position: relative
}

.page-user-login #main-wrapper {
    margin-top: 100px
}

.page-user-login #main {
    padding: 35px;
    width: 100%
}

.page-user-login #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2") format("woff2"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-regular.woff") format("woff"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-regular.ttf") format("truetype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-regular.svg#Roboto") format("svg")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-500.woff2") format("woff2"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-500.woff") format("woff"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-500.ttf") format("truetype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-500.svg#Roboto") format("svg")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-700.woff2") format("woff2"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-700.woff") format("woff"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-700.ttf") format("truetype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-700.svg#Roboto") format("svg")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-900.eot");
    src: local("Roboto Black"), local("Roboto-Black"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-900.woff2") format("woff2"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-900.woff") format("woff"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-900.ttf") format("truetype"), url("/themes/custom/bootstrap_xoriant/css/../fonts/roboto-v20-latin/roboto-v20-latin-900.svg#Roboto") format("svg")
}

@font-face {
    font-family: "Mona Sans Ultra Light";
    font-style: normal;
    font-weight: 100;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-UltraLight.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Mona Sans Light";
    font-style: normal;
    font-weight: 200;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-Light.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Mona Sans Regular";
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-Regular.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Mona Sans Medium";
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-Medium.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Mona Sans Semi Bold";
    font-style: normal;
    font-weight: 500;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-SemiBold.woff2") format("woff2");
    font-display: swap
}

@font-face {
     font-family: "Poppins";
;
    font-style: normal;
    font-weight: 600;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-Bold.woff2") format("woff2");
    font-display: swap
}

@font-face {
     font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-ExtraBold.woff2") format("woff2");
    font-display: swap
}

@font-face {
     font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/Mona-Sans-Black.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Thin";
    font-style: normal;
    font-weight: 100;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-Thin.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Extra Light";
    font-style: normal;
    font-weight: 200;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-ExtraLight.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Light";
    font-style: normal;
    font-weight: 300;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-Light.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Regular";
    font-style: normal;
    font-weight: 400;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-Regular.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Medium";
    font-style: normal;
    font-weight: 500;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-Medium.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Semi Bold";
    font-style: normal;
    font-weight: 600;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-SemiBold.ttf") format("truetype");
    font-display: swap
}

@font-face {
     font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-Bold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Extra Bold";
    font-style: normal;
    font-weight: 800;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-ExtraBold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "League Spartan Black";
    font-style: normal;
    font-weight: 900;
    src: url("/themes/custom/bootstrap_xoriant/css/../fonts/LeagueSpartan-Black.ttf") format("truetype");
    font-display: swap
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
li,
a,
ul {
    font-family: "Poppins";
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #45454a;
    --primary: #0079c0;
    --secondary: #ff4e2e;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #45454a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #45454a;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0079c0;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #005283;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media(max-width:1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw)
    }
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

@media(max-width:1200px) {
    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw)
    }
}

h2,
.h2 {
    font-size: 2rem
}

@media(max-width:1200px) {
    h2,
    .h2 {
        font-size: calc(1.325rem + 0.9vw)
    }
}

h3,
.h3 {
    font-size: 1.75rem
}

@media(max-width:1200px) {
    h3,
    .h3 {
        font-size: calc(1.3rem + 0.6vw)
    }
}

h4,
.h4 {
    font-size: 1.5rem
}

@media(max-width:1200px) {
    h4,
    .h4 {
        font-size: calc(1.275rem + 0.3vw)
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw)
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw)
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

@media(max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw)
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: .875em;
    font-weight: normal
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "â€”Â "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #45454a
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #45454a;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8d9ed
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7ab9de
}

.table-hover .table-primary:hover {
    background-color: #a4cee8
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a4cee8
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #ffcdc4
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #ffa392
}

.table-hover .table-secondary:hover {
    background-color: #ffb7ab
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #ffb7ab
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #cbcbcc
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #9e9ea1
}

.table-hover .table-dark:hover {
    background-color: #bebebf
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #bebebf
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #45454a;
    border-color: #57575e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #45454a
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #57575e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #41b9ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #45454a;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2328a745'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%2345454a'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2328a745'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23dc3545'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23dc3545'stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%2345454a'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23dc3545'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23dc3545'stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    color: #45454a;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #45454a;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0079c0;
    border-color: #0079c0
}

.btn-primary:hover {
    color: #fff;
    background-color: #00619a;
    border-color: #00598d
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #00619a;
    border-color: #00598d;
    box-shadow: 0 0 0 .2rem rgba(38, 141, 201, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0079c0;
    border-color: #0079c0
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00598d;
    border-color: #005180
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 141, 201, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ff2e08;
    border-color: #fa2600
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #ff2e08;
    border-color: #fa2600;
    box-shadow: 0 0 0 .2rem rgba(255, 105, 77, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fa2600;
    border-color: #ed2400
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 105, 77, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #45454a;
    border-color: #45454a
}

.btn-dark:hover {
    color: #fff;
    background-color: #333336;
    border-color: #2c2c30
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #333336;
    border-color: #2c2c30;
    box-shadow: 0 0 0 .2rem rgba(97, 97, 101, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #45454a;
    border-color: #45454a
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2c2c30;
    border-color: #262629
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(97, 97, 101, .5)
}

.btn-outline-primary {
    color: #0079c0;
    border-color: #0079c0
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0079c0;
    border-color: #0079c0
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0079c0;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0079c0;
    border-color: #0079c0
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .5)
}

.btn-outline-secondary {
    color: #ff4e2e;
    border-color: #ff4e2e
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 78, 46, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ff4e2e;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 78, 46, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #45454a;
    border-color: #45454a
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #45454a;
    border-color: #45454a
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(69, 69, 74, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #45454a;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #45454a;
    border-color: #45454a
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 69, 74, .5)
}

.btn-link {
    font-weight: normal;
    color: #0079c0;
    text-decoration: none
}

.btn-link:hover {
    color: #005283;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #45454a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0079c0
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #41b9ff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #74cbff;
    border-color: #74cbff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.26l2.9742.99L82.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #0079c0;
    background-color: #0079c0
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='4'viewBox='0044'%3e%3cpathstroke='%23fff'd='M02h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 121, 192, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 121, 192, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'viewBox='-4-488'%3e%3ccircler='3'fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 121, 192, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 121, 192, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%2345454a'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #41b9ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #41b9ff;
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0079c0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #74cbff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0079c0;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #74cbff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #0079c0;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #74cbff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0079c0
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='30'height='30'viewBox='003030'%3e%3cpathstroke='rgba%280,0,0,0.5%29'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='30'height='30'viewBox='003030'%3e%3cpathstroke='rgba%28255,255,255,0.5%29'stroke-linecap='round'stroke-miterlimit='10'stroke-width='2'd='M47h22M415h22M423h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        flex: 1 0 0;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0079c0;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #005283;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0079c0;
    border-color: #0079c0
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0079c0
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #00598d
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 121, 192, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #ff4e2e
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #fa2600
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 78, 46, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #45454a
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #2c2c30
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(69, 69, 74, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #003f64;
    background-color: #cce4f2;
    border-color: #b8d9ed
}

.alert-primary hr {
    border-top-color: #a4cee8
}

.alert-primary .alert-link {
    color: #001f31
}

.alert-secondary {
    color: #852918;
    background-color: #ffdcd5;
    border-color: #ffcdc4
}

.alert-secondary hr {
    border-top-color: #ffb7ab
}

.alert-secondary .alert-link {
    color: #5a1c10
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #242426;
    background-color: #dadadb;
    border-color: #cbcbcc
}

.alert-dark hr {
    border-top-color: #bebebf
}

.alert-dark .alert-link {
    color: #0b0b0c
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0079c0;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #45454a;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0079c0;
    border-color: #0079c0
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #003f64;
    background-color: #b8d9ed
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #003f64;
    background-color: #a4cee8
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003f64;
    border-color: #003f64
}

.list-group-item-secondary {
    color: #852918;
    background-color: #ffcdc4
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #852918;
    background-color: #ffb7ab
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #852918;
    border-color: #852918
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #242426;
    background-color: #cbcbcc
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #242426;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #242426;
    border-color: #242426
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

@media(max-width:1200px) {
    .close {
        font-size: calc(1.275rem + 0.3vw)
    }
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
    bottom: calc(-0.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
    top: calc(-0.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #45454a
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M5.250l-44441.5-1.5L4.254l2.5-2.5L5.250z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'fill='%23fff'width='8'height='8'viewBox='0088'%3e%3cpathd='M2.750l-1.51.5L3.754l-2.52.5L2.758l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #0079c0 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #00598d !important
}

.bg-secondary {
    background-color: #ff4e2e !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #fa2600 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #45454a !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #2c2c30 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0079c0 !important
}

.border-secondary {
    border-color: #ff4e2e !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #45454a !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: normal !important
}

.font-weight-bold {
    font-weight: bold !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #0079c0 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #004974 !important
}

.text-secondary {
    color: #ff4e2e !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #e12200 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #45454a !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #202022 !important
}

.text-body {
    color: #45454a !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

body .fade-background {
    background: transparent;
    opacity: 0;
    visibility: hidden
}

body #page header nav .block-views-blocknavigation-block-1 .slide-up-down {
    top: -557px;
    transition: top 1s ease
}

body #page header nav#navbar-main.toggle-white {
    background-color: #fff !important;
    transition: background-color 1s ease
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    body #page header nav .block-views-blocknavigation-block-1 .slide-up-down {
        top: -600px !important
    }
    #page .ham-menu {
        height: 30px !important
    }
    #page header #navbar-main #block-views-block-navigation-block-2 .views-row {
        font-size: 14px !important;
        margin: 0 5px !important
    }
    #page header #navbar-main #searchAndDemoButtonBlock a.navbar-brand {
        margin-left: 20px
    }
    #page header #navbar-main #searchAndDemoButtonBlock .row {
        margin: 0 20px 0 0
    }
    #page header #navbar-main #searchAndDemoButtonBlock .row .search-nav {
        height: 45px
    }
    #page header #navbar-main #searchAndDemoButtonBlock .row .search-nav .ham-menu {
        margin: 0 0 0 10px
    }
    #page header #navbar-main #searchAndDemoButtonBlock .row .search-nav .header-contact-us {
        margin-left: 15px;
        font-size: 14px;
        padding: 10px 15px
    }
    #page header #navbar-main #searchAndDemoButtonBlock .row .carrer-tab.desktop a {
        font-size: 14px !important;
        margin: 0 6px !important
    }
    .highlighted .social-media {
        bottom: -610px !important
    }
}

.fixed #main-wrapper {
    visibility: hidden
}

@media only screen and (max-width:992px) {
    body.flash-active #main {
        padding-top: 120px !important
    }
    body.flash-active .banner-section.mobile {
        margin-top: 75px !important
    }
    body.flash-active #navbar-top {
        display: block !important;
        visibility: visible !important
    }
    body.flash-active .flash-box {
        display: block !important
    }
    body.flash-active .first-title {
        font-size: 12px !important;
        line-height: initial
    }
    body.flash-active .main-title {
        padding: 0 !important;
        border-left: 0 !important;
        text-align: start !important;
        line-height: inherit;
        font-size: 14px !important;
        display: block !important;
        margin: 0 !important;
        width: 90%
    }
    body.flash-active .button-box {
        padding: 5px 20px 5px 5px !important;
        margin-bottom: 5px
    }
    body.flash-active .button-box a {
        font-size: 10px !important;
        line-height: 12px !important
    }
    body.flash-active .close-flash {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width:992px) {
    body.flash-active #navbar-top {
        display: block !important;
        visibility: visible !important
    }
    body.flash-active #block-bootstrap-xoriant-breadcrumbs {
        margin-top: 117px !important
    }
    body.flash-active .fx-strip {
        top: 672px !important
    }
    body.flash-active .fx-strip.fx-box {
        top: 137px !important
    }
}

#page .header.active .carrer-tab.desktop a {
    color: #000 !important
}



#page header #navbar-top {
    background: #00b23b !important;
    padding: 5px 20px;
    visibility: hidden
}

#page header #navbar-top section,
#page header #navbar-top .view-content.row,
#page header #navbar-top .views-row {
    display: block;
    margin: 0
}

#page header #navbar-top .flash-box {
    display: flex;
    align-items: center;
    position: relative
}

#page header #navbar-top .first-title {
    font-family: "League Spartan Medium";
    font-size: 12px;
    letter-spacing: -.03em;
    text-align: center;
    color: #000;
    display: inline-block
}

#page header #navbar-top .main-title {
    font-family: "League Spartan Medium";
    font-size: 20px;
    letter-spacing: -.03em;
    text-align: center;
    color: #fff;
    margin: 0 30px;
    border-left: 2px solid #088832;
    padding: 0 30px;
    display: inline-block
}

#page header #navbar-top .button-box {
    display: inline-block;
    padding: 5px 25px 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px
}

#page header #navbar-top .button-box a {
    display: block;
    font-family: "Mona Sans Medium";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.05em;
    text-align: left;
    color: #fff;
    cursor: pointer;
    position: relative
}

#page header #navbar-top .button-box a:after {
    position: absolute;
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-white.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 5px;
    background-size: 100%;
    bottom: 2px;
    content: "";
    right: -15px
}

#page header #navbar-top .close-flash {
    position: absolute;
    display: block;
    height: 24px;
    width: 24px;
    right: 0
}

#page header #navbar-top .close-flash:after {
    position: absolute;
    background-image: url(/themes/custom/bootstrap_xoriant/images/close-flash-white.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-size: 100%;
    content: ""
}

#page header img.scroll {
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 1s ease
}

#page header img.logo {
    height: 40px;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease
}

#page header.active {
    background: white;
    z-index: 99999
}

#page header.active #navbar-main #block-views-block-navigation-block-2 .views-row {
    color: #000;
    transition: color 1s ease
}

#page header.active .carrer-tab.desktop a {
    color: #000
}

#page header.active img.scroll {
    height: 40px;
    opacity: 1;
    margin: 0 !important;
    visibility: visible;
    display: block;
    transition: opacity 1s ease
}

#page header.active img.logo {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease
}

#page header.active img.new-logo-white {
    display: none
}

#page header.active .ham-menu {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(91deg) brightness(109%) contrast(101%);
    transition: filter 1s ease
}

#page header.active .search-nav input[type=text] {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(91deg) brightness(109%) contrast(101%);
    transition: filter 1s ease
}

#page header #block-mobilebottomsection,
#page header #block-views-block-navigation-block-3 {
    display: none
}

#page header .ham-menu {
    background-image: url(/themes/custom/bootstrap_xoriant/images/menu-white.svg);
    cursor: pointer;
    background-repeat: no-repeat !important;
    height: 32px;
    width: 32px;
    margin: 0 15px;
    filter: none;
    transition: filter 1s ease
}

#page header .ham-menu.active {
    background-image: url(/themes/custom/bootstrap_xoriant/images/close.svg) !important;
    filter: none !important;
    margin-top: 4px !important
}

#page header .search-nav {
    padding: inherit
}

#page header .search-nav input[type=text] {
    padding-right: 25px !important;
    width: 0;
    font-family: "Mona Sans Medium";
    background-image: url(/themes/custom/bootstrap_xoriant/images/search-white.svg) !important;
    transition: width .4s cubic-bezier(0, .795, 0, 1), background-image 1s ease !important;
    cursor: pointer;
    background-position: right 3px !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    background-color: transparent;
    color: #fff
}

#page header .search-nav input[type=text]:focus {
    width: 150px !important;
    outline: 0
}

#page header .search-nav input[type=text]::placeholder,
#page header .search-nav input[type=text]:-ms-input-placeholder,
#page header .search-nav input[type=text]::-ms-input-placeholder {
    font-family: "Mona Sans Medium";
    font-size: 14px;
    color: white
}

#page header .search-nav div.header-contact-us {
     font-family: "Poppins";
;
    font-size: 16px;
    text-transform: uppercase;
    background: #00b23b;
    margin-left: 20px;
    color: white;
    padding: 10px 20px;
    border: 1px solid #00b23b;
    line-height: normal;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    height: 100%;
    align-items: center
}

#page header .search-nav div.header-contact-us .hover-section-icon {
    display: none
}

#page header .search-nav div.header-contact-us .triangle-arrow-white,
#page header .search-nav div.header-contact-us .hover-section-icon {
    width: 8px
}

#page header .search-nav div.header-contact-us:hover {
    background: transparent;
    color: #00b23b !important
}

#page header .search-nav div.header-contact-us:hover .triangle-arrow-white {
    display: none
}

#page header .search-nav div.header-contact-us:hover .hover-section-icon {
    display: block
}

#page header #navbar-main {
    background: transparent !important;
    transition: background-color 1s ease
}

#page header #navbar-main>#search-form {
    display: none
}

#page header #navbar-main #block-views-block-navigation-block-2 .views-row {
    display: block !important;
    font-size: 15px;
     font-family: "Poppins";
;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
    transition: color 1s ease;
    cursor: pointer;
    margin: 0 13px
}

#page header #navbar-main #block-views-block-navigation-block-2 .views-row:hover,
#page header #navbar-main #block-views-block-navigation-block-2 .views-row.active {
    border-bottom: 1px solid #00b23b
}

#page header #navbar-main #searchAndDemoButtonBlock .row {
    margin: 0 25px 0 0
}

#page header #navbar-main #searchAndDemoButtonBlock .row .carrer-tab.desktop a {
    display: block !important;
    font-size: 15px;
     font-family: "Poppins";
;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
    transition: color 1s ease;
    cursor: pointer;
    margin: 0 13px
}

#page header #navbar-main #searchAndDemoButtonBlock .row .carrer-tab.desktop a:hover,
#page header #navbar-main #searchAndDemoButtonBlock .row .carrer-tab.desktop a.active {
    border-bottom: 1px solid #00b23b
}

#page header #navbar-main #searchAndDemoButtonBlock .row .search-nav {
    height: 55px;
    align-items: center
}

@media only screen and (max-width:992px) {
    #page header .navbar .header-contact-us.mobile:nth-last-of-type(2) {
        display: flex !important
    }
    #page header .navbar #search-form:nth-child(4) {
        display: flex !important
    }
    #page header #CollapsingNavbar {
        background-color: #00b23b;
        overflow: scroll;
        height: 550px
    }
    #page header #searchAndDemoButtonBlock {
        display: block !important
    }
    #page header .ham-menu {
        display: none
    }
    #page header #search-form {
        padding: 0;
        margin: 0;
        display: flex !important
    }
    #page header #search-form input[type=text] {
        padding-right: 25px !important;
        width: 0;
 font-family: "Poppins";        background-image: url(/themes/custom/bootstrap_xoriant/images/search-white.svg) !important;
        filter: none;
        transition: width .4s cubic-bezier(0, .795, 0, 1), filter 1s ease !important;
        cursor: pointer;
        background-position: right 3px !important;
        background-repeat: no-repeat !important;
        border: 0 !important;
        background-color: transparent;
        font-size: 14px;
        color: #fff !important
    }
    #page header #search-form input[type=text]:focus {
        width: 108px !important;
        outline: 0;
        color: #fff
    }
    #page header #search-form input[type=text]::placeholder,
    #page header #search-form input[type=text]:-ms-input-placeholder,
    #page header #search-form input[type=text]::-ms-input-placeholder {
 font-family: "Poppins";        font-size: 14px
    }
    #page header #block-views-block-navigation-block-3 #after-eco a {
 font-family: "Poppins";        font-size: 20px;
        line-height: 34px;
        color: #fff;
        padding: 0;
        border: 0;
        position: relative
    }
    #page header #block-views-block-navigation-block-3 #after-eco a::after {
        position: absolute;
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
        background-repeat: no-repeat;
        height: 16px;
        width: 8px;
        background-size: 100%;
        bottom: 0;
        content: "";
        right: -20px
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row {
        display: block !important;
        margin: 10px 0
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row>span {
 font-family: "Poppins";        font-size: 20px;
        line-height: 34px;
        color: #fff;
        padding: 0;
        border: 0;
        position: relative
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row>span:after {
        position: absolute;
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
        background-repeat: no-repeat;
        height: 16px;
        width: 8px;
        background-size: 100%;
        bottom: 0;
        content: "";
        right: -20px
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row>span.show:after {
        transform: rotate(90deg)
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row .item-list {
        display: none;
        position: relative
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row .item-list.show {
        display: block;
        margin: 10px 0
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row .item-list li {
        font-family: "Mona Sans Regular";
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        padding: 0;
        border: 0;
        background: none
    }
    #page header #block-views-block-navigation-block-3 .slide-up-down.views-row .item-list li a {
        color: #fff;
        font-family: "Mona Sans Regular";
        padding: 0;
        border: 0;
        position: relative;
        text-decoration: underline;
        background-color: #00b23b
    }
    #page header #block-views-block-navigation-block-3 .view-content.row {
        display: block;
        margin: 0;
        padding: 20px 35px 0 35px;
        background-color: #00b23b
    }
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(7) {
        margin-bottom: 30px
    }
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(8) {
        padding-top: 20px;
        border-top: 1px solid #2aee6b
    }
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(9),
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(10),
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(8) {
        font-size: 14px;
        margin: 0
    }
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(9)>span,
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(10)>span,
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(8)>span {
        font-family: "League Spartan Medium";
        font-size: 20px;
        text-transform: lowercase;
        line-height: 34px
    }
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(9) a,
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(10) a,
    #page header #block-views-block-navigation-block-3 .view-content.row>:nth-child(8) a {
        font-size: 14px
    }
    #page header #block-mobilebottomsection {
        padding: 0 35px
    }
    #page header #block-mobilebottomsection .social-media {
        display: flex;
        padding-top: 30px;
        padding-left: 0;
        list-style: none
    }
    #page header #block-mobilebottomsection .social-media li {
        margin-right: 15px
    }
    #page header #block-mobilebottomsection .social-media li a {
        text-align: center;
        background-repeat: no-repeat !important;
        display: block;
        width: 32px !important;
        height: 32px !important;
        transform: scale(0.65);
        background: url(/themes/custom/bootstrap_xoriant/images/social-media-icons.png);
        color: #00b23b
    }
    #page header #block-mobilebottomsection .social-media li .facebook {
        background-position: -14px -50px
    }
    #page header #block-mobilebottomsection .social-media li .facebook:hover {
        background-position: -14px -8px
    }
    #page header #block-mobilebottomsection .social-media li .twitter {
        background-position: -131px -89px
    }
    #page header #block-mobilebottomsection .social-media li .twitter:hover {
        background-position: -131px -5px
    }
    #page header #block-mobilebottomsection .social-media li .linkenin {
        background-position: -92px -92px
    }
    #page header #block-mobilebottomsection .social-media li .linkenin:hover {
        background-position: -8px -92px
    }
    #page header #block-mobilebottomsection .social-media li .youtube {
        background-position: -89px -131px;
        transform: scale(0.7);
        margin-top: 5px
    }
    #page header #block-mobilebottomsection .social-media li .youtube:hover {
        background-position: -5px -131px
    }
    #page header #block-mobilebottomsection .social-media li .insta {
        background-position: -89px -47px
    }
    #page header #block-mobilebottomsection .social-media li .insta:hover {
        background-position: -47px -47px
    }
    #page header #block-mobilebottomsection .contact-us-head a {
        font-family: "League Spartan Medium";
        font-size: 20px;
        text-transform: lowercase;
        line-height: 34px;
        color: white;
        position: relative
    }
    #page header #block-mobilebottomsection .contact-us-head a:after {
        position: absolute;
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
        background-repeat: no-repeat;
        height: 16px;
        width: 8px;
        background-size: 100%;
        bottom: 0;
        content: "";
        right: -20px
    }
    #page header div.header-contact-us {
 font-family: "Poppins";        font-size: 12px;
        background: #00b23b;
        color: white;
        padding: 8px 10px;
        border: 1px solid #00b23b;
        line-height: normal;
        cursor: pointer;
        margin-left: 10px;
        border-radius: 5px
    }
    #page header div.header-contact-us .triangle-arrow-white,
    #page header div.header-contact-us .hover-section-icon {
        width: 8px
    }
}

#page header.bg-white {
    background-color: linear-gradient(180deg, #000, rgba(0, 0, 0, .0001))
}

#page header.bg-white img.scroll {
    display: block !important;
    height: 40px;
    visibility: visible;
    opacity: 1;
    width: auto
}

#page header.bg-white .carrer-tab.desktop a {
    color: #000 !important
}

#page header.bg-white img.logo {
    display: none !important
}

#page header.bg-white #navbar-main {
    transition: background-color .75s linear;
    background-color: white !important
}

#page header.bg-white .ham-menu {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(91deg) brightness(109%) contrast(101%);
    transition: filter 1s ease
}

#page header.bg-white #block-views-block-navigation-block-2 .views-row {
    color: #000 !important
}

#page header.bg-white #search-form input[type=text] {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(91deg) brightness(109%) contrast(101%);
    transition: filter 1s ease;
    color: #000;
    font-size: 14px
}

#page header.bg-white #search-form input[type=text]::placeholder,
#page header.bg-white #search-form input[type=text]:-ms-input-placeholder,
#page header.bg-white #search-form input[type=text]::-ms-input-placeholder {
    color: #000;
    font-size: 14px
}

#page header #navbar-main.toggle-white img.scroll {
    display: block !important;
    height: 40px;
    visibility: visible;
    opacity: 1
}

#page header #navbar-main.toggle-white .carrer-tab.desktop a {
    color: #000 !important
}

#page header #navbar-main.toggle-white img.logo {
    display: none !important
}

#page header #navbar-main.toggle-white #block-views-block-navigation-block-2 .views-row {
    color: #000 !important
}

#page header #navbar-main.toggle-white #search-form input[type=text] {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(91deg) brightness(109%) contrast(101%);
    transition: filter 1s ease;
    color: #000;
    font-size: 14px
}

#page header #navbar-main.toggle-white #search-form input[type=text]::placeholder,
#page header #navbar-main.toggle-white #search-form input[type=text]:-ms-input-placeholder,
#page header #navbar-main.toggle-white #search-form input[type=text]::-ms-input-placeholder {
    color: #000;
    font-size: 14px
}

@media only screen and (max-width:992px) {
    #page #navbar-main {
        top: auto
    }
    #page #block-mobilebottomsection,
    #page #block-views-block-navigation-block-3 {
        display: block !important
    }
    #page .fx-strip,
    #page #block-bootstrap-xoriant-breadcrumbs,
    #page #block-views-block-navigation-block-2,
    #page #block-views-block-navigation-block-1 {
        display: none
    }
}

#page #block-bootstrap-xoriant-breadcrumbs {
    position: absolute;
    margin-top: 80px;
    z-index: 1
}

#page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
    color: #fff !important;
    text-align: center;
    font-family: "Mona Sans Regular";
    font-size: 17px;
    line-height: 34px;
    margin: 7px
}

#page #block-bootstrap-xoriant-breadcrumbs .breadcrumb span {
    font-family: unset
}

#page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li {
    position: relative
}

#page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li:before {
    position: absolute;
    background-image: url(/themes/custom/bootstrap_xoriant/images/chevron.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-size: 100%;
    bottom: 0;
    content: "";
    left: -13px
}

#page #block-bootstrap-xoriant-breadcrumbs nav.breadcrumb {
    margin-left: 0 !important
}

#page .fx-strip {
    background: #f3f8f5;
    z-index: 80;
    position: relative;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 635px
}

#page .fx-strip.fx-box {
    position: fixed !important;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 25
}

#page .fx-strip ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#page .fx-strip ul li {
    float: left;
    position: relative;
    padding: 22px 0;
    width: 215px;
    color: #000
}

#page .fx-strip ul li:first-child {
    margin-left: 0
}

#page .fx-strip ul li:last-child {
    margin-right: 0
}

#page .fx-strip ul li a {
    font-family: "League Spartan Medium";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.03em;
    text-align: center;
    display: block;
    transition: all .3s ease-in;
    color: #000;
    margin-left: 8%
}

#page .fx-strip ul li .fx-strip ul li:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0
}

#page .fx-strip ul li.active:after {
    border-bottom: 6px solid #00b23b;
    content: "";
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute
}

#page .fx-strip ul li:hover a {
    color: #00b23b
}

#page .block-views-blocknavigation-block-1 {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: white;
    top: 0;
    left: 0;
    margin-top: 100px
}

#page .block-views-blocknavigation-block-1 .view-content {
    width: 100%;
    display: block
}

#page .block-views-blocknavigation-block-1 .view-content>div {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #fff;
    transition: top 1s ease
}

#page .block-views-blocknavigation-block-1 .view-content .intro {
    padding: 75px 0;
    max-width: 375px
}

#page .block-views-blocknavigation-block-1 .view-content .intro h2 {
    font-size: 34px;
    font-family: "Poppins" !important;
    color: #000;
    line-height: 30px;
    letter-spacing: -.02em
}

#page .block-views-blocknavigation-block-1 .view-content .intro h2:hover {
    color: #00b23b
}

#page .block-views-blocknavigation-block-1 .view-content .intro a {
    transition: all 1s;
    font-size: 14px;
    font-family: "Mona Sans Extra Bold" !important;
    color: #000;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#page .block-views-blocknavigation-block-1 .view-content .intro a:hover img[src*=green] {
    transition: all .75s;
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -ms-transition: all .75s;
    -o-transition: all .75s;
    transform: translateX(10px)
}

#page .block-views-blocknavigation-block-1 .view-content .intro a img {
    margin: 0 0 0 5px;
    transition: all .5s ease
}

#page .block-views-blocknavigation-block-1 .view-content .intro a:hover {
    color: #00b23b
}

#page .block-views-blocknavigation-block-1 .view-content .intro a:hover img {
    margin: 0 0 0 10px;
    filter: invert(39%) sepia(73%) saturate(1887%) hue-rotate(117deg) brightness(97%) contrast(105%);
    transition: all .5s ease
}

#page .block-views-blocknavigation-block-1 .view-content .intro p {
    font-family: "Mona Sans Medium";
    font-size: 14px;
    line-height: 22px;
    color: #000
}

#page .block-views-blocknavigation-block-1 .view-content .item-list {
    padding: 75px 0;
    width: 30%
}

#page .block-views-blocknavigation-block-1 .view-content .item-list ul {
    position: relative
}

#page .block-views-blocknavigation-block-1 .view-content .item-list ul::before {
    border-left: 1px solid #ebebeb;
    content: "";
    height: 100%;
    position: absolute;
    left: -15%
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li {
    font-family: "Mona Sans Medium";
    font-size: 14px;
    line-height: 32px;
    color: #000;
    padding: 0;
    border: 0
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li a {
    padding-bottom: .25rem;
    position: relative;
    color: #000;
    font-family: "Mona Sans Medium";
    border: 0;
    position: relative
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li a::after {
    position: absolute;
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/black-arrow.svg);
    height: 35px;
    width: 16px;
    right: -25px;
    top: 4px;
    right: -25px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .75s ease-out
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #00b23b;
    transition: all .75s ease-out
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li a:hover:before {
    width: 100%
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li a:hover:after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/green-arrow.svg);
    height: 40px;
    width: 20px;
    background-repeat: no-repeat;
    top: 4px;
    right: -30px;
    transition: all .75s ease-out
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li a::after {
    position: absolute;
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-black.svg);
    height: 14px;
    width: 7px;
    top: 0;
    right: -15px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: right .5s ease
}

#page .block-views-blocknavigation-block-1 .view-content .item-list li a:hover::after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg);
    height: 14px;
    width: 7px;
    background-repeat: no-repeat;
    top: 0;
    right: -25px;
    transition: right .5s ease
}

#page .block-views-blocknavigation-block-1 .view-content .featured {
    max-width: 375px;
    background-color: #00b23b;
    padding: 30px
}

#page .block-views-blocknavigation-block-1 .view-content .featured .heading {
    font-size: 26px;
    font-family: "Mona Sans Medium" !important;
    color: #fff;
    line-height: 30px;
    letter-spacing: -.02em
}

#page .block-views-blocknavigation-block-1 .view-content .featured .featured-item {
    display: flex;
    margin: 20px 0
}

#page .block-views-blocknavigation-block-1 .view-content .featured .featured-item img {
    background: #c0baba;
    border: 0;
    margin-right: 10px
}

#page .block-views-blocknavigation-block-1 .view-content .featured .featured-item .featured-content span {
    font-size: 11px;
    font-family: "Mona Sans Regular" !important;
    color: #fff;
    line-height: 14px;
    display: block;
    text-decoration: underline
}

#page .block-views-blocknavigation-block-1 .view-content .featured .featured-item .featured-content a {
    font-size: 14px;
    font-family: "Poppins" !important;
    color: #fff;
    line-height: 18px;
    position: relative;
    display: block
}

#page .block-views-blocknavigation-block-1 .view-content .featured .featured-item .featured-content a::after {
    display: none;
    content: "";
    position: absolute;
    background-image: url(/themes/custom/bootstrap_xoriant/images/chevron.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: 100%;
    bottom: 2px
}

#page .navbar-brand,
#page .navbar-collapse {
    z-index: 9999
}

#page .highlighted {
    right: -700px;
    top: 100px;
    visibility: hidden;
    width: 0;
    transition: right 1s ease;
    padding: 0;
    margin: 0;
    min-width: 300px;
    float: right;
    height: 100%;
    position: absolute;
    z-index: 999;
    background: #00b23b !important;
    padding: 25px
}

#page .highlighted.visible {
    right: 0;
    visibility: visible;
    width: auto;
    transition: right 1s ease;
    min-width: 350px !important
}

#page .highlighted.true {
    right: 0;
    min-width: 850px !important;
    transition: right .6s linear
}

#page .highlighted #side-nav-1 {
    display: flex;
    align-items: center
}

#page .highlighted #side-nav-1 .list {
    margin-top: 35px
}

#page .highlighted #side-nav-1 .list.active li {
    font-size: 59px;
     font-family: "Poppins";
    text-transform: lowercase;
    letter-spacing: -.6px;
    line-height: normal;
    cursor: pointer
}

#page .highlighted #side-nav-1 .list.active>ul li:not(.active) {
    color: #000
}

#page .highlighted #side-nav-1 .list.active>ul li:not(.active):after {
    content: "";
    background-image: none
}

#page .highlighted #side-nav-1 .list.active>ul li:not(.active) a {
    color: #000
}

#page .highlighted #side-nav-1 .list ul {
    list-style: none
}

#page .highlighted #side-nav-1 .list ul li {
    font-size: 34px;
    font-family: "Mona Sans Medium";
    line-height: 40px;
    letter-spacing: -.6px;
    color: #fff;
    margin: 30px 0;
    position: relative;
    cursor: pointer
}

#page .highlighted #side-nav-1 .list ul li.collaspe:after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 25px;
    width: 15px;
    background-size: 100%;
    margin: 7px 0 0 20px
}

#page .highlighted #side-nav-1 .list ul li.collaspe.active:after {
    content: "";
    margin: 15px 0 0 20px
}

@-moz-document url-prefix() {
    #page .highlighted #side-nav-1 .list ul li.collaspe.active:after {
        margin: 26px 0 0 20px
    }
}

#page .highlighted #side-nav-1 .list ul li a {
    color: white;
    font-family: inherit
}

#page .highlighted #side-nav-1 .content {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 80px;
    margin-top: 35px
}

#page .highlighted #side-nav-1 .content ul {
    list-style: none
}

#page .highlighted #side-nav-1 .content ul li {
    font-family: "Mona Sans Regular";
    color: #fff
}

#page .highlighted #side-nav-1 .content ul li a {
    padding-bottom: .25rem;
    position: relative;
    font-size: 18px;
    font-family: "Mona Sans Regular";
    color: #fff;
    margin: 15px 0;
    display: block;
    line-height: 30px;
    width: -moz-max-content;
    width: max-content
}

#page .highlighted #side-nav-1 .content ul li a::after {
    position: absolute;
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/black-arrow.svg);
    height: 35px;
    width: 16px;
    right: -25px;
    top: 4px;
    right: -25px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .75s ease-out
}

#page .highlighted #side-nav-1 .content ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #00b23b;
    transition: all .75s ease-out
}

#page .highlighted #side-nav-1 .content ul li a:hover:before {
    width: 100%
}

#page .highlighted #side-nav-1 .content ul li a:hover:after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/green-arrow.svg);
    height: 40px;
    width: 20px;
    background-repeat: no-repeat;
    top: 4px;
    right: -30px;
    transition: all .75s ease-out
}

#page .highlighted #side-nav-1 .content ul li a::after {
    position: absolute;
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
    height: 14px;
    width: 8px;
    top: 8px;
    right: -15px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: right .5s ease
}

#page .highlighted #side-nav-1 .content ul li a:hover::after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
    height: 15px;
    width: 9px;
    top: 8px;
    right: -18px;
    background-repeat: no-repeat;
    transition: right .5s ease
}

#page .highlighted #side-nav-1 .content ul li a:hover:before {
    content: "";
    background-color: #fff
}

#page .highlighted .social-media {
    margin: 0;
    position: relative;
    bottom: -70px;
    display: flex;
    border-top: 1px solid #2aee6b;
    width: 90%;
    right: 0;
    padding-top: 25px;
    padding-left: 0;
    list-style: none;
    transform: translate(5%, 0%)
}

#page .highlighted .social-media li {
    margin-right: 10px
}

#page .highlighted .social-media li a {
    text-align: center;
    background-repeat: no-repeat !important;
    display: block;
    width: 32px !important;
    height: 32px !important;
    transform: scale(0.6);
    background: url(/themes/custom/bootstrap_xoriant/images/social-media-icons.png)
}

#page .highlighted .social-media li .facebook {
    background-position: -14px -50px
}

#page .highlighted .social-media li .facebook:hover {
    background-position: -14px -8px
}

#page .highlighted .social-media li .twitter {
    background-position: -131px -89px
}

#page .highlighted .social-media li .twitter:hover {
    background-position: -131px -5px
}

#page .highlighted .social-media li .linkenin {
    background-position: -92px -92px
}

#page .highlighted .social-media li .linkenin:hover {
    background-position: -8px -92px
}

#page .highlighted .social-media li .youtube {
    background-position: -89px -131px;
    transform: scale(0.7);
    margin-top: 5px
}

#page .highlighted .social-media li .youtube:hover {
    background-position: -5px -131px
}

#page .highlighted .social-media li .insta {
    background-position: -89px -47px
}

#page .highlighted .social-media li .insta:hover {
    background-position: -47px -47px
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    #page .fx-strip ul li {
        width: 165px
    }
    #page .fx-strip ul li a {
        font-size: 18px
    }
    #page .intro {
        margin-left: 0 !important;
        max-width: 275px !important
    }
    #page .featured {
        max-width: 300px !important
    }
    #page .ham-menu {
        height: 40px;
        width: 40px !important
    }
    #page .fx-strip {
        top: 645px
    }
}

#searchAndDemoButtonBlock .search-nav {
    height: 55px;
    align-items: center
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 1s ease
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form-overlay.show-popup {
    opacity: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5)
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form {
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    transform: translate(550px, 0);
    transition: transform 1s ease;
    z-index: 9999
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form.show-popup {
    transform: translate(0, 0);
    overflow-y: scroll
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .popup-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .popup-title-container h3.popup-title {
    color: #0c0b0e;
    font-size: 40px;
     font-family: "Poppins";
    text-transform: capitalize;
    line-height: normal;
    text-align: left;
    margin: 0
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .popup-title-container button.popup-close-button {
    border: 0;
    background-color: transparent;
    outline: 0
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .popup-title-container button.popup-close-button:active,
#searchAndDemoButtonBlock .search-nav .popup-contact-form .popup-title-container button.popup-close-button:focus {
    border: 0;
    background-color: transparent;
    outline: 0
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper {
    background-color: #f2f2f2;
    padding: 50px;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper {
    padding: 10px 0
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper strong.error {
    height: auto;
    font-weight: normal;
    color: red;
    display: block;
    font-family: "Mona Sans Regular";
    font-size: 14px;
    clear: unset !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item {
    flex: 1;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label:first-child {
    position: absolute;
    top: unset;
    pointer-events: none;
    transition: top 1s ease;
    width: 40px;
    top: 10px;
    font-family: "Mona Sans Regular";
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label:first-child::after {
    display: none
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label:first-child.has-value {
    top: -10px;
    font-size: 12px;
    color: #00b23b
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label.error {
    height: auto;
    font-weight: normal;
    color: red;
    display: block;
    font-family: "Mona Sans Regular";
    font-size: 14px;
    clear: unset !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item input {
    font-family: "Mona Sans Regular";
    color: #495057 !important;
    width: 95% !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    border-radius: unset !important;
    padding: .3em .4em .3em .5em !important;
    margin-top: unset;
    border-bottom: 2px solid #b8b8b8 !important;
    transition: 1s ease all;
    cursor: text
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item input:focus,
#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item input:focus-within {
    border-bottom: 2px solid #00b23b !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item textarea {
    width: 98%;
    color: #495057 !important;
    font-family: "Mona Sans Regular";
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    border-radius: unset !important;
    height: 55px;
    resize: none;
    border-bottom: 2px solid #b8b8b8 !important;
    transition: 1s ease all
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item textarea:focus,
#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item textarea:focus-within {
    border-bottom: 2px solid #00b23b !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item select {
    width: 95%;
    color: #495057 !important;
    font-family: "Mona Sans Regular";
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    border-radius: unset !important;
    height: 55px;
    resize: none;
    padding: 0 !important;
    border-bottom: 2px solid #b8b8b8 !important;
    transition: 1s ease all;
    cursor: pointer
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item select:focus,
#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item select:focus-within {
    border-bottom: 2px solid #00b23b !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item.js-form-type-select {
    position: relative
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item.js-form-type-select label {
    display: none
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item.js-form-type-select i {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(90deg)
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item:focus label,
#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item:focus-within label {
    top: -10px;
    font-size: 12px;
    color: #00b23b
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text {
    margin: 30px 0 30px 5px
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label {
    color: #000;
    text-align: left;
    font-family: "Mona Sans Medium";
    font-size: 17px;
    border: unset !important;
    display: block
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label a {
    color: #00b23b
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label::before {
    position: absolute;
    top: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: unset;
    left: -2.5rem
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label::after {
    background-color: transparent
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label.checked::before {
    border-color: #adb5bd !important;
    background-color: unset !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label.checked::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 5px;
    height: 9px;
    border: solid #00b23b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha label {
    display: none !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.input-group {
    width: 85%
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.input-group .input-group-prepend span.input-group-text {
    color: #fff;
    background-color: #000;
    border-radius: 5px 0 0 5px !important
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.input-group input.form-text {
    border-radius: 0 5px 5px 0 !important;
    border: .5px solid #d9d9d9 !important;
    background: #FFF !important;
    width: 50% !important;
    padding: 10px;
    margin-top: unset;
    color: #495057;
    font-family: "Mona Sans Regular"
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.invalid-feedback {
    color: red
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield small.description.text-muted {
    display: none
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit {
    border: 1px solid #00b23b;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    border-radius: 5px;
    background: linear-gradient(0deg, #00b23b 0, #00b23b 100%);
    width: 60%;
    text-transform: uppercase;
    font-family: "Mona Sans Regular";
    box-shadow: unset !important;
    margin-top: 0;
    padding: 5px 0
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit::after {
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit:hover {
    border: 1px solid #00b23b;
    color: #00b23b;
    background: transparent
}

#searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit:hover::after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg)
}

@media screen and (max-width:991px) {
    #searchAndDemoButtonBlock .search-nav {
        height: 0
    }
    #searchAndDemoButtonBlock .search-nav #search-form,
    #searchAndDemoButtonBlock .search-nav .header-contact-us.mobile {
        display: none !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        opacity: 0;
        transition: opacity 1s ease
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form-overlay.show-popup {
        opacity: 1;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .5)
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form {
        width: 100%
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form.show-popup {
        transform: translate(0, 0);
        overflow-y: scroll
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .popup-title-container h3.popup-title {
        font-size: 35px
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper {
        padding: 60px 30px 30px 30px
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper {
        padding: 10px 0
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper strong.error {
        height: auto;
        font-weight: normal;
        color: red;
        display: block;
        font-family: "Mona Sans Regular";
        font-size: 14px;
        clear: unset !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item {
        flex: 1;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label:first-child {
        position: absolute;
        top: unset;
        pointer-events: none;
        transition: top 1s ease;
        width: 40px;
        top: 10px;
        font-family: "Mona Sans Regular";
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label:first-child::after {
        display: none
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label:first-child.has-value {
        top: -10px;
        font-size: 12px;
        color: #00b23b
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item label.error {
        height: auto;
        font-weight: normal;
        color: red;
        display: block;
        font-family: "Mona Sans Regular";
        font-size: 14px;
        clear: unset !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item input {
        font-family: "Mona Sans Regular";
        color: #495057 !important;
        width: 95% !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        padding: .3em .4em .3em .5em !important;
        margin-top: unset;
        border-bottom: 2px solid #b8b8b8 !important;
        transition: 1s ease all;
        cursor: text
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item input:focus,
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item input:focus-within {
        border-bottom: 2px solid #00b23b !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item textarea {
        width: 98%;
        color: #495057 !important;
        font-family: "Mona Sans Regular";
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        height: 55px;
        resize: none;
        border-bottom: 2px solid #b8b8b8 !important;
        transition: 1s ease all
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item textarea:focus,
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item textarea:focus-within {
        border-bottom: 2px solid #00b23b !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item select {
        width: 95%;
        color: #495057 !important;
        font-family: "Mona Sans Regular";
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        height: 55px;
        resize: none;
        padding: 0 !important;
        border-bottom: 2px solid #b8b8b8 !important;
        transition: 1s ease all;
        cursor: pointer
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item select:focus,
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item select:focus-within {
        border-bottom: 2px solid #00b23b !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item.js-form-type-select {
        position: relative
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item.js-form-type-select label {
        display: none
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item.js-form-type-select i {
        position: absolute;
        right: 20px;
        top: 20px;
        transform: rotate(90deg)
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item:focus label,
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form section.form-inline .webform-section-wrapper fieldset.js-form-item:focus-within label {
        top: -10px;
        font-size: 12px;
        color: #00b23b
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text {
        margin: 30px 0 30px 5px
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label {
        color: #000;
        text-align: left;
 font-family: "Poppins";        font-size: 17px;
        border: unset !important;
        display: block
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label a {
        color: #00b23b
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label::before {
        position: absolute;
        top: .25rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
        border-radius: unset;
        left: -2.5rem
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label::after {
        background-color: transparent
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label.checked::before {
        border-color: #adb5bd !important;
        background-color: unset !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-item-privacy-text label.custom-control-label.checked::after {
        content: "";
        position: absolute;
        top: 7px;
        width: 5px;
        height: 9px;
        border: solid #00b23b;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha label {
        display: none !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.input-group {
        width: 85%
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.input-group .input-group-prepend span.input-group-text {
        color: #fff;
        background-color: #000;
        border-radius: 5px 0 0 5px !important
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.input-group input.form-text {
        border-radius: 0 5px 5px 0 !important;
        border: .5px solid #d9d9d9 !important;
        background: #FFF !important;
        width: 50% !important;
        padding: 10px;
        margin-top: unset;
        color: #495057;
        font-family: "Mona Sans Regular"
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield div.invalid-feedback {
        color: red
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .captcha .js-form-type-textfield small.description.text-muted {
        display: none
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit {
        border: 1px solid #00b23b;
        color: #FFF;
        text-align: center;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        border-radius: 5px;
        background: linear-gradient(0deg, #00b23b 0, #00b23b 100%);
        width: 60%;
        text-transform: uppercase;
        font-family: "Mona Sans Regular";
        box-shadow: unset !important;
        margin-top: 0;
        padding: 5px 0
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit::after {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 32px;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit:hover {
        border: 1px solid #00b23b;
        color: #00b23b;
        background: transparent
    }
    #searchAndDemoButtonBlock .search-nav .popup-contact-form .webform-ajax-form-wrapper form.webform-submission-header-contact-popup-form .form-actions button.webform-button--submit:hover::after {
        background-image: url(/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg)
    }
}

.ie,
.overlay-ie {
    display: none
}

#search:focus {
    font-size: 16px
}

.consent-text-error {
    display: none
}

.arrows-next-prev {
    position: absolute;
    bottom: 10%;
    right: 15%
}

.arrows-next-prev>a {
    height: 45px;
    width: 37px !important;
    display: block;
    border: 1px solid #e5e5e5;
    padding-top: 13px
}

.arrows-next-prev .carousel-control-prev .carousel-control-prev-icon,
.arrows-next-prev .carousel-control-prev .carousel-control-next-icon,
.arrows-next-prev .carousel-control-next .carousel-control-prev-icon,
.arrows-next-prev .carousel-control-next .carousel-control-next-icon {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
    height: 12px;
    width: 12px
}

.arrows-next-prev .carousel-control-next {
    right: -85px
}

.arrows-next-prev .carousel-control-prev-icon {
    transform: rotate(180deg)
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .overlay-ie {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 9999;
        cursor: pointer;
        display: block
    }
    .ie {
        display: block;
        font-size: 22px;
        font-family: "Poppins";
        text-align: center;
        font-weight: 500;
        padding: 50px;
        margin: 125px auto;
        color: #45454a;
        width: 50%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99999;
        background: white
    }
    .ie .ok {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 17px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        width: 15%;
        cursor: pointer
    }
    .ie div {
        margin: 25px 0;
        text-transform: capitalize
    }
}

.bgColorBlack {
    background: black !important
}

.hide {
    display: none !important
}

#header.trans {
    transform: none !important
}

.breadcrumb>li:last-of-type a {
    pointer-events: none
}

.path-search #block-breadcrumbs,
.path-search #block-bootstrap-xoriant-breadcrumbs {
    display: none !important
}

.path-search h2 {
    font-family: Roboto !important;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #45454a
}

.path-search nav[aria-label="Page navigation"] {
    margin: 10px 0
}

.path-search .node_search-results {
    font-family: Roboto !important
}

.path-search .node_search-results h3,
.path-search .node_search-results h3 a {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #45454a
}

.path-search .node_search-results p {
    font-size: 14px;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #45454a;
    font-family: Roboto
}

.toast-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.bottom-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000;
    font-size: 12px;
    font-family: "Mona Sans Medium";
    line-height: 24px;
    background-color: white;
    margin: 0 140px 0 160px
}

.bottom-footer .social-media {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    list-style: none
}

.bottom-footer .social-media li {
    margin-right: 5px
}

.bottom-footer .social-media li a {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    background-repeat: no-repeat !important;
    display: block;
    width: 32px !important;
    height: 32px !important;
    transform: scale(0.6);
    background: url(/themes/custom/bootstrap_xoriant/images/social-media-icons.png)
}

.bottom-footer .social-media li a.facebook {
    background-position: -5px -5px
}

.bottom-footer .social-media li a.facebook:hover {
    background-position: -47px -5px
}

.bottom-footer .social-media li a.twitter {
    background-position: -131px -5px
}

.bottom-footer .social-media li a.twitter:hover {
    background-position: -131px -47px
}

.bottom-footer .social-media li a.linkenin {
    background-position: -5px -89px
}

.bottom-footer .social-media li a.linkenin:hover {
    background-position: -47px -89px
}

.bottom-footer .social-media li a.youtube {
    background-position: -5px -131px;
    transform: scale(0.7);
    margin-top: 5px
}

.bottom-footer .social-media li a.youtube:hover {
    background-position: -47px -131px
}

.bottom-footer .social-media li a.insta {
    background-position: -47px -47px
}

.bottom-footer .social-media li a.insta:hover {
    background-position: -89px -5px
}

.bottom-footer .scroll-up {
    text-align: center;
    position: absolute;
    background-repeat: no-repeat !important;
    background: url(/themes/custom/bootstrap_xoriant/images/icons/up-arrow.png);
    height: 32px;
    width: 32px;
    display: block;
    top: -100px;
    right: 50px;
    cursor: pointer;
    z-index: 99
}

input.form-text.form-search {
    top: -5px;
    border-radius: 0;
    margin-right: 0
}

input.form-text.form-search.hasPlaceholder {
    top: -9px
}

#search-form {
    display: inherit
}

#block-searchanddemobutton .content {
    float: right;
    margin-right: 25px
}

#block-searchanddemobutton .col-md-12.d-flex {
    max-height: 34px;
    padding-right: 0
}

#block-searchanddemobutton .col-md-12.d-flex .form-text {
    margin-top: 1px
}

#search_submit {
    display: none
}

div#block-searchanddemobutton {
    display: none
}

#header {
    position: absolute;
    z-index: 1000;
    width: 100%
}

@media only screen and (min-width:992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none !important
    }
    .head-right {
        display: none !important
    }
    .scrolldown #header {
        transform: translateY(-100%) !important;
        z-index: 99999;
        transition: transform 1s ease
    }
    .scrollup #header {
        transform: initial;
        display: block;
        transition: transform 1s ease
    }
    div#block-searchanddemobutton {
        display: block
    }
    #superfish-main {
        float: right
    }
    #navbar-main {
        height: 86px;
        width: 100%
    }
    .sf-depth-1 {
        padding-top: 0
    }
    #search-form {
        display: inherit
    }
    #block-searchanddemobutton .content {
        float: right;
        margin-right: 20px
    }
    #block-searchanddemobutton .col-md-12.d-flex {
        max-height: 20px;
        padding-right: 0
    }
    #block-searchanddemobutton .col-md-12.d-flex .form-text {
        margin-top: 1px
    }
    #search_submit {
        display: none
    }
    input.form-text.form-search {
        top: -5px;
        border-radius: 0;
        margin-right: 0
    }
    input.form-text.form-search.hasPlaceholder {
        top: -9px
    }
    #block-mainnavigation {
        margin-top: 15px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    #block-searchanddemobutton .col-md-12.d-flex {
        margin-right: -15px
    }
    .field.field--name-field-media-image.field--type-image.field--label-hidden.field__item.quickedit-field {
        margin-left: auto !important;
        margin-bottom: 20px !important;
        margin-right: auto !important
    }
}

@media only screen and (min-width:992px) and (max-width:1300px) {
    .node--type-pressrelease .main-container-block .page_container {
        margin-top: 20px !important
    }
    .node--type-pressrelease .main-container-block .page_container .sidebar_block {
        padding: 0 !important
    }
    a.link-1 {
        color: white;
        font-size: 12px;
        font-weight: 500;
        padding: 14px;
        display: inline-block
    }
    a.link-1:hover {
        color: white
    }
    .know-more {
        position: absolute
    }
    .know-more a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        color: #45454a;
        background: white;
        border: 0;
        padding: 20px;
        font-weight: bold
    }
    .carousel-item {
        position: relative
    }
}

.white,
.banner-text-abs {
    color: white
}

@media only screen and (min-width:992px) {
    
    a.link-1 {
        color: white;
        font-size: 12px;
        font-weight: 500;
        padding: 14px;
        display: inline-block
    }
    a.link-1:hover {
        color: white
    }
    .carousel-item {
        position: relative
    }
    .know-more {
        position: absolute
    }
    .know-more a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        color: #45454a;
        background: white;
        border: 0;
        line-height: normal;
        padding: 15px;
        font-weight: 500;
        display: block;
        width: 42%
    }
    div#block-searchanddemobutton {
        display: block
    }
    #superfish-main {
        float: right
    }
    #navbar-main {
        height: 100px
    }
    #search-form {
        display: inherit
    }
    #block-searchanddemobutton .content {
        float: right;
        margin-right: 25px
    }
    #block-searchanddemobutton .col-md-12.d-flex {
        max-height: 34px;
        padding-right: 0
    }
    #block-searchanddemobutton .col-md-12.d-flex .form-text {
        margin-top: 1px
    }
    #search_submit {
        display: none
    }
    input.form-text.form-search {
        top: -5px;
        border-radius: 0;
        margin-right: 0
    }
    input.form-text.form-search.hasPlaceholder {
        top: -9px
    }
    #block-mainnavigation {
        margin-top: 15px !important
    }
}

@media only screen and (min-width:992px) {
    #header>.rectangle-19 {
        display: none;
        position: absolute;
        right: 87px
    }
    #navbar-main {
        padding: 5px
    }
    #navbar-main>#search-form {
        display: none
    }
    #navbar-main>.header-contact-us {
        display: none
    }
}

@media only screen and (max-width:991px) {
    body {
        position: relative;
        overflow-x: clip !important
    }
    body .site-footer {
        background: #f6f6f6 !important
    }
    body #orian {
        top: 47% !important
    }
    body #main-wrapper {
        margin-top: 0 !important
    }
    body.scrolldown header {
        display: none
    }
    #block-footercopyright {
        background: #f6f6f6 !important;
        margin-bottom: 0 !important
    }
    #block-footercopyright .footer-line {
        margin: 0 !important
    }
    .bottom-footer {
        padding: 0;
        background: #f6f6f6 !important;
        margin: 0
    }
    .bottom-footer .social-media,
    .bottom-footer p {
        text-align: left !important
    }
    .scrolldown #header {
        transform: translateY(-100%) !important;
        z-index: 99999;
        transition: transform 1s ease
    }
    .scrolldown #header.trans {
        transform: none !important
    }
    .scrollup #header {
        transform: initial;
        display: block;
        transition: transform 1s ease
    }
    #header>div {
        display: none !important
    }
    #header .close-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/images/close.svg) !important
    }
    body.fixed {
        position: fixed
    }
    .block.block-superfishmain {
        overflow: scroll
    }
    .navbar-toggler.navbar-toggler-right {
        border: 0;
        outline: 0;
        padding: 0
    }
    .block-views-blocktestimonials-block-1 .carousel-caption {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    main {
        overflow: auto !important
    }
    #navbar-main {
        width: 100%
    }
    #search-form {
        float: none;
        margin-top: 15px;
        margin-left: 20px;
        width: calc(100% - 231px)
    }
    .path-search h2 {
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: normal;
        text-transform: capitalize;
        color: #45454a;
        text-align: center
    }
    .path-search .node_search-results h3,
    .path-search .node_search-results h3 a {
        text-align: center
    }
    #page-wrapper .node_search-results {
        margin: 15px !important
    }
    .path-search .node_search-results p {
        text-align: center
    }
    .path-search div#main-wrapper {
        padding: 0 !important
    }
    #page-wrapper .pagination {
        display: flex;
        justify-content: center
    }
    .bg-white .navbar-toggler-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/images/menu.svg) !important
    }
    .navbar-toggler-icon {
        float: left;
        background-image: url(/themes/custom/bootstrap_xoriant/images/menu-white.svg) !important;
        margin-left: 5px
    }
    .navbar-toggler .navbar-toggler-right {
        border: 0
    }
    #CollapsingNavbar {
        margin: 0 -16px;
        margin-bottom: 0
    }
    #CollapsingNavbar #block-searchanddemobutton {
        display: none
    }
    #navbar-main {
        background: transparent !important;
        margin-bottom: 0;
        padding-bottom: 0;
        opacity: 1;
        display: flex;
        align-items: center;
        padding: 0 10px
    }
    #navbar-main a.navbar-brand {
        margin-right: auto
    }
    #navbar-main a.navbar-brand img {
        height: 29px !important;
        margin-top: 0 !important
    }
    #navbar-main a.navbar-brand img#new-logo {
        height: auto !important;
        width: 150px !important;
        margin: -50px 0 -50px -15px !important
    }
    #navbar-main #search-form {
        display: flex;
        justify-content: flex-end
    }
    .hide-search-visibility {
        visibility: hidden
    }
}

#block-footercopyright {
    width: 100%;
    text-align: center;
    color: white;
    color: #fff;
    font-family: "Poppins";
    font-size: 10px;
    vertical-align: middle;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    text-transform: uppercase;
    position: relative
}

#block-footercopyright .footer-line {
    background-color: #eee !important;
    height: 2.5px;
    margin: 0 165px 20px 180px;
    border-top: unset
}

#block-footercopyright a,
#block-footercopyright a:link,
#block-footercopyright a:visited,
#block-footercopyright a:active {
    color: #000;
    font-size: 12px;
    font-family: "Mona Sans Medium";
    line-height: 24px;
    text-decoration: underline
}

#block-footercopyright p {
    color: #000;
    font-size: 12px;
    font-family: "Mona Sans Medium";
    line-height: 24px
}

#block-footercopyright a:hover {
    color: #00b23b !important
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
    margin-bottom: 0 !important
}

body .site-footer {
    background: #fff
}

footer.site-footer {
    padding-top: 0
}

.blogBox.moreBox.views-row p {
    margin-bottom: 13px
}

div#page-wrapper {
    overflow: hidden
}

div#block-newsletter .field--name-body p {
    margin-bottom: 0
}

@media only screen and (min-width:769px) {
    .md-hidden.xl-hidden {
        display: none
    }
    footer.site-footer .container {
        max-width: unset;
        padding: 0
    }
    footer.site-footer a[href=""] {
        pointer-events: none
    }
}

@media only screen and (max-width:768px) {
    .block-field-blockblock-contentbasicbody .search-form {
        display: none !important
    }
    .block-field-blockblock-contentbasicbody .rectangle-19 {
        position: absolute;
        top: 0;
        margin-top: -87px;
        width: 176px;
        margin-right: -11px;
        display: none
    }
    div#block-searchanddemobutton {
        display: block
    }
    .bottom-footer p {
        font-size: 12px !important;
        margin-left: 10px;
        margin-right: 10px
    }
}

#main-wrapper #main {
    max-width: 100%;
    padding-top: 0;
    margin-top: 0
}

div#block-bootstrap-xoriant-page-title {
    display: none
}

.views-field.views-field-field-backg img {
    width: 100%
}

.views-field.views-field-field-heading {
    margin-top: -100px
}

.views-field.views-field-field-heading div {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: Roboto-Medium
}

#block-digitaltransformation {
    margin-top: 60px;
    overflow: hidden;
    padding-bottom: 10px !important;
    max-width: 1440px;
    margin: 60px auto 0 auto
}

#block-digitaltransformation h1 {
    font-size: 2.2vw;
    font-weight: 500;
    color: #45454a;
    font-family: Roboto
}

#block-digitaltransformation .field.field--name-field-media-block-heading {
    text-align: center;
    font-size: 2.2vw;
    font-weight: 500;
    color: #45454a;
    margin-bottom: 38px
}

#block-digitaltransformation .field.field--name-field-media-video-file .field__item {
    float: left
}

#block-digitaltransformation .field.field--name-field-media-video-file .field__item video {
    width: 403px;
    height: 230px
}

#block-digitaltransformation .field.field--name-field-media-image {
    float: left;
    margin-left: 80px;
    margin-bottom: 13px;
    overflow: hidden;
    margin-right: 26px
}

#block-digitaltransformation .clearfix.text-formatted.field.field--name-field-description {
    overflow: hidden;
    margin-right: 80px;
    font-size: 1.1vw;
    margin-top: -5px
}

#block-digitaltransformation .field.field--name-field-video-upload {
    float: left
}

#block-digitaltransformation span.green-bold {
    font-weight: bold;
    color: #06a362
}

#block-digitaltransformation .field.field--name-field-media-video-file {
    margin-left: 80px;
    margin-bottom: 13px;
    overflow: hidden;
    margin-right: 26px
}

#block-digitaltransformation .field.field--name-field-description p {
    vertical-align: top
}

@media screen and (max-width:768px) {
    .hide {
        display: none
    }
    ul.footermap-header.footermap-header--footer-menu>:first-child span.indicator {
        right: -32px !important
    }
    .footermap-item.footermap-item--depth-1.footermap-item--haschildren {
        position: relative
    }
    .indicator {
        position: absolute;
        height: 16px;
        width: 16px;
        background-size: 100% 100%;
        right: -40px;
        top: 5px
    }
    .indicator.minus {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/remove.png)
    }
    .indicator.plus {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/plus.png)
    }
    .scroll-up {
        top: -80px !important;
        right: 10px !important;
        height: 25px !important;
        width: 25px !important;
        background-size: 100% !important
    }
    p {
        text-align: center
    }
    iframe {
        width: 100%;
        height: auto;
        margin-top: 20px
    }
    .row.row-offcanvas.clearfix .row {
        margin: 0
    }
    #block-advancedengineering {
        padding: 0 30px 20px !important;
        margin: 0 !important
    }
    #block-advancedengineering .video {
        margin: 0 !important
    }
    #block-advancedengineering .video p {
        margin: 0 !important
    }
    #block-advancedengineering .field.field--name-field-description {
        margin-top: 0 !important;
        padding: 0 !important
    }
    #bannerCarouselIndicatorsMob .carousel-inner .carousel-item:first-of-type,
    #bannerCarouselIndicatorsMob .carousel-inner .carousel-item img {
        height: 550px
    }
    #bannerCarouselIndicatorsMob .thoucentric {
        top: 50% !important
    }
    #bannerCarouselIndicatorsMob .thoucentric span span {
        font-size: 34px;
        color: #00b23b;
        font-weight: bold;
        display: inline
    }
    #bannerCarouselIndicatorsMob .know-more {
        position: absolute
    }
    #bannerCarouselIndicatorsMob .know-more a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        color: #45454a;
        background: white;
        border: 0;
        padding: 20px;
        font-weight: bold;
        display: block;
        width: 40%;
        margin: 0 auto
    }
    #bannerCarouselIndicatorsMob .know-more a.prlink {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white;
        font-family: "Poppins";
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        display: block;
        border-radius: 50px;
        width: 50%;
        padding: 15px
    }
    #bannerCarouselIndicatorsMob .know-more.slide-3,
    #bannerCarouselIndicatorsMob .know-more.slide-2 {
        top: 47%;
        padding: 0 20px;
        width: 100%;
        color: white
    }
    #bannerCarouselIndicatorsMob .know-more.slide-2 {
        top: 50% !important
    }
    #bannerCarouselIndicatorsMob .know-more.slide-fresher {
        top: 65% !important;
        padding: 0 20px;
        width: 100%;
        color: white
    }
    #bannerCarouselIndicatorsMob .know-more.slide-fresher span {
        font-size: 22px
    }
    #bannerCarouselIndicatorsMob .know-more.slide-cdao {
        top: 47% !important;
        padding: 0 20px;
        width: 100%
    }
    #bannerCarouselIndicatorsMob .know-more.slide-cdao .date {
        position: relative;
        padding-left: 55px;
        padding-right: 10px;
        display: inline-block
    }
    #bannerCarouselIndicatorsMob .know-more.slide-cdao .date::before {
        background: url(https://www.xoriant.com/cdn/ff/Fk1bzsbC7txqEyR_j7V4j353OzeTRMYbtzPoCD2mUBc/1677053531/public/Bodhi-Images/Calender%20Icon.svg) no-repeat !important;
        content: "";
        height: 55px;
        width: 55px;
        position: absolute;
        left: -7px;
        top: -13px
    }
    #bannerCarouselIndicatorsMob .know-more.slide-cdao .location {
        position: relative;
        padding-left: 55px;
        display: inline-block
    }
    #bannerCarouselIndicatorsMob .know-more.slide-cdao .location::before {
        background: url(https://www.xoriant.com/cdn/ff/BqRbgmqUx-8R0it5GhZpCyShqH6R8OtNWhQ0spEAJIU/1677053531/public/Bodhi-Images/Location%20Icon.svg) no-repeat !important;
        position: absolute;
        height: 55px;
        width: 55px;
        position: absolute;
        content: "";
        left: 7px;
        top: -18px
    }
    #bannerCarouselIndicatorsMob .know-more.slide-1 {
        top: 17%;
        padding: 0 20px;
        width: 100%;
        color: white
    }
    #bannerCarouselIndicatorsMob .know-more.slide-1 a {
        width: 50%
    }
    #bannerCarouselIndicatorsMob .banner span {
        font-size: 17px;
        margin-bottom: 10px;
        display: block;
        text-align: center
    }
    #bannerCarouselIndicatorsMob .views-field-field-banner-heading {
        width: 100%;
        position: relative;
        color: #06a362;
        font-family: "Poppins";
        font-size: 30px;
        font-weight: bold;
        line-height: 20px !important
    }
    #bannerCarouselIndicatorsMob .views-field-field-banner-heading .field-content p {
        margin-top: 1rem !important
    }
    #bannerCarouselIndicatorsMob video {
        height: 550px;
        -o-object-fit: fill;
        object-fit: fill
    }
    #block-digitaltransformation .field.field--name-field-media-image {
        margin: 0 auto
    }
    nav.footermap-col.footermap-col--1.footermap-col--footer-menu {
        float: left;
        width: 100%;
        margin-left: 0 !important
    }
    .footer-secton #subscribe-form-new .subscribe_form_container .js-form-type-email strong.error {
        position: absolute !important
    }
    .mobile [data-b-index="2"] .know-more.slide-3 {
        top: 50% !important
    }
}

@media screen and (max-width:1200px) {
    #block-digitaltransformation {
        margin-top: 57px
    }
    #block-digitaltransformation .content {
        display: flex;
        flex-direction: column
    }
    #block-digitaltransformation .field.field--name-field-media-block-heading {
        padding: 0 10px;
        font-size: 22px
    }
    #block-digitaltransformation .field.field--name-field-media-block-heading h1 {
        font-size: 22px
    }
    #block-digitaltransformation .field.field--name-field-media-video-file .field__item video {
        width: 100%;
        padding: 0 10px;
        height: 100%
    }
    #block-digitaltransformation .field.field--name-field-media-video-file {
        margin-left: unset;
        margin-right: unset
    }
    #block-digitaltransformation .field.field--name-field-media-video-file .field__item {
        float: none
    }
    #block-digitaltransformation .clearfix.text-formatted.field.field--name-field-description {
        max-width: 100%;
        padding: 0 10px;
        text-align: center !important;
        margin-right: unset;
        font-size: 14px
    }
    #block-digitaltransformation .p {
        text-align: center !important
    }
}

#block-advancedengineering .clearfix.text-formatted.field.field--name-field-media-block-heading {
    display: none
}

#block-advancedengineering {
    padding: 100px 90px 60px 90px;
    overflow: hidden;
    margin: 0 -15px;
    background-color: #f7f7f7
}

#block-advancedengineering .field.field--name-field-media-image {
    margin-right: 48px;
    float: left
}

#block-advancedengineering .field.field--name-field-media-image img {
    width: 525px
}

#block-advancedengineering p {
    color: #45454a;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal
}

#block-advancedengineering p.heading {
    color: #45454a;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 500
}

#block-advancedengineering a {
    width: unset
}

@media screen and (max-width:1200px) {
    #block-advancedengineering {
        padding: 60px 20px
    }
    #block-advancedengineering .field.field--name-field-media-image {
        margin-right: 0
    }
    #block-advancedengineering .content {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    #block-advancedengineering .content .field.field--name-field-media-image.field--type-image.field--label-hidden.field__item img {
        width: 100%;
        height: auto
    }
    #block-advancedengineering .content .field.field--name-field-description {
        max-width: unset;
        float: none;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px
    }
    #block-advancedengineering .content .field.field--name-field-description .heading {
        display: flex;
        justify-content: center;
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: bold
    }
    #block-advancedengineering .content .field.field--name-field-description .p {
        text-align: center !important
    }
}

@media screen and (min-width:992px) {
    #block-homepageaccordian {
        margin-top: 50px
    }
    #block-homepageaccordian .content {
        max-width: 100%;
        margin: 0 auto;
        background: #000
    }
    #block-homepageaccordian .acc-container {
        display: flex;
        overflow: hidden;
        height: 434px;
        margin-left: -50px;
        margin-right: -285px;
        background: transparent
    }
    #block-homepageaccordian .acc-container .acc-card.first-card {
        flex: 2
    }
    #block-homepageaccordian .acc-container .acc-card.second-card {
        flex: 2
    }
    #block-homepageaccordian .acc-container .acc-card.third-card {
        flex: 2.6
    }
    #block-homepageaccordian .acc-container .acc-card {
        border-left: 4px solid #fff;
        transform: skew(-20deg);
        transition: all 1s ease-in-out;
        position: relative;
        left: -65px;
        overflow: hidden;
        transition: all .9s
    }
    #block-homepageaccordian .acc-container .acc-card .firstcardcontents {
        position: absolute;
        top: 0;
        left: 12%;
        bottom: 0;
        right: -170px;
        transform: skew(20deg);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .9s
    }
    #block-homepageaccordian .acc-container .acc-card .firstcardcontents .field.field--name-field-background-image {
        width: 100%
    }
    #block-homepageaccordian .acc-container .acc-card .firstcardcontents .field.field--name-field-title {
        position: relative;
        height: 19px;
        width: 100%;
        color: #fff;
        font-family: "Poppins";
        font-size: 24px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 0;
        text-align: left;
        left: 17%
    }
    #block-homepageaccordian .acc-container .acc-card .firstcardcontents .field.field--name-body {
        width: 100%;
        visibility: hidden
    }
    #block-homepageaccordian .acc-container .acc-card .firstcardcontents .field.field--name-field-frist-button-link {
        width: 100%;
        visibility: hidden
    }
    #block-homepageaccordian .acc-container .acc-card .secondcardcontents {
        position: absolute;
        top: 0;
        left: -170px;
        bottom: 0;
        right: -100px;
        transform: skew(20deg);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .9s
    }
    #block-homepageaccordian .acc-container .acc-card .secondcardcontents .field.field--name-field-background-image2 {
        width: 100%
    }
    #block-homepageaccordian .acc-container .acc-card .secondcardcontents .field.field--name-field-title2 {
        position: absolute;
        height: 19px;
        width: 100%;
        color: #fff;
        font-family: "Poppins";
        font-size: 24px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 0;
        text-align: left;
        left: 24%
    }
    #block-homepageaccordian .acc-container .acc-card .secondcardcontents .field.field--name-field-body2 {
        width: 100%;
        visibility: hidden
    }
    #block-homepageaccordian .acc-container .acc-card .secondcardcontents .field.field--name-field-second-button-link {
        width: 100%;
        visibility: hidden
    }
    #block-homepageaccordian .acc-container .acc-card .thirdcontents {
        position: absolute;
        top: 0;
        left: -170px;
        bottom: 0;
        right: -100px;
        transform: skew(20deg);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .9s
    }
    #block-homepageaccordian .acc-container .acc-card .thirdcontents .field.field--name-field-background-image3 {
        width: 100%
    }
    #block-homepageaccordian .acc-container .acc-card .thirdcontents .field.field--name-field-title3 {
        position: absolute;
        height: 19px;
        width: 100%;
        color: #fff;
        font-family: "Poppins";
        font-size: 24px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 0;
        text-align: left;
        left: 20%
    }
    #block-homepageaccordian .acc-container .acc-card .thirdcontents .field.field--name-field-body3 {
        width: 100%;
        visibility: hidden
    }
    #block-homepageaccordian .acc-container .acc-card .thirdcontents .field.field--name-field-third-button-link {
        display: none;
        width: 100%;
        visibility: hidden
    }
    #block-homepageaccordian .acc-container .acc-card .card__head {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 1em;
        white-space: nowrap;
        width: 100%
    }
    #block-homepageaccordian .acc-container .acc-card img {
        width: 100%;
        height: 434px;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .9s;
        filter: grayscale(100%)
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active {
        flex-grow: 3.5
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active img {
        filter: grayscale(0)
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active .card__head {
        width: 100%;
        text-align: center;
        color: white;
        top: calc(100% - 11.5em);
        left: 60px;
        animation: slide-right .5s cubic-bezier(0.25, .46, .45, .94) both
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active .firstcardcontents .field.field--name-field-title {
        width: 100%;
        left: 0;
        right: 0;
        text-align: left
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active .firstcardcontents .field.field--name-body {
        width: 57%;
        visibility: visible;
        color: #fff;
        font-family: "Poppins";
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        left: 0;
        overflow-wrap: break-word;
        margin-bottom: 18px
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active .firstcardcontents .field.field--name-body p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active .firstcardcontents .field.field--name-field-frist-button-link {
        visibility: visible;
        display: none !important;
        box-sizing: border-box;
        height: 43px;
        width: 236px;
        border: 1px solid rgba(255, 255, 255, .6);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
        overflow-wrap: break-word
    }
    #block-homepageaccordian .acc-container .acc-card.first-card.active .firstcardcontents .field.field--name-field-frist-button-link a {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        text-decoration: none
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active {
        flex-grow: 3.5
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active img {
        filter: grayscale(0)
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active .card__head {
        width: 100%;
        text-align: center;
        color: white;
        top: calc(100% - 11.5em);
        left: 190px;
        animation: slide-right .5s cubic-bezier(0.25, .46, .45, .94) both
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active .secondcardcontents .field.field--name-field-title2.field--type-string.field--label-hidden.field__item {
        position: absolute;
        top: -6px;
        right: 0;
        left: 0;
        height: 19px;
        width: 100%;
        color: #fff;
        font-family: "Poppins";
        font-size: 24px;
        font-weight: 500;
        line-height: 0;
        text-align: left
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active .secondcardcontents .field.field--name-field-body2 {
        width: 60%;
        visibility: visible;
        color: #fff;
        font-family: "Poppins";
        font-weight: normal;
        font-size: 20px;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        left: 0;
        overflow-wrap: break-word;
        margin-top: 14px;
        margin-bottom: 11px
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active .secondcardcontents .field.field--name-field-body2 p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active .secondcardcontents .field.field--name-field-second-button-link {
        visibility: visible;
        display: none !important;
        box-sizing: border-box;
        height: 43px;
        width: 236px;
        border: 1px solid rgba(255, 255, 255, .6);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
        overflow-wrap: break-word
    }
    #block-homepageaccordian .acc-container .acc-card.second-card.active .secondcardcontents .field.field--name-field-second-button-link a {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        text-decoration: none
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active {
        flex-grow: 4
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active img {
        filter: grayscale(0)
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active .card__head {
        width: 100%;
        text-align: center;
        color: white;
        top: calc(100% - 11.5em);
        left: 190px
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active .thirdcontents .field.field--name-field-title3 {
        position: unset;
        height: 19px;
        width: 100%;
        color: #fff;
        font-family: "Poppins";
        font-size: 24px;
        font-weight: 500;
        line-height: 0;
        text-align: left
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active .thirdcontents .clearfix.text-formatted.field.field--name-field-body3.field--type-text-with-summary.field--label-hidden.field__item {
        width: 46%;
        visibility: visible;
        height: 90px;
        color: #fff;
        font-family: "Poppins";
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        left: 0;
        overflow-wrap: break-word;
        margin-top: 16px;
        margin-bottom: 20px
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active .thirdcontents .clearfix.text-formatted.field.field--name-field-body3.field--type-text-with-summary.field--label-hidden.field__item p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: normal
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active .thirdcontents .field.field--name-field-third-button-link {
        visibility: visible;
        display: none !important;
        box-sizing: border-box;
        height: 43px;
        width: 236px;
        border: 1px solid rgba(255, 255, 255, .6);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 0;
        overflow-wrap: break-word
    }
    #block-homepageaccordian .acc-container .acc-card.third-card.active .thirdcontents .field.field--name-field-third-button-link a {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        text-decoration: none
    }
}

@media screen and (max-width:991px) {
    .head-right {
        display: block !important
    }
    .head-right a {
        display: inline-block;
        padding: 5px 10px;
        font-size: 10px;
        color: white;
        background-color: black
    }
    .head-right a:first-of-type {
        margin-right: -5px
    }
    #block-homepageaccordian .acc-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        margin: 0;
        overflow: unset
    }
    #block-homepageaccordian .acc-container .acc-card {
        transform: unset;
        overflow: unset;
        margin: 10px 0;
        position: relative;
        left: 0;
        right: 0;
        flex: unset;
        border-left: 0;
        transition: none
    }
    #block-homepageaccordian .acc-container .acc-card img {
        width: 100%;
        height: 325px;
        filter: grayscale(0)
    }
    #block-homepageaccordian .acc-container .acc-card .card__head {
        position: absolute;
        width: 96%;
        text-align: center;
        color: white;
        top: calc(100% - 11.5em);
        left: 4%
    }
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-title,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-title2,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-title3 {
        width: 100%;
        margin-bottom: 22px;
        height: 19px;
        width: 100%;
        color: #fff;
        font-family: "Poppins";
        font-size: 24px;
        font-weight: 500;
        line-height: 0;
        text-align: left
    }
    #block-homepageaccordian .acc-container .acc-card .field.field--name-body,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-body2,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-body3 {
        width: 100%;
        visibility: visible;
        height: 80px;
        color: #fff;
        font-family: "Poppins";
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        overflow-wrap: break-word;
        margin-bottom: 18px
    }
    #block-homepageaccordian .acc-container .acc-card .field.field--name-body p,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-body2 p,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-body3 p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        white-space: break-spaces;
        font-size: 16px;
        line-height: 20px;
        width: 90%
    }
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-frist-button-link,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-second-button-link,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-third-button-link {
        visibility: visible;
        display: none !important;
        box-sizing: border-box;
        height: 43px;
        width: 170px;
        border: 1px solid rgba(255, 255, 255, .6);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow-wrap: break-word
    }
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-frist-button-link a,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-second-button-link a,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-third-button-link a {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-decoration: none
    }
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    .field.field--name-field-media-image.field--type-image.field--label-hidden.field__item.quickedit-field {
        margin-left: auto !important;
        margin-bottom: 20px !important;
        margin-right: auto !important
    }
}

.know-more.slide-3 {
    bottom: 16% !important
}

.blogBox.moreBox.views-row {
    display: none
}

.view-id-resources.view-display-id-block_1>div>.blogBox.moreBox.views-row:nth-child(1) {
    width: 320px
}

.view-id-resources.view-display-id-block_1>div>.blogBox.moreBox.views-row:nth-child(2) {
    width: 500px
}

.view-id-resources.view-display-id-block_1>div>.blogBox.moreBox.views-row:nth-child(3) {
    width: 320px
}

.view-id-resources.view-display-id-block_1>div>.blogBox.moreBox.views-row:nth-child(4) {
    width: 410px
}

.view-id-resources.view-display-id-block_1>div>.blogBox.moreBox.views-row:nth-child(5) {
    width: 320px
}

.view-id-resources.view-display-id-block_1>div>.blogBox.moreBox.views-row:nth-child(6) {
    width: 410px
}

#loadMore {
    display: none !important
}

#loadMore>a {
    color: #44464b;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid rgba(69, 69, 74, .6);
    margin-bottom: 55px;
    margin-top: -10px;
    text-transform: uppercase
}

#block-views-block-resources-block-1 .categ {
    padding: 5px 10px;
    color: #fff;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500
}

#block-views-block-resources-block-1 .WEBINAR {
    background: #0fa569
}

#block-views-block-resources-block-1 .NEWS {
    background: #00bbf0
}

#block-views-block-resources-block-1 .CASE.STUDY {
    background: #45454a
}

#block-views-block-resources-block-1 .EBOOK {
    background: #0fa569
}

#block-views-block-resources-block-1 .VIDEO {
    background: #00bbf0
}

#block-views-block-resources-block-1 .BLOG {
    background: #0fa569
}

#block-views-block-resources-block-1 .desc {
    color: #45454a;
    font-family: "Poppins";
    font-size: 20px;
    line-height: 28px
}

#block-views-block-resources-block-1 .view-content {
    margin: 75px auto 40px auto;
    justify-content: center;
    max-width: 1440px
}

#block-views-block-resources-block-1 .view-content .views-row {
    overflow: hidden
}

#block-views-block-resources-block-1 .view-content .views-row a {
    text-decoration: none
}

#block-views-block-resources-block-1 .view-content .views-row:nth-child(1) {
    margin-left: 0 !important
}

#block-views-block-resources-block-1 .view-content .views-row:nth-child(3) {
    margin-right: 0 !important
}

#block-views-block-testimonials-block-1 .col-sm-9 p {
    line-height: 21px
}

@media screen and (max-width:768px) {
    #block-views-block-resources-block-1 .view-content .views-row,
    #block-views-block-resources-block-1 .view-content .views-row img {
        width: 100% !important;
        max-width: 100%;
        height: auto
    }
    #block-views-block-resources-block-1 .view-content {
        margin: 0 !important
    }
    ul.footermap-header.footermap-header--footer-menu>li:first-child {
        margin-right: 0 !important
    }
    .bottom-footer {
        display: block
    }
    .bottom-footer ul {
        margin-top: 15px !important
    }
    .bottom-footer a[href=""] {
        pointer-events: none
    }
}

@media only screen and (min-width:768px) and (max-width:1380px) {
    div#block-newsletter {
        margin-left: 5%
    }
}

.block-views-blockcarousel-view-block-1 .carousel.slide {
    width: 100%
}

.block-views-blockcarousel-view-block-1 .carousel-item[data-index="0"] .carousel-knowmore-btn {
    display: none !important
}

.block-views-blockcarousel-view-block-1 .carousel-item[data-index="1"] .carousel-caption {
    left: 10%;
    bottom: 17%;
    right: 50px
}

.block-views-blockcarousel-view-block-1 .carousel-item[data-index="2"] .carousel-caption {
    bottom: 26%
}

.block-views-blockcarousel-view-block-1 .carousel-item img {
    width: 100%
}

.block-views-blockcarousel-view-block-1 .carousel-caption {
    left: 165px;
    bottom: 100px;
    right: 50px
}

.block-views-blockcarousel-view-block-1 .views-field-field-banner-heading,
.block-views-blockcarousel-view-block-1 .row.carousel-heading {
    text-align: left;
    width: 100%;
    position: relative;
    color: #06a362;
    font-family: "Poppins";
    font-size: 45px;
    font-weight: bold;
    line-height: 53px
}

.block-views-blockcarousel-view-block-1 .carousel-banner-caption {
    text-align: left;
    margin-top: 0;
    width: 450px;
    color: #fff;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px
}

.block-views-blockcarousel-view-block-1 .carousel-knowmore-btn {
    margin-top: 15px;
    box-sizing: border-box;
    height: 50px;
    width: 135px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-left: 0;
    background: white
}

.block-views-blockcarousel-view-block-1 .carousel-knowmore-btn .col.col-sm-12 {
    padding-left: 0;
    padding-right: 0
}

.block-views-blockcarousel-view-block-1 .carousel-knowmore-btn a {
    color: #44464b;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    text-decoration: none
}

.block-views-blockcarousel-view-block-1 .carousel-demoreq-speak-btn {
    height: 65px;
    background-color: #00bbf0;
    position: fixed !important;
    right: 0;
    top: 47%;
    margin: 0;
    width: 80px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 10px 0 0 10px
}

.block-views-blockcarousel-view-block-1 .carousel-demoreq-speak-btn a {
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-top: 30px;
    display: block
}

.block-views-blockcarousel-view-block-1 .carousel-demoreq-speak-btn a:before {
    content: "";
    background: url("/sites/default/files/media-icons/headset.png") 100% no-repeat;
    position: absolute;
    height: 29px;
    width: 27px;
    background-size: 100%;
    display: block;
    top: -28px;
    right: 16px
}

.block-views-blockcarousel-view-block-1 ol.carousel-indicators li {
    height: 4px;
    width: 47px;
    background-color: #fff;
    border-radius: 4px;
    border-top: 0;
    border-bottom: 0;
    opacity: unset;
    margin-bottom: 0
}

.block-views-blockcarousel-view-block-1 ol.carousel-indicators li.active {
    height: 4px;
    width: 47px;
    background-color: #00bbf0;
    border-radius: 4px;
    border-top: 0;
    border-bottom: 0
}

.block-views-blockcarousel-view-block-1 .row.carousel-demoreq-speak-btn .col {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-views-blockcarousel-view-block-1 .demoreq-btn {
    border-right: 1px solid #00a7f0;
    padding-right: 8%
}

.block-views-blockproducts-carousel-block-1 {
    max-width: 1440px;
    margin: 50px auto
}

.block-views-blockproducts-carousel-block-1 .product-image img {
    height: 68px
}

.block-views-blockproducts-carousel-block-1 .products-heading {
    color: #45454a;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 500;
    text-align: start;
    line-height: 1.1;
    margin-top: 6%
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div::before,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div::after,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids::before,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids::after {
    content: "";
    position: absolute;
    display: block;
    top: 0
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:before,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:before {
    height: 100%;
    width: 0;
    right: 0;
    transition: all 1s cubic-bezier(0.075, .81, .165, 1);
    z-index: -99
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:after,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:after {
    background-color: transparent;
    height: calc(100% - 0px);
    width: 0;
    left: 0;
    transition: all 1s cubic-bezier(0.075, .81, .165, 1);
    z-index: -99
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:hover,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:hover {
    color: white !important;
    z-index: 99
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:hover *,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:hover * {
    color: white !important;
    z-index: 99
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:hover a,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:hover a {
    color: #0079c0 !important
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:hover a span,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:hover a span {
    color: #0079c0 !important
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:hover:before,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:hover:before {
    width: 100%
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-row>div:hover:after,
.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids:hover:after {
    width: 100%;
    background-color: #45454a;
    color: white
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids.col-lg-4:hover:before {
    width: 77%
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .grids.col-lg-4:hover:after {
    width: 77%
}

.block-views-blockproducts-carousel-block-1 #productsCarouselIndicators .products-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 67px;
    border-left: 7px solid #45454a;
    flex: 0 0 22%;
    max-width: 22%;
    margin-left: 10px;
    padding-bottom: 15px
}

.block-views-blockproducts-carousel-block-1 .products-desc {
    color: #45454a;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    min-height: 120px;
    margin: 10% 0
}

.block-views-blockproducts-carousel-block-1 .products-link {
    box-sizing: border-box;
    height: 43px;
    width: 135px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    letter-spacing: .5px
}

.block-views-blockproducts-carousel-block-1 .products-link a {
    color: #45454a;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.block-views-blockproducts-carousel-block-1 .row.products-row {
    margin: 0 auto;
    justify-content: center
}

.block-views-blockproducts-carousel-block-1 ol.carousel-indicators li {
    height: 4px;
    width: 47px;
    background-color: #45454a;
    border-radius: 4px;
    border-top: 0;
    border-bottom: 0;
    opacity: unset
}

.block-views-blockproducts-carousel-block-1 ol.carousel-indicators li.active {
    height: 4px;
    width: 47px;
    background-color: #00bbf0;
    border-radius: 4px;
    border-top: 0;
    border-bottom: 0
}

.block-views-blockproducts-carousel-block-1 .view-content.row {
    margin-bottom: 49px
}

.block-views-blocktestimonials-block-1 #testimonialCarouselIndicators {
    width: 100%
}

.block-views-blocktestimonials-block-1 #testimonialCarouselIndicators .carousel-inner {
    overflow: visible !important
}

.block-views-blocktestimonials-block-1 .carousel-item .background-img {
    width: 100%;
    height: 330px
}

.block-views-blocktestimonials-block-1 .testimonial-carousels-icon {
    display: flex;
    justify-content: center
}

.block-views-blocktestimonials-block-1 .testimonial-carousels-icon img {
    padding: 3px 5px 3px 6px
}

.block-views-blocktestimonials-block-1 .testimonial-carousels-subtext {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Poppins";
    font-size: 18px;
    text-align: center;
    margin-top: 16px
}

.block-views-blocktestimonials-block-1 .testimonial-carousels-description {
    color: #fff;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500
}

.block-views-blocktestimonials-block-1 .testimonial-carousels-button {
    margin-top: 15px;
    box-sizing: border-box;
    height: 43px;
    width: auto;
    display: inline-block;
    text-align: center;
    background: white;
    padding: 10px
}

.block-views-blocktestimonials-block-1 .testimonial-carousels-button .col.col-sm-12 {
    padding-left: 0;
    padding-right: 0
}

.block-views-blocktestimonials-block-1 .testimonial-carousels-button a {
    color: #44464b;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    text-decoration: none
}

.block-views-blocktestimonials-block-1 .advanced-engg-media-button a {
    font-size: 14px
}

.block-views-blocktestimonials-block-1 ol.carousel-indicators {
    bottom: 5px
}

.block-views-blocktestimonials-block-1 ol.carousel-indicators li {
    height: 4px;
    width: 47px;
    background-color: #45454a;
    border-radius: 4px;
    border-top: 0;
    border-bottom: 0;
    opacity: unset
}

.block-views-blocktestimonials-block-1 ol.carousel-indicators li.active {
    background-color: #00bbf0
}

@media screen and (max-width:768px) {
    .footermap-item.footermap-item--depth-2.footermap-item--haschildren ul {
        display: block !important;
        margin-left: 15px
    }
    .block-views-blockproducts-carousel-block-1 .carousel-indicators {
        margin-bottom: 0
    }
    .block-views-blockproducts-carousel-block-1 .desktop-carousel {
        display: none
    }
    .block-views-blockproducts-carousel-block-1 .mobile-carousel {
        text-align: center
    }
    .block-views-blockproducts-carousel-block-1 .products-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-bottom: 80px;
        border-left: 5px solid #45454a
    }
    .block-views-blockproducts-carousel-block-1 .products-item .products-heading {
        margin-top: 21px
    }
    .block-views-blockproducts-carousel-block-1 .products-item .products-desc {
        min-height: unset;
        margin-top: 19px;
        margin-bottom: 71px
    }
    .block-views-blockproducts-carousel-block-1 .products-item .products-link {
        margin-top: 0;
        text-align: start
    }
    .block-views-blockproducts-carousel-block-1 .view-content.row {
        margin-bottom: 71px
    }
    .block-views-blocktestimonials-block-1 .carousel-item .background-img {
        width: 100%;
        height: 550px
    }
    .block-views-blocktestimonials-block-1 .row.carousel-content-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around
    }
    .block-views-blocktestimonials-block-1 .row.carousel-content-row .col.col-sm-9 {
        max-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 5px 0
    }
    .block-views-blocktestimonials-block-1 .row.carousel-content-row .col.col-sm-9 .testimonial-carousels-description {
        font-size: 16px
    }
    .block-views-blockcarousel-view-block-1 .carousel-overlay-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }
    .block-views-blockcarousel-view-block-1 .carousel-caption {
        left: 0;
        right: 0;
        top: 25%
    }
    .block-views-blockcarousel-view-block-1 .carousel-heading {
        font-size: 36px
    }
    .block-views-blockcarousel-view-block-1 .carousel-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .block-views-blockcarousel-view-block-1 .row.carousel-heading {
        padding-left: 0;
        font-size: 40px;
        line-height: normal;
        text-align: center;
        height: unset
    }
    .block-views-blockcarousel-view-block-1 .carousel-banner-caption {
        margin-left: unset;
        margin-right: unset;
        font-size: 25px;
        padding: 0 20px;
        text-align: center
    }
    .block-views-blockcarousel-view-block-1 .carousel-knowmore-btn {
        margin-left: unset;
        height: 40px
    }
    .block-views-blockcarousel-view-block-1 .carousel-demoreq-speak-btn {
        position: unset;
        margin-top: 80px
    }
    .block-views-blockcarousel-view-block-1 .carousel-indicators li {
        margin-bottom: 100px
    }
    .block-views-blockcarousel-view-block-1 .carousel-item img {
        height: 550px
    }
}

@media screen and (max-width:768px) {
    .blogBox.moreBox.views-row {
        min-height: 0 !important
    }
    #block-views-block-resources-block-1 .view-content {
        margin-bottom: 20px !important
    }
    .field.field--name-field-media-image {
        margin-bottom: 20px !important
    }
}

@media screen and (max-width:1200px) {
    #block-digitaltransformation .field.field--name-field-media-image {
        margin-left: 0;
        margin-bottom: 20px;
        margin-right: 0
    }
    #block-digitaltransformation {
        text-align: center
    }
}

@media screen and (min-width:769px) {
    .block-views-blockproducts-carousel-block-1 .mobile-carousel {
        display: none
    }
    .carousel-caption {
        left: 10%
    }
}

.blogBox.moreBox.views-row {
    min-height: 430px
}

.blogBox.moreBox.views-row img {
    width: -moz-max-content;
    width: max-content;
    height: auto
}

.blogBox.moreBox.views-row:hover .reslink {
    visibility: visible !important
}

#block-views-block-resources-block-1 .view-content .views-row>a {
    text-decoration: unset;
    margin: 20px;
    display: block
}

.blogBox.moreBox.views-row:hover .reslink {
    visibility: visible !important
}

.path-search div#main-wrapper {
    padding: 100px
}

.path-search #block-breadcrumbs .breadcrumb,
.path-search #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
    padding-left: 0;
    margin-left: 0
}

a#edit-help-link,
ol.list-group.node_search-results em,
#edit-advanced {
    display: none
}

@media screen and (max-width:991px) {
    #block-homepageaccordian .acc-container .acc-card .field.field--name-body p,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-body2 p,
    #block-homepageaccordian .acc-container .acc-card .field.field--name-field-body3 p {
        text-align: left
    }
}

@media screen and (min-width:991) and (max-width:1200px) {
    #block-digitaltransformation .field.field--name-field-media-image img {
        width: auto;
        height: auto
    }
}

@media screen and (max-width:576px) {
    #block-digitaltransformation .field.field--name-field-media-image {
        margin-left: 20px;
        margin-right: 20px
    }
    #block-digitaltransformation .field.field--name-field-media-image img {
        width: 100%;
        height: auto
    }
    #search-form {
        margin-left: 0 !important;
        width: calc(100% - 275px) !important
    }
    div#edit-basic {
        padding-top: 40px !important;
        padding-left: 20px !important
    }
}

@media screen and (max-width:786px) {
    ul.footermap-header.footermap-header--footer-menu li.footermap-item.footermap-item--depth-1.footermap-item--haschildren>a {
        pointer-events: none
    }
    div#edit-basic {
        padding-top: 40px !important;
        padding-left: 20px !important
    }
}

@media screen and (max-width:991px) {
    #block-searchanddemobutton .col-md-12.d-flex.search-header {
        background: rgba(0, 0, 0, .8) !important;
        padding: 8px 0 8px 10px
    }
    #block-searchanddemobutton .col-md-12.d-flex.search-header a:first-child {
        color: white;
        font-size: 12px;
        margin-right: 10px;
        z-index: 1037
    }
    #block-searchanddemobutton .col-md-12.d-flex.search-header a {
        font-size: 12px;
        color: white;
        z-index: 1037;
        padding-right: 10px
    }
    #block-searchanddemobutton #search-form {
        display: none
    }
}

@media screen and (min-width:768px) {
    #productsCarouselIndicators .products-heading {
        height: 96px
    }
    #productsCarouselIndicators .products-desc {
        height: 280px
    }
}

@media screen and (min-width:991px) {
    #productsCarouselIndicators .products-heading {
        height: 72px
    }
    #productsCarouselIndicators .products-desc {
        height: 200px
    }
}

@media screen and (min-width:1200px) {
    #productsCarouselIndicators .products-heading {
        height: 48px
    }
    #productsCarouselIndicators .products-desc {
        height: 160px
    }
}

@media only screen and (min-width:810px) and (max-width:1080px) {
    ul.footermap-header.footermap-header--footer-menu>li.footermap-item:first-of-type {
        margin-left: 25px !important
    }
    .mobile.speak-to-us {
        display: none !important
    }
    #testimonialCarouselIndicators .carousel-inner {
        height: 330px
    }
    #aws-page .resource .images>div {
        padding: 10px 10px 10px 10px !important
    }
    #aws-page .resource .images img {
        margin-left: 40px;
        margin-right: 40px
    }
    #mortgage .resource .images>div {
        padding: 20px 10px 20px 10px !important
    }
}

@media only screen and (max-width:898px) {
    div#block-footermap {
        padding-top: 25px !important
    }
    footer .site-footer__bottom {
        padding: 0 15px
    }
}

.region-footer-second {
    background-color: #e5e5e5
}

@media only screen and (min-width:898px) {
    #block-webformblockforiotpage input#edit-captcha-response,
    #block-webformblockforinvoicepage input#edit-captcha-response,
    .webform-submission-cis-explore-form input#edit-captcha-response,
    .download_resource_form input#edit-captcha-response,
    .webform-submission-usa-opening-form input#edit-captcha-response,
    .webform-submission-upcoming-events-form-form input#edit-captcha-response,
    .webform-submission-contact-us-form input#edit-captcha-response,
    #subscribe-form input#edit-captcha-response {
        width: 55%;
        margin-top: 0 !important
    }
    #block-webformblockforiotpage .invalid-feedback,
    #block-webformblockforinvoicepage .invalid-feedback,
    .webform-submission-cis-explore-form .invalid-feedback,
    .download_resource_form .invalid-feedback,
    .webform-submission-usa-opening-form .invalid-feedback,
    .webform-submission-upcoming-events-form-form .invalid-feedback,
    .webform-submission-contact-us-form .invalid-feedback,
    #subscribe-form .invalid-feedback {
        display: block !important
    }
    .webform-submission-cis-explore-form input#edit-captcha-response,
    .webform-submission-upcoming-events-form-form input#edit-captcha-response,
    .webform-submission-contact-us-form input#edit-captcha-response {
        padding: 20px !important
    }
}

@media only screen and (max-width:641px) {
    input#edit-captcha-response {
        width: 55% !important;
        margin-top: 0 !important
    }
    .webform-submission-cis-explore-form input#edit-captcha-response,
    .webform-submission-upcoming-events-form-form input#edit-captcha-response,
    .webform-submission-contact-us-form input#edit-captcha-response {
        padding: 20px !important
    }
}

input[id^=edit-email] {
    text-transform: lowercase !important
}

::-webkit-input-placeholder {
    text-transform: none
}

label[for^=edit-privacy-text].custom-control-label.checked::before {
    color: #fff !important;
    border-color: #0079c0 !important;
    background-color: #0079c0 !important
}

label[for^=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

#edit-email,
#edit-email--2 {
    text-transform: lowercase !important
}

::-webkit-input-placeholder {
    text-transform: none
}

.lets-connect-form {
    background-color: #e5e5e5;
    padding: 40px 0 !important
}

.lets-connect-form .block-lets-connect-block {
    margin: 0 auto !important;
    width: 70%;
    margin-left: 25%
}

.lets-connect-form #edit-user-name-error,
.lets-connect-form #edit-user-name-last-error,
.lets-connect-form #edit-org-name-error,
.lets-connect-form #edit-email--2-error,
.lets-connect-form #edit-message-error,
.lets-connect-form #edit-type-error,
.lets-connect-form #edit-phone-error,
.lets-connect-form #edit-phone--2-error,
.lets-connect-form #edit-email-error {
    color: red !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 0
}

.lets-connect-form strong[id^="checkes[check1]-error"],
.lets-connect-form #edit-captcha-response--2-error,
.lets-connect-form .invalid-feedback,
.lets-connect-form #edit-message--2-error,
.lets-connect-form #edit-captcha-response-error,
.lets-connect-form label[id^="checkes[check1]-error"] {
    color: red !important;
    font-size: 14px !important;
    font-weight: normal !important
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #edit-user-name-error,
    #edit-user-name-last-error,
    #edit-org-name-error,
    #edit-email--2-error,
    #edit-message-error,
    #edit-type-error,
    #edit-phone-error,
    #edit-phone--2-error,
    #edit-email-error,
    strong[id^="checkes[check1]-error"],
    label[id^="checkes[check1]-error"] {
        margin-bottom: 15px !important
    }
}

.page-node-7541 nav.breadcrumb {
    display: none
}

.page-node-7541 .block-lets-connect-block {
    display: none
}

.page-node-7540 .block-lets-connect-block {
    display: none
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-7540 .banner-section .banner-text {
        left: 60px !important
    }
}

li.footer-logo {
    padding: 0 5px 0 5px;
    margin: unset !important
}

li.footer-logo img {
    width: 45px;
    height: auto
}

@media screen and (max-width:768px) {
    li.footer-logo {
        padding-bottom: 10px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .know-more.slide-cdao {
        top: 90px
    }
    #IDC-text {
        font-size: 24px
    }
    a#IDC {
        width: 53% !important
    }
    #block-footercopyright p {
        font-size: 10px
    }
    #block-footercopyright .footer-line {
        margin: 0 70px 20px 70px
    }
    #block-footercopyright a,
    #block-footercopyright a:link,
    #block-footercopyright a:visited,
    #block-footercopyright a:active {
        font-size: 10px
    }
    .bottom-footer {
        padding: 0;
        margin: 0 60px 0 60px !important;
        font-size: 10px !important
    }
}

.page-node-46 .testimonial-section,
.page-node-1791 .testimonial-section,
.page-node-2236 .testimonial-section,
.page-node-2363 .testimonial-section {
    display: none
}

input[id^=edit-email]::-moz-placeholder {
    text-transform: none !important
}

.know-more.slide-bci {
    bottom: 32% !important;
    left: 8% !important
}

.page-view-frontpage img[alt="IDC Logo"] {
    width: 120px !important;
    height: auto !important;
    margin-bottom: 25px !important
}

.page-view-frontpage a#IDC {
    width: 45%
}

@media only screen and (max-width:991px) {
    .page-view-frontpage img[alt="IDC Logo"] {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width:898px) {
    .site-footer .container {
        background: #fff
    }
    .page-node-10294 #navbar-main a.navbar-brand,
    .page-node-10961 #navbar-main a.navbar-brand,
    .page-node-10624 #navbar-main a.navbar-brand,
    .page-node-11341 #navbar-main a.navbar-brand {
        width: 240px
    }
    .page-node-10294 #navbar-main a.navbar-brand img#new-logo,
    .page-node-10961 #navbar-main a.navbar-brand img#new-logo,
    .page-node-10624 #navbar-main a.navbar-brand img#new-logo,
    .page-node-11341 #navbar-main a.navbar-brand img#new-logo {
        width: 240px !important;
        height: auto !important;
        margin: -55px 0 -55px -15px !important
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

#preloader img {
    width: 200px;
    height: auto
}

.node--type-company-page .xor_cp_vision .xor_cp_vision__mobile,
.node--type-company-page .xor_cp_vision .xor_cp_vision__desktop {
    display: none !important
}

.footer-secton {
    margin: 70px 300px 20px 200px
}

.footer-secton .col-md-9 {
    padding-left: unset !important
}

.footer-secton .subscrition-heading {
    color: #000;
    font-size: 37px;
     font-family: "Poppins";
    line-height: 48px;
    letter-spacing: -.37px;
    margin: 30px 0
}

.footer-secton .certification {
    display: flex
}

.footer-secton .certification img {
    width: 10%;
    height: auto;
    margin-right: 10px
}

.footer-secton .col-md-3 {
    display: flex;
    padding-top: 33px
}

.footer-secton .col-md-3 ul.links {
    list-style: none;
    padding: unset
}

.footer-secton .col-md-3 ul.links li.link-header {
    color: #1e1e1e;
    font-size: 20px;
     font-family: "Poppins";
    line-height: 37px;
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
    padding-top: 0
}

.footer-secton .col-md-3 ul.links li a {
    color: #45454a;
    font-size: 20px;
    font-family: "Mona Sans Regular";
    line-height: 37px;
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
    padding-top: 0
}

.footer-secton .col-md-3 ul.links li a:hover {
    color: #00b23b
}

.footer-secton .col-md-3 .footer-links {
    list-style: none
}

.footer-secton .col-md-3 .footer-links:first-child {
    padding-right: 120px
}

.footer-secton #subscribe-form-new .subscribe_form_container {
    width: 85%
}

.footer-secton #subscribe-form-new .subscribe_form_container .form-type-email .invalid-feedback {
    margin: unset
}

.footer-secton #subscribe-form-new .subscribe_form_container .form-type-email .invalid-feedback em {
    font-style: normal !important
}

.footer-secton #subscribe-form-new .subscribe_form_container fieldset {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin-top: 16px;
    margin-bottom: 16px
}

.footer-secton #subscribe-form-new .subscribe_form_container button {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    border-radius: 5px;
    background: linear-gradient(0deg, #00b23b 0, #00b23b 100%);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: "Mona Sans Regular";
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    border: 1px solid #00b23b;
    margin: 16px 16px 16px;
    padding-left: 0
}

.footer-secton #subscribe-form-new .subscribe_form_container button:hover {
    border: 1px solid #00b23b;
    color: #00b23b;
    background: #fff
}

.footer-secton #subscribe-form-new .subscribe_form_container button::after {
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute
}

.footer-secton #subscribe-form-new .subscribe_form_container button:hover::after {
    background-image: url(/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg)
}

.footer-secton #subscribe-form-new .subscribe_form_container button:focus,
.footer-secton #subscribe-form-new .subscribe_form_container button:not(:disabled):not(.disabled):active {
    box-shadow: unset !important;
    border-color: #00b23b
}

.footer-secton #subscribe-form-new .subscribe_form_container label.js-form-required {
    display: none
}

.footer-secton #subscribe-form-new .subscribe_form_container input.form-email {
    border-radius: 5px 0 0 5px !important;
    border: unset !important;
    background: #fff !important;
    padding: 23px 20px !important;
    box-shadow: unset !important;
    font-family: "Mona Sans Regular"
}

.footer-secton #subscribe-form-new .subscribe_form_container .input-group-text {
    border-radius: 5px 0 0 5px;
    background: #000;
    color: #fff;
    box-shadow: unset !important
}

.footer-secton #subscribe-form-new .subscribe_form_container input.form-text {
    border-radius: 0 5px 5px 0 !important;
    border: 1px solid #c6c6c6 !important;
    background: #fff !important;
    padding: 17.5px 0 !important;
    margin-top: unset !important;
    width: 50%;
    box-shadow: unset !important
}

.footer-secton #subscribe-form-new .subscribe_form_container .js-form-item-captcha-response {
    margin-top: 20px;
    width: 50% !important
}

.footer-secton #subscribe-form-new .subscribe_form_container .js-form-item-captcha-response .description.text-muted {
    display: none
}

.footer-secton #subscribe-form-new .subscribe_form_container .form-item--error-message,
.footer-secton #subscribe-form-new .subscribe_form_container .invalid-feedback,
.footer-secton #subscribe-form-new .subscribe_form_container strong.error,
.footer-secton #subscribe-form-new .subscribe_form_container label.error {
    font-weight: normal;
    color: red !important;
    font-size: 16px !important;
    height: 0;
    font-family: "Mona Sans Regular"
}

.footer-secton #subscribe-form-new .subscribe_form_container .invalid-feedback {
    margin: 30px 0;
    display: block !important
}

.footer-secton #subscribe-form-new .subscribe_form_container .form-box {
    padding: 3px 5px;
    margin: unset;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    background: #FFF
}

.footer-secton #subscribe-form-new .subscribe_form_container .js-form-type-email strong.error,
.footer-secton #subscribe-form-new .subscribe_form_container .js-form-type-email label.error {
    padding-left: 20px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .footer-secton {
        margin: 70px 200px 20px 100px
    }
    .footer-secton #subscribe-form-new .subscribe_form_container {
        width: 90%
    }
    .footer-secton #subscribe-form-new .subscribe_form_container .form-box {
        padding: 3px 10px
    }
    .footer-secton #subscribe-form-new .subscribe_form_container button {
        width: 40%
    }
    .footer-secton .col-md-3 .footer-links:first-child {
        padding-right: 80px
    }
}

@media only screen and (max-width:898px) {
    .footer-secton {
        margin: 50px 10px 20px 10px
    }
    .footer-secton .col-md-9 {
        padding-left: 15px !important
    }
    .footer-secton .col-md-3 {
        padding-top: 50px
    }
    .footer-secton .subscrition-heading {
        margin: 30px 0 15px 0
    }
    .footer-secton #subscribe-form-new .subscribe_form_container {
        width: 100%
    }
    .footer-secton #subscribe-form-new .subscribe_form_container fieldset {
        width: 100%
    }
    .footer-secton #subscribe-form-new .subscribe_form_container input.form-email {
        padding: 23px 0 !important
    }
    .footer-secton #subscribe-form-new .subscribe_form_container .js-form-type-email strong.error,
    .footer-secton #subscribe-form-new .subscribe_form_container .js-form-type-email label.error {
        padding-left: 0;
        position: absolute !important
    }
    .footer-secton #subscribe-form-new .subscribe_form_container button {
        width: 85%;
        font-size: 14px;
        margin: 16px 8px 16px;
        padding-right: 18px;
        padding-left: 0
    }
    .footer-secton #subscribe-form-new .subscribe_form_container button:hover {
        border: 1px solid #00b23b;
        background: linear-gradient(0deg, #00b23b 0, #00b23b 100%);
        color: #fff
    }
    .footer-secton #subscribe-form-new .subscribe_form_container button::after {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 32px;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute
    }
    .footer-secton #subscribe-form-new .subscribe_form_container button:hover::after {
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg)
    }
    .footer-secton #subscribe-form-new .subscribe_form_container .form-box {
        padding: 3px 10px
    }
    .footer-secton #subscribe-form-new .subscribe_form_container .form-item--error-message,
    .footer-secton #subscribe-form-new .subscribe_form_container .invalid-feedback,
    .footer-secton #subscribe-form-new .subscribe_form_container strong.error,
    .footer-secton #subscribe-form-new .subscribe_form_container label.error {
        height: 0 !important;
        display: flex
    }
    .footer-secton #subscribe-form-new .subscribe_form_container strong[id^=edit-captcha-response],
    .footer-secton #subscribe-form-new .subscribe_form_container .invalid-feedback,
    .footer-secton #subscribe-form-new .subscribe_form_container label[id^=edit-captcha-response] {
        margin-bottom: 30px
    }
    .footer-secton #subscribe-form-new .subscribe_form_container .invalid-feedback {
        margin-bottom: 90px
    }
    .footer-secton #subscribe-form-new .subscribe_form_container #new_subscription {
        margin-top: 40px !important
    }
    .footer-secton #subscribe-form-new input[id^=edit-captcha-response] {
        width: 39% !important
    }
    .footer-secton .certification {
        display: flex;
        width: 90%;
        left: 0;
        right: 0;
        position: relative
    }
    .footer-secton .certification img {
        width: 25%
    }
    .footer-secton .col-md-3 .footer-links:first-child {
        padding-right: 80px
    }
}

@media only screen and (min-width:768px) {
    .page-node-51 #l2-page .brand-line {
        background-color: #000 !important
    }
    .page-node-51 #l2-page .banner-section .banner-text {
        color: #000 !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-1812 .testimonial-section {
        margin-top: 110px !important
    }
}

#l2-page h1,
#l2-page h2,
#l2-page h3,
#l2-page h4,
#l2-page h5,
#l2-page h6,
#l2-page span,
#l2-page div,
#l2-page li,
#l2-page a,
#l2-page ul {
    font-family: "Poppins";
}

#l2-page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#l2-page img[alt=jeetendra-jangle] {
    height: 93px !important;
    width: 97px !important
}

#l2-page .glyphicon {
    position: absolute;
    height: 100px;
    width: 20px;
    background: #28a745;
    top: 30%;
    left: 25px
}

#l2-page .glyphicon:after {
    background: url(/themes/custom/bootstrap_xoriant/images/icons/play.png) !important;
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    top: 47%;
    left: 2px;
    transform: rotate(180deg)
}

#l2-page .glyphicon.glyphicon-chevron-right {
    left: 96.5%
}

#l2-page .glyphicon.glyphicon-chevron-right:after {
    transform: none
}

#l2-page .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#l2-page .flip-container:hover .flipper,
#l2-page .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#l2-page .flip-container:hover .flipper .back,
#l2-page .flip-container.hover .flipper .back {
    z-index: 3
}

#l2-page .flip-container,
#l2-page .front,
#l2-page .back {
    width: 100%
}

#l2-page .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 250px;
    position: relative
}

#l2-page .front,
#l2-page .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px
}

#l2-page .front {
    z-index: 2
}

#l2-page .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#l2-page .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#l2-page .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

#l2-page .field--name-field-request-a-demo a {
    -webkit-appearance: none;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

#l2-page .field--name-field-request-a-demo a a,
#l2-page .field--name-field-request-a-demo a a:link,
#l2-page .field--name-field-request-a-demo a a:visited,
#l2-page .field--name-field-request-a-demo a a:hover,
#l2-page .field--name-field-request-a-demo a a:active {
    color: white;
    text-decoration: none
}

#l2-page .des-block-wrapper {
    padding: 50px 100px;
    margin-bottom: -24px;
    background-color: #f7f7f7
}

#l2-page .des-block-wrapper .field_item p {
    font-size: 22px
}

#l2-page .des-block-wrapper ul li {
    font-size: 14px;
    margin: 10px 0
}

#l2-page .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#l2-page .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#l2-page .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#l2-page .resource>.grids .images>div h3,
#l2-page .resource>.grids .images>div p,
#l2-page .resource>.grids .images>div div {
    text-align: start
}

#l2-page .title-6-desc {
    text-align: center !important;
    padding-right: 80px;
    padding-left: 80px;
    margin: 20px 0
}

#l2-page .field--name-field-banner-text-small {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#l2-page .field__label {
    display: none
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #l2-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #l2-page .six-pack-grid {
        padding: 15px auto 15px auto !important
    }
    #l2-page .six-pack-grid .owl-item {
        margin-right: 40px !important
    }
    #l2-page .middle-content .flex {
        padding: 20px !important
    }
    #l2-page .resource {
        padding: 0 35px 71px !important
    }
    #l2-page .resource .images>div {
        width: 70% !important
    }
    #l2-page .testimonial-section .auth {
        padding: 75px !important
    }
    #l2-page .four-grid {
        padding: 20px !important
    }
    #l2-page .resource .images>div {
        padding: 50px 15px 30px 15px !important
    }
    #l2-page .prodenggird .gridrow {
        min-width: 130px !important
    }
}

@media screen and (min-width:1920px) {
    #l2-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #l2-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #l2-page .testimonial-section picture img {
        height: 400px !important
    }
    #l2-page .testimonial-section .carousel-caption {
        bottom: 60px !important
    }
}

@media only screen and (max-width:898px) {
    #l2-page .prodenggird {
        overflow: hidden;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap
    }
    #l2-page li.dots {
        background-color: gray
    }
    #l2-page li.dots.active {
        background-color: #353535
    }
    #l2-page .title-desc-block {
        font-size: 1rem;
        text-align: center
    }
    #l2-page .owl-item {
        border-left: 5px solid #45454a
    }
    #l2-page .owl-stage {
        padding-left: 10px !important
    }
    #l2-page .owl-dots {
        display: none
    }
    #l2-page .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        display: block;
        text-align: start !important
    }
    #l2-page .bg-light.foot>div {
        margin: 15px 0
    }
    #l2-page .bg-light.foot img {
        margin-right: 10px;
        height: 20px
    }
    #l2-page .bg-light.foot a,
    #l2-page .bg-light.foot a:hover,
    #l2-page .bg-light.foot a:focus {
        color: white;
        font-size: 14px;
        letter-spacing: .5px
    }
    #l2-page .bg-light.foot .phone {
        height: 28px
    }
    #l2-page iframe {
        width: 100%
    }
    #l2-page .accordianset {
        margin: unset !important;
        margin-bottom: 64px !important
    }
    #l2-page .accordianset .col-md-12.row {
        display: flex block !important;
        margin-bottom: 35px !important
    }
    #l2-page .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important
    }
    #l2-page .prodenggird .gridrow h6 {
        margin-bottom: unset !important
    }
    #l2-page .prodenggird {
        margin-top: 15px;
        margin-bottom: 30px
    }
    #l2-page .middle-content {
        margin-bottom: 35px !important;
        padding: 0 20px
    }
    #l2-page .middle-content .title {
        margin-top: 23px
    }
    #l2-page .middle-content .flex .intro-video-container {
        margin-right: 0 !important
    }
    #l2-page .middle-content .flex .intro-video-container img {
        width: 100%;
        margin-bottom: 20px
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 200;
        display: none
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 10px;
        width: 85% !important;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video {
        width: 100%;
        height: 170px;
        border: 0;
        margin: 0
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #l2-page .field--name-field-field-title-description-ta {
        text-align: center;
        font-size: 14px
    }
    #l2-page .field--name-field-field-title-description-ta p {
        font-size: 14px
    }
    #l2-page .accordianset {
        margin: unset !important;
        margin-bottom: 64px
    }
    #l2-page .accordianset .col-md-12.row {
        display: flex block
    }
    #l2-page .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto !important
    }
    #l2-page .des-block-wrapper {
        padding: 30px 15px;
        background-color: #f7f7f7;
        margin: 0
    }
    #l2-page .des-block-wrapper .field_item p {
        font-size: 22px
    }
    #l2-page .des-block-wrapper ul li {
        font-size: 14px;
        margin: 10px 0
    }
    #l2-page .desktop,
    #l2-page .hide,
    #l2-page p[class^=rectangle] {
        display: none !important
    }
    #l2-page.container {
        padding: 0;
        max-width: 100%
    }
    #l2-page #block-breadcrumbs,
    #l2-page #block-bootstrap-xoriant-breadcrumbs {
        position: relative !important;
        margin-top: 0
    }
    #l2-page #block-breadcrumbs .breadcrumb,
    #l2-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 12px 20px
    }
    #l2-page #block-breadcrumbs .breadcrumb li,
    #l2-page #block-breadcrumbs .breadcrumb a,
    #l2-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #l2-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #l2-page h1.seo-title,
    #l2-page h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 35px
    }
    #l2-page h1.seo-title p,
    #l2-page h3.title p {
        margin: 0
    }
    #l2-page h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin-bottom: 20px
    }
    #l2-page .banner-section {
        position: relative;
        text-align: center
    }
    #l2-page .banner-section img {
        height: auto;
        width: 100%
    }
    #l2-page .banner-section .field--name-field-know {
        display: none
    }
    #l2-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        margin-top: 40% !important
    }
    #l2-page .peogridimg {
        padding: 20px 0
    }
    #l2-page .flex img {
        width: 100%;
        margin-bottom: 35px
    }
    #l2-page .flex .field--name-field-title-description,
    #l2-page .flex .field--name-field-title-description-ta {
        font-size: 14px;
        margin-top: 10px;
        text-align: center
    }
    #l2-page .pack-title {
        margin: 20px 0 0 0 !important;
        padding: 15px 20px 15px 20px
    }
    #l2-page .title-6-desc {
        padding-right: 10px !important;
        padding-left: 10px !important
    }
    #l2-page .glyphicon.glyphicon-chevron-right {
        left: unset;
        right: -35px
    }
    #l2-page .glyphicon {
        left: -35px
    }
    #l2-page .six-pack-grid {
        text-align: start;
        padding-bottom: 5px;
        padding-left: 20px;
        margin-top: 20px
    }
    #l2-page .six-pack-grid .headings {
        margin: 0 0 10px 0;
        text-align: start;
        font-size: 18px;
        line-height: 20px
    }
    #l2-page .six-pack-grid .desc {
        font-size: 14px;
        text-align: start;
        line-height: 20px
    }
    #l2-page .six-pack-grid p {
        text-align: start;
        font-size: 14px;
        line-height: 20px
    }
    #l2-page .six-pack-grid .grids {
        padding: 15px;
        text-align: start
    }
    #l2-page .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 10px 0;
        text-align: start;
        display: block;
        text-transform: uppercase;
        color: #45454a;
        font-weight: bold
    }
    #l2-page .connect {
        margin: 35px 10px;
        border-radius: 60px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        padding: 10px;
        text-align: center;
        color: white
    }
    #l2-page .connect .field--name-field-expert-text {
        padding: 0 15px;
        font-size: 14px
    }
    #l2-page .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border-radius: 19px;
        text-transform: uppercase;
        width: 35%;
        margin: 10px auto 0 auto
    }
    #l2-page .connect .field--name-field-know-more a {
        color: white
    }
    #l2-page .testimonial-section {
        position: relative;
        margin-bottom: 35px
    }
    #l2-page .testimonial-section img {
        width: 100%
    }
    #l2-page .testimonial-section .field--name-field-testimonial-background img {
        height: 450px
    }
    #l2-page .testimonial-section img.background-img {
        height: 450px
    }
    #l2-page .testimonial-section .auth {
        position: absolute;
        padding: 10px 20px;
        color: white;
        font-size: 14px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%)
    }
    #l2-page .testimonial-section .auth img {
        width: auto;
        height: 95px
    }
    #l2-page .testimonial-section .auth-note p {
        line-height: 21px;
        font-size: 14px
    }
    #l2-page .testimonial-section .auth-info {
        text-align: center;
        margin-bottom: 10px;
        line-height: 21px;
        font-size: 14px;
        font-weight: 500
    }
    #l2-page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        line-height: 1;
        height: 43px;
        width: 157px;
        padding-top: 11px;
        padding-bottom: 11px
    }
    #l2-page .testimonial-section .field--name-field-testimonial-link a,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:link,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:visited,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:hover,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #l2-page .testimonial-section .field--name-field-testimonial-author-name {
        margin: 5px 0
    }
    #l2-page .testimonial-section {
        margin-bottom: 50px
    }
    #l2-page .testimonial-section hr.brand-line {
        margin-left: unset;
        width: 60px !important;
        background-color: #fff !important
    }
    #l2-page .testimonial-section .d-block.w-100.background-img {
        visibility: hidden
    }
    #l2-page .testimonial-section ol.carousel-indicators {
        bottom: 50px !important
    }
    #l2-page .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #l2-page .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #l2-page .testimonial-section .arrows-next-prev {
        bottom: 14% !important;
        right: 61% !important
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #l2-page .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #l2-page .testimonial-section .carousel-caption {
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        text-align: left;
        border-radius: 10px;
        bottom: 5px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-name p {
        text-align: left !important
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-desc p {
        text-align: left !important
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #l2-page .four-grid {
        text-align: center
    }
    #l2-page .four-grid .grids {
        padding: 0 20px 35px 20px
    }
    #l2-page .four-grid .grids .flipper {
        height: 325px
    }
    #l2-page .four-grid .grids .front,
    #l2-page .four-grid .grids .back {
        height: 300px
    }
    #l2-page .four-grid .grids .back p {
        line-height: 21px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%)
    }
    #l2-page .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #l2-page .four-grid .grids img {
        height: 300px;
        width: 100%
    }
    #l2-page .four-grid .grids .desc {
        font-size: 14px;
        margin: 0 auto
    }
    #l2-page .four-grid .grids .desc p {
        margin: 0;
        font-size: 14px
    }
    #l2-page .accordion {
        padding: 10px
    }
    #l2-page .accordion .pack-title {
        padding-top: 0;
        background-color: #fff
    }
    #l2-page .accordion .headings {
        margin-right: auto;
        margin-top: auto;
        font-size: 14px;
        text-align: inherit;
        font-weight: normal;
        margin-bottom: auto;
        width: 75%
    }
    #l2-page .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        position: relative
    }
    #l2-page .accordion>.grids img {
        width: 35px;
        height: 35px
    }
    #l2-page .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #l2-page .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #l2-page .accordion .desc {
        padding: 20px;
        border: 1px solid #ccc;
        border-top: 0;
        text-align: center
    }
    #l2-page .accordion .desc img {
        width: 100%;
        height: auto
    }
    #l2-page .accordion .desc p,
    #l2-page .accordion .desc span {
        font-size: 14px;
        line-height: 21px
    }
    #l2-page .accordion .desc ul {
        text-align: start;
        font-size: 14px;
        line-height: 21px
    }
    #l2-page .accordion .arrow {
        height: 15px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 15px
    }
    #l2-page .framework {
        position: relative;
        margin-bottom: 35px
    }
    #l2-page .framework img {
        width: 100%;
        height: 100px
    }
    #l2-page .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #l2-page .framework .flex p {
        margin: 0
    }
    #l2-page .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #l2-page .framework .field--name-field-demo a,
    #l2-page .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        text-transform: uppercase
    }
    #l2-page .resource .images {
        position: relative
    }
    #l2-page .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #l2-page .resource .images>div>a {
        display: none
    }
    #l2-page .resource .images .headings {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 500;
        color: white;
        letter-spacing: 0
    }
    #l2-page .resource .images .desc {
        font-size: 14px;
        margin: 5px 0
    }
    #l2-page .resource .images img {
        height: 300px;
        width: 80%
    }
    #l2-page .resource .grids {
        padding: 0 10px 35px 10px;
        margin: 0 10px
    }
    #l2-page .prodenggird {
        overflow: hidden;
        background: #f7f7f7;
        padding: 35px 25px
    }
    #l2-page .prodenggird>.clearfix {
        display: flex;
        flex-wrap: wrap
    }
    #l2-page .prodenggird .gridrow {
        text-align: center;
        font-weight: normal;
        text-transform: capitalize;
        font-family: "Poppins";
        cursor: pointer;
        margin: 15px 0 40px 0;
        flex: 0 0 50%;
        position: relative
    }
    #l2-page .prodenggird .gridrow:after {
        content: "";
        position: absolute;
        background: url(/themes/custom/bootstrap_xoriant/images/green-icon.png) no-repeat;
        background-repeat: no-repeat;
        height: 22px;
        width: 22px;
        left: 0;
        right: 0;
        margin: 7px auto
    }
    #l2-page .prodenggird .gridrow a {
        display: none
    }
    #l2-page .prodenggird .gridrow h6 {
        color: #45454a;
        font-size: 18px;
        font-family: "Poppins";
        font-weight: 500
    }
}

@media only screen and (max-width:897px) and (min-width:834px) {
    #l2-page .prodenggird .gridrow h6 {
        margin-bottom: 20px
    }
    #l2-page .middle-content.container-sm {
        margin-bottom: 30px
    }
}

#l2-page #six .carousel-item.active {
    width: 75%;
    border-left: 5px solid #45454a
}

#l2-page #six .carousel-item.active+div {
    display: block;
    float: none;
    left: 70%;
    width: 77%;
    z-index: 99;
    border-left: 5px solid #45454a
}

@media only screen and (min-width:898px) {
    #l2-page .prodenggird {
        overflow: hidden;
        display: flex;
        justify-content: space-evenly
    }
    #l2-page ol.carousel-indicators {
        margin-top: 35px
    }
    #l2-page ol.carousel-indicators li {
        height: 4px;
        width: 47px;
        background-color: #45454a;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        margin-bottom: 0
    }
    #l2-page ol.carousel-indicators li.active {
        height: 4px;
        width: 47px;
        background-color: #00bbf0;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0
    }
    #l2-page .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        align-items: center;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page .bg-light.foot img {
        margin-right: 10px;
        height: 25px;
        width: auto
    }
    #l2-page .bg-light.foot a,
    #l2-page .bg-light.foot a:hover,
    #l2-page .bg-light.foot a:focus {
        color: white;
        font-size: 14px
    }
    #l2-page .bg-light.foot .phone {
        height: 22px
    }
    #l2-page .mobile {
        display: none !important
    }
    #l2-page h1.seo-title,
    #l2-page h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #l2-page h1.seo-title p,
    #l2-page h3.title p {
        margin-bottom: 0
    }
    #l2-page h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        margin-bottom: 20px
    }
    #l2-page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page .banner-section a,
    #l2-page .banner-section a:link,
    #l2-page .banner-section a:visited,
    #l2-page .banner-section a:hover,
    #l2-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #l2-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #l2-page .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #l2-page .banner-section .field--name-field-know {
        display: none
    }
    #l2-page #block-breadcrumbs,
    #l2-page #block-bootstrap-xoriant-breadcrumbs {
        position: relative !important;
        margin-top: 0 !important;
        bottom: 310px
    }
    #l2-page #block-breadcrumbs .breadcrumb,
    #l2-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #l2-page .middle-content {
        margin: 25px 0 40px 0;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #l2-page .middle-content h1.title {
        margin-top: 0;
        font-size: 2.2vw;
        padding: 0 150px;
        line-height: initial
    }
    #l2-page .middle-content .flex {
        display: flex;
        padding: 0 150px;
        margin-top: -5px;
        padding-top: 0;
        font-size: 1.15vw
    }
    #l2-page .middle-content .flex .intro-video-container {
        margin-right: 50px
    }
    #l2-page .middle-content .flex .intro-video-container img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        cursor: pointer;
        width: 450px
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 200;
        display: none
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 20px 30px;
        width: 40%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video {
        width: 100%;
        height: 300px;
        border: 0
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #l2-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border .field__item p {
        margin-bottom: 0;
        line-height: 0
    }
    #l2-page .middle-content .field--name-field-image-block {
        margin-right: 50px
    }
    #l2-page .middle-content .field--name-field-title-description,
    #l2-page .middle-content .field--name-field-field-title-description-ta {
        color: #45454a;
        margin-top: -5px
    }
    #l2-page .pack-title {
        margin: 0 !important
    }
    #l2-page .accordion {
        padding: 10px 100px
    }
    #l2-page .accordion .pack-title {
        margin-bottom: 20px !important;
        padding-top: 0;
        background-color: #fff
    }
    #l2-page .accordion .headings {
        margin-left: 30px;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
        font-size: 22px;
        color: #45454a
    }
    #l2-page .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 40px;
        padding: 25px;
        border: 1px solid #ccc;
        position: relative;
        cursor: pointer
    }
    #l2-page .accordion>.grids .images img {
        width: 63px;
        height: 64px
    }
    #l2-page .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #l2-page .accordion .grids.expanded .arrow {
        right: 30px;
        transform: rotate(180deg)
    }
    #l2-page .accordion .desc {
        padding: 20px;
        padding-left: 120px;
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 40px;
        color: #45454a;
        font-size: 14px;
        line-height: 22px
    }
    #l2-page .accordion .desc img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block
    }
    #l2-page .accordion .desc img[src*=NLP] {
        width: auto;
        height: 300px
    }
    #l2-page .accordion .arrow {
        height: 13px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 20px;
        transform: translateX(-50%);
        top: 50%
    }
    #l2-page .six-pack-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 50px;
        position: relative
    }
    #l2-page .six-pack-grid .products-row>div::before,
    #l2-page .six-pack-grid .products-row>div::after,
    #l2-page .six-pack-grid .grids::before,
    #l2-page .six-pack-grid .grids::after {
        content: "";
        position: absolute;
        display: block;
        top: 0
    }
    #l2-page .six-pack-grid .products-row>div:before,
    #l2-page .six-pack-grid .grids:before {
        height: 100%;
        width: 0;
        right: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #l2-page .six-pack-grid .products-row>div:after,
    #l2-page .six-pack-grid .grids:after {
        background-color: transparent;
        height: calc(100% - 0px);
        width: 0;
        left: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #l2-page .six-pack-grid .products-row>div:hover,
    #l2-page .six-pack-grid .grids:hover {
        color: white !important;
        z-index: 99
    }
    #l2-page .six-pack-grid .products-row>div:hover *,
    #l2-page .six-pack-grid .grids:hover * {
        color: white !important;
        z-index: 99
    }
    #l2-page .six-pack-grid .products-row>div:hover a,
    #l2-page .six-pack-grid .grids:hover a {
        color: #0079c0 !important
    }
    #l2-page .six-pack-grid .products-row>div:hover a span,
    #l2-page .six-pack-grid .grids:hover a span {
        color: #0079c0 !important
    }
    #l2-page .six-pack-grid .products-row>div:hover:before,
    #l2-page .six-pack-grid .grids:hover:before {
        width: 100%
    }
    #l2-page .six-pack-grid .products-row>div:hover:after,
    #l2-page .six-pack-grid .grids:hover:after {
        width: 100%;
        background-color: #45454a;
        color: white
    }
    #l2-page .six-pack-grid .grids.col-lg-4:hover:before {
        width: 77%
    }
    #l2-page .six-pack-grid .grids.col-lg-4:hover:after {
        width: 77%
    }
    #l2-page .six-pack-grid .owl-nav {
        display: block;
        width: 100%;
        text-align: end;
        padding-right: 30px;
        padding-top: 15px
    }
    #l2-page .six-pack-grid .owl-nav button span {
        font-size: 30px;
        border: 1px solid #e5e5e5;
        color: #000;
        padding: 0 13px
    }
    #l2-page .six-pack-grid .owl-nav .disabled {
        opacity: .6
    }
    #l2-page .six-pack-grid .owl-nav.disabled {
        display: none !important
    }
    #l2-page .six-pack-grid .owl-prev {
        margin-right: 10px
    }
    #l2-page .six-pack-grid button:focus {
        outline: 0
    }
    #l2-page .six-pack-grid .grids {
        border-left: 8px solid #45454a;
        position: relative;
        padding: 5px 0 20px 20px
    }
    #l2-page .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 55px 0 10px 0 !important;
        text-align: start;
        display: block;
        text-transform: uppercase;
        color: #45454a;
        font-weight: bold
    }
    #l2-page .six-pack-grid .desc {
        color: #45454a;
        font-size: 14px;
        text-align: start
    }
    #l2-page .six-pack-grid .desc img {
        width: 100%
    }
    #l2-page .six-pack-grid .desc ul {
        text-align: start
    }
    #l2-page .six-pack-grid .headings {
        margin: 20px 0;
        text-align: start
    }
    #l2-page .hide {
        display: none !important
    }
    #l2-page .grid-modal {
        display: flex;
        background-color: #f7f7f7;
        padding: 50px;
        position: relative;
        width: 86%;
        margin: 20px auto
    }
    #l2-page .grid-modal .images {
        margin-right: 25px;
        height: 60px
    }
    #l2-page .grid-modal h3 {
        letter-spacing: normal;
        text-transform: inherit;
        color: #45454a;
        font-size: 22px
    }
    #l2-page .grid-modal .close {
        position: absolute;
        top: 15px;
        right: 20px;
        height: 24px;
        width: 24px;
        background: url("/sites/default/files/media-icons/close.png")
    }
    #l2-page .connect {
        display: flex;
        justify-content: space-between;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto;
        border-radius: 50px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        align-items: baseline;
        padding: 13.5px 41px;
        margin-bottom: 40px
    }
    #l2-page .connect .field--name-field-expert-text {
        margin-right: 29px;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px
    }
    #l2-page .connect p {
        margin: 0
    }
    #l2-page .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        line-height: initial;
        border-radius: 19px;
        font-weight: bold;
        text-transform: uppercase
    }
    #l2-page .connect .field--name-field-know-more a,
    #l2-page .connect .field--name-field-know-more a:link,
    #l2-page .connect .field--name-field-know-more a:visited,
    #l2-page .connect .field--name-field-know-more a:hover,
    #l2-page .connect .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #l2-page .connect .field--name-field-know-more a {
        color: white
    }
    #l2-page .testimonial-section {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        position: relative
    }
    #l2-page .testimonial-section .field--name-field-testimonial-background img {
        width: 100%
    }
    #l2-page .testimonial-section .auth {
        position: absolute;
        padding: 90px 155px 90px 100px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-family: "Poppins";
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        left: 0;
        right: 0;
        max-width: 1440px
    }
    #l2-page .testimonial-section .auth-note {
        text-align: justify
    }
    #l2-page .testimonial-section .auth-note>div {
        font-style: normal;
        font-size: 18px;
        line-height: initial;
        text-align: initial;
        font-weight: 500
    }
    #l2-page .testimonial-section .auth-note em {
        font-style: normal
    }
    #l2-page .testimonial-section .auth-info {
        margin-right: 35px
    }
    #l2-page .testimonial-section .auth-info>div {
        text-align: center;
        width: 215px
    }
    #l2-page .testimonial-section .auth-info img {
        width: 106px;
        height: 98px
    }
    #l2-page .testimonial-section .field--name-field-testimonial-author-name {
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        line-height: initial;
        font-weight: 500
    }
    #l2-page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        margin-top: 25px;
        padding: 10px;
        text-align: center !important;
        height: 43px;
        width: 135px
    }
    #l2-page .testimonial-section .field--name-field-testimonial-link a,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:link,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:visited,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:hover,
    #l2-page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #l2-page .testimonial-section {
        margin-top: 90px;
        margin-bottom: 80px !important
    }
    #l2-page .testimonial-section hr.brand-line {
        width: 70px !important;
        background-color: #fff !important
    }
    #l2-page .testimonial-section ol.carousel-indicators {
        bottom: -70px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        left: 1015px !important
    }
    #l2-page .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #l2-page .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #l2-page .testimonial-section .arrows-next-prev {
        bottom: 120% !important
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #l2-page .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #l2-page .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #l2-page .testimonial-section .carousel-item[data-index="0"] {
        background: url(/sites/default/files/Bodhi-Images/1_0.png) !important
    }
    #l2-page .testimonial-section .carousel-item[data-index="1"] {
        background: url(/sites/default/files/Bodhi-Images/6.png) !important
    }
    #l2-page .testimonial-section .carousel-item[data-index="2"] {
        background: url(/sites/default/files/Bodhi-Images/7.png) !important
    }
    #l2-page .testimonial-section .carousel-caption {
        bottom: 30px;
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        left: 25% !important;
        text-align: left;
        border-radius: 10px
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-name .field__item {
        text-align: left !important
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #l2-page .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #l2-page .four-grid-title.title {
        margin-top: 50px;
        margin-bottom: 30px
    }
    #l2-page .four-grid {
        display: flex;
        justify-content: center;
        padding: 20px 80px 20px 80px;
        max-width: 1440px;
        margin: auto
    }
    #l2-page .four-grid .grids {
        margin: 0 16px;
        text-align: center
    }
    #l2-page .four-grid .grids .images img {
        width: 100%;
        height: 100%
    }
    #l2-page .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #l2-page .four-grid .grids .desc {
        font-size: 14px;
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background-color: #f7f7f7
    }
    #l2-page .four-grid .grids .desc p {
        padding: 20px
    }
    #l2-page .four-grid[length="1"] {
        width: 40%
    }
    #l2-page .four-grid[length="2"] {
        width: 60%
    }
    #l2-page .four-grid[length="3"] {
        width: 90%
    }
    #l2-page .framework {
        position: relative;
        margin-bottom: 50px;
        margin-top: 27px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page .framework img {
        width: 100%;
        height: 100px
    }
    #l2-page .framework .flex {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    #l2-page .framework .flex .field--name-field-demo,
    #l2-page .framework .flex .field--name-field-request-a-demo {
        margin-top: 10px
    }
    #l2-page .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400;
        margin-right: 30px
    }
    #l2-page .framework .field--name-field-framework-title p {
        margin: 0
    }
    #l2-page .framework .field--name-field-demo a,
    #l2-page .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0;
        text-transform: uppercase
    }
    #l2-page .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #l2-page .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #l2-page .resource .images {
        position: relative
    }
    #l2-page .resource .images img {
        width: 80%;
        height: auto
    }
    #l2-page .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 80px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #l2-page .resource .images>div>a {
        display: none
    }
    #l2-page .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #l2-page .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #l2-page .resource .images .date {
        font-size: 14px
    }
    #l2-page .prodenggird {
        background: #f7f7f7;
        padding: 0 10px;
        height: 250px;
        margin: 50px 0;
        overflow: hidden;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page .prodenggird .clearfix {
        display: flex;
        align-items: center;
        height: 250px;
        text-align: center;
        justify-content: center
    }
    #l2-page .prodenggird .gridrow {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        text-transform: capitalize;
        font-family: "Poppins";
        cursor: pointer;
        position: relative;
        padding: 0 15px;
        min-width: 160px;
        max-width: 200px;
        height: 250px
    }
    #l2-page .prodenggird .gridrow:after {
        content: "";
        height: 50%;
        width: 1.5px;
        position: absolute;
        right: 0;
        top: 70px;
        background-image: radial-gradient(#ccc, #fff), radial-gradient(#ccc, #fff)
    }
    #l2-page .prodenggird .gridrow:last-of-type:after {
        display: none;
        background-image: none
    }
    #l2-page .prodenggird .gridrow img[width="34"] {
        width: auto
    }
    #l2-page .prodenggird .gridrow a {
        display: none
    }
    #l2-page .prodenggird .gridrow p {
        margin-top: 40px
    }
    #l2-page .prodenggird .gridrow p img {
        margin-bottom: 20px;
        height: 64px;
        width: 64px
    }
    #l2-page .prodenggird .gridrow h6 {
        color: #45454a;
        font-size: 14px;
        font-family: "Poppins";
        font-weight: normal;
        display: block;
        margin: 0 auto;
        text-align: center
    }
    #l2-page .prodenggird .gridrow:hover {
        background: #44464b
    }
    #l2-page .prodenggird .gridrow:hover a {
        color: inherit
    }
    #l2-page .prodenggird .gridrow:hover h6 {
        color: #fff;
        position: relative
    }
    #l2-page .prodenggird .gridrow:hover h6:after {
        position: absolute;
        height: 15px;
        width: 15px;
        top: 50px;
        right: 42%;
        background-size: 100% 100% !important;
        background: url(/themes/custom/bootstrap_xoriant/images/next_white.png) no-repeat;
        content: ""
    }
    #l2-page .prodenggird .gridrow:hover:after {
        display: none;
        background-image: none
    }
    #l2-page .prodenggird .gridrow:hover>p:first-of-type {
        display: none
    }
    #l2-page .prodenggird .gridrow:hover .hide {
        display: block !important
    }
    #l2-page .carousel-inner .active.left {
        left: -33%
    }
    #l2-page .carousel-inner .next {
        left: 33%
    }
    #l2-page .carousel-inner .prev {
        left: -33%
    }
    #l2-page .carousel-control.left,
    #l2-page .carousel-control.right {
        background-image: none
    }
    #l2-page .carousel-multi .carousel-inner>.carousel-item {
        display: none
    }
    #l2-page .carousel-multi .carousel-inner .active {
        display: flex;
        justify-content: space-between;
        padding: 20px 50px
    }
    #l2-page .carousel-multi .carousel-inner .active>div {
        margin: 20px;
        padding: 20px
    }
    #l2-page .carousel-multi .carousel-inner .active>div * {
        text-align: start
    }
    #l2-page .carousel-multi .carousel-inner .active.left {
        left: -33%
    }
    #l2-page .carousel-multi .carousel-inner .active.right {
        left: 33%
    }
    #l2-page .carousel-multi .carousel-inner .next {
        left: 33%
    }
    #l2-page .carousel-multi .carousel-inner .prev {
        left: -33%
    }
}

@media only screen and (min-width:898px) and (transform-3d),
only screen and (min-width:898px) and (-webkit-transform-3d) {
    #l2-page .carousel-multi .carousel-inner>.carousel-item {
        transform: none !important
    }
}

@media only screen and (max-width:1211px) and (min-width:898px) {
    #l2-page .accordianset {
        margin: unset !important;
        margin-bottom: 64px !important;
        margin-top: 50px !important
    }
    #l2-page .accordianset .col-md-12.row {
        display: flex block
    }
    #l2-page .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
        margin: 0 auto !important
    }
    #l2-page .framework .field--name-field-framework-title {
        font-size: 22px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #l2-page .resource .grids {
        cursor: pointer;
        display: inline-block;
        width: 46%;
        vertical-align: middle
    }
    #l2-page .resource .images>div {
        padding-top: 90px
    }
    #l2-page .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #l2-page .resource .grids {
        display: inline-block;
        vertical-align: middle;
        width: 46%
    }
    #l2-page .resource .images>div {
        padding-top: 90px
    }
    #l2-page .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #l2-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #l2-page .middle-content .flex {
        padding: 0 25px !important
    }
    #l2-page .middle-content .field--name-field-image-block img {
        height: 250px;
        width: auto
    }
    #l2-page .gridrow {
        min-width: unset !important
    }
    #l2-page .flipper .back p {
        font-size: 12px !important;
        line-height: initial !important
    }
    #l2-page .resource {
        padding: 0 25px 71px
    }
    #l2-page .resource .images>div {
        padding: 30px 15px 30px 15px
    }
    #l2-page .breadcrumb {
        margin-left: 25px !important
    }
}

#l2-page .peogridimg {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 0;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-bottom: 50px
}

#l2-page .accordianset {
    margin: 50px 0
}

#l2-page .accordianset .col-md-12.row {
    margin: unset;
    padding: 0 20px
}

#l2-page .accordianset .col-md-12.row .col-md-3:nth-child(6) {
    margin-right: 0
}

#l2-page .accordianset .col-md-12.row .col-md-3:nth-child(7) {
    margin-left: 0;
    margin-right: 0
}

#l2-page .accordianset .col-md-12.row .col-md-3:nth-child(8) {
    margin-left: 0
}

#l2-page .accordianset .col-md-12.row .col-md-3:last-of-type {
    margin-right: auto
}

#l2-page .accordianset .col-md-12.row .col-md-3 {
    background: url("/themes/custom/bootstrap_xoriant/images/icons/Shape 46.png");
    background-size: auto;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 119px;
    position: relative
}

#l2-page .accordianset .col-md-12.row .col-md-3:hover {
    background: unset;
    background: url("/themes/custom/bootstrap_xoriant/images/icons/Shape 45.png");
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 85px;
    background-size: 90% 96%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    padding-bottom: 64px
}

#l2-page .accordianset .col-md-12.row .col-md-3:hover div.hide {
    display: block !important;
    top: 38px;
    position: inherit;
    bottom: 100px;
    font-size: 14px;
    padding: 10px
}

#l2-page .accordianset .col-md-12.row .col-md-3 h6 {
    top: 35px;
    position: inherit;
    font-size: 18px;
    font-weight: normal;
    font-family: "Poppins";
    padding: 0 20px
}

#l2-page .accordianset .field--name-field-heading {
    width: 100%;
    padding-bottom: 20px
}

#l2-page .accordianset .field--name-field-heading .field__item {
    color: #45454a;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 754px;
    margin: 0 auto
}

#l2-page .testimonial-section.overview {
    margin-top: 0
}

body[about*="/cloud-infrastructure/infrastructure-management"] .resource .desc {
    height: auto !important
}

.node--type-level-2-overview .resources-section,
.node--type-level-2-page .resources-section {
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.node--type-level-2-overview .resources-section .row,
.node--type-level-2-page .resources-section .row {
    justify-content: center;
    width: 100%
}

.node--type-level-2-overview .resources-section .trends-title p,
.node--type-level-2-page .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-box,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-image img,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-category,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-title,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-title a,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-title a:hover,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-title a p,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

.node--type-level-2-overview .resources-section .row .col-md-4 .resources-subtitle p,
.node--type-level-2-page .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.node--type-level-2-overview .resources-section .security-expert-button,
.node--type-level-2-page .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

.node--type-level-2-overview .resources-section .security-expert-button:hover,
.node--type-level-2-overview .resources-section .security-expert-button:active,
.node--type-level-2-overview .resources-section .security-expert-button:focus,
.node--type-level-2-page .resources-section .security-expert-button:hover,
.node--type-level-2-page .resources-section .security-expert-button:active,
.node--type-level-2-page .resources-section .security-expert-button:focus {
    outline: 0 !important
}

.node--type-level-2-overview .resources-section .security-expert-button p,
.node--type-level-2-page .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    .node--type-level-2-overview .resources-section,
    .node--type-level-2-page .resources-section {
        padding: 0 15px 30px 15px
    }
    .node--type-level-2-overview .flex .intro-video-container,
    .node--type-level-2-page .flex .intro-video-container {
        margin-right: 30px !important
    }
    .node--type-level-2-overview .flex .intro-video-container img,
    .node--type-level-2-page .flex .intro-video-container img {
        width: 370px
    }
    .node--type-level-2-overview .flex .intro-video-container .intro-video-box .intro-video-border,
    .node--type-level-2-page .flex .intro-video-container .intro-video-box .intro-video-border {
        width: 60% !important
    }
}

@media(max-width:767px) {
    .node--type-level-2-overview .resources-section .trends-title p,
    .node--type-level-2-page .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    .node--type-level-2-overview .resources-section .col-md-4,
    .node--type-level-2-page .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    .node--type-level-2-overview .resources-section .col-md-4:last-child,
    .node--type-level-2-page .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    .node--type-level-2-overview .resources-section .row .col-md-4 .resources-title a p,
    .node--type-level-2-overview .resources-section .row .col-md-4 .resources-subtitle p,
    .node--type-level-2-page .resources-section .row .col-md-4 .resources-title a p,
    .node--type-level-2-page .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
}

@media only screen and (min-width:992px) {
    .page-node-10326 #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-10326 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-10359 #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-10359 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-10233 #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-10233 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link {
        position: relative !important;
        bottom: 5px !important
    }
}

@media only screen and (min-width:992px) {
    .page-node-10359 #dots-section .triangle-2 {
        top: 4100px !important
    }
    .page-node-10359 #dots-section .triangle-3 {
        top: 4580px !important
    }
    .page-node-10359 #dots-section .triangle-4 {
        top: 6300px !important
    }
    .page-node-10326 #dots-section .triangle-3 {
        top: 4450px !important
    }
}

#main-wrapper #block-bootstrap-xoriant-breadcrumbs {
    position: absolute
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #main-wrapper #l1-page .triangle-1,
    #main-wrapper #l1-page .triangle-2,
    #main-wrapper #l1-page .triangle-3,
    #main-wrapper #l1-page .triangle-4 {
        display: none !important
    }
}

#main-wrapper #l1-page .success-title {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-page .success-title {
        font-size: 23px;
        line-height: 26px
    }
}

#main-wrapper #l1-page h3 {
    text-transform: unset
}

#main-wrapper #l1-page p {
    font-family: unset
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-page .banner-container {
        max-width: inherit;
        padding: 0;
        margin: 0
    }
    #main-wrapper #l1-page .banner-container .banner-section {
        position: relative;
        overflow: hidden
    }
    #main-wrapper #l1-page .banner-container .banner-section .field--name-field-banner-image img {
        transition: transform .9s ease
    }
    #main-wrapper #l1-page .banner-container .banner-section .field--name-field-banner-image img:hover {
        transform: scale(1.07)
    }
    #main-wrapper #l1-page .banner-container .banner-section img {
        width: 100%
    }
    #main-wrapper #l1-page .banner-container .banner-section .banner-text {
        position: absolute;
        top: 357px !important;
        left: 226px
    }
    #main-wrapper #l1-page .banner-container .banner-section .banner-text .field--name-field-banner-text {
         font-family: "Poppins";
        font-size: 41px;
        line-height: 38px;
        letter-spacing: -.03em;
        text-align: left;
        margin-bottom: 15px
    }
    #main-wrapper #l1-page .banner-container .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-family: "League Spartan Extra Bold";
        font-size: 90px;
        line-height: 78px;
        letter-spacing: -.05em;
        text-align: left;
        text-transform: uppercase;
        width: 761px
    }
    #main-wrapper #l1-page #dots-section .dot-1 {
        display: none
    }
    #main-wrapper #l1-page #dots-section .dot-2 {
        position: absolute;
        right: 13%;
        top: 2478px
    }
    #main-wrapper #l1-page #dots-section .dot-4 {
        position: absolute;
        top: 708px;
        left: 420px
    }
    #main-wrapper #l1-page #dots-section .dot-5 {
        position: absolute;
        top: 3675px;
        left: 88.56px
    }
    #main-wrapper #l1-page #dots-section .dot-6 {
        left: 54.65px;
        top: 5004px;
        position: absolute
    }
    #main-wrapper #l1-page #dots-section .dot-7 {
        display: none
    }
    #main-wrapper #l1-page #dots-section .dot-8 {
        right: 20.5%;
        position: absolute;
        top: 16.5%;
        transform: rotate(90deg)
    }
    #main-wrapper #l1-page #dots-section .triangle-1 {
        position: absolute;
        top: 760px;
        left: 1px
    }
    #main-wrapper #l1-page #dots-section .triangle-2 {
        position: absolute;
        top: 3610px;
        right: 40px
    }
    #main-wrapper #l1-page #dots-section .triangle-3 {
        position: absolute;
        top: 4650px;
        left: 50px
    }
    #main-wrapper #l1-page #dots-section .triangle-4 {
        position: absolute;
        top: 5500px;
        right: 1px
    }
    #main-wrapper #l1-page .content-container {
        max-width: 988px;
        padding: 50px 0;
        margin: 0 auto
    }
    #main-wrapper #l1-page .intro-video-container,
    #main-wrapper #l1-page .featured-section .right {
        position: relative;
        margin: auto;
        overflow: hidden;
        width: 458px;
        border-radius: 8px
    }
    #main-wrapper #l1-page .intro-video-container img,
    #main-wrapper #l1-page .featured-section .right img {
        max-width: 100%;
        transition: all .75s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1)
    }
    #main-wrapper #l1-page .intro-video-container:hover img {
        transform: scale(1.05);
        transform-origin: top left
    }
    #main-wrapper #l1-page .featured-section .right:hover img {
        transform: scale(1.05);
        transform-origin: top right
    }
    #main-wrapper #l1-page div {
        font-family: unset
    }
    #main-wrapper #l1-page #top-wave-section {
        position: relative
    }
    #main-wrapper #l1-page #top-wave-section .top-wave-image-desktop {
        width: 106%;
        position: absolute;
        top: -535px;
        left: -52px;
        z-index: -1
    }
    #main-wrapper #l1-page #top-wave-section .top-wave-image-mobile {
        display: none
    }
    #main-wrapper #l1-page #resources-wave-section {
        position: relative
    }
    #main-wrapper #l1-page #resources-wave-section .resources-wave-image-desktop {
        width: 1700px;
        position: absolute;
        top: -796px;
        left: -118px;
        z-index: -1;
        opacity: .7
    }
    #main-wrapper #l1-page #resources-wave-section-1 {
        display: none
    }
    #main-wrapper #l1-page .intro-section {
        padding-top: 0
    }
    #main-wrapper #l1-page .intro-section .flex {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    #main-wrapper #l1-page .intro-section .flex .intro-head {
        margin-right: 20px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-head h1 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .intro-section .flex .intro-head h1 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-page .intro-section .flex .intro-head span.low {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 9999;
        display: none
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 30px;
        width: 40%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        border-radius: 8px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000;
        position: absolute;
        top: 2px;
        right: 5px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video,
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: 300px;
        border: 0;
        margin-right: 0
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player,
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: auto;
        border: 0;
        margin-right: 0
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border .field__item p {
        margin-bottom: 0;
        line-height: 0
    }
    #main-wrapper #l1-page .featured-section {
        display: flex
    }
    #main-wrapper #l1-page .featured-section:hover .field--name-field-photo img {
        transform: scale(1.05);
        transform-origin: top right
    }
    #main-wrapper #l1-page .featured-section .left {
        background: #f2f2f2;
        padding: 120px 25px;
        width: 501px;
        border-radius: 8px 0 0 8px;
        height: 410px
    }
    #main-wrapper #l1-page .featured-section .left .ft {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        display: block;
        color: #00b23b;
        margin-bottom: 15px
    }
    #main-wrapper #l1-page .featured-section .left .field--name-field-featured-insight-titile,
    #main-wrapper #l1-page .featured-section .left .field--name-field-featured-insight-title {
         font-family: "Poppins";
;
        font-size: 29px;
        line-height: 29px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 15px
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block {
        transition: all 1s
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: black;
        margin-right: 5px
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block a div {
        display: initial;
        margin-right: 7px
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block img.green-f {
        display: none
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block:hover a {
        color: #00b23b
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block:hover img.green-f {
        display: inline
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block:hover img.black-f {
        display: none
    }
    #main-wrapper #l1-page .featured-section .right {
        width: 486px;
        border-radius: 0 8px 8px 0
    }
    #main-wrapper #l1-page .differentiators-section p,
    #main-wrapper #l1-page .differentiators-section a,
    #main-wrapper #l1-page .differentiators-section li {
        font-family: unset;
        text-transform: unset
    }
    #main-wrapper #l1-page .differentiators-section .diff-heading {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .differentiators-section .diff-heading {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-page .differentiators-section .view-content.row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div {
        width: 24%;
        padding: 30px 20px;
        background: #f2f2f2;
        border-radius: 8px;
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div .views-field-field-tech-description {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        margin-top: 15px
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div:hover {
        border-bottom: 3px solid #00b23b;
        transition: none
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div:hover img {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(15px)
    }
    #main-wrapper #l1-page .we-do-section .we-do-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .we-do-section .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-page .we-do-section .view-content.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: start
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row {
        width: 30%;
        margin: 25px 16px
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row img {
        height: 55px;
        width: auto
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:not(.hover):hover>img.image-style-keep-updated,
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:not(.hover):hover>img.image-style-webp {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:not(.hover):hover .title {
        color: #00b23b
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:nth-of-type(1),
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:nth-of-type(4),
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:nth-of-type(7) {
        margin-left: 0
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:nth-of-type(3),
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:nth-of-type(6),
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:nth-of-type(9) {
        margin-right: 0
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0;
        min-height: 54px
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .title:hover {
        color: #00b23b
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 85%;
        display: block;
        min-height: 130px
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block {
        transition: all 1s;
        display: block;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: black
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block img.green-f,
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block img.black-f {
        height: 13px
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block img.green-f {
        display: none
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block:hover {
        color: #00b23b
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block:hover img.green-f {
        display: inline
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .arrow-block:hover img.black-f {
        display: none
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-page .partners h3.partners-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .partners h3.partners-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-page .partners .arrow-block {
        transition: all 1s
    }
    #main-wrapper #l1-page .partners .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-page .partners .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        display: inline-block;
        color: black;
        margin-right: 5px;
        text-transform: unset
    }
    #main-wrapper #l1-page .partners .arrow-block img {
        margin-top: 7px
    }
    #main-wrapper #l1-page .partners .arrow-block img.green-f {
        display: none
    }
    #main-wrapper #l1-page .partners .arrow-block:hover a {
        color: #00b23b
    }
    #main-wrapper #l1-page .partners .arrow-block:hover img.green-f {
        display: inline
    }
    #main-wrapper #l1-page .partners .arrow-block:hover img.black-f {
        display: none
    }
    #main-wrapper #l1-page .partners #a-carousel-section {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 20px 0 15px 0
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item {
        padding: 0 20px
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item .a-logo-image {
        width: 120px;
        height: auto
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    #main-wrapper #l1-page #client {
        height: 410px
    }
    #main-wrapper #l1-page .other-pillar {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    #main-wrapper #l1-page .other-pillar h2 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        font-family: "Poppins" !important;
        width: 444px;
        border-right: 1px solid #cdcdcd
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .other-pillar h2 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        justify-content: end
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row .views-row {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 25%;
        margin: 0 20px
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row .views-row:not(.hover):hover img.image-style-webp {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(15px)
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row .views-row:not(.hover):hover .title {
        color: #00b23b
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row .views-row .arrow-block {
        transition: all 1s
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row .views-row .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row .views-row a.title {
         font-family: "Poppins";
;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0;
        text-align: left;
        display: block;
        color: #000;
        margin: 15px 0
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-link {
        width: 25px;
        transition: transform 1s ease
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-link:hover {
        transform: translateX(30%);
        color: #00b23b
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-content-box {
        border-radius: 8px 0 0 8px
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-content-box .high-green {
        display: block;
        margin-bottom: 10px
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-content-box .short-desc {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-image-box {
        overflow: hidden;
        border-radius: 0 8px 8px 0
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-image-box img {
        width: 100%;
        height: 100%;
        transition: transform .4s;
        transform-origin: bottom right
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-image-box:hover img {
        transform: scale(1.03)
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 450px
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button {
        background-color: #fff !important
    }
    #main-wrapper #l1-page #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button:hover {
        background-color: #ccc !important
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-page .banner-container {
        padding: 0;
        margin: 0
    }
    #main-wrapper #l1-page .banner-container .banner-section {
        position: relative
    }
    #main-wrapper #l1-page .banner-container .banner-section .banner-text {
        position: absolute;
        top: 50px !important;
        left: 0;
        padding: 25px
    }
    #main-wrapper #l1-page .banner-container .banner-section .banner-text .field--name-field-banner-text {
         font-family: "Poppins";
        font-size: 27px;
        line-height: 28px;
        letter-spacing: -.03em;
        text-align: left;
        margin-bottom: 15px
    }
    #main-wrapper #l1-page .banner-container .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-family: "League Spartan Extra Bold";
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.05em;
        text-align: left;
        text-transform: uppercase
    }
    #main-wrapper #l1-page .success-stories-content-box .short-desc {
 font-family: "Poppins";        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    #main-wrapper #l1-page .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 550px !important
    }
    #main-wrapper #l1-page #resources-wave-section {
        display: none
    }
    #main-wrapper #l1-page #resources-wave-section-1 {
        position: relative
    }
    #main-wrapper #l1-page #resources-wave-section-1 .resources-wave-image-mobile {
        position: absolute;
        opacity: 1;
        left: 0;
        top: -410px;
        z-index: -1;
        width: 100%
    }
    #main-wrapper #l1-page .common {
        padding: 20px
    }
    #main-wrapper #l1-page #dots-section {
        position: relative
    }
    #main-wrapper #l1-page #dots-section .dot-2,
    #main-wrapper #l1-page #dots-section .dot-3,
    #main-wrapper #l1-page #dots-section .dot-4,
    #main-wrapper #l1-page #dots-section .dot-5,
    #main-wrapper #l1-page #dots-section .dot-6,
    #main-wrapper #l1-page #dots-section .dot-7,
    #main-wrapper #l1-page #dots-section .dot-8 {
        display: none
    }
    #main-wrapper #l1-page #dots-section .dot-1 {
        position: absolute;
        top: 30px;
        right: 25px;
        height: 10px
    }
    #main-wrapper #l1-page #dots-section .triangle-1 {
        position: absolute;
        top: 10px
    }
    #main-wrapper #l1-page div {
        font-family: unset
    }
    #main-wrapper #l1-page #top-wave-section {
        position: relative
    }
    #main-wrapper #l1-page #top-wave-section .top-wave-image-desktop {
        display: none
    }
    #main-wrapper #l1-page #top-wave-section .top-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -660px;
        z-index: -1
    }
    #main-wrapper #l1-page .intro-section {
        margin-top: 60px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-head {
        margin-bottom: 25px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-head h1 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .intro-section .flex .intro-head h1 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-page .intro-section .flex .intro-head span.low {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container {
        margin-right: 0 !important
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container img {
        width: 100%;
        border-radius: 8px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 9999;
        display: none
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 30px;
        width: 85% !important;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        border-radius: 8px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000;
        position: absolute;
        top: 0;
        right: 5px
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video,
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: 185px;
        border: 0
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player,
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: auto;
        border: 0
    }
    #main-wrapper #l1-page .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-page .featured-section {
        display: flex;
        flex-wrap: wrap
    }
    #main-wrapper #l1-page .featured-section .left {
        background: #f2f2f2;
        padding: 25px;
        border-radius: 0 0 8px 8px;
        order: 2
    }
    #main-wrapper #l1-page .featured-section .left .ft {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        display: block;
        color: #00b23b;
        margin-bottom: 15px
    }
    #main-wrapper #l1-page .featured-section .left .field--name-field-featured-insight-titile,
    #main-wrapper #l1-page .featured-section .left .field--name-field-featured-insight-title {
         font-family: "Poppins";
;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 15px
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #00b23b;
        margin-right: 5px;
        display: block
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block a div {
        display: inline;
        margin-right: 5px
    }
    #main-wrapper #l1-page .featured-section .left .arrow-block img.black-f {
        display: none
    }
    #main-wrapper #l1-page .featured-section .right {
        order: 1;
        padding-bottom: 0
    }
    #main-wrapper #l1-page .featured-section .right img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0
    }
    #main-wrapper #l1-page .differentiators-section p,
    #main-wrapper #l1-page .differentiators-section a,
    #main-wrapper #l1-page .differentiators-section li {
        font-family: unset;
        text-transform: unset
    }
    #main-wrapper #l1-page .differentiators-section .diff-heading {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .differentiators-section .diff-heading {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-page .differentiators-section .view-content.row {
        margin: 0
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div {
        padding: 25px 25px 15px 25px;
        background: #f2f2f2;
        border-radius: 8px;
        border-bottom: 3px solid #00b23b;
        margin: 10px 0
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div:last-of-type {
        margin-bottom: 0
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div .views-field-field-tech-description {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        margin-top: 15px;
        color: #000
    }
    #main-wrapper #l1-page .differentiators-section .view-content.row>div .views-field-field-tech-description p {
        text-align: start
    }
    #main-wrapper #l1-page .we-do-section .we-do-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .we-do-section .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row {
        padding: 25px 0;
        border-bottom: 1px solid #dedede
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .views-row:last-of-type {
        border-bottom: 0;
        padding-bottom: 0
    }
    #main-wrapper #l1-page .we-do-section .view-content.row img {
        height: 55px;
        width: auto
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0
    }
    #main-wrapper #l1-page .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 95%;
        display: block
    }
    #main-wrapper #l1-page .we-do-section .arrow-block {
        transition: all 1s;
        display: block;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: #00b23b
    }
    #main-wrapper #l1-page .we-do-section .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-page .we-do-section .arrow-block img.green-f,
    #main-wrapper #l1-page .we-do-section .arrow-block img.black-f {
        height: 13px
    }
    #main-wrapper #l1-page .we-do-section .arrow-block img.black-f {
        display: none
    }
    #main-wrapper #l1-page .partners h3.partners-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .partners h3.partners-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-page .partners .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        display: inline-block;
        color: #00b23b;
        margin-right: 5px;
        text-transform: unset
    }
    #main-wrapper #l1-page .partners .arrow-block img {
        margin-top: 5px
    }
    #main-wrapper #l1-page .partners .arrow-block img.black-f {
        display: none
    }
    #main-wrapper #l1-page .partners #a-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 15px 0
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item {
        padding: 0 20px
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item .a-logo-image {
        width: 100%;
        height: auto
    }
    #main-wrapper #l1-page .partners #a-carousel-section .a-carousel-container .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    #main-wrapper #l1-page .other-pillar h2 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-page .other-pillar h2 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row {
        display: flex;
        align-items: baseline;
        justify-content: space-between
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row>div {
        width: 40%;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        margin: 10px 15px
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row>div a.title {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        display: block;
        color: #000;
        margin: 10px 0
    }
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row>div:nth-of-type(1),
    #main-wrapper #l1-page .other-pillar .view-pillars .view-content.row>div:nth-of-type(3) {
        margin-left: 0
    }
    #main-wrapper #l1-page #faq-section {
        margin: 0
    }
    #main-wrapper #l1-page #faq-section .faq-title-box {
        padding: 0
    }
    #main-wrapper #l1-page #faq-section #faq-accordion-section {
        padding: 0
    }
    #main-wrapper #l1-page #faq-section .faq-answer-box>* {
 font-family: "Poppins";        font-size: 14px;
        line-height: 20px;
        text-align: start;
        margin: 15px 0;
        color: #000
    }
    #main-wrapper #l1-page #faq-section .faq-answer-box>* * {
        font-family: unset
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    #main-wrapper #l1-page .dot-5,
    #main-wrapper #l1-page .dot-6 {
        display: none
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .page-node-12082 #main-wrapper #l1-inner-pages .fx-strip .wrapper li:last-of-type {
        display: unset
    }
}

@media only screen and (min-width:992px) {
    .page-node-12082 .intro-section {
        padding-top: 20px !important
    }
    .page-node-12082 .intro-section .flex .intro-head span.low-bottom {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        margin: 15px 0 0 0;
        display: block
    }
    .page-node-12082 .intro-section .flex .intro-head span.low-bottom ul li {
        margin-bottom: 0;
        line-height: 28.32px !important;
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left
    }
}

@media only screen and (max-width:992px) {
    .page-node-12082 .intro-section .flex .intro-head span.low-bottom {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        margin: 15px 0 0 0;
        display: block
    }
    .page-node-12082 .intro-section .flex .intro-head span.low-bottom ul li {
        margin-bottom: 0;
        line-height: 28.32px !important;
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left
    }
}

.page-node-12018 .key-numbers-section {
    display: none
}

@media only screen and (min-width:992px) {
    .page-node-12018 .we-do-section .view-content.row .views-row {
        height: 85px;
        align-items: center !important;
        display: flex !important
    }
}

@media only screen and (max-width:992px) {
    .page-node-12018 .we-do-section .view-content.row .views-row {
        width: 100%;
        display: table;
        height: 60px;
        width: 100%;
        padding: 0 25px !important
    }
    .page-node-12018 .we-do-section .view-content.row .views-row .title {
        font-size: 16px !important;
        line-height: 21px !important
    }
}

.page-node-11904 .featured-section {
    display: none !important
}

.page-node-11904 #main-wrapper #l1-inner-pages .fx-strip .wrapper li:nth-child(4) {
    display: none
}

.page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box {
    cursor: default
}

.page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-link {
    display: none
}

@media only screen and (min-width:992px) {
    .page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item {
        height: 300px !important
    }
    .page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link {
        position: absolute;
        bottom: 50px;
        display: none
    }
    .page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+1) .frameworks-carousel-item:hover {
        background-size: 35rem 45rem !important
    }
    .page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+2) .frameworks-carousel-item:hover {
        background-size: 35rem 45rem !important
    }
    .page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+3) .frameworks-carousel-item:hover {
        background-size: 35rem 45rem !important
    }
    .page-node-11904 .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+4) .frameworks-carousel-item:hover {
        background-size: 35rem 45rem !important
    }
}

.page-node-11947 .success-stories-title {
    color: #000;
     font-family: "Poppins";
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -.44px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    transition: transform 1s ease
}

.page-node-11947 .success-stories-title:hover {
    color: #00b23b
}

.page-node-11947 a.success-stories-download {
    display: none
}

@media only screen and (min-width:992px) {
    .page-node-11947 #we .we-do-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .page-node-11947 #we .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    .page-node-11947 #we .we-do-desc {
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left !important;
        display: block
    }
    .page-node-11947 #we .view-content.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: start
    }
    .page-node-11947 #we .view-content.row .views-row {
        width: 30%;
        margin: 25px 16px
    }
    .page-node-11947 #we .view-content.row .views-row:not(.hover):hover>img.image-style-keep-updated {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .page-node-11947 #we .view-content.row .views-row:not(.hover):hover .title {
        color: #00b23b
    }
    .page-node-11947 #we .view-content.row .views-row:nth-of-type(1),
    .page-node-11947 #we .view-content.row .views-row:nth-of-type(4),
    .page-node-11947 #we .view-content.row .views-row:nth-of-type(7) {
        margin-left: 0
    }
    .page-node-11947 #we .view-content.row .views-row:nth-of-type(3),
    .page-node-11947 #we .view-content.row .views-row:nth-of-type(6),
    .page-node-11947 #we .view-content.row .views-row:nth-of-type(9) {
        margin-right: 0
    }
    .page-node-11947 #we .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0;
        min-height: 54px
    }
    .page-node-11947 #we .view-content.row .title:hover {
        color: #00b23b
    }
    .page-node-11947 #we .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 85%;
        display: block;
        min-height: 130px
    }
    .page-node-11947 #we .view-content.row .arrow-block {
        transition: all 1s;
        display: block;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: black;
        display: none
    }
    .page-node-11947 #we .view-content.row .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .page-node-11947 #we .view-content.row .arrow-block img.green-f,
    .page-node-11947 #we .view-content.row .arrow-block img.black-f {
        height: 13px
    }
    .page-node-11947 #we .view-content.row .arrow-block img.green-f {
        display: none
    }
    .page-node-11947 #we .view-content.row .arrow-block:hover {
        color: #00b23b
    }
    .page-node-11947 #we .view-content.row .arrow-block:hover img.green-f {
        display: inline
    }
    .page-node-11947 #we .view-content.row .arrow-block:hover img.black-f {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .page-node-11947 .intro-section .flex .intro-head span.low-bottom {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block;
        margin: 15px 0 0 23px
    }
    .page-node-11947 .intro-section .flex .intro-head span.low-bottom p {
        margin-bottom: 0;
        line-height: 28.32px !important;
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    .page-node-11947 .intro-section .flex .intro-head span.low-bottom p strong::before {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/f-insights-green.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 6px;
        height: 32px;
        background-size: auto;
        position: absolute;
        transform: translate(-22px, -5px)
    }
    .page-node-11947 .gray-strip {
        background-color: #f2f2f2;
        border-radius: 12px;
        margin: -15px auto 10px !important
    }
    .page-node-11947 .gray-strip .inner {
        margin: -25px 30px
    }
    .page-node-11947 .gray-strip .inner P {
        font-family: "Poppins" !important;
        font-size: 16px;
        line-height: 21.92px;
        text-align: left;
        color: #000
    }
    .page-node-11947 .gray-strip .inner a {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b
    }
    .page-node-11947 .gray-strip .inner .arrow-block {
        transition: all 1s
    }
    .page-node-11947 .gray-strip .inner .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .page-node-11947 .gray-strip .inner .arrow-block img.green-f {
        margin-left: 10px
    }
    .page-node-11947 .gray-strip .inner .arrow-block:hover {
        color: #00b23b
    }
}

@media only screen and (max-width:992px) {
    .page-node-11947 .success-stories-title {
        font-size: 22px;
        line-height: 15px
    }
    .page-node-11947 .success-stories-title:hover {
        color: #00b23b
    }
    .page-node-11947 #we .we-do-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    .page-node-11947 #we .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    .page-node-11947 #we .we-do-desc {
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left !important;
        display: block
    }
    .page-node-11947 #we .view-content.row .views-row {
        padding: 25px 0;
        border-bottom: 1px solid #dedede
    }
    .page-node-11947 #we .view-content.row .views-row:last-of-type {
        border-bottom: 0;
        padding-bottom: 0
    }
    .page-node-11947 #we .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0
    }
    .page-node-11947 #we .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 95%;
        display: block
    }
    .page-node-11947 #we .arrow-block {
        transition: all 1s;
        display: block;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: #00b23b;
        display: none
    }
    .page-node-11947 #we .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .page-node-11947 #we .arrow-block img.green-f,
    .page-node-11947 #we .arrow-block img.black-f {
        height: 13px
    }
    .page-node-11947 #we .arrow-block img.black-f {
        display: none
    }
    .page-node-11947 .intro-section .flex .intro-head span.low-bottom {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block;
        margin: 15px 0 0 23px
    }
    .page-node-11947 .intro-section .flex .intro-head span.low-bottom p {
        margin-bottom: 0;
        line-height: 28.32px !important;
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    .page-node-11947 .intro-section .flex .intro-head span.low-bottom p strong::before {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/f-insights-green.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 6px;
        height: 32px;
        background-size: auto;
        position: absolute;
        transform: translate(-22px, -5px)
    }
    .page-node-11947 .gray-strip {
        background-color: #f2f2f2;
        border-radius: 12px;
        margin: -10px 20px 20px
    }
    .page-node-11947 .gray-strip .inner P {
        font-family: "Poppins" !important;
        font-size: 16px;
        line-height: 21.92px;
        text-align: left;
        color: #000
    }
    .page-node-11947 .gray-strip .inner a {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b
    }
    .page-node-11947 .gray-strip .inner .arrow-block {
        transition: all 1s
    }
    .page-node-11947 .gray-strip .inner .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .page-node-11947 .gray-strip .inner .arrow-block img.green-f,
    .page-node-11947 .gray-strip .inner .arrow-block img.black-f {
        margin-left: 10px
    }
    .page-node-11947 .gray-strip .inner .arrow-block:hover {
        color: #00b23b
    }
}

@media only screen and (max-width:992px) {
    .page-node-11655 .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-link span {
        cursor: pointer;
        border: 1px solid #fff;
        padding: 5px 13px;
        border-radius: 8px;
        line-height: 50px !important
    }
    .page-node-11655 .key-numbers-section {
        margin: 50px 0 !important
    }
}

@media only screen and (min-width:992px) {
    .page-node-11655 #l1-inner-pages .triangle-2 {
        display: none
    }
    .page-node-11655 #l1-inner-pages .dot-2 {
        display: none
    }
    .page-node-11655 #l1-inner-pages .triangle-3 {
        left: 20px !important
    }
    .page-node-11655 #l1-inner-pages #dots-section .dot-2 {
        right: 10% !important;
        top: 1940px !important
    }
    .page-node-11655 #l1-inner-pages #dots-section .dot-5 {
        top: 3500px !important
    }
    .page-node-11655 #l1-inner-pages #dots-section .triangle-2 {
        top: 2050px !important;
        right: 50% !important;
        width: 100px !important
    }
    .page-node-11655 #l1-inner-pages .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span {
        cursor: pointer;
        color: white !important;
         font-family: "Poppins";
;
        font-size: 13px;
        border: 1px solid #fff;
        padding: 8px 13px;
        border-radius: 8px
    }
    .page-node-11655 #l1-inner-pages .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span img {
        display: unset;
        margin-left: 5px;
        transition: transform 1s ease;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(332deg) brightness(96%) contrast(112%)
    }
    .page-node-11655 #l1-inner-pages .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span:hover img {
        transform: translateX(30%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(332deg) brightness(96%) contrast(112%) !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-11655 #dots-section .dot-2,
    .page-node-11655 #dots-section .triangle-3,
    .page-node-11655 #dots-section .dot-5,
    .page-node-11655 #dots-section .triangle-2,
    .page-node-11655 #dots-section .triangle-4 {
        display: none !important
    }
    .page-node-11655 .fx-strip .wrapper li:first-of-type {
        width: 165px !important
    }
    .page-node-11655 .fx-strip .wrapper li:last-of-type {
        display: block !important
    }
}

@media only screen and (max-width:992px) {
    .page-node-10959 .banner-container .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-size: 38px !important;
        line-height: 30px !important
    }
}

@media only screen and (min-width:992px) {
    .page-node-10884 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10876 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10893 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10926 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10897 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10924 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-11163 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-11195 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-11213 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-11242 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10951 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10959 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-11137 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10960 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10970 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10972 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-10973 #main-wrapper #l1-inner-pages .intro-section.content-container,
    .page-node-11394 #main-wrapper #l1-inner-pages .intro-section.content-container {
        padding-top: 0
    }
}

.page-node-11394 [data-bs-target="#nav-1"],
.page-node-11394 [data-bs-target="#nav-2"],
.page-node-11394 [data-bs-target="#nav-3"],
.page-node-11394 #headingOne,
.page-node-11394 #headingTwo,
.page-node-11394 #headingThree {
    display: none
}

.page-node-11394 .diff-heading-extra {
    color: #000;
    font-family: "Mona Sans Medium";
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    margin: 20px 0;
    display: block
}

.page-node-11394 .fx-strip li:nth-of-type(7) {
    display: none !important
}

.page-node-11394 .fx-strip li:nth-of-type(2) {
    width: 290px !important
}

@media only screen and (min-width:992px) {
    .page-node-11394 .we-serve .col-md-4:hover .serve-title {
        transform: translateY(-230%) !important
    }
    .page-node-11394 #dots-section .dot-2 {
        right: 10%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-11394 #dots-section .dot-2,
    .page-node-11394 .triangle-2.desktop,
    .page-node-11394 .triangle-3.desktop,
    .page-node-11394 .triangle-4.desktop {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .page-node-11394 .we-serve .col-md-4 .serve-desc {
        padding-left: 0 !important;
        width: 260px !important
    }
    .page-node-11394 .we-serve .col-md-4 .serve-title {
        padding-left: 15px !important
    }
}

@media only screen and (min-width:992px) {
    .page-node-10884 .key-diff .flex .img img,
    .page-node-11213 .key-diff .flex .img img {
        height: 700px
    }
}

@media only screen and (min-width:992px) {
    .page-node-10876 .key-diff .flex .img img,
    .page-node-10959 .key-diff .flex .img img,
    .page-node-10960 .key-diff .flex .img img,
    .page-node-10970 .key-diff .flex .img img,
    .page-node-10970 .key-diff .flex .img img,
    .page-node-10926 .key-diff .flex .img img,
    .page-node-10897 .key-diff .flex .img img,
    .page-node-10973 .key-diff .flex .img img {
        height: 600px
    }
}

@media only screen and (min-width:992px) {
    .page-node-11137 .key-diff .flex .img img {
        height: 300px
    }
}

@media only screen and (min-width:992px) {
    .page-node-10951 .key-diff .flex .img img {
        height: 500px
    }
}

@media only screen and (min-width:992px) {
    .page-node-10655 .frameworks .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link {
        position: absolute !important;
        bottom: 20px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10655 .dot-8,
    .page-node-10655 .dot-2,
    .page-node-10655 .triangle-2,
    .page-node-10655 .triangle-4,
    .page-node-10655 .triangle-3 {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .page-node-11195 .frameworks .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-11163 .frameworks .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-10233 .frameworks .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-11213 .frameworks .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link,
    .page-node-11242 .frameworks .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link {
        position: absolute !important;
        bottom: 20px
    }
}

@media only screen and (min-width:992px) {
    .page-node-10884 .triangle-3,
    .page-node-10876 .triangle-3 {
        top: 4630px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10884 .dot-2,
    .page-node-10884 .triangle-2,
    .page-node-10884 .triangle-3,
    .page-node-10884 .triangle-4,
    .page-node-10876 .dot-2,
    .page-node-10876 .triangle-2,
    .page-node-10876 .triangle-3,
    .page-node-10876 .triangle-4 {
        display: none
    }
}

.page-node-10893 .fx-strip .wrapper li:nth-child(5) {
    display: none !important
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10893 .dot-8 {
        top: 16.15%
    }
    .page-node-10893 .dot-2,
    .page-node-10893 .triangle-2,
    .page-node-10893 .triangle-4 {
        display: none
    }
    .page-node-10893 .fx-strip .wrapper li:last-child {
        display: block !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10897 .dot-2,
    .page-node-10897 .triangle-2,
    .page-node-10897 .triangle-3,
    .page-node-10897 .triangle-4 {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .page-node-10897 #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+1) .frameworks-carousel-item:hover {
        background-size: 45rem 50rem
    }
    .page-node-10897 #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+2) .frameworks-carousel-item:hover {
        background-size: 45rem 50rem
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10924 .dot-2,
    .page-node-10924 .triangle-2,
    .page-node-10924 .triangle-4,
    .page-node-10924 .triangle-3 {
        display: none
    }
}

.page-node-10924 .fx-strip .wrapper li:last-of-type {
    display: block !important
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10926 .dot-2,
    .page-node-10926 .triangle-2,
    .page-node-10926 .triangle-3,
    .page-node-10926 .triangle-4 {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .page-node-10746 .triangle-3 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10746 .dot-8,
    .page-node-10746 .dot-2,
    .page-node-10746 .triangle-2,
    .page-node-10746 .triangle-4 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10707 .dot-2,
    .page-node-10707 .triangle-2,
    .page-node-10707 .triangle-3,
    .page-node-10707 .triangle-4 {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .page-node-10707 .banner-container .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-size: 38px !important;
        line-height: 30px !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10727 .triangle-2,
    .page-node-10727 .triangle-3,
    .page-node-10727 .triangle-4 {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .page-node-10727 .we-serve .col-md-4:hover .serve-title {
        transform: translate(0, -230px) !important
    }
}

.page-node-8223 .fx-strip li:nth-of-type(3),
.page-node-10727 .fx-strip li:nth-of-type(3) {
    display: none
}

.page-node-8223 .fx-strip li:nth-of-type(2),
.page-node-10727 .fx-strip li:nth-of-type(2) {
    display: block !important
}

.page-node-8357 .fx-strip li:nth-of-type(5),
.page-node-10924 .fx-strip li:nth-of-type(5),
.page-node-11163 .fx-strip li:nth-of-type(5),
.page-node-11242 .fx-strip li:nth-of-type(5),
.page-node-8370 .fx-strip li:nth-of-type(5) {
    display: none
}

.page-node-10654 .fx-strip li:nth-of-type(3),
.page-node-10654 .fx-strip li:nth-of-type(5) {
    display: none
}

.page-node-10654 .fx-strip li:nth-of-type(2) {
    display: block !important
}

@media only screen and (min-width:992px) {
    .page-node-10654 .triangle-2,
    .page-node-10654 .dot-5 {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .page-node-10654 #section-6 {
        margin-top: 0 !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10654 .triangle-3,
    .page-node-10654 .dot-8,
    .page-node-10654 .triangle-4 {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .page-node-11213 .triangle-3,
    .page-node-11213 .triangle-4 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-11213 .dot-8,
    .page-node-11213 .dot-2,
    .page-node-11213 .triangle-2,
    .page-node-11213 .triangle-3 {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .page-node-11242 .triangle-3 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-11242 .dot-2,
    .page-node-11242 .triangle-2,
    .page-node-11242 .triangle-4 {
        display: none
    }
    .page-node-11242 .fx-strip .wrapper li:last-of-type {
        display: block !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-11195 .triangle-2,
    .page-node-11195 .triangle-4,
    .page-node-11195 .dot-8,
    .page-node-11195 .dot-2,
    .page-node-11195 .triangle-3 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-11163 .dot-2,
    .page-node-11163 .triangle-2,
    .page-node-11163 .triangle-3,
    .page-node-11163 .triangle-4 {
        display: none
    }
    .page-node-11163 .fx-strip .wrapper li:last-of-type {
        display: block !important
    }
}

.page-node-8044 .fx-strip li:nth-of-type(3),
.page-node-8044 .fx-strip li:nth-of-type(4),
.page-node-10548 .fx-strip li:nth-of-type(3),
.page-node-10548 .fx-strip li:nth-of-type(4) {
    width: 0 !important
}

.page-node-8044 .fx-strip li:nth-of-type(2),
.page-node-10548 .fx-strip li:nth-of-type(2) {
    display: block !important
}

#main-wrapper #block-bootstrap-xoriant-breadcrumbs {
    position: absolute
}

#main-wrapper #l1-inner-pages .success-title {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages .success-title {
        font-size: 23px;
        line-height: 26px
    }
}

#main-wrapper #l1-inner-pages h3 {
    text-transform: unset
}

#main-wrapper #l1-inner-pages p {
    font-family: unset;
    text-align: unset
}

#main-wrapper #l1-inner-pages #arch h2 {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages #arch h2 {
        font-size: 23px;
        line-height: 26px
    }
}

#main-wrapper #l1-inner-pages .key-numbers-section {
    margin: 50px 0 150px 0 !important;
    max-width: initial !important
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100% !important;
    overflow: hidden;
    transition: background-size 1s ease
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0 160px 0
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box .key-numbers-subtitle {
    color: #00b23b;
     font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box .key-numbers-title {
    color: #fff;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -.8px;
    margin: 0
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section {
    width: 100%;
    margin: -135px auto 0 auto;
    position: absolute
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel {
    margin: 0 auto;
    width: 1200px
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container {
    width: 100%
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item .key-number-box {
    height: 220px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at bottom left, #00b23b 10%, #00b23b 50%, #00b23b 48%, #00b23b 47%, #00b23b 24%, transparent 4%);
    background-repeat: no-repeat;
    transition: background-color 2s, background-size 1.2s;
    background-size: 0 1px;
    background-position: 0 100%
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item .key-number-box .key-number-icon {
    height: 40px;
    width: auto;
    margin: 0 0 15px 0;
    transition: margin 1.2s ease
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item .key-number-box .key-number {
    color: #fff;
     font-family: "Poppins";
    font-size: 45px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.8px;
    margin: 0 0 5px 0
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item .key-number-box .key-number-body {
    color: #fff;
    font-family: "Mona Sans Medium";
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    min-height: 60px
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item:hover .key-number-box {
    background-color: #00b23b !important;
    background-size: 35rem 35rem
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item:hover .key-number-box .key-number-icon {
    margin: 0 0 15px 150px
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .slick-list .slick-track {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .slick-list .slick-track .slick-slide {
    margin: 0 5px
}

#main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container:hover {
    background-size: 110% 110%;
    transition: background-size 1s ease
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .banner-container {
        max-width: inherit;
        padding: 0;
        margin: 0
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section {
        position: relative;
        overflow: hidden
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .field--name-field-banner-image img {
        transition: transform .9s ease
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .field--name-field-banner-image img:hover {
        transform: scale(1.07)
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section img {
        width: 100%
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .banner-text {
        position: absolute;
        top: 357px !important;
        left: 226px
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .banner-text .field--name-field-banner-text {
         font-family: "Poppins";
        font-size: 41px;
        line-height: 38px;
        letter-spacing: -.03em;
        text-align: left;
        margin-bottom: 15px
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-family: "League Spartan Extra Bold";
        font-size: 90px;
        line-height: 78px;
        letter-spacing: -.05em;
        text-align: left;
        text-transform: uppercase;
        width: 761px
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-logo {
        width: 200px !important;
        margin-bottom: 10px;
        height: auto
    }
    #main-wrapper #l1-inner-pages .fx-strip .wrapper li:first-of-type {
        width: 20%
    }
    #main-wrapper #l1-inner-pages .fx-strip .wrapper li a {
        margin-left: 0
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-1 {
        display: none
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-2 {
        position: absolute;
        right: 2%;
        top: 2478px
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-4 {
        position: absolute;
        top: 708px;
        left: 420px
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-5 {
        position: absolute;
        top: 3675px;
        left: 88.56px
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-6 {
        left: 54.65px;
        top: 5004px;
        position: absolute
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-7 {
        display: none
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-8 {
        right: 2%;
        position: absolute;
        top: 16.5%;
        transform: rotate(90deg)
    }
    #main-wrapper #l1-inner-pages #dots-section .triangle-1 {
        position: absolute;
        top: 760px;
        left: 1px
    }
    #main-wrapper #l1-inner-pages #dots-section .triangle-2 {
        position: absolute;
        top: 3610px;
        right: 40px
    }
    #main-wrapper #l1-inner-pages #dots-section .triangle-3 {
        position: absolute;
        top: 4650px;
        left: 50px
    }
    #main-wrapper #l1-inner-pages #dots-section .triangle-4 {
        position: absolute;
        top: 5500px;
        right: 1px
    }
    #main-wrapper #l1-inner-pages .content-container {
        max-width: 988px;
        padding: 50px 0;
        margin: 0 auto
    }
    #main-wrapper #l1-inner-pages .intro-video-container,
    #main-wrapper #l1-inner-pages .featured-section .right {
        position: relative;
        margin: auto;
        overflow: hidden;
        width: 458px;
        border-radius: 8px
    }
    #main-wrapper #l1-inner-pages .intro-video-container img,
    #main-wrapper #l1-inner-pages .featured-section .right img {
        max-width: 100%;
        transition: all .75s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1)
    }
    #main-wrapper #l1-inner-pages .intro-video-container:hover img {
        transform: scale(1.05);
        transform-origin: top left
    }
    #main-wrapper #l1-inner-pages .featured-section .right:hover img {
        transform: scale(1.05);
        transform-origin: top right
    }
    #main-wrapper #l1-inner-pages div {
        font-family: unset
    }
    #main-wrapper #l1-inner-pages #top-wave-section {
        position: relative
    }
    #main-wrapper #l1-inner-pages #top-wave-section .top-wave-image-desktop {
        width: 106%;
        position: absolute;
        top: -535px;
        left: -52px;
        z-index: -1
    }
    #main-wrapper #l1-inner-pages #top-wave-section .top-wave-image-mobile {
        display: none
    }
    #main-wrapper #l1-inner-pages #resources-wave-section {
        position: relative
    }
    #main-wrapper #l1-inner-pages #resources-wave-section .resources-wave-image-desktop {
        width: 1700px;
        position: absolute;
        top: -796px;
        left: -118px;
        z-index: -1;
        opacity: .7
    }
    #main-wrapper #l1-inner-pages #resources-wave-section-1 {
        display: none
    }
    #main-wrapper #l1-inner-pages .intro-section .flex {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head {
        margin-right: 20px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head h1 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head h1 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head span.low {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 9999;
        display: none
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 30px;
        width: 40%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        border-radius: 8px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000;
        position: absolute;
        top: 2px;
        right: 5px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video,
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: 300px;
        border: 0;
        margin-right: 0
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player,
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: auto;
        border: 0;
        margin-right: 0
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border .field__item p {
        margin-bottom: 0;
        line-height: 0
    }
    #main-wrapper #l1-inner-pages .featured-section {
        display: flex
    }
    #main-wrapper #l1-inner-pages .featured-section:hover .field--name-field-photo img {
        transform: scale(1.05);
        transform-origin: top right
    }
    #main-wrapper #l1-inner-pages .featured-section .left {
        background: #f2f2f2;
        padding: 120px 25px;
        width: 501px;
        border-radius: 8px 0 0 8px;
        height: 410px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .ft {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        display: block;
        color: #00b23b;
        margin-bottom: 15px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .field--name-field-featured-insight-titile,
    #main-wrapper #l1-inner-pages .featured-section .left .field--name-field-featured-insight-title {
         font-family: "Poppins";
;
        font-size: 29px;
        line-height: 29px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 15px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block {
        transition: all 1s
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-right: 5px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block a div {
        display: initial;
        margin-right: 7px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block img.green-f {
        display: none
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block:hover a {
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block:hover img.green-f {
        display: inline
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block:hover img.black-f {
        display: none
    }
    #main-wrapper #l1-inner-pages .featured-section .left .auth {
 font-family: "Poppins";        font-size: 17px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -.03em;
        text-align: left;
        color: black;
        margin: 30px 0;
        display: block
    }
    #main-wrapper #l1-inner-pages .featured-section .right {
        width: 486px;
        border-radius: 0 8px 8px 0
    }
    #main-wrapper #l1-inner-pages .key-diff {
        background-color: #f2f2f2;
        padding: 35px;
        border-radius: 8px;
        margin: 25px auto
    }
    #main-wrapper #l1-inner-pages .key-diff .key-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .key-diff .key-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .key-diff .flex {
        display: flex;
        margin-top: 30px;
        align-items: center
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .img {
        margin-right: 30px
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .img img {
        transition: transform 1s;
        border-radius: 20px
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .img img:hover {
        transform: scale(1.03)
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .content span {
        font-family: unset
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .content .views-field-title {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .content .views-field-title:hover {
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .content .views-field-body {
        margin-top: 10px;
        font-family: "Mona Sans Regular";
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 21px;
        text-align: left;
        color: #000
    }
    #main-wrapper #l1-inner-pages #section-4.tabs #nav-tab {
        border-bottom: 0
    }
    #main-wrapper #l1-inner-pages #section-4.tabs #nav-tab .nav-link {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        border: 0
    }
    #main-wrapper #l1-inner-pages #section-4.tabs #nav-tab .nav-link.active {
        border-bottom: 5px solid #00b23b !important;
        border-radius: 5px
    }
    #main-wrapper #l1-inner-pages #section-4.tabs .field--name-field-tab-1-headline,
    #main-wrapper #l1-inner-pages #section-4.tabs .field--name-field-tab-3-headline,
    #main-wrapper #l1-inner-pages #section-4.tabs .field--name-field-tab-2-headline {
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-top: 25px
    }
    #main-wrapper #l1-inner-pages .differentiators-section p,
    #main-wrapper #l1-inner-pages .differentiators-section a,
    #main-wrapper #l1-inner-pages .differentiators-section li {
        font-family: unset;
        text-transform: unset
    }
    #main-wrapper #l1-inner-pages .differentiators-section .diff-heading {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .differentiators-section .diff-heading {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div {
        width: 32%;
        padding: 30px 20px;
        background: #f2f2f2;
        border-radius: 8px;
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div .views-field-field-tech-description {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        margin-top: 15px
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div:hover {
        border-bottom: 3px solid #00b23b;
        transition: none
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div:hover img {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(15px)
    }
    #main-wrapper #l1-inner-pages #section-other .view-content.row>div {
        width: 49%;
        margin-top: 20px
    }
    #main-wrapper #l1-inner-pages #section-other .view-content.row>div .views-field-title .field-content {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages #section-other .view-content.row>div .views-field-field-cp-strength-description .field-content {
        margin-top: 10px;
        font-family: "Mona Sans Regular";
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 21px;
        text-align: left;
        color: #000
    }
    #main-wrapper #l1-inner-pages .we-do-section .we-do-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .we-do-section .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .we-do-section .we-do-desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: start
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row {
        width: 30%;
        margin: 25px 16px;
        border: 3px solid #00b23b;
        border-radius: 8px;
        border-left: 0;
        border-top: 0;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784);
        padding: 20px
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row:nth-of-type(1),
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row:nth-of-type(4),
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row:nth-of-type(7) {
        margin-left: 0
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row:nth-of-type(3),
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row:nth-of-type(6),
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row:nth-of-type(9) {
        margin-right: 0
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .title:hover {
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        display: block
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .arrow-block {
        transition: all 1s;
        display: block
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .we-serve {
        margin: 0 auto
    }
    #main-wrapper #l1-inner-pages .we-serve .serve-subtile {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    #main-wrapper #l1-inner-pages .we-serve .field--name-field-we-serve-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 39.6px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin-bottom: 40px
    }
    #main-wrapper #l1-inner-pages .we-serve .row:not(:nth-child(-n+4)) {
        display: none
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4.loop-0:hover .serve-title {
        transform: translate(0, -160px);
        transition: transform 1s ease;
        width: 75%
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4:hover .serve-title {
        transform: translate(0, -135px);
        transition: transform 1s ease
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4:hover .serve-desc {
        transform: translate(0, -100px);
        transition: transform 1s ease
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4:hover .serve-desc ul,
    #main-wrapper #l1-inner-pages .we-serve .col-md-4:hover .serve-desc p {
        display: block
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4:hover .serve-desc .arrow {
        display: block
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4:hover .image-overlay {
        opacity: 1 !important
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-title {
        color: #FFF;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 112.7%;
        text-transform: capitalize;
        position: absolute;
        padding-left: 30px;
        transform: translate(0, -75px);
        transition: transform 1s ease;
        width: 75%
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc {
        color: #fff;
        padding-left: 35px;
        width: 290px;
        transform: translate(0, 0)
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc ul {
        padding-left: 15px;
        margin: 0
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc ul li {
        color: #FFF;
 font-family: "Poppins";        font-size: 16px;
        font-style: normal;
        font-weight: 400
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc p {
        margin: 0;
        color: #FFF;
 font-family: "Poppins";        font-size: 16px;
        font-style: normal
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .arrow {
        display: none
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .image-container {
        position: relative;
        overflow: hidden;
        border-radius: 8px
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .image-container .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%);
        opacity: 0;
        transition: opacity .3s ease
    }
    #main-wrapper #l1-inner-pages .we-serve .arrow {
        transition: transform 1s ease
    }
    #main-wrapper #l1-inner-pages .we-serve .arrow:hover {
        transform: translateX(30%)
    }
    #main-wrapper #l1-inner-pages .partners h3.partners-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .partners h3.partners-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .partners .arrow-block {
        transition: all 1s
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        display: inline-block;
        color: #000;
        margin-right: 5px;
        text-transform: unset
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block img {
        margin-top: 7px
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block img.green-f {
        display: none
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block:hover a {
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block:hover img.green-f {
        display: inline
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block:hover img.black-f {
        display: none
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 20px 0 15px 0
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item {
        padding: 0 20px
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item .a-logo-image {
        width: 120px;
        height: auto
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    #main-wrapper #l1-inner-pages #client {
        height: 410px
    }
    #main-wrapper #l1-inner-pages .other-pillar {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    #main-wrapper #l1-inner-pages .other-pillar h2 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        font-size: 36px;
        font-family: "Poppins" !important;
        width: 444px;
        min-width: 400px;
        border-right: 1px solid #cdcdcd;
        padding: 25px 30px 25px 0
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .other-pillar h2 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        justify-content: end
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row .views-row {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 25%;
        margin: 5px 20px
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row .views-row:not(.hover):hover img.image-style-webp {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(15px)
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row .views-row:not(.hover):hover .title {
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row .views-row .arrow-block {
        transition: all 1s
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row .views-row .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row .views-row a.title {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0;
        text-align: left;
        display: block;
        color: #000;
        margin: 15px 0
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-link {
        width: 25px;
        transition: transform 1s ease
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-link:hover {
        transform: translateX(30%);
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-content-box {
        border-radius: 8px 0 0 8px
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-content-box .high-green {
        display: block;
        margin-bottom: 10px
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-content-box .short-desc {
        display: block;
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-image-box {
        overflow: hidden;
        border-radius: 0 8px 8px 0
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-image-box img {
        width: 100%;
        height: 100%;
        transition: transform .4s;
        transform-origin: bottom right
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-image-box:hover img {
        transform: scale(1.03)
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button {
        background-color: #fff !important
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button:hover {
        background-color: #ccc !important
    }
}

@media(max-width:1025px) {
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box {
        width: 100%;
        margin: 0 20px
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel {
        margin: 0 20px;
        width: 96%
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item:hover .key-number-box .key-number-icon {
        margin: 0 0 15px 100px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages #section-6 {
        margin-top: 20px
    }
    #main-wrapper #l1-inner-pages #section-8 {
        padding-left: 0;
        padding-right: 0
    }
    #main-wrapper #l1-inner-pages .banner-container {
        padding: 0;
        margin: 0
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section {
        position: relative
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .banner-text {
        position: absolute;
        top: 50px !important;
        left: 0;
        padding: 25px
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .banner-text .field--name-field-banner-text {
         font-family: "Poppins";
        font-size: 27px;
        line-height: 28px;
        letter-spacing: -.03em;
        text-align: left;
        margin-bottom: 15px
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-family: "League Spartan Extra Bold";
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.05em;
        text-align: left;
        text-transform: uppercase
    }
    #main-wrapper #l1-inner-pages .banner-container .banner-logo {
        width: 200px !important;
        text-align: start;
        display: block;
        margin-bottom: 10px
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .view-content.row {
        background-color: #f2f2f2;
        border-radius: 0 0 8px 8px
    }
    #main-wrapper #l1-inner-pages #success-stories-carousel-section .view-content.row ul.slick-dots {
        position: initial;
        padding-bottom: 20px
    }
    #main-wrapper #l1-inner-pages .success-stories-content-box .short-desc {
        display: block;
 font-family: "Poppins";        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000
    }
    #main-wrapper #l1-inner-pages #resources-wave-section {
        display: none
    }
    #main-wrapper #l1-inner-pages #resources-wave-section-1 {
        position: relative
    }
    #main-wrapper #l1-inner-pages #resources-wave-section-1 .resources-wave-image-mobile {
        position: absolute;
        opacity: 1;
        left: 0;
        top: -410px;
        z-index: -1;
        width: 100%
    }
    #main-wrapper #l1-inner-pages .common {
        padding: 20px
    }
    #main-wrapper #l1-inner-pages #dots-section {
        position: relative
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-2,
    #main-wrapper #l1-inner-pages #dots-section .dot-3,
    #main-wrapper #l1-inner-pages #dots-section .dot-4,
    #main-wrapper #l1-inner-pages #dots-section .dot-5,
    #main-wrapper #l1-inner-pages #dots-section .dot-6,
    #main-wrapper #l1-inner-pages #dots-section .dot-7,
    #main-wrapper #l1-inner-pages #dots-section .dot-8 {
        display: none
    }
    #main-wrapper #l1-inner-pages #dots-section .dot-1 {
        position: absolute;
        top: 30px;
        right: 25px;
        height: 10px
    }
    #main-wrapper #l1-inner-pages #dots-section .triangle-1 {
        position: absolute;
        top: 10px
    }
    #main-wrapper #l1-inner-pages div {
        font-family: unset
    }
    #main-wrapper #l1-inner-pages #top-wave-section {
        position: relative
    }
    #main-wrapper #l1-inner-pages #top-wave-section .top-wave-image-desktop {
        display: none
    }
    #main-wrapper #l1-inner-pages #top-wave-section .top-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -660px;
        z-index: -1
    }
    #main-wrapper #l1-inner-pages .intro-section {
        margin-top: 20px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head {
        margin-bottom: 25px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head h1 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head h1 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-head span.low {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container {
        margin-right: 0 !important
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container img {
        width: 100%;
        border-radius: 8px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 9999;
        display: none
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 30px;
        width: 85% !important;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        border-radius: 8px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000;
        position: absolute;
        top: 0;
        right: 5px
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video,
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: 185px;
        border: 0
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player,
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 {
        width: 100%;
        height: auto;
        border: 0
    }
    #main-wrapper #l1-inner-pages .intro-section .flex .intro-video-container .intro-video-box .intro-video-border #intro-video-1 #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #main-wrapper #l1-inner-pages .featured-section {
        display: flex;
        flex-wrap: wrap
    }
    #main-wrapper #l1-inner-pages .featured-section .left {
        background: #f2f2f2;
        padding: 25px;
        border-radius: 0 0 8px 8px;
        order: 2
    }
    #main-wrapper #l1-inner-pages .featured-section .left .ft {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        display: block;
        color: #00b23b;
        margin-bottom: 15px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .field--name-field-featured-insight-titile,
    #main-wrapper #l1-inner-pages .featured-section .left .field--name-field-featured-insight-title {
         font-family: "Poppins";
;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 15px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #00b23b;
        margin-right: 5px;
        display: block
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block a div {
        display: inline;
        margin-right: 5px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block img.green-f,
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block img.black-f {
        height: 13px
    }
    #main-wrapper #l1-inner-pages .featured-section .left .arrow-block img.black-f {
        display: none
    }
    #main-wrapper #l1-inner-pages .featured-section .left .auth {
 font-family: "Poppins";        font-size: 17px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -.03em;
        text-align: left;
        color: black;
        margin: 30px 0;
        display: block
    }
    #main-wrapper #l1-inner-pages .featured-section .right {
        order: 1;
        padding-bottom: 0
    }
    #main-wrapper #l1-inner-pages .featured-section .right img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0
    }
    #main-wrapper #l1-inner-pages .key-diff {
        background-color: #f2f2f2;
        padding: 35px;
        margin-top: 20px
    }
    #main-wrapper #l1-inner-pages .key-diff .key-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .key-diff .key-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages .key-diff .flex .img {
        margin-bottom: 15px
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .img img {
        width: 100%;
        height: auto;
        border-radius: 20px
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .content span {
        font-family: unset
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .content .views-field-title {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000
    }
    #main-wrapper #l1-inner-pages .key-diff .flex .content .views-field-body {
        margin-top: 10px;
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 21px;
        text-align: left;
        color: #000
    }
    #main-wrapper #l1-inner-pages #arch img {
        width: 100%
    }
    #main-wrapper #l1-inner-pages #section-4.tabs #accordion button {
        -webkit-appearance: none;
        border: 0;
        background: 0 0;
        padding: 0;
        margin: 0;
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #000;
        border: 1px solid #00b23b;
        padding: 12px
    }
    #main-wrapper #l1-inner-pages #section-4.tabs #accordion button:focus,
    #main-wrapper #l1-inner-pages #section-4.tabs #accordion button:hover {
        border: 0
    }
    #main-wrapper #l1-inner-pages #section-4.tabs .field--name-field-tab-1-headline,
    #main-wrapper #l1-inner-pages #section-4.tabs .field--name-field-tab-3-headline,
    #main-wrapper #l1-inner-pages #section-4.tabs .field--name-field-tab-2-headline {
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-top: 25px
    }
    #main-wrapper #l1-inner-pages #section-other {
        padding: 20px
    }
    #main-wrapper #l1-inner-pages #section-other .view-content.row>div .views-field-title .field-content {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #00b23b
    }
    #main-wrapper #l1-inner-pages #section-other .view-content.row>div .views-field-field-cp-strength-description .field-content {
        margin-top: 10px;
        font-family: "Mona Sans Regular";
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 21px;
        text-align: left;
        color: #000
    }
    #main-wrapper #l1-inner-pages .differentiators-section p,
    #main-wrapper #l1-inner-pages .differentiators-section a,
    #main-wrapper #l1-inner-pages .differentiators-section li {
        font-family: unset;
        text-transform: unset
    }
    #main-wrapper #l1-inner-pages .differentiators-section .diff-heading {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .differentiators-section .diff-heading {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row {
        margin: 0
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div {
        padding: 25px 25px 15px 25px;
        background: #f2f2f2;
        border-radius: 8px;
        border-bottom: 3px solid #00b23b;
        margin: 10px 0
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div:last-of-type {
        margin-bottom: 0
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div .views-field-field-tech-description {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        margin-top: 15px;
        color: #000
    }
    #main-wrapper #l1-inner-pages .differentiators-section .view-content.row>div .views-field-field-tech-description p {
        text-align: start
    }
    #main-wrapper #l1-inner-pages .we-do-section .we-do-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .we-do-section .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages .we-do-section .we-do-desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .views-row {
        padding: 25px;
        margin: 15px 0;
        border: 3px solid #00b23b;
        border-radius: 8px;
        border-left: 0;
        border-top: 0;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784)
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0
    }
    #main-wrapper #l1-inner-pages .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 95%;
        display: block
    }
    #main-wrapper #l1-inner-pages .we-serve {
        margin: 50px auto 10px;
        padding: 0 25px
    }
    #main-wrapper #l1-inner-pages .we-serve .serve-subtile {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: 16px;
        letter-spacing: -.66px;
        text-align: left;
        margin-bottom: 1px
    }
    #main-wrapper #l1-inner-pages .we-serve .field--name-field-we-serve-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px;
        margin-bottom: 30px
    }
    #main-wrapper #l1-inner-pages .we-serve .row:not(:nth-child(-n+4)) {
        display: none
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4.loop-2:hover .serve-title {
        transform: none !important
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-title {
        color: #FFF;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 112.7%;
        text-transform: capitalize;
        position: absolute;
        top: 42%;
        padding-left: 30px;
        text-align: left !important;
        width: 85%
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc {
        position: absolute;
        top: 60%;
        left: 10%;
        color: #fff;
        padding-left: 13px;
        width: 290px
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc ul {
        padding-left: 15px;
        margin: 0
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc ul li {
        color: #FFF;
 font-family: "Poppins";        font-size: 16px;
        font-style: normal;
        font-weight: 400
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc p {
        margin: 0;
        text-align: left;
        color: #FFF;
 font-family: "Poppins";        font-size: 16px;
        font-style: normal;
        font-weight: 400
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .image-container {
        position: relative;
        overflow: hidden;
        border-radius: 8px
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .image-container .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%);
        opacity: 1 !important
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .image-container img {
        width: 100%;
        height: auto
    }
    #main-wrapper #l1-inner-pages .partners h3.partners-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .partners h3.partners-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages .partners .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        display: inline-block;
        color: #00b23b;
        margin-right: 5px;
        text-transform: unset
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block img {
        margin-top: 5px
    }
    #main-wrapper #l1-inner-pages .partners .arrow-block img.black-f {
        display: none
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 15px 0
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item {
        padding: 0 20px
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item .a-logo-image {
        width: 100%;
        height: auto
    }
    #main-wrapper #l1-inner-pages .partners #a-carousel-section .a-carousel-container .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    #main-wrapper #l1-inner-pages .key-numbers-section {
        margin: 0 !important;
        position: relative;
        width: 100%
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container {
        background-image: linear-gradient(rgba(0, 0, 0, .8) 50%, #fff 50%) !important
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box {
        width: auto;
        margin: 0 30px;
        padding: 50px 0 30px 0
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box .key-numbers-subtitle {
        font-size: 16px;
        letter-spacing: -.5px
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box .key-numbers-title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section {
        width: 100%;
        margin: 0;
        position: relative
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel {
        margin: 0 30px;
        width: auto
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container {
        width: 100%
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item .key-number-box {
        height: 200px;
        margin: 0 0 15px 0
    }
    #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container #key-numbers-carousel-section .key-numbers-carousel .key-numbers-carousel-container .key-numbers-carousel-item .key-number-box .key-number {
        font-size: 35px
    }
    #main-wrapper #l1-inner-pages .other-pillar h2 {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #l1-inner-pages .other-pillar h2 {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row {
        display: flex;
        align-items: baseline;
        justify-content: space-between
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row>div {
        width: 40%;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        margin: 10px 15px
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row>div a.title {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        display: block;
        color: #000;
        margin: 10px 0
    }
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row>div:nth-of-type(1),
    #main-wrapper #l1-inner-pages .other-pillar .view-pillars .view-content.row>div:nth-of-type(3) {
        margin-left: 0
    }
    #main-wrapper #l1-inner-pages #faq-section {
        margin: 0
    }
    #main-wrapper #l1-inner-pages #faq-section .faq-title-box {
        padding: 0
    }
    #main-wrapper #l1-inner-pages #faq-section #faq-accordion-section {
        padding: 0
    }
    #main-wrapper #l1-inner-pages #faq-section .faq-answer-box>* {
 font-family: "Poppins";        font-size: 14px;
        line-height: 20px;
        text-align: start;
        margin: 15px 0;
        color: #000
    }
    #main-wrapper #l1-inner-pages #faq-section .faq-answer-box>* * {
        font-family: unset
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    #main-wrapper #l1-inner-pages .fx-strip .wrapper li:first-of-type {
        width: 25%
    }
    #main-wrapper #l1-inner-pages .fx-strip .wrapper li:last-of-type {
        display: none
    }
    #main-wrapper #l1-inner-pages .triangle-1,
    #main-wrapper #l1-inner-pages .dot-5,
    #main-wrapper #l1-inner-pages .dot-6 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #main-wrapper #l1-inner-pages .we-serve {
        margin: 0 auto 80px;
        padding: 0 25px
    }
    #main-wrapper #l1-inner-pages .we-serve .serve-subtile {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: 16px;
        letter-spacing: -.66px;
        text-align: left;
        margin-bottom: 1px
    }
    #main-wrapper #l1-inner-pages .we-serve .field--name-field-we-serve-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px;
        margin-bottom: 30px
    }
    #main-wrapper #l1-inner-pages .we-serve .row:not(:nth-child(-n+4)) {
        display: none
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4.loop-2:hover .serve-title {
        transform: none !important
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4:hover .serve-title {
        transform: none !important;
        transition: transform 1s
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-title {
        top: 45% !important
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc {
        position: absolute;
        top: 60%;
        left: 10%;
        color: #fff;
        width: 270px
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc ul,
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .serve-desc p {
        display: block !important
    }
    #main-wrapper #l1-inner-pages .we-serve .col-md-4 .image-container .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%) !important;
        opacity: 1 !important
    }
    #main-wrapper #l1-inner-pages .we-serve .arrow {
        display: block !important
    }
}

.page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

.page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text img.banner-logo-1 {
    height: 55px;
    width: auto;
    margin: 0 15px 20px 0
}

.page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text img.banner-logo-2 {
    height: 50px;
    width: auto;
    margin: 0 0 20px 0
}

.page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text .field--name-field-banner-text-second-line {
    font-size: 75px;
    line-height: 65px
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section {
    padding: 50px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section .success-stories-title-box {
    margin: 0 auto 0 0
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section .success-stories-title-box .success-stories-title {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section {
    max-width: 988px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container {
    width: 100%;
    position: relative
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
    height: 450px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: .5;
    z-index: 0
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
    width: 45%;
    height: 100%;
    padding: 0 50px 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #f2f2f2;
    border: 0
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-subtitle {
    color: #00b23b;
    text-align: left;
     font-family: "Poppins";
    font-size: 18px;
    line-height: normal;
    letter-spacing: -.76px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
    z-index: 1
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-title {
    color: #000;
    text-align: left;
     font-family: "Poppins";
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -.76px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 10px 0;
    z-index: 1
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title {
    transition: color 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title:hover {
    color: #00b23b;
    transition: color 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body {
    color: #000;
    text-align: left;
    font-family: "Mona Sans Medium";
    font-size: 16px;
    line-height: 21px;
    letter-spacing: normal;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 15px 0;
    z-index: 1
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download {
    color: #000;
    display: flex;
    text-align: left;
     font-family: "Poppins";
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    z-index: 1;
    transition: color 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download img {
    margin: 0 0 0 10px;
    transform: scale(1);
    filter: none;
    transition: filter, transform .5s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover {
    color: #00b23b;
    transition: color .5s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover img {
    transform: scale(1.05);
    filter: invert(39%) sepia(73%) saturate(1887%) hue-rotate(117deg) brightness(97%) contrast(105%);
    transition: filter, transform .5s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
    width: 55%;
    height: 100%;
    overflow: hidden
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(1);
    transition: transform 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box:hover .success-stories-image {
    transform: scale(1.05);
    transition: transform 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    position: absolute;
    padding: 0 0 0 42px;
    margin: 0;
    bottom: 30px;
    width: 100%
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    outline: 0;
    padding: 0;
    margin: 0 8px;
    border-radius: 50%;
     font-family: "Poppins";
    color: #000;
    border: 1px solid #fff;
    background-color: #fff
}

.page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
    color: #fff;
    border: 1px solid #00b23b;
    background-color: #00b23b
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve p.serve-subtile {
    margin: 0
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 {
    overflow: hidden
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 p.serve-title {
    transform: translate(0, -95px);
    top: unset
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 p.serve-title span {
    font-size: 16px;
    line-height: normal
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc {
    width: 275px;
    top: unset;
    left: unset;
    padding-left: 30px;
    position: absolute;
    transform: translate(0, 10px);
    transition: transform 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc p {
    line-height: normal
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc a {
    display: block;
    margin: 5px 0 0 0;
    color: #fff;
     font-family: "Poppins";

}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc a img {
    margin: 0 0 0 5px;
    transition: margin 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc a:hover img {
    margin: 0 0 0 10px;
    transition: margin 1s ease
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1):hover p.serve-title {
    transform: translate(0, -300px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1):hover div.serve-desc {
    transform: translate(0, -235px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2):hover p.serve-title {
    transform: translate(0, -315px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2):hover div.serve-desc {
    transform: translate(0, -235px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3):hover p.serve-title {
    transform: translate(0, -235px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3):hover div.serve-desc {
    transform: translate(0, -170px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4):hover p.serve-title {
    transform: translate(0, -225px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4):hover div.serve-desc {
    transform: translate(0, -160px)
}

.page-node-11701 #main-wrapper #l1-inner-pages .we-do-section .we-do-title div {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

.page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs #nav-tab {
    border-bottom: 0
}

.page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs #nav-tab .nav-link {
     font-family: "Poppins";
;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.02em;
    text-align: left;
    color: #000;
    border: 0
}

.page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs #nav-tab .nav-link.active {
    border-bottom: 5px solid #00b23b !important;
    border-radius: 5px
}

.page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs .field--name-field-tab-1-headline,
.page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs .field--name-field-tab-3-headline,
.page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs .field--name-field-tab-2-headline {
    font-family: "Mona Sans Medium" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.02em;
    text-align: left;
    color: #000;
    margin-top: 25px
}

.page-node-11701 #main-wrapper #l1-inner-pages .key-numbers-section .key-numbers-container .key-numbers-title-box .key-numbers-subtitle p {
    margin: 0
}

@media(max-width:1025px) {
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section {
        padding: 50px 30px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section {
        max-width: 100%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve {
        margin: 35px auto
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve p.serve-subtile {
        margin: 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 p.serve-title {
        transform: none
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc {
        left: unset;
        transform: none;
        transition: none
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1):hover p.serve-title,
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2):hover p.serve-title,
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3):hover p.serve-title,
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4):hover p.serve-title {
        transform: none;
        transition: none
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1):hover div.serve-desc,
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2):hover div.serve-desc,
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3):hover div.serve-desc,
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4):hover div.serve-desc {
        transform: none;
        transition: none
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1) p.serve-title {
        top: 12% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1) div.serve-desc {
        top: 30%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2) p.serve-title {
        top: 6% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2) div.serve-desc {
        top: 30%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3) p.serve-title {
        top: 28% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3) div.serve-desc {
        top: 48%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4) p.serve-title {
        top: 33% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4) div.serve-desc {
        top: 53%
    }
}

@media(max-width:770px) {
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text {
        top: 10px !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text img.banner-logo-1 {
        height: 45px;
        width: auto;
        margin: 0 10px 10px 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text img.banner-logo-2 {
        height: 40px;
        width: auto;
        margin: 0 0 10px 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text .field--name-field-banner-text-second-line {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 10px 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section {
        max-width: 100%;
        margin: 0 30px;
        padding: 25px 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section .success-stories-title-box {
        width: 100%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section .success-stories-title-box .success-stories-title {
        font-size: 23px;
        line-height: 26px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section {
        width: 100%;
        border-radius: 10px;
        overflow: hidden
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container {
        width: 100%;
        position: relative
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 550px;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column-reverse
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        width: 100%;
        height: 60%;
        padding: 20px 20px 65px 20px;
        background-color: #f2f2f2
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body {
        text-align: left
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        color: #000;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.44px;
        text-align: left;
        text-transform: capitalize;
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
        height: 40%;
        width: 100%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style-type: none;
        position: absolute;
        padding: 0 0 0 13px;
        margin: 0;
        bottom: 20px;
        width: 100%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #fff;
        background-color: #fff
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-logos-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 25px 0 0 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title {
        width: 100%;
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
;
        text-align: left;
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel {
        width: 100%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container {
        width: 100%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item {
        padding: 0 20px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image {
        width: 100%;
        height: auto
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve {
        margin: 35px auto
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-do-section .we-do-title div {
        font-size: 23px;
        line-height: 26px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs #accordion button {
        -webkit-appearance: none;
        border: 0;
        background: 0 0;
        padding: 0;
        margin: 0;
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #000;
        border: 1px solid #00b23b;
        padding: 12px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs #accordion button:focus,
    .page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs #accordion button:hover {
        border: 0
    }
    .page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs .field--name-field-tab-1-headline,
    .page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs .field--name-field-tab-3-headline,
    .page-node-11701 #main-wrapper #l1-inner-pages #section-3.tabs .field--name-field-tab-2-headline {
        font-family: "Mona Sans Medium" !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-top: 25px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .key-numbers-section {
        padding: 0
    }
}

@media(max-width:390px) {
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text img.banner-logo-1 {
        height: 40px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text img.banner-logo-2 {
        height: 35px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text .field--name-field-banner-text-second-line {
        font-size: 30px;
        line-height: 30px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .banner-container .banner-section h4.banner-text .banner-cta {
        font-size: 14px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 p.serve-title {
        font-size: 20px;
        padding-left: 20px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 p.serve-title span {
        font-size: 14px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc {
        width: 260px;
        padding: 0 20px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4 div.serve-desc p {
        font-size: 14px
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1) p.serve-title {
        top: 16% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(1) div.serve-desc {
        top: 35%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2) p.serve-title {
        top: 15% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(2) div.serve-desc {
        top: 35%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3) p.serve-title {
        top: 29% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(3) div.serve-desc {
        top: 48%
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4) p.serve-title {
        top: 35% !important
    }
    .page-node-11701 #main-wrapper #l1-inner-pages .we-serve .row .col-md-4:nth-child(4) div.serve-desc {
        top: 54%
    }
}

#partners-page h1,
#partners-page h2,
#partners-page h3,
#partners-page h4,
#partners-page h5,
#partners-page h6,
#partners-page span,
#partners-page div,
#partners-page li,
#partners-page a,
#partners-page ul {
    font-family: "Poppins";
}

#partners-page .banner-section img {
    width: 100%
}

#partners-page .field__label {
    display: none
}

#partners-page .partner-description,
#partners-page .partner-desc {
    font-size: 14px;
    line-height: 22px
}

@media screen and (min-width:1920px) {
    #partners-page.container {
        max-width: 1440px
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #partners-page.container {
        max-width: 1440px;
        padding: 20px;
        padding-top: 0
    }
}

@media only screen and (min-device-width:1366px) and (max-device-height:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    #partners-page .row1,
    #partners-page .row2,
    #partners-page .row3 {
        margin-bottom: 50px
    }
    #partners-page #partners-page .row3 .col1 img {
        margin-right: 23px !important
    }
    #partners-page #partners-page .row1 .col1 img {
        width: 161px !important;
        height: 113px;
        margin-right: 25px
    }
    #partners-page #partners-page .row2 .col1 img {
        width: 159px !important
    }
    #partners-page #partners-page .row1 .col2 img {
        width: 187px;
        margin-right: 20px;
        margin-left: 23px
    }
    #partners-page #partners-page .row1 .col2 img {
        width: 187px;
        margin-right: 20px;
        margin-left: 23px
    }
    #partners-page #partners-page .row2 .col2 img {
        margin-right: 25px;
        width: 160px;
        margin-left: -30px
    }
    #partners-page #partners-page .row3 .col2 img {
        width: 210px;
        margin-left: -10px;
        margin-right: 10px
    }
}

@media only screen and (min-width:992px) {
    #partners-page .mobile {
        display: none !important
    }
    #partners-page h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 0 0 20px 0
    }
    #partners-page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #partners-page .banner-section a,
    #partners-page .banner-section a:link,
    #partners-page .banner-section a:visited,
    #partners-page .banner-section a:hover,
    #partners-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #partners-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #partners-page .banner-section .field--name-field-know {
        display: none
    }
    #partners-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        color: white;
        font-size: 40px !important;
        font-weight: bold !important;
        width: 100%;
        position: absolute;
        left: 100px !important;
        right: 0;
        width: 100%;
        padding: 0 !important;
        top: 200px !important;
        margin-top: 0
    }
    #partners-page #block-breadcrumbs .breadcrumb,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem
    }
    #partners-page #block-breadcrumbs .breadcrumb li,
    #partners-page #block-breadcrumbs .breadcrumb a,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        color: #45454a !important
    }
    #partners-page .breadcrumb-item+.breadcrumb-item::before {
        content: ">" !important
    }
    #partners-page .middle-content {
        margin: 25px 40px 25px 40px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a;
        display: flex;
        justify-content: center
    }
    #partners-page .middle-content .flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 10px;
        margin-top: 0;
        padding-top: 0
    }
    #partners-page .middle-content .field--name-field-image-block {
        margin-right: 18px;
        margin-left: 18px
    }
    #partners-page .middle-content .field--name-field-title-description {
        color: #45454a;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px;
        padding: 10px 50px 0 0;
        margin-right: 40px
    }
    #partners-page .middle-content2 {
        margin: 55px 40px 25px 40px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a;
        display: flex;
        justify-content: center
    }
    #partners-page .middle-content2 .flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        margin-top: 0;
        padding-top: 0;
        margin-left: 18px
    }
    #partners-page .middle-content2 .field--name-field-image-right {
        margin-right: 40px;
        padding: 10px 50px 0 0
    }
    #partners-page .middle-content2 .field--name-field-title-description {
        color: #45454a;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        margin-right: 18px
    }
    #partners-page .partners-main {
        min-height: unset
    }
    #partners-page .framework {
        display: none;
        position: relative;
        margin-bottom: 35px
    }
    #partners-page .framework img {
        width: 100%
    }
    #partners-page .framework .flex {
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 30px;
        width: 100%
    }
    #partners-page .framework .flex .field--name-field-demo {
        margin-top: 10px
    }
    #partners-page .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white
    }
    #partners-page .framework .field--name-field-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0
    }
    #partners-page .partners-desktop {
        margin-left: 54px;
        margin-right: 20px;
        display: flex;
        flex-direction: row;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        border-bottom: 0
    }
    #partners-page .partners-desktop .partners-tab {
        padding: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #f1f1f1;
        margin-left: 0 !important
    }
    #partners-page .partners-desktop .partners-tab img {
        height: unset !important
    }
    #partners-page ul.partners-desktop.nav.nav-tabs li {
        margin-left: 20px;
        padding-bottom: 21px
    }
    #partners-page .activeTab {
        border-bottom: 3px solid #57b791 !important
    }
    #partners-page .field.field--name-field-learn-more.field--type-link.field--label-above {
        -webkit-appearance: none;
        background: transparent;
        color: #45454a;
        border: 1px solid rgba(69, 69, 74, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        height: 43px;
        width: 135px;
        text-align: center;
        margin-top: 35px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold
    }
    #partners-page .field.field--name-field-learn-more.field--type-link.field--label-above a {
        color: #45454a;
        text-align: center;
        width: 94px;
        text-decoration: none;
        height: 12px;
        letter-spacing: 0;
        line-height: normal;
        font-family: "Poppins";
        font-size: 16px
    }
    #partners-page .field.field--name-field-partner-link.field--type-link.field--label-above {
        -webkit-appearance: none;
        background: transparent;
        color: #45454a;
        border: 1px solid rgba(69, 69, 74, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        height: 43px;
        width: 193px;
        margin-bottom: 72px;
        text-align: center;
        margin-top: 26px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold
    }
    #partners-page .field.field--name-field-partner-link.field--type-link.field--label-above a {
        color: #45454a;
        text-align: center;
        width: 94px;
        text-decoration: none;
        height: 12px;
        letter-spacing: 0;
        line-height: normal;
        font-family: "Poppins";
        font-size: 16px
    }
    #partners-page .testimonial-section {
        margin-bottom: 43px;
        position: relative
    }
    #partners-page .testimonial-section .field--name-field-testimonial-background img {
        width: 100%
    }
    #partners-page .testimonial-section .auth {
        position: absolute;
        padding: 90px 155px 90px 100px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-family: "Poppins";
        top: 50%;
        transform: translateY(-50%)
    }
    #partners-page .testimonial-section .auth-note {
        text-align: justify
    }
    #partners-page .testimonial-section .auth-note>div {
        font-style: normal;
        font-size: 18px;
        line-height: initial;
        text-align: initial;
        font-weight: 500
    }
    #partners-page .testimonial-section .auth-note em {
        font-style: normal
    }
    #partners-page .testimonial-section .auth-info {
        margin-right: 35px
    }
    #partners-page .testimonial-section .auth-info>div {
        text-align: center;
        width: 215px
    }
    #partners-page .testimonial-section .auth-info img {
        width: 106px;
        height: 98px
    }
    #partners-page .testimonial-section .field--name-field-testimonial-author-name {
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        line-height: initial;
        font-weight: 500
    }
    #partners-page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        padding: 10px
    }
    #partners-page .testimonial-section .field--name-field-testimonial-link a,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:link,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:visited,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:hover,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #partners-page .tab-content {
        margin-left: 103px;
        margin-right: 98px
    }
    #partners-page .partner-desc {
        width: 310px
    }
    #partners-page .row1,
    #partners-page .row2,
    #partners-page .row3 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 50px
    }
    #partners-page .row1 .col1,
    #partners-page .row1 .col2,
    #partners-page .row2 .col1,
    #partners-page .row2 .col2,
    #partners-page .row3 .col1,
    #partners-page .row3 .col2 {
        display: flex;
        flex-direction: row;
        padding: 10px;
        max-width: 50%
    }
    #partners-page .six-grid-main {
        background-color: #f7f7f7;
        width: 100vw;
        padding-top: 28px;
        padding-bottom: 52px;
        clear: both;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #partners-page .row1 .col1 img {
        margin-right: 15px
    }
    #partners-page .row1 .col2 img {
        margin-right: 15px;
        margin-left: -8px
    }
    #partners-page .row2 .col1 img {
        margin-right: 15px
    }
    #partners-page .row2 .col2 img {
        margin-right: 15px;
        margin-left: -30px
    }
    #partners-page .row3 .col1 img {
        margin-right: 15px
    }
    #partners-page .row3 .col2 img {
        margin-left: -30px;
        margin-right: 15px
    }
    #partners-page .partner-desc {
        width: 310px
    }
    #partners-page .partner-desc p {
        width: 310px;
        text-align: justify;
        font-size: 14px
    }
    #partners-page .row2 .col1 {
        margin-right: 41px
    }
    #partners-page .row3 .col2 {
        margin-left: 38px
    }
    #partners-page .partner-img {
        float: left;
        width: 30%;
        text-align: center
    }
    #partners-page .partner-img img {
        width: auto;
        height: 80px;
        margin-left: -25px
    }
    #partners-page .partner-details {
        float: right;
        width: 70%
    }
    #partners-page .partner-details .partner-title h3 {
        text-transform: capitalize !important;
        letter-spacing: inherit;
        font-size: 22px;
        font-weight: 500
    }
    #partners-page .hide {
        display: none
    }
    #partners-page .show {
        display: block
    }
}

@media only screen and (max-width:991px) {
    #partners-page .desktop,
    #partners-page .hide,
    #partners-page p[class^=rectangle] {
        display: none !important
    }
    #partners-page.container {
        padding: 0;
        max-width: 100%
    }
    #partners-page .middle-content {
        margin-bottom: 30px !important;
        font-size: 14px
    }
    #partners-page .partner-details .partner-title h3 {
        text-transform: capitalize !important;
        letter-spacing: inherit;
        font-size: 22px;
        font-weight: 500
    }
    #partners-page #block-breadcrumbs .breadcrumb,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0
    }
    #partners-page #block-breadcrumbs .breadcrumb li,
    #partners-page #block-breadcrumbs .breadcrumb a,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #partners-page .breadcrumb-item+.breadcrumb-item::before {
        content: ">" !important
    }
    #partners-page ul.partners-desktop.nav.nav-tabs li {
        margin-right: 10px;
        margin-left: 10px
    }
    #partners-page h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin-bottom: 36px
    }
    #partners-page .field--name-field-title-description {
        text-align: center
    }
    #partners-page .six-pack-grid {
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 30px
    }
    #partners-page .six-pack-grid img {
        width: auto;
        height: auto;
        margin: 30px 0
    }
    #partners-page .six-pack-grid .desc {
        font-size: 14px;
        margin: 10px 0 30px 0
    }
    #partners-page .six-pack-grid .grids {
        padding: 10px
    }
    #partners-page .six-pack-grid .grids>a {
        font-size: 12px;
        margin: 10px 0;
        display: block
    }
    #partners-page .six-pack-grid .carousel-indicators li {
        height: 4px;
        width: 25px;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        background-color: #45454a
    }
    #partners-page .six-pack-grid .carousel-indicators li.active {
        background-color: #00bbf0
    }
    #partners-page .partners-desktop {
        overflow-x: scroll;
        max-width: 100%;
        flex-wrap: nowrap;
        align-items: center
    }
    #partners-page .activeTab {
        border-bottom: 3px solid #57b791 !important
    }
    #partners-page .tab-content {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: justify
    }
    #partners-page .tab-content img {
        width: 30%;
        height: 60px;
        margin-bottom: 20px;
        margin-left: 35%
    }
    #partners-page .tab-content h3 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px
    }
    #partners-page .col1 img,
    #partners-page .col2 img {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: 50px;
        display: block
    }
    #partners-page .partner-desc {
        padding: 20px 0;
        text-align: center;
        display: block;
        margin-right: auto;
        margin-left: auto
    }
    #partners-page .partner-desc p {
        font-size: 14px
    }
    #partners-page .banner-section {
        position: relative;
        text-align: center
    }
    #partners-page .banner-section img {
        height: auto;
        width: 100%
    }
    #partners-page .banner-section .field--name-field-know {
        display: none
    }
    #partners-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
    #partners-page .button-right {
        display: flex;
        right: 0;
        bottom: 30px;
        padding: 15px 5px;
        font-size: 13px;
        margin: 0 auto;
        left: 0;
        justify-content: center;
        position: absolute
    }
    #partners-page .button-right .field--name-field-demo a {
        border-right: 1px solid #049ccb
    }
    #partners-page .testimonial-section {
        position: relative;
        margin-bottom: 35px
    }
    #partners-page .testimonial-section img {
        width: 100%
    }
    #partners-page .testimonial-section .field--name-field-testimonial-background img {
        height: 350px
    }
    #partners-page .testimonial-section .auth {
        position: absolute;
        padding: 10px;
        color: white;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
    #partners-page .testimonial-section .auth img {
        width: auto
    }
    #partners-page .testimonial-section p,
    #partners-page .testimonial-section em {
        font-style: normal;
        line-height: initial
    }
    #partners-page .testimonial-section .auth-note p {
        line-height: 18px;
        font-size: 14px
    }
    #partners-page .testimonial-section .auth-info {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold
    }
    #partners-page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        line-height: 1;
        height: 43px;
        width: 157px;
        padding-top: 11px;
        padding-bottom: 11px
    }
    #partners-page .testimonial-section .field--name-field-testimonial-link a,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:link,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:visited,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:hover,
    #partners-page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #partners-page .testimonial-section .field--name-field-testimonial-author-name {
        margin: 5px 0
    }
    #partners-page .field.field--name-field-partner-link.field--type-link.field--label-above {
        font-size: 16px;
        text-align: center;
        border: 1px solid rgba(69, 69, 74, .6);
        height: 43px;
        width: 135px;
        margin-left: auto;
        margin-right: auto;
        padding: 11px;
        font-weight: bold
    }
    #partners-page .field.field--name-field-partner-link.field--type-link.field--label-above a {
        text-align: center;
        width: 94px;
        text-decoration: none;
        height: 12px;
        letter-spacing: 0;
        line-height: normal;
        font-family: "Poppins";
        font-size: 16px;
        color: #45454a
    }
    #partners-page .field.field--name-field-page-title.field--type-string.field--label-hidden.field__item {
        text-align: center;
        font-size: 22px;
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center
    }
    #partners-page .field.field--name-field-learn-more.field--type-link.field--label-above {
        font-size: 16px;
        text-align: center;
        border: 1px solid rgba(69, 69, 74, .6);
        height: 43px;
        width: 135px;
        margin-left: auto;
        margin-right: auto;
        padding: 11px;
        font-weight: bold
    }
    #partners-page .field.field--name-field-learn-more.field--type-link.field--label-above a {
        text-align: center;
        width: 94px;
        text-decoration: none;
        height: 12px;
        letter-spacing: 0;
        line-height: normal;
        font-family: "Poppins";
        font-size: 16px;
        color: #45454a
    }
    #partners-page .middle-content img {
        width: auto;
        margin-top: 20px
    }
    #partners-page .middle-content2 img {
        width: 100%;
        margin-top: 20px;
        padding: 20px;
        margin-bottom: 20px
    }
    #partners-page .accordion {
        background: #f5f5f5;
        margin-bottom: 20px
    }
    #partners-page .accordion .pack-title {
        padding-top: 0;
        background-color: #fff
    }
    #partners-page .accordion .headings {
        margin-right: auto;
        margin-top: 20px;
        font-size: 22px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 20px;
        font-weight: 500
    }
    #partners-page .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        position: relative
    }
    #partners-page .accordion>.grids img {
        width: auto;
        height: 85px
    }
    #partners-page .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #partners-page .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #partners-page .accordion .desc {
        padding: 20px;
        border-bottom: 1px solid #ccc;
        text-align: center
    }
    #partners-page .accordion .desc span img {
        width: 45%;
        display: block;
        margin: 10px auto
    }
    #partners-page .accordion .desc ul {
        text-align: start
    }
    #partners-page .accordion .desc p,
    #partners-page .accordion .desc span {
        font-size: 14px
    }
    #partners-page .accordion .desc h3 {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 15px 0
    }
    #partners-page .accordion .desc h3 span {
        font-size: 22px
    }
    #partners-page .accordion .arrow {
        height: 15px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 15px
    }
    #partners-page .green {
        color: #15a563;
        font-size: 22px
    }
    #partners-page .framework {
        display: none;
        position: relative;
        margin: 20px 0;
        margin-top: 0
    }
    #partners-page .framework img {
        width: 100%
    }
    #partners-page .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #partners-page .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #partners-page .framework .field--name-field-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block
    }
}

@media only screen and (min-width:1100px) {
    #partners-page .mobile {
        display: none !important
    }
    #partners-page div[id="4"] .partner-img img {
        width: auto;
        height: 130px
    }
    #partners-page .green {
        color: #15a563;
        font-weight: normal;
        font-family: "Poppins";
        text-align: center
    }
    #partners-page div[id="2"] .partner-description img {
        height: 60px;
        margin: 10px 0
    }
    #partners-page div[id="2"] .partner-description img:first-of-type {
        margin-right: 15px
    }
    #partners-page div[id="2"] .partner-description h3 {
        margin-top: 15px
    }
    #partners-page .partner-details h3 {
        letter-spacing: inherit;
        text-transform: capitalize !important;
        font-size: 22px;
        font-weight: 500
    }
    #partners-page h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 0 0 20px 0
    }
    #partners-page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #partners-page .banner-section a,
    #partners-page .banner-section a:link,
    #partners-page .banner-section a:visited,
    #partners-page .banner-section a:hover,
    #partners-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #partners-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #partners-page .banner-section .field--name-field-know {
        display: none
    }
    #partners-page .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #partners-page #block-breadcrumbs .breadcrumb,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem
    }
    #partners-page #block-breadcrumbs .breadcrumb li,
    #partners-page #block-breadcrumbs .breadcrumb a,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #partners-page #block-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
    #partners-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        content: ">" !important
    }
    #partners-page .middle-content {
        margin: 25px 40px 25px 40px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a;
        display: flex;
        justify-content: center
    }
    #partners-page .middle-content .flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 10px;
        margin-top: 0;
        padding-top: 0
    }
    #partners-page .middle-content .field--name-field-image-block {
        margin-right: 18px;
        margin-left: 18px
    }
    #partners-page .middle-content .field--name-field-title-description {
        color: #45454a;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px;
        padding: 10px 50px 0 0;
        margin-right: 40px
    }
    #partners-page .middle-content2 {
        margin: 55px 40px 25px 40px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a;
        display: flex;
        justify-content: center
    }
    #partners-page .middle-content2 .flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        margin-top: 0;
        padding-top: 0;
        margin-left: 18px
    }
    #partners-page .middle-content2 .field--name-field-image-right {
        margin-right: 40px;
        padding: 10px 50px 0 0
    }
    #partners-page .middle-content2 .field--name-field-title-description {
        color: #45454a;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        margin-right: 18px
    }
    #partners-page .framework {
        display: none;
        position: relative;
        margin-bottom: 35px
    }
    #partners-page .framework img {
        width: 100%
    }
    #partners-page .framework .flex {
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 30px;
        width: 100%
    }
    #partners-page .framework .flex .field--name-field-demo {
        margin-top: 10px
    }
    #partners-page .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white
    }
    #partners-page .framework .field--name-field-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0
    }
    #partners-page .partners-desktop {
        margin-left: 70px;
        margin-right: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        border-bottom: 2px solid #d9dadc;
        width: 784px;
        padding: 0
    }
    #partners-page .partners-desktop .partners-tab {
        padding: 10px;
        margin-bottom: 0
    }
    #partners-page ul.partners-desktop.nav.nav-tabs li {
        padding: 10px;
        min-width: 196px;
        text-align: center;
        position: relative
    }
    #partners-page ul.partners-desktop.nav.nav-tabs li:after {
        content: "";
        background: #d9dadc;
        position: absolute;
        bottom: 20px;
        left: 0;
        height: 30%;
        width: 1px
    }
    #partners-page ul.partners-desktop.nav.nav-tabs li:first-of-type:after {
        display: none
    }
    #partners-page .activeTab {
        border-bottom: 3px solid #57b791 !important
    }
    #partners-page .field.field--name-field-learn-more.field--type-link.field--label-above {
        -webkit-appearance: none;
        background: transparent;
        color: #45454a;
        border: 1px solid rgba(69, 69, 74, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        height: 43px;
        width: 135px;
        text-align: center;
        margin-top: 35px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold
    }
    #partners-page .field.field--name-field-learn-more.field--type-link.field--label-above a {
        color: #45454a;
        text-align: center;
        width: 94px;
        text-decoration: none;
        height: 12px;
        letter-spacing: 0;
        line-height: normal;
        font-family: "Poppins";
        font-size: 16px
    }
    #partners-page .field.field--name-field-partner-link.field--type-link.field--label-above {
        -webkit-appearance: none;
        background: transparent;
        color: #45454a;
        border: 1px solid rgba(69, 69, 74, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        height: 43px;
        width: 193px;
        margin-bottom: 72px;
        text-align: center;
        margin-top: 26px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold
    }
    #partners-page .field.field--name-field-partner-link.field--type-link.field--label-above a {
        color: #45454a;
        text-align: center;
        width: 94px;
        text-decoration: none;
        height: 12px;
        letter-spacing: 0;
        line-height: normal;
        font-family: "Poppins";
        font-size: 16px
    }
    #partners-page .testimonial-section {
        margin-bottom: 43px
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .carousel-caption {
        bottom: 50px
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .carousel-item .background-img {
        width: 100%;
        height: 330px
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .testimonial-carousels-icon {
        display: flex;
        justify-content: center
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .testimonial-carousels-icon img {
        padding: 3px 5px 3px 6px
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .testimonial-carousels-subtext {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        text-align: center;
        margin-top: 16px;
        font-weight: 500
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .testimonial-carousels-description {
        color: #fff;
        font-family: "Poppins";
        font-size: 18px
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .testimonial-carousels-button {
        box-sizing: border-box;
        height: 43px;
        width: 135px;
        border: 1px solid rgba(255, 255, 255, .6)
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial .testimonial-carousels-button a {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        display: flex;
        padding: 9.5px;
        align-items: center;
        justify-content: center;
        text-decoration: none
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial ol.carousel-indicators {
        bottom: 5px
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial ol.carousel-indicators li {
        height: 4px;
        width: 47px;
        background-color: #45454a;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset
    }
    #partners-page .testimonial-section .view.view-partners-testimonial.view-id-partners_testimonial ol.carousel-indicators li.active {
        background-color: #00bbf0
    }
    #partners-page .tab-content {
        margin-left: 103px;
        margin-right: 98px
    }
    #partners-page .partner-desc {
        width: 100%
    }
    #partners-page .partner-desc p {
        width: 100%
    }
    #partners-page .row1,
    #partners-page .row2,
    #partners-page .row3 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0
    }
    #partners-page .row1 .col1,
    #partners-page .row1 .col2,
    #partners-page .row2 .col1,
    #partners-page .row2 .col2,
    #partners-page .row3 .col1,
    #partners-page .row3 .col2 {
        display: flex;
        flex-direction: row;
        padding: 10px;
        max-width: 50%
    }
    #partners-page .six-grid-main {
        background-color: #f7f7f7;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        clear: both;
        top: 15px;
        margin-bottom: 30px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #partners-page .partner-rows {
        max-width: 1440px;
        margin: 10px auto;
        padding-top: 20px;
        padding-bottom: 0
    }
    #partners-page .partner-rows img {
        margin-right: 20px
    }
    #partners-page .partners-tab img {
        width: auto
    }
    #partners-page .partner-img {
        float: left;
        width: 30%
    }
    #partners-page .partner-img img {
        width: auto;
        height: 130px
    }
    #partners-page .partner-details {
        float: right;
        width: 70%
    }
    #partners-page .partner-details .partner-title h3 {
        text-transform: capitalize !important;
        letter-spacing: inherit;
        font-size: 22px;
        font-weight: 500
    }
    #partners-page .hide {
        display: none
    }
    #partners-page .show {
        display: block
    }
    #partners-page .row1 .col1 {
        margin-right: 20px
    }
    #partners-page .row2 .col1 {
        margin-right: 20px
    }
    #partners-page .row1 .col2 img {
        margin-left: 0
    }
    #partners-page .row2 .col2 img {
        margin-left: 0
    }
}

@media screen and (min-width:1500px) {
    #main-wrapper .home_form_section .webform-submission-home-business-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-career-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form textarea {
        width: 132% !important
    }
}

#main-wrapper .banner-container .banner-section .banner-text .banner-cta {
    display: flex;
    background-color: #00b23b;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "Mona Sans Medium";
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #00b23b;
    cursor: pointer;
    transition: all 1s ease
}

#main-wrapper .banner-container .banner-section .banner-text .banner-cta img {
    margin: 0 0 0 5px;
    height: 18px;
    width: auto !important;
    filter: none;
    transition: all 1s ease
}

#main-wrapper .banner-container .banner-section .banner-text .banner-cta:hover {
    background-color: transparent;
    color: #00b23b
}

#main-wrapper .banner-container .banner-section .banner-text .banner-cta:hover img {
    filter: invert(0%) sepia(99%) saturate(16%) hue-rotate(29deg) brightness(94%) contrast(100%);
    filter: invert(39%) sepia(73%) saturate(1887%) hue-rotate(117deg) brightness(97%) contrast(105%);
    transition: all 1s ease
}

@media(max-width:770px) {
    #main-wrapper .banner-container .banner-section .banner-text .banner-cta {
        font-size: 15px;
        padding: 5px 15px
    }
    #main-wrapper .banner-container .banner-section .banner-text .banner-cta img {
        height: 15px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs {
        width: 100%;
        margin: 0 0 25px 0;
        position: relative;
        font-weight: normal
    }
    #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs nav.breadcrumb {
        max-width: 988px;
        margin: 0 auto !important;
        padding: 0
    }
    #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs nav.breadcrumb ul {
        padding: 5px;
        background-color: #000;
        margin: 0
    }
    #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs nav.breadcrumb ul li {
        font-size: 12px
    }
    #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs nav.breadcrumb ul li a {
        font-size: 12px;
        line-height: normal;
        color: #fff !important
    }
    #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs nav.breadcrumb ul li::before {
        height: 12px;
        width: 12px
    }
    #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs nav.breadcrumb ul li:last-child {
        padding-right: 0
    }
    #main-wrapper #main .section .banner-container .banner-section .banner-text {
        width: 988px;
        margin: 0 auto;
        right: 0;
        left: 0 !important
    }
    #main-wrapper #main .section .banner-container .banner-section .banner-text .field--name-field-banner-title,
    #main-wrapper #main .section .banner-container .banner-section .banner-text h1 {
        width: 100%
    }
    #main-wrapper .high-green {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b
    }
    #main-wrapper #frameworks-section .framework-title,
    #main-wrapper .frameworks.common .framework-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #frameworks-section .framework-title,
    #main-wrapper .frameworks.common .framework-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #frameworks-section .view-content.row,
    #main-wrapper .frameworks.common .view-content.row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container {
        width: 100%;
        margin: 0 -10px
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track {
        display: flex;
        gap: 20px
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item {
        height: 230px;
        border-radius: 8px
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box {
        padding: 30px 20px;
        color: #fff;
        display: block
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box h4.f-name,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box h4.f-name {
         font-family: "Poppins";
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .06em;
        text-align: left;
        word-wrap: break-word
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-desc,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-desc {
        font-family: "Mona Sans Regular";
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0;
        text-align: left
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-desc p,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-desc p {
        min-height: 90px
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span {
        cursor: pointer;
        color: #fff;
         font-family: "Poppins";
;
        font-size: 13px
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span img,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span img {
        display: unset;
        margin-left: 5px;
        transition: transform 1s ease;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(332deg) brightness(96%) contrast(112%)
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span:hover,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span:hover {
        color: black
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span:hover img,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide .frameworks-carousel-item .box .f-link span:hover img {
        transform: translateX(30%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(332deg) brightness(0%) contrast(112%)
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+1) .frameworks-carousel-item,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+1) .frameworks-carousel-item {
        background-color: #00a161 !important;
        background: radial-gradient(ellipse at bottom left, #00b23b 10%, #00b23b 50%, #00b23b 48%, #00b23b 47%, #00b23b 24%, #00a161 4%);
        background-repeat: no-repeat;
        transition: background-size 1.2s, color .5s;
        background-size: 0 1px;
        background-position: 0 100%
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+1) .frameworks-carousel-item:hover,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+1) .frameworks-carousel-item:hover {
        background-size: 35rem 35rem
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+2) .frameworks-carousel-item,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+2) .frameworks-carousel-item {
        background-color: #00affb !important;
        background: radial-gradient(ellipse at bottom left, #00b23b 10%, #00b23b 50%, #00b23b 48%, #00b23b 47%, #00b23b 24%, #00affb 4%);
        background-repeat: no-repeat;
        transition: background-size 1.2s, color .5s;
        background-size: 0 1px;
        background-position: 0 100%
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+2) .frameworks-carousel-item:hover,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+2) .frameworks-carousel-item:hover {
        background-size: 35rem 35rem
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+3) .frameworks-carousel-item,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+3) .frameworks-carousel-item {
        background-color: #172d67 !important;
        background: radial-gradient(ellipse at bottom left, #00b23b 10%, #00b23b 50%, #00b23b 48%, #00b23b 47%, #00b23b 24%, #172d67 4%);
        background-repeat: no-repeat;
        transition: background-size 1.2s, color .5s;
        background-size: 0 1px;
        background-position: 0 100%
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+3) .frameworks-carousel-item:hover,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+3) .frameworks-carousel-item:hover {
        background-size: 35rem 35rem
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+4) .frameworks-carousel-item,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+4) .frameworks-carousel-item {
        background-color: #2e73ea !important;
        background: radial-gradient(ellipse at bottom left, #00b23b 10%, #00b23b 50%, #00b23b 48%, #00b23b 47%, #00b23b 24%, #2e73ea 4%);
        background-repeat: no-repeat;
        transition: background-size 1.2s, color .5s;
        background-size: 0 1px;
        background-position: 0 100%
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+4) .frameworks-carousel-item:hover,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .slick-track .slick-slide:nth-of-type(4n+4) .frameworks-carousel-item:hover {
        background-size: 35rem 35rem
    }
    #main-wrapper #success-stories-carousel-section {
        width: 100%;
        border-radius: 20px;
        overflow: hidden
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container {
        width: 100%;
        position: relative
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 400px;
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #000;
        opacity: .5;
        z-index: 0
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        width: 45%;
        height: 100%;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        color: #000;
         font-family: "Poppins";
        font-size: 38px;
        line-height: 38px;
        letter-spacing: -.76px;
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
        width: 55%;
        height: 100%
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 85% center;
        object-position: 85% center
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style-type: none;
        padding: 0 0 0 42px;
        margin: 0;
        bottom: 30px;
        width: 100%
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #ccc;
        background-color: transparent
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    #main-wrapper .home_form_section .field--name-field-get-started-title p {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px
    }
    #main-wrapper .home_form_section .field--name-field-get-started-subtitle p {
        color: #000;
        font-family: "League Spartan Regular";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    #main-wrapper .home_form_section #business {
        display: block
    }
    #main-wrapper .home_form_section #career,
    #main-wrapper .home_form_section #else {
        display: none
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form fieldset label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .webform-submission-home-career-form fieldset label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form fieldset label:not(.custom-control-label):not(.error) {
        position: absolute;
        top: unset;
        pointer-events: none;
        transition: transform 1s ease;
        display: block;
        width: 40px;
        height: 20px;
        font-family: "Mona Sans Regular"
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form fieldset label:not(.custom-control-label):not(.error):after,
    #main-wrapper .home_form_section .webform-submission-home-career-form fieldset label:not(.custom-control-label):not(.error):after,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form fieldset label:not(.custom-control-label):not(.error):after {
        display: none
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form fieldset label[for^=edit-message],
    #main-wrapper .home_form_section .webform-submission-home-career-form fieldset label[for^=edit-message],
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form fieldset label[for^=edit-message] {
        top: 55.5%
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form fieldset label[for^=edit-we-are-looking-for],
    #main-wrapper .home_form_section .webform-submission-home-career-form fieldset label[for^=edit-we-are-looking-for],
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form fieldset label[for^=edit-we-are-looking-for] {
        display: none !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .form-item-captcha-response label:not(.error),
    #main-wrapper .home_form_section .webform-submission-home-career-form .form-item-captcha-response label:not(.error),
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .form-item-captcha-response label:not(.error) {
        display: none !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .form-item-message,
    #main-wrapper .home_form_section .webform-submission-home-career-form .form-item-message,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .form-item-message {
        display: block
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form fieldset:focus-within label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .webform-submission-home-career-form fieldset:focus-within label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form fieldset:focus-within label:not(.custom-control-label):not(.error) {
        transform: translateY(-120%);
        font-size: 12px;
        color: #00b23b
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form label.has-value:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .webform-submission-home-career-form label.has-value:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form label.has-value:not(.custom-control-label):not(.error) {
        transform: translateY(-120%) !important;
        font-size: 12px !important;
        color: #00b23b !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form input,
    #main-wrapper .home_form_section .webform-submission-home-business-form .error,
    #main-wrapper .home_form_section .webform-submission-home-business-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-career-form input,
    #main-wrapper .home_form_section .webform-submission-home-career-form .error,
    #main-wrapper .home_form_section .webform-submission-home-career-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form input,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .error,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form textarea {
        font-family: "Mona Sans Regular"
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form [id^=edit-phone]:focus,
    #main-wrapper .home_form_section .webform-submission-home-career-form [id^=edit-phone]:focus,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form [id^=edit-phone]:focus {
        border-color: #b8b8b8;
        border: 1px solid #b8b8b8
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form [id^=edit-phone],
    #main-wrapper .home_form_section .webform-submission-home-career-form [id^=edit-phone],
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form [id^=edit-phone] {
        border-color: #b8b8b8
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .invalid-feedback,
    #main-wrapper .home_form_section .webform-submission-home-career-form .invalid-feedback,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .invalid-feedback {
        display: block;
        color: red;
        font-size: 14px;
        font-family: "Mona Sans Regular";
        font-style: normal !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .invalid-feedback em.placeholder,
    #main-wrapper .home_form_section .webform-submission-home-career-form .invalid-feedback em.placeholder,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .invalid-feedback em.placeholder {
        font-family: "Mona Sans Regular";
        font-style: normal !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-name-email-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-company-phone-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-select-message-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-name-email-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-company-phone-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-select-message-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-name-email-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper] fieldset,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-select-message-wrapper] fieldset {
        flex: 1;
        margin-right: 10px;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: baseline
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-select-message-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-select-message-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-select-message-wrapper] fieldset input {
        width: 95% !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        padding: .3em .4em .3em .5em !important;
        margin-top: unset;
        border-bottom: 2px solid #b8b8b8 !important;
        transition: 1s ease all
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-name-email-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-company-phone-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-select-message-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-name-email-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-company-phone-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-select-message-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-name-email-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-select-message-wrapper] fieldset input:focus-within {
        border-bottom: 2px solid #00b23b !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .webform-section-wrapper,
    #main-wrapper .home_form_section .webform-submission-home-career-form .webform-section-wrapper,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .webform-section-wrapper {
        padding: 10px 0
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .input-group .field-prefix.input-group-text,
    #main-wrapper .home_form_section .webform-submission-home-career-form .input-group .field-prefix.input-group-text,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .input-group .field-prefix.input-group-text {
        color: #fff;
        background-color: #000;
        border-radius: 5px 0 0 5px !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .input-group input,
    #main-wrapper .home_form_section .webform-submission-home-career-form .input-group input,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .input-group input {
        border-radius: 0 5px 5px 0 !important;
        border: .5px solid #d9d9d9 !important;
        background: #fff !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form strong.error,
    #main-wrapper .home_form_section .webform-submission-home-business-form label.error,
    #main-wrapper .home_form_section .webform-submission-home-career-form strong.error,
    #main-wrapper .home_form_section .webform-submission-home-career-form label.error,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form strong.error,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form label.error {
        height: 0;
        font-weight: normal;
        color: red;
        font-size: 14px;
        display: block;
        font-family: "Mona Sans Regular"
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form strong[id^=edit-phone-],
    #main-wrapper .home_form_section .webform-submission-home-career-form strong[id^=edit-phone-],
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form strong[id^=edit-phone-] {
        position: absolute
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-career-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form textarea {
        width: 95%;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        height: 55px;
        resize: none;
        border-bottom: 2px solid #b8b8b8 !important;
        transition: 1s ease all
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form textarea:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-career-form textarea:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form textarea:focus-within {
        border-bottom: 2px solid #00b23b !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form select,
    #main-wrapper .home_form_section .webform-submission-home-career-form select,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form select {
        width: 95%;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        height: 55px;
        resize: none;
        border-bottom: 2px solid #b8b8b8 !important;
        transition: 1s ease all
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form select:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-career-form select:focus-within,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form select:focus-within {
        border-bottom: 2px solid #00b23b !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .custom-control-label.checked::after,
    #main-wrapper .home_form_section .webform-submission-home-career-form .custom-control-label.checked::after,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .custom-control-label.checked::after {
        content: "";
        position: absolute;
        top: 7px;
        width: 5px;
        height: 9px;
        border: solid #00b23b;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .custom-switch,
    #main-wrapper .home_form_section .webform-submission-home-career-form .custom-switch,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .custom-switch {
        margin: 30px 0 30px 5px
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .custom-switch .custom-control-label::before,
    #main-wrapper .home_form_section .webform-submission-home-career-form .custom-switch .custom-control-label::before,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .custom-switch .custom-control-label::before {
        left: -2.5rem;
        border-radius: unset
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .custom-switch .custom-control-label::after,
    #main-wrapper .home_form_section .webform-submission-home-career-form .custom-switch .custom-control-label::after,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .custom-switch .custom-control-label::after {
        background-color: transparent
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .custom-switch a,
    #main-wrapper .home_form_section .webform-submission-home-career-form .custom-switch a,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .custom-switch a {
        color: #00b23b
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .custom-switch a:hover,
    #main-wrapper .home_form_section .webform-submission-home-career-form .custom-switch a:hover,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .custom-switch a:hover {
        text-decoration: underline
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .custom-control-label::before,
    #main-wrapper .home_form_section .webform-submission-home-career-form .custom-control-label::before,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .custom-control-label::before {
        position: absolute;
        top: .25rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form label[for^=edit-privacy-text].custom-control-label.checked::before,
    #main-wrapper .home_form_section .webform-submission-home-career-form label[for^=edit-privacy-text].custom-control-label.checked::before,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form label[for^=edit-privacy-text].custom-control-label.checked::before {
        border-color: #adb5bd !important;
        background-color: unset !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form label[for^=edit-captcha-response],
    #main-wrapper .home_form_section .webform-submission-home-career-form label[for^=edit-captcha-response],
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form label[for^=edit-captcha-response] {
        display: none
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form input[id^=edit-captcha-response],
    #main-wrapper .home_form_section .webform-submission-home-career-form input[id^=edit-captcha-response],
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form input[id^=edit-captcha-response] {
        width: 50% !important;
        margin-top: unset
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .description.text-muted,
    #main-wrapper .home_form_section .webform-submission-home-career-form .description.text-muted,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .description.text-muted {
        display: none
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .input-group,
    #main-wrapper .home_form_section .webform-submission-home-career-form .input-group,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .input-group {
        width: 60%
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .btn-primary,
    #main-wrapper .home_form_section .webform-submission-home-career-form .btn-primary,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .btn-primary {
        color: #fff;
        border: 1px solid #00b23b;
        color: #fff;
        text-align: center;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        border-radius: 5px;
        background: linear-gradient(0deg, #00b23b 0, #00b23b 100%);
        width: 130px;
        height: 51px;
        flex-shrink: 0;
        text-transform: uppercase;
        font-family: "League Spartan Regular";
        box-shadow: unset !important;
        margin-top: 30px;
        padding-left: 0
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .btn-primary:hover,
    #main-wrapper .home_form_section .webform-submission-home-career-form .btn-primary:hover,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .btn-primary:hover {
        border: 1px solid #00b23b;
        color: #00b23b;
        background: #fff
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .btn-primary::after,
    #main-wrapper .home_form_section .webform-submission-home-career-form .btn-primary::after,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .btn-primary::after {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 32px;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .btn-primary:hover::after,
    #main-wrapper .home_form_section .webform-submission-home-career-form .btn-primary:hover::after,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .btn-primary:hover::after {
        background-image: url(/themes/custom/bootstrap_xoriant/images/hover-section-icon.svg)
    }
    #main-wrapper .home_form_section .desktop-tab .tablinks {
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        border-bottom: unset;
        color: #9c9c9c;
        text-align: center;
        font-size: 20px;
        font-family: "Mona Sans Regular";
        line-height: 48px;
        letter-spacing: -.2px;
        text-transform: capitalize;
        padding: 0;
        margin-right: 45px;
        padding-bottom: 13px
    }
    #main-wrapper .home_form_section .desktop-tab .tablinks:not(.active):hover {
        color: #00b23b
    }
    #main-wrapper .home_form_section .desktop-tab .tablinks.active {
        border-bottom: 3px solid #00b23b !important;
        color: #000;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: -.2px
    }
    #main-wrapper .home_form_section .desktop-tab .tablinks:focus {
        outline: unset
    }
    #main-wrapper .home_form_section .form-section-title {
        color: #000;
        font-size: 42px;
         font-family: "Poppins";
        line-height: 48px;
        letter-spacing: -.42px;
        text-transform: capitalize;
        margin-bottom: 25px
    }
    #main-wrapper .home_form_section .custom-control-label {
        color: #000;
        text-align: center;
 font-family: "Poppins";        font-size: 17px;
        border: unset !important
    }
    #main-wrapper .home_form_section .custom-control-label a {
        color: #000;
        text-align: center;
 font-family: "Poppins";        font-size: 17px
    }
    #main-wrapper .home_form_section .col-md-6 {
        padding: 70px 50px 110px 50px
    }
    #main-wrapper .home_form_section .col-md-6 img[alt=vector_black_1] {
        position: absolute;
        top: 18%;
        flex-shrink: 0;
        width: 90.95px;
        height: 47.65px;
        flex-shrink: 0;
        left: 70%
    }
    #main-wrapper .home_form_section #question_wrapper_2 {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6.questions {
        position: relative;
        background-color: #00b23b;
        display: flex;
        justify-content: center;
        align-items: center
    }
    #main-wrapper .home_form_section .col-md-6.questions .question-heading {
        position: absolute;
        top: 10%;
        color: #fff;
        font-size: 40px;
         font-family: "Poppins";
        line-height: 40px;
        left: 11%
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-1 {
        position: absolute;
        top: 0;
        width: 230px;
        height: 500px;
        flex-shrink: 0;
        right: 40px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-2 {
        position: absolute;
        top: 0;
        width: 230px;
        height: 500px;
        flex-shrink: 0;
        right: 40px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-3 {
        position: absolute;
        top: 0;
        width: 160px;
        height: 500px;
        flex-shrink: 0;
        right: 110px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-4 {
        position: absolute;
        top: 48.5%;
        width: 100px;
        height: 200px;
        flex-shrink: 0;
        right: 170px
    }
    #main-wrapper .home_form_section .col-md-6.questions .ajax-progress.ajax-progress-throbber {
        display: none !important
    }
    #main-wrapper .home_form_section .col-md-6.questions #edit-question-2--wrapper,
    #main-wrapper .home_form_section .col-md-6.questions #edit-question-3--wrapper {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6.questions img.left-arrow,
    #main-wrapper .home_form_section .col-md-6.questions img.right-arrow {
        width: 7px !important;
        height: 12px !important;
        position: absolute !important;
        top: 35% !important;
        right: -15px
    }
    #main-wrapper .home_form_section .col-md-6.questions fieldset .fieldset-legend,
    #main-wrapper .home_form_section .col-md-6.questions .my-form-ajax-wrapper {
        margin-top: 0;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 19px;
         font-family: "Poppins";
;
        line-height: 40px
    }
    #main-wrapper .home_form_section .col-md-6.questions .my-form-ajax-wrapper {
        margin-bottom: 100px
    }
    #main-wrapper .home_form_section .col-md-6.questions .radio {
        display: flex;
        gap: 20px;
        top: 50px;
        width: 110%
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-label {
        color: #fff;
        font-size: 13px;
         font-family: "Poppins";
        line-height: 40px;
        border: 0;
        background-color: transparent
    }
    #main-wrapper .home_form_section .col-md-6.questions fieldset.form-group {
        margin-bottom: 0
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-label::before {
        background-color: unset;
        border: unset
    }
    #main-wrapper .home_form_section .col-md-6.questions img.left-arrow {
        right: unset;
        left: -15px
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-input:not(:disabled):active~.custom-control-label::before {
        color: unset;
        background-color: unset;
        border-color: unset
    }
    #main-wrapper .home_form_section .col-md-6.questions img[alt=vector_white_1] {
        position: absolute;
        top: 0;
        flex-shrink: 0;
        width: 90.95px;
        height: 47.65px;
        flex-shrink: 0
    }
    #main-wrapper .home_form_section .col-md-6.questions img[alt=vector_white_2] {
        position: absolute;
        top: 85%;
        flex-shrink: 0;
        width: 90.95px;
        height: 47.65px;
        flex-shrink: 0;
        left: 11%
    }
    #main-wrapper .home_form_section .col-md-6.questions form {
        position: relative;
        top: 75%;
        left: 100%;
        transform: translate(-100%, 50%);
        transition: all .75s;
        font-size: 24px;
        width: 100%;
        height: 300px
    }
    #main-wrapper .home_form_section .col-md-6.questions form p {
        margin-top: 0;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 30px;
         font-family: "Poppins";
;
        font-weight: 600;
        line-height: 40px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-4,
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-2,
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-3 {
        transition: all .75s
    }
    #main-wrapper .home_form_section .zoomed:hover img.question-img-4 {
        top: 0;
        right: -10px;
        width: 80px;
        height: 150px
    }
    #main-wrapper .home_form_section .zoomed:hover img.question-img-2 {
        top: 16%;
        width: 160px;
        height: 400px;
        right: 130px
    }
    #main-wrapper .home_form_section .zoomed:hover img.question-img-3 {
        width: 230px;
        height: 500px;
        right: 40px
    }
    #main-wrapper .home_form_section .zoomed:hover form * {
        transform: scale(1.03) !important
    }
    #main-wrapper #a-links-section {
        display: flex;
        -moz-column-gap: 45px;
        column-gap: 45px
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-subsection-overlay {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
        z-index: 0
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-subsection-title {
        color: #fff;
        font-size: 24px;
 font-family: "Poppins";        line-height: 26px;
        letter-spacing: normal;
        text-transform: capitalize;
        margin: 0 0 30px 0;
        z-index: 1
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container {
        row-gap: 20px;
        z-index: 1
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title {
        display: block;
        color: #fff;
        font-size: 13px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title:hover {
        text-decoration: underline
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-title-green {
        color: #00b23b;
        font-size: 14px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-arrow {
        margin: auto 0 auto 5px
    }
    #main-wrapper #keeping-updated {
        margin: 35px auto
    }
    #main-wrapper #keeping-updated .keeping-updated-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    #main-wrapper #keeping-updated .keeping-updated-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    #main-wrapper #keeping-updated .tab-buttons {
        display: flex;
        gap: 50px;
        padding-left: 0
    }
    #main-wrapper #keeping-updated .tab-buttons .tab-button {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        border: 0;
        list-style: none;
        padding-bottom: 10px;
        cursor: pointer
    }
    #main-wrapper #keeping-updated .tab-buttons .tab-button.active {
        border-bottom: 5px solid #00b23b !important;
        border-radius: 5px
    }
    #main-wrapper #keeping-updated .tab-pane {
        display: none
    }
    #main-wrapper #keeping-updated .tab-pane.active {
        display: block
    }
    #main-wrapper #keeping-updated .view-content {
        display: initial
    }
    #main-wrapper #keeping-updated .view-content .row {
        display: flex;
        justify-content:center;
        margin: 0
    }
    #main-wrapper #keeping-updated .view-content .row-1,
    #main-wrapper #keeping-updated .view-content .row-2 {
        width: 286px
    }
    #main-wrapper #keeping-updated .view-content .row-1 .resource-image img,
    #main-wrapper #keeping-updated .view-content .row-2 .resource-image img {
        height: 206px;
        width: auto
    }
    #main-wrapper #keeping-updated .view-content .row-1 .resource-title,
    #main-wrapper #keeping-updated .view-content .row-2 .resource-title {
        min-height: 51px
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row {
        position: relative;
        width: 100%;
        background: #f2f2f2;
        height: 100%;
        border-radius: 8px
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row:hover img {
        transform: scale(1.05) !important
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text {
        width: 100%;
        padding: 0 20px
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text .resource-cat {
        color: #00af4b;
        font-size: 12px;
        line-height: 22px;
        text-decoration-line: underline;
        font-family: "Poppins";
        width: 100%;
        margin-top: 10px
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text .resource-title a {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-shrink: 0;
        color: #000;
        font-size: 16px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: .3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text .resource-link {
        margin: 20px 0
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text .resource-link a {
        color: #000;
        font-size: 12px;
         font-family: "Poppins";

    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text .resource-link i {
        height: 10px;
        color: #000;
        font-weight: 700
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text .resource-link:hover i {
        color: #00b23b;
        margin-left: 5px;
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-text .resource-link:hover a {
        color: #00b23b
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-image {
        position: relative;
        margin: 0;
        overflow: hidden;
        border-radius: 8px 8px 0 0
    }
    #main-wrapper #keeping-updated .view-content .resource-content-row .resource-image img {
        width: 100%;
        max-width: 100%;
        transition: all .75s;
        display: block;
        transform: scale(1);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 85% center;
        object-position: 85% center
    }
    #main-wrapper #keeping-updated .view-content .row-3 {
        width: 386px
    }
    #main-wrapper #keeping-updated .view-content .row-3 .resource-content-row {
        display: flex;
        justify-content: space-between;
        margin: 0;
        flex-direction: row !important;
        background-color: #f2f2f2 !important
    }
    #main-wrapper #keeping-updated .view-content .row-3 .resource-content-row .resource-image {
        border-radius: 8px 0 0 8px !important
    }
    #main-wrapper #keeping-updated .view-content .row-3 .resource-content-row .resource-image img {
        height: 182px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 191px
    }
    #main-wrapper #keeping-updated .view-content .row-3 .resource-content-row .resource-text {
        width: 201px
    }
    #main-wrapper #keeping-updated .view-content .row-3 .resource-content-row .resource-text .resource-cat {
        padding-top: 25px
    }
    #main-wrapper #keeping-updated .view-content .row-3 .resource-content-row .resource-text .resource-link {
        margin: 20px 0
    }
    #main-wrapper #keeping-updated .view-content .row-3 .resource-content-row .resource-text .resource-title {
        margin-bottom: 0 !important
    }
    #main-wrapper .home_page_resources_section {
        width: 1000px;
        margin: 0 auto
    }
    #main-wrapper .home_page_resources_section .title {
        color: #000;
        font-size: 50px;
         font-family: "Poppins";
        line-height: 33px;
        letter-spacing: -.5px;
        text-transform: capitalize
    }
    #main-wrapper .home_page_resources_section .subtitle {
        color: #000;
        font-size: 27px;
         font-family: "Poppins";
;
        line-height: 50px
    }
    #main-wrapper .home_page_resources_section .form-row {
        flex-direction: column;
        margin-top: 20px
    }
    #main-wrapper .home_page_resources_section .form-row fieldset .custom-control-label {
        margin-right: 10px;
        padding: 8px 14px;
        background-color: transparent;
        border: 0;
        border-radius: 4px;
        cursor: pointer;
        color: #888;
        text-align: center;
        font-size: 12px;
        border-radius: 20px;
        border: 1px solid #888;
        font-family: "League Spartan Regular";
        line-height: normal
    }
    #main-wrapper .home_page_resources_section .form-row fieldset label[for^=edit-field-content-target-id]:before,
    #main-wrapper .home_page_resources_section .form-row fieldset label[for^=edit-field-content-target-id]:after,
    #main-wrapper .home_page_resources_section .form-row fieldset label[for^=edit-field-blog-category-target-id]:before,
    #main-wrapper .home_page_resources_section .form-row fieldset label[for^=edit-field-blog-category-target-id]:after {
        display: none
    }
    #main-wrapper .home_page_resources_section .form-row fieldset .form-radios.form--inline {
        display: flex
    }
    #main-wrapper .home_page_resources_section .form-row fieldset .custom-control {
        padding-left: 0 !important
    }
    #main-wrapper .home_page_resources_section .form-row fieldset input.form-radio:checked~label.custom-control-label,
    #main-wrapper .home_page_resources_section .form-row fieldset .checked {
        background: #00b23b !important;
        color: #fff !important
    }
    #main-wrapper .home_page_resources_section .resource-content-row {
        position: relative;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        background: #f2f2f2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
        height: 100%;
        border-radius: 8px;
        overflow: hidden
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text {
        width: 100%;
        padding: 0 20px
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-cat {
        color: #00af4b;
        font-size: 13px;
        line-height: 22px;
        text-decoration-line: underline;
         font-family: "Poppins";
;
        width: 100%;
        margin-top: 10px
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-title {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-shrink: 0;
        color: black;
        font-size: 18px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: .3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-short {
        margin: 0 0 20px 0;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000;
 font-family: "Poppins";        font-size: 12px;
        line-height: 20px
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-link {
        margin: 20px 0
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-link a {
        color: black;
        font-size: 13px;
        font-family: "Mona Sans Extra Bold"
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-link a:hover {
        text-decoration: underline;
        color: #00b23b
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-link a:hover i {
        color: #00b23b;
        margin-left: 5px;
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s
    }
    #main-wrapper .home_page_resources_section .resource-content-row .resource-text .resource-link i {
        color: #00af4b;
        height: 10px;
        color: #000;
        font-weight: 700
    }
    #main-wrapper .home_page_resources_section .resource-content-row img {
        height: auto;
        aspect-ratio: 4/3;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: transform 1s
    }
    #main-wrapper .home_page_resources_section .resource-content-row img:hover {
        transform: scale(1.03)
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #main-wrapper .home_form_section #business {
        display: block
    }
    #main-wrapper .home_form_section #career,
    #main-wrapper .home_form_section #else {
        display: none
    }
    #main-wrapper .home_form_section .desktop-tab .tablinks {
        margin-right: 42.5px !important;
        font-size: 19px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-1 {
        position: absolute;
        top: 0;
        width: 200px;
        height: 500px;
        flex-shrink: 0;
        left: 10px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-2 {
        position: absolute;
        top: 0;
        width: 200px;
        height: 500px;
        flex-shrink: 0;
        left: 10px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-3 {
        position: absolute;
        top: 0;
        width: 130px;
        height: 500px;
        flex-shrink: 0;
        right: 90px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-4 {
        position: absolute;
        top: 48.5%;
        width: 100px;
        height: 200px;
        flex-shrink: 0;
        right: 120px
    }
    #main-wrapper .home_form_section .col-md-6.questions form {
        top: 65%
    }
    #main-wrapper .home_form_section .col-md-6.questions button[id^=edit-no] {
        margin-right: 0 !important
    }
    #main-wrapper .home_form_section .col-md-6.questions button[id^=edit-yes] {
        margin-left: 0 !important
    }
    #main-wrapper .home_form_section .col-md-6.questions .radio {
        gap: 0
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-label {
        font-size: 11px !important;
        line-height: 15px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.right-arrow,
    #main-wrapper .home_form_section .col-md-6.questions img.left-arrow {
        width: 5px !important;
        height: 10px !important;
        top: 17% !important
    }
    #main-wrapper .home_form_section .zoomed:hover img.question-img-1 {
        position: absolute;
        top: 0;
        width: 200px;
        height: 500px;
        flex-shrink: 0;
        left: 10px
    }
    #main-wrapper .home_form_section .zoomed:hover img.question-img-2 {
        position: absolute;
        top: 0;
        width: 200px;
        height: 500px;
        flex-shrink: 0;
        left: 10px
    }
    #main-wrapper .home_form_section .zoomed:hover img.question-img-3 {
        position: absolute;
        top: 0;
        width: 130px;
        height: 500px;
        flex-shrink: 0;
        right: 90px
    }
    #main-wrapper .home_form_section .zoomed:hover img.question-img-4 {
        position: absolute;
        top: 48.5%;
        width: 100px;
        height: 200px;
        flex-shrink: 0;
        right: 120px
    }
    #main-wrapper .home_form_section .zoomed:hover form * {
        transform: none !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-career-form textarea,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form textarea {
        width: 85% !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-business-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-career-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper] fieldset input {
        width: 75% !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form strong.error,
    #main-wrapper .home_form_section .webform-submission-home-business-form label.error,
    #main-wrapper .home_form_section .webform-submission-home-business-form .invalid-feedback,
    #main-wrapper .home_form_section .webform-submission-home-career-form strong.error,
    #main-wrapper .home_form_section .webform-submission-home-career-form label.error,
    #main-wrapper .home_form_section .webform-submission-home-career-form .invalid-feedback,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form strong.error,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form label.error,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .invalid-feedback {
        margin-bottom: unset !important;
        font-size: 11.5px !important
    }
    #main-wrapper .home_form_section .webform-submission-home-business-form .form-item-captcha-response .invalid-feedback,
    #main-wrapper .home_form_section .webform-submission-home-career-form .form-item-captcha-response .invalid-feedback,
    #main-wrapper .home_form_section .webform-submission-home-everything-else-form .form-item-captcha-response .invalid-feedback {
        margin-top: 20px !important
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper .home_page_resources_section {
        margin: 20px 30px 60px 30px
    }
    #main-wrapper .home_page_resources_section hr.resources_line.mobile,
    #main-wrapper .home_page_resources_section button.collapsible-resources.mobile,
    #main-wrapper .home_page_resources_section button.collapsible-tag.mobile {
        display: none
    }
    #main-wrapper .home_page_resources_section hr.resources_line.mobile:nth-of-type(1),
    #main-wrapper .home_page_resources_section button.displayed-resources,
    #main-wrapper .home_page_resources_section button.displayed-tag {
        display: block !important
    }
    #main-wrapper .home_page_resources_section .resources_line {
        background-color: #b8b8b8 !important;
        width: 100%;
        margin: auto
    }
    #main-wrapper .home_page_resources_section .resources_button {
        display: none
    }
    #main-wrapper .home_page_resources_section button#floating-button-left {
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #00b23b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        font-size: 0;
        line-height: 0;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        top: 25%
    }
    #main-wrapper .home_page_resources_section button#floating-button-left::before {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/white-arrow-thin.png);
        transform: rotate(180deg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px
    }
    #main-wrapper .home_page_resources_section .collapsible-tag,
    #main-wrapper .home_page_resources_section .collapsible-resources {
        background-color: transparent;
        color: #00b23b;
        cursor: pointer;
        padding: 20px 5px;
        width: 100%;
        border: 0;
        text-align: left;
        outline: 0;
        font-size: 18px
    }
    #main-wrapper .home_page_resources_section fieldset[id^=edit-field-content-target-id-] {
        display: block
    }
    #main-wrapper .home_page_resources_section fieldset[id^=edit-field-blog-category-target-id-] {
        display: block
    }
    #main-wrapper .home_page_resources_section .collapsible-resources .right {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        float: right;
        display: none;
        color: #000;
        font-size: 23px
    }
    #main-wrapper .home_page_resources_section .arrow {
        border: solid black;
        border-width: 0 2px 2px 0;
        margin-top: 5px;
        padding: 5px
    }
    #main-wrapper .home_page_resources_section .collapsible-resources .down {
        color: #000;
        font-size: 23px;
        float: right
    }
    #main-wrapper .home_page_resources_section .collapsible-tag .right {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        float: right;
        display: none;
        color: #000;
        font-size: 23px
    }
    #main-wrapper .home_page_resources_section .collapsible-tag .down {
        color: #000;
        font-size: 23px;
        float: right
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row {
        position: relative;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        background: #f2f2f2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
        height: 100%;
        border-radius: 8px
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text {
        width: 100%;
        padding: 0 20px
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text .resource-cat {
        color: #00af4b;
        font-size: 13px;
        line-height: 40px;
        text-decoration-line: underline;
         font-family: "Poppins";
;
        width: 100%
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text .resource-title {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        flex-shrink: 0;
        color: black;
        font-size: 18px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: .3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 20px
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text .resource-short {
        margin: 0 0 20px 0;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000;
 font-family: "Poppins";        font-size: 12px;
        line-height: 20px
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text .resource-link {
        margin-bottom: 30px
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text .resource-link a {
        color: black;
        font-size: 13px;
        font-family: "Mona Sans Extra Bold"
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text .resource-link a:hover {
        text-decoration: underline
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row .resource-text .resource-link i {
        color: #00af4b;
        height: 10px;
        color: #00b23b;
        font-weight: 700
    }
    #main-wrapper .home_page_resources_section .row .resource-content-row img {
        height: auto;
        aspect-ratio: 16/9;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px 8px 0 0
    }
    #main-wrapper .home_page_resources_section .title {
        color: #000;
        font-size: 28px;
         font-family: "Poppins";
        line-height: 30px;
        letter-spacing: -.5px;
        text-transform: capitalize
    }
    #main-wrapper .home_page_resources_section .subtitle {
        color: #000;
        font-size: 20px;
         font-family: "Poppins";
;
        line-height: 40px
    }
    #main-wrapper .home_page_resources_section .form-row {
        flex-direction: column
    }
    #main-wrapper .home_page_resources_section .form-row fieldset .custom-control {
        padding-left: 0 !important
    }
    #main-wrapper .home_page_resources_section .form-row fieldset input.form-radio:checked~label.custom-control-label,
    #main-wrapper .home_page_resources_section .form-row fieldset .checked {
        background: #00b23b !important;
        color: #fff !important
    }
    #main-wrapper .home_page_resources_section .form-row fieldset .custom-control-label {
        margin-right: 10px;
        padding: 7px 14px;
        background-color: transparent;
        border: 0;
        border-radius: 4px;
        cursor: pointer;
        color: #888;
        text-align: center;
        font-size: 14px;
        border-radius: 20px;
        border: 1px solid #888;
        font-family: "League Spartan Regular";
        line-height: normal
    }
    #main-wrapper .home_page_resources_section label[for^=edit-field-content-target-id]:before {
        display: none
    }
    #main-wrapper .home_page_resources_section label[for^=edit-field-content-target-id]:after {
        display: none
    }
    #main-wrapper .home_page_resources_section label[for^=edit-field-blog-category-target-id]:before {
        display: none
    }
    #main-wrapper .home_page_resources_section label[for^=edit-field-blog-category-target-id]:after {
        display: none
    }
    #main-wrapper .home_page_resources_section fieldset .form--inline {
        display: flex;
        flex-wrap: wrap
    }
    #main-wrapper .home_page_resources_section fieldset .js-form-item {
        margin-bottom: 10px
    }
    #main-wrapper .home_page_resources_section fieldset .js-form-item:nth-child(3n) {
        margin-right: 0
    }
    #main-wrapper .home_page_resources_section fieldset .js-form-item:nth-child(2n) {
        margin-right: 0
    }
    #main-wrapper .home_page_resources_section .js-form-item.js-form-type-radio.radio.custom-control.custom-radio.js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id:first-child {
        margin: 0
    }
    #main-wrapper #a-links-section {
        display: flex;
        flex-direction: column;
        margin: 0 10px;
        row-gap: 25px
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-subsection-overlay {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
        z-index: 0
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-subsection-title {
        color: #fff;
        font-size: 24px;
 font-family: "Poppins";        line-height: 26px;
        letter-spacing: normal;
        text-transform: capitalize;
        margin: 50px 0 20px 0;
        z-index: 1
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container {
        row-gap: 15px;
        z-index: 1;
        margin-left: -15px;
        margin-right: -15px
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title {
        display: block;
        color: #fff;
        font-size: 11px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title:hover {
        text-decoration: underline
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-title-green {
        color: #00b23b;
        font-size: 12px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    #main-wrapper #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-arrow {
        margin: auto 0 auto 5px
    }
    #main-wrapper .high-green {
         font-family: "Poppins";
        font-size: 17px;
        line-height: 16px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        display: block
    }
    #main-wrapper #frameworks-section .framework-title,
    #main-wrapper .frameworks.common .framework-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #frameworks-section .framework-title,
    #main-wrapper .frameworks.common .framework-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container {
        width: 100%;
        margin: 0
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(1),
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(5),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(1),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(5) {
        background-color: #00a161 !important
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(2),
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(6),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(2),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(6) {
        background-color: #00affb !important
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(3),
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(7),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(3),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(7) {
        background-color: #172d67 !important
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(4),
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container>div:nth-of-type(8),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(4),
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container>div:nth-of-type(8) {
        background-color: #2e73ea !important
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .frameworks-carousel-item,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item {
        height: auto;
        border-radius: 8px;
        margin: 10px 0;
        background-size: 100% 100% !important;
        width: 100%
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box {
        padding: 25px;
        color: #fff;
        display: block
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box h4.f-name,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box h4.f-name {
         font-family: "Poppins";
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .06em;
        text-align: left;
        word-wrap: break-word
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-desc,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-desc {
        font-family: "Mona Sans Regular";
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-desc p,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-desc p {
        text-align: left;
        margin: 0
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-link span,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-link span {
        cursor: pointer;
        color: #fff;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 35px
    }
    #main-wrapper #frameworks-section .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-link span img,
    #main-wrapper .frameworks.common .view-content.row .frameworks-carousel-container .frameworks-carousel-item .box .f-link span img {
        display: unset;
        margin-left: 5px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(332deg) brightness(96%) contrast(112%)
    }
    #main-wrapper #success-stories-carousel-section {
        width: 100%;
        border-radius: 10px;
        overflow: hidden
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container {
        width: 100%;
        position: relative
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 480px;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column-reverse
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        width: 100%;
        height: auto;
        padding: 20px 65px 65px 20px;
        background-color: #f2f2f2;
        border-radius: 0 0 8px 8px
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body {
        text-align: left
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        color: #000;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 15px;
        letter-spacing: -.44px;
        text-align: left;
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
        height: 55%
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 85% center;
        object-position: 85% center;
        border-radius: 8px 8px 0 0
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style-type: none;
        padding: 0 0 0 13px;
        margin: 0;
        bottom: 20px;
        width: 100%
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #ccc;
        background-color: transparent
    }
    #main-wrapper #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    #main-wrapper .home_form_section {
        overflow-x: clip
    }
    #main-wrapper .home_form_section .field--name-field-get-started-title p {
        color: #000;
         font-family: "Poppins";
;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -.8px;
        margin-top: 50px;
        text-align: left
    }
    #main-wrapper .home_form_section .field--name-field-get-started-subtitle p {
        color: #000;
        font-family: "League Spartan Regular";
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -.66px;
        text-align: left
    }
    #main-wrapper .home_form_section #business {
        display: block
    }
    #main-wrapper .home_form_section #career,
    #main-wrapper .home_form_section #else {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6.questions {
        position: relative;
        background-color: #00b23b;
        height: 410px
    }
    #main-wrapper .home_form_section .col-md-6.questions img[alt=vector_white_1] {
        position: relative;
        top: 0;
        flex-shrink: 0;
        width: 90.95px;
        height: 47.65px;
        flex-shrink: 0;
        left: 70%
    }
    #main-wrapper .home_form_section .col-md-6.questions img[alt=vector_white_2] {
        position: absolute !important;
        top: 90% !important;
        flex-shrink: 0;
        width: 90.95px !important;
        height: 47.65px !important;
        flex-shrink: 0;
        left: 11%
    }
    #main-wrapper .home_form_section .col-md-6.questions .question-heading {
        position: relative;
        color: #fff;
        font-size: 30px;
         font-family: "Poppins";
        line-height: 30px;
        left: 4%;
        top: 0
    }
    #main-wrapper .home_form_section .col-md-6.questions img.question-img-1 {
        position: relative;
        top: 6%;
        width: 150px;
        height: 270px;
        flex-shrink: 0;
        right: 25px
    }
    #main-wrapper .home_form_section .col-md-6.questions form.question {
        position: relative;
        -webkit-transform: translate(-20%, 50%);
        margin: 0 auto;
        width: 150%;
        left: 0;
        right: 0
    }
    #main-wrapper .home_form_section .col-md-6.questions fieldset .fieldset-legend {
        color: #fff;
         font-family: "Poppins";
;
        font-size: 13px
    }
    #main-wrapper .home_form_section .col-md-6.questions .my-form-ajax-wrapper {
        -webkit-transform: translate(-1%, 130%);
        margin-bottom: 75px;
        color: #fff;
         font-family: "Poppins";
;
        font-size: 13px
    }
    #main-wrapper .home_form_section .col-md-6.questions .radio {
        display: flex;
        top: 20px
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-label {
        color: #fff;
        font-size: 10.2px;
         font-family: "Poppins";
        border: 0;
        background-color: transparent;
        left: -20%;
        margin: 0 auto
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-label a:hover {
        text-decoration: underline
    }
    #main-wrapper .home_form_section .col-md-6.questions img.left-arrow {
        margin-right: 4px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.right-arrow {
        margin-left: 4px
    }
    #main-wrapper .home_form_section .col-md-6.questions img.left-arrow,
    #main-wrapper .home_form_section .col-md-6.questions img.right-arrow {
        width: 4px !important;
        height: 8px !important;
        position: unset
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-input:not(:disabled):active~.custom-control-label::before {
        color: unset;
        background-color: unset;
        border-color: unset
    }
    #main-wrapper .home_form_section .col-md-6.questions .custom-control-label::before {
        background-color: unset;
        border: unset
    }
    #main-wrapper .home_form_section .col-md-6.questions .ajax-progress.ajax-progress-throbber {
        display: none !important
    }
    #main-wrapper .home_form_section .col-md-6.questions #edit-question-2--wrapper,
    #main-wrapper .home_form_section .col-md-6.questions #edit-question-3--wrapper {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6 img[alt=vector_black_1] {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6 .form-section-title {
        color: #000;
        font-size: 40px;
         font-family: "Poppins";
        line-height: 48px;
        letter-spacing: -.42px;
        text-transform: capitalize;
        margin: 50px 0 25px
    }
    #main-wrapper .home_form_section .col-md-6 .desktop-tab {
        display: flex;
        justify-content: space-between
    }
    #main-wrapper .home_form_section .col-md-6 .desktop-tab .tablinks {
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        border-bottom: unset;
        color: #9c9c9c;
        text-align: center;
        font-size: 19px;
        font-family: "Mona Sans Regular";
        line-height: 48px;
        letter-spacing: -.2px;
        text-transform: capitalize;
        padding-bottom: 5px;
        padding-right: 0;
        padding-left: 0
    }
    #main-wrapper .home_form_section .col-md-6 .desktop-tab .tablinks.active {
        border-bottom: 3px solid #00b23b !important;
        color: #000;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: -.2px
    }
    #main-wrapper .home_form_section .col-md-6 .desktop-tab .tablinks:focus {
        outline: unset
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form {
        margin-top: 20px;
        margin-bottom: 80px
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form textarea,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form textarea,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form textarea {
        font-family: "Mona Sans Regular"
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form fieldset label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form fieldset label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form fieldset label:not(.custom-control-label):not(.error) {
        position: absolute;
        top: unset;
        pointer-events: none;
        transition: transform 1s ease;
        display: block;
        width: 40px;
        height: 20px;
        font-family: "Mona Sans Regular"
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form fieldset label:not(.custom-control-label):not(.error):after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form fieldset label:not(.custom-control-label):not(.error):after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form fieldset label:not(.custom-control-label):not(.error):after {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form fieldset label[for^=edit-we-are-looking-for],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form fieldset label[for^=edit-we-are-looking-for],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form fieldset label[for^=edit-we-are-looking-for] {
        display: none !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .form-item-captcha-response label:not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .form-item-captcha-response label:not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .form-item-captcha-response label:not(.error) {
        display: none !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .form-item-message,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .form-item-message,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .form-item-message {
        display: block
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form fieldset:focus-within label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form fieldset:focus-within label:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form fieldset:focus-within label:not(.custom-control-label):not(.error) {
        transform: translateY(-60%);
        font-size: 12px;
        color: #00b23b
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form label.has-value:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form label.has-value:not(.custom-control-label):not(.error),
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form label.has-value:not(.custom-control-label):not(.error) {
        transform: translateY(-60%) !important;
        font-size: 12px !important;
        color: #00b23b !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .invalid-feedback,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .invalid-feedback,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .invalid-feedback {
        display: block;
        color: red;
        font-size: 14px;
        font-family: "Mona Sans Regular";
        height: auto
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-select-message-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-select-message-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-name-email-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-select-message-wrapper] fieldset input {
        width: 100% !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        margin-bottom: 15px;
        padding: .3em .4em .3em .5em !important;
        border-bottom: 1px solid #b8b8b8 !important;
        transition: 1s ease all;
        margin: 0
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-name-email-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-company-phone-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-select-message-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-name-email-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-company-phone-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-select-message-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-name-email-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper] fieldset input:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-select-message-wrapper] fieldset input:focus-within {
        border-bottom: 1px solid #00b23b !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .webform-section-wrapper,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .webform-section-wrapper,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .webform-section-wrapper {
        padding: 10px 0
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .input-group .field-prefix.input-group-text,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .input-group .field-prefix.input-group-text,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .input-group .field-prefix.input-group-text {
        color: #fff;
        background-color: #000;
        border-radius: 5px 0 0 5px !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .input-group input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .input-group input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .input-group input {
        border-radius: 0 5px 5px 0 !important;
        border: .5px solid #d9d9d9 !important;
        background: #fff !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form strong.error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form label.error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form strong.error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form label.error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form strong.error,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form label.error {
        height: auto;
        font-weight: normal;
        color: red;
        font-size: 14px;
        display: block;
        font-family: "Mona Sans Regular"
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-company-phone-wrapper] fieldset input,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper] fieldset input {
        margin-bottom: 0 !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-company-phone-wrapper],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form div[id^=edit-name-email-wrapper],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form fieldset.js-form-item-phone,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-company-phone-wrapper],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form div[id^=edit-name-email-wrapper],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form fieldset.js-form-item-phone,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-company-phone-wrapper],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form div[id^=edit-name-email-wrapper],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form fieldset.js-form-item-phone {
        margin-bottom: 0 !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form fieldset.js-form-item-company-name,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form fieldset.js-form-item-company-name,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form fieldset.js-form-item-company-name {
        margin-top: 1rem
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .invalid-feedback em.placeholder,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .invalid-feedback em.placeholder,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .invalid-feedback em.placeholder {
        font-family: "Mona Sans Regular";
        font-style: normal !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form textarea,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form textarea,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form textarea {
        width: 102% !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        height: 115px;
        resize: none;
        border-bottom: 1px solid #b8b8b8 !important;
        transition: 1s ease all
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form textarea:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form textarea:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form textarea:focus-within {
        border-bottom: 1px solid #00b23b !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form select,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form select,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form select {
        width: 102% !important;
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        resize: none;
        border-bottom: 1px solid #b8b8b8 !important;
        transition: 1s ease all;
        padding-left: 0 !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form select:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form select:focus-within,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form select:focus-within {
        border-bottom: 1px solid #00b23b !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form [id^=edit-phone]:focus,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form [id^=edit-phone]:focus,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form [id^=edit-phone]:focus {
        border-color: #b8b8b8;
        border: 1px solid #b8b8b8
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form [id^=edit-phone],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form [id^=edit-phone],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form [id^=edit-phone] {
        border-color: #b8b8b8
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-control-label.checked::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-control-label.checked::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-control-label.checked::after {
        content: "";
        position: absolute;
        top: 3px;
        width: 5px;
        height: 9px;
        border: solid #00b23b;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-switch,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-switch,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-switch {
        margin: 30px 0 30px 5px
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-switch .custom-control-label::before,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-switch .custom-control-label::before,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-switch .custom-control-label::before {
        left: -2.5rem;
        border-radius: unset
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-switch .custom-control-label::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-switch .custom-control-label::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-switch .custom-control-label::after {
        background-color: transparent
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-switch a,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-switch a,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-switch a {
        color: #00b23b !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-switch a:hover,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-switch a:hover,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-switch a:hover {
        text-decoration: underline
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-control-label::before,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-control-label::before,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-control-label::before {
        position: absolute;
        top: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-control-label,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-control-label,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-control-label {
        color: #000;
        text-align: center;
 font-family: "Poppins";        font-size: 13.9px;
        border: unset
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-control-label a,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-control-label a,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-control-label a {
        color: #000;
        text-align: center;
 font-family: "Poppins";        font-size: 13.9px
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .custom-control-label a:hover,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .custom-control-label a:hover,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .custom-control-label a:hover {
        text-decoration: underline
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form label[for^=edit-privacy-text].custom-control-label.checked::before,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form label[for^=edit-privacy-text].custom-control-label.checked::before,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form label[for^=edit-privacy-text].custom-control-label.checked::before {
        border-color: #adb5bd !important;
        background-color: unset !important
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form label[for^=edit-captcha-response],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form label[for^=edit-captcha-response],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form label[for^=edit-captcha-response] {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form input[id^=edit-captcha-response],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form input[id^=edit-captcha-response],
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form input[id^=edit-captcha-response] {
        width: 50% !important;
        margin-top: unset
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .description.text-muted,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .description.text-muted,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .description.text-muted {
        display: none
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .input-group,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .input-group,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .input-group {
        width: 60%
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .btn-primary,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .btn-primary:hover,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .btn-primary:focus,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .btn-primary,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .btn-primary:hover,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .btn-primary:focus,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .btn-primary,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .btn-primary:hover,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .btn-primary:focus {
        color: #fff;
        background-color: #0079c0;
        border-color: #00b23b;
        color: #fff;
        text-align: center;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        border-radius: 5px;
        background: linear-gradient(0deg, #00b23b 0, #00b23b 100%);
        width: 130px;
        height: 51px;
        flex-shrink: 0;
        text-transform: uppercase;
        font-family: "League Spartan Regular";
        box-shadow: unset !important;
        padding-left: 0
    }
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .btn-primary::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .btn-primary:hover::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-business-form .btn-primary:focus::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .btn-primary::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .btn-primary:hover::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-career-form .btn-primary:focus::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .btn-primary::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .btn-primary:hover::after,
    #main-wrapper .home_form_section .col-md-6 .webform-submission-home-everything-else-form .btn-primary:focus::after {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/triangle-arrow-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 32px;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute
    }
    #main-wrapper #keeping-updated .keeping-updated-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    #main-wrapper #keeping-updated .keeping-updated-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    #main-wrapper #keeping-updated .tab-buttons {
        display: flex;
        gap: 50px;
        padding-left: 0
    }
    #main-wrapper #keeping-updated .tab-buttons .tab-button {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        border: 0;
        list-style: none;
        padding-bottom: 10px;
        cursor: pointer
    }
    #main-wrapper #keeping-updated .tab-buttons .tab-button.active {
        border-bottom: 5px solid #00b23b !important;
        border-radius: 5px
    }
    #main-wrapper #keeping-updated .tab-pane {
        display: none
    }
    #main-wrapper #keeping-updated .tab-pane.active {
        display: block
    }
    #main-wrapper #keeping-updated .row-1,
    #main-wrapper #keeping-updated .row-2,
    #main-wrapper #keeping-updated .row-3 {
        margin: 0;
        padding: 0
    }
    #main-wrapper #keeping-updated .row-1 img,
    #main-wrapper #keeping-updated .row-2 img,
    #main-wrapper #keeping-updated .row-3 img {
        width: 100%;
        height: auto
    }
    #main-wrapper #keeping-updated .row-1,
    #main-wrapper #keeping-updated .row-2,
    #main-wrapper #keeping-updated .row-3 .row {
        margin-bottom: 1.5rem !important;
        background: #f2f2f2;
        border-radius: 8px
    }
    #main-wrapper #keeping-updated .row-1 img,
    #main-wrapper #keeping-updated .row-2 img,
    #main-wrapper #keeping-updated .row-3 .row img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0
    }
    #main-wrapper #keeping-updated .row-1 .resource-text,
    #main-wrapper #keeping-updated .row-2 .resource-text,
    #main-wrapper #keeping-updated .row-3 .row .resource-text {
        padding: 20px
    }
    #main-wrapper #keeping-updated .row-1 .resource-text .resource-cat,
    #main-wrapper #keeping-updated .row-2 .resource-text .resource-cat,
    #main-wrapper #keeping-updated .row-3 .row .resource-text .resource-cat {
 font-family: "Poppins";        font-size: 10px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: .3px;
        text-align: left;
        color: #00b23b;
        text-decoration: underline
    }
    #main-wrapper #keeping-updated .row-1 .resource-text .resource-title a,
    #main-wrapper #keeping-updated .row-2 .resource-text .resource-title a,
    #main-wrapper #keeping-updated .row-3 .row .resource-text .resource-title a {
         font-family: "Poppins";
;
        font-size: 18px;
        line-height: 19px;
        letter-spacing: .3px;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
    #main-wrapper #keeping-updated .row-1 .resource-text .resource-link a,
    #main-wrapper #keeping-updated .row-2 .resource-text .resource-link a,
    #main-wrapper #keeping-updated .row-3 .row .resource-text .resource-link a {
 font-family: "Poppins";        font-size: 13px;
        font-weight: 700;
        line-height: 13px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: inline
    }
    #main-wrapper #keeping-updated .row-1 .resource-text .resource-link a i,
    #main-wrapper #keeping-updated .row-2 .resource-text .resource-link a i,
    #main-wrapper #keeping-updated .row-3 .row .resource-text .resource-link a i {
        color: #00b23b
    }
}

#main-wrapper #testimonials-section {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative
}

#main-wrapper #testimonials-section .testimonials-title-box .testimonials-subtitle {
    color: #00b23b;
     font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0
}

#main-wrapper #testimonials-section .testimonials-title-box .testimonials-title {
    color: #000;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -.8px;
    margin: 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section {
    margin: 60px 0 0 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-quote-image {
    width: 50px;
    height: auto
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container {
    width: 100%;
    position: relative;
    margin: 20px 0 0 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-body p {
    color: #444;
     font-family: "Poppins";
;
    font-size: 25px;
    font-style: italic;
    line-height: 35px;
    letter-spacing: -.72px;
    margin: 0 50px 20px 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box {
    width: 100%;
    display: flex;
    align-items: center
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-image-box {
    width: 12%
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-image-box .testimonial-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box {
    width: 88%;
    display: flex;
    flex-direction: column
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-name {
    color: #000;
     font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    line-height: 35px;
    letter-spacing: -.9px;
    margin: 0 0 10px 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-designation {
    color: #000;
    font-family: "League Spartan Regular";
    font-size: 22px;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev {
    position: absolute;
    top: -50px;
    right: 60px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev::before {
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-black.svg);
    transform: rotate(0deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 25px;
    display: block
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev:hover::before {
    width: 40px;
    height: 25px;
    transform: rotate(180deg);
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-green.svg)
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: 0
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next::before {
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-black.svg);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 25px;
    display: block
}

#main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next:hover::before {
    width: 40px;
    height: 25px;
    transform: rotate(0deg);
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-green.svg)
}

#main-wrapper #faq-section {
    max-width: 988px;
    margin: 0 auto;
    padding: 100px 0;
    padding-bottom: 100px !important;
    position: relative
}

#main-wrapper #faq-section .faq-title-box .faq-title {
    color: #000;
    font-family: "Poppins" !important;
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    letter-spacing: -.8px;
    margin: 0;
    text-align: left
}

#main-wrapper #faq-section .faq-title-box .faq-title p {
    text-align: start
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container {
    margin: 10px 0 -150px 0
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box {
    border-top: 2px solid #dedede;
    position: relative;
    padding: 20px 0
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-button {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30px;
    right: 30px
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-button img {
    height: 25px;
    width: 25px;
    transition: filter 1s ease
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-button:hover img {
    filter: invert(31%) sepia(99%) saturate(1719%) hue-rotate(125deg) brightness(106%) contrast(101%);
    transition: filter 1s ease
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-question {
    width: 65%;
    color: #000;
     font-family: "Poppins";
;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    transition: color 1s ease
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-answer-box {
    margin: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height, visibility, opacity 1s ease;
    color: #000;
    font-family: "Mona Sans Regular";
    font-size: 16px;
    line-height: 20px
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-answer-box .faq-answer {
    color: #000;
    font-family: "Mona Sans Regular";
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box:last-child {
    border-bottom: 2px solid #dedede
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box:first-child {
    border-top: 2px solid #00b23b
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box.expand-faq-accordion .faq-accordion-content-box .faq-question {
    color: #00b23b;
    transition: color 1s ease
}

#main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box.expand-faq-accordion .faq-accordion-content-box .faq-answer-box {
    margin: 25px 0 0 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: height, visibility, opacity 1s ease
}

#main-wrapper .award_block .recognition-cta {
    display: block;
    font-size: 16px;
     font-family: "Poppins";
;
    line-height: normal;
    letter-spacing: normal;
    color: #00b23b;
    margin: 0
}

#main-wrapper .award_block .recognition-cta img {
    display: inline-block;
    height: 14px;
    width: auto;
    margin: 0 0 0 5px;
    transform: translate(0, 0);
    transition: transform 1s ease
}

#main-wrapper .award_block .recognition-cta:hover img {
    transform: translate(10px, 0);
    transition: transform 1s ease
}

@media only screen and (max-width:1025px) {
    #main-wrapper #testimonials-section {
        max-width: 988px;
        padding: 60px 0
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section {
        margin: 30px 0 0 0
    }
    #main-wrapper #faq-section {
        padding: 60px 0;
        padding-bottom: 60px !important
    }
}

@media only screen and (max-width:898px) {
    #main-wrapper #testimonials-section {
        max-width: 100%;
        margin: 0 30px
    }
    #main-wrapper #testimonials-section .testimonials-title-box .testimonials-subtitle {
        font-size: 17px;
        letter-spacing: -.5px;
        margin-bottom: -10px
    }
    #main-wrapper #testimonials-section .testimonials-title-box .testimonials-subtitle p {
        text-align: left
    }
    #main-wrapper #testimonials-section .testimonials-title-box .testimonials-title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    #main-wrapper #testimonials-section .testimonials-title-box .testimonials-title p {
        text-align: left
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section {
        position: relative;
        margin: 60px 0 0 0
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-quote-image {
        position: absolute;
        top: 120px;
        left: 0
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container {
        margin: 0
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box {
        display: flex;
        flex-direction: column-reverse
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-body p {
        text-align: left;
        margin: 0 20px 20px 0
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box {
        margin: 0 0 100px 0
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-image-box {
        width: 35%
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box {
        width: 65%
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-name {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.9px;
        margin: 0 0 5px 0
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-designation {
        font-size: 18px
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev {
        bottom: -20px;
        left: 0;
        top: unset;
        right: unset;
        height: -moz-fit-content;
        height: fit-content
    }
    #main-wrapper #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next {
        bottom: -20px;
        left: 60px;
        top: unset;
        right: unset;
        height: -moz-fit-content;
        height: fit-content
    }
    #main-wrapper #faq-section {
        max-width: 100%;
        margin: 0 30px
    }
    #main-wrapper #faq-section .faq-title-box .faq-title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    #main-wrapper #faq-section .faq-title-box .faq-title p {
        text-align: start
    }
    #main-wrapper #faq-section #faq-accordion-section .faq-accordion-container {
        margin: 25px 0 0 0
    }
    #main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box {
        padding: 25px 0
    }
    #main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-question {
        font-size: 18px;
        line-height: 20px
    }
    #main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-answer-box .faq-answer {
        text-align: left
    }
    #main-wrapper #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box.expand-faq-accordion .faq-accordion-content-box .faq-answer-box {
        margin: 10px 0 0 0
    }
}

.page-node-1813 #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs,
.page-node-8950 #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs,
.page-node-1814 #main-wrapper #main .section #block-bootstrap-xoriant-breadcrumbs {
    display: none !important
}

.toast-wrapper {
    display: none
}

#contact-us-mobile,
#contact-us-desktop {
    padding: 0
}

#contact-us-mobile h1,
#contact-us-mobile h2,
#contact-us-mobile h3,
#contact-us-mobile h4,
#contact-us-mobile h5,
#contact-us-mobile h6,
#contact-us-mobile span,
#contact-us-mobile div,
#contact-us-mobile li,
#contact-us-mobile a,
#contact-us-mobile ul,
#contact-us-desktop h1,
#contact-us-desktop h2,
#contact-us-desktop h3,
#contact-us-desktop h4,
#contact-us-desktop h5,
#contact-us-desktop h6,
#contact-us-desktop span,
#contact-us-desktop div,
#contact-us-desktop li,
#contact-us-desktop a,
#contact-us-desktop ul {
    font-family: "Poppins";
}

#contact-us-mobile label[for=edit-message],
#contact-us-desktop label[for=edit-message] {
    display: none
}

#contact-us-mobile .loc,
#contact-us-desktop .loc {
    color: #444449;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 28px
}

#contact-us-mobile .loc p,
#contact-us-desktop .loc p {
    letter-spacing: 0;
    line-height: 34px;
    font-size: 14px
}

#contact-us-mobile .loc a,
#contact-us-desktop .loc a {
    color: #06a362;
    font-weight: bold
}

#contact-us-mobile .locate,
#contact-us-desktop .locate {
    color: #444449 !important;
    font-weight: initial !important;
    position: relative;
    padding-left: 25px
}

#contact-us-mobile .locate::after,
#contact-us-desktop .locate::after {
    position: absolute;
    content: "";
    background-image: url(/sites/default/files/icons/pin.png);
    height: 20px;
    width: 20px;
    left: 0;
    background-size: 100%;
    top: -1px
}

#contact-us-mobile .captcha fieldset input,
#contact-us-desktop .captcha fieldset input {
    border-radius: 0;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5
}

#contact-us-mobile .captcha a,
#contact-us-desktop .captcha a {
    color: #0079c0;
    font-size: 14px;
    display: block;
    margin: 10px 0
}

#contact-us-mobile .breadcrumb-item+.breadcrumb-item::before,
#contact-us-desktop .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#contact-us-mobile #block-webformblockforcontactuspage .field--name-field-webform-heading,
#contact-us-desktop #block-webformblockforcontactuspage .field--name-field-webform-heading {
    font-size: 22px;
    text-align: center;
    font-family: "Poppins";
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px
}

#contact-us-mobile .privacy-label-link,
#contact-us-desktop .privacy-label-link {
    color: #00bbf0
}

#contact-us-mobile .footer-links a,
#contact-us-desktop .footer-links a {
    cursor: pointer
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #contact-us-mobile input#edit-captcha-response,
    #contact-us-desktop input#edit-captcha-response {
        width: 35% !important
    }
    #contact-us-mobile .input-group,
    #contact-us-desktop .input-group {
        width: 200%
    }
}

@media only screen and (min-width:898px) {
    #contact-us-mobile input#edit-captcha-response,
    #contact-us-desktop input#edit-captcha-response {
        width: 55%
    }
    #contact-us-mobile .input-group,
    #contact-us-desktop .input-group {
        width: 200%
    }
}

@media only screen and (max-width:641px) {
    #contact-us-mobile input#edit-captcha-response,
    #contact-us-desktop input#edit-captcha-response {
        width: 55% !important
    }
}

@media screen and (min-width:1920px) {
    #contact-us-mobile.container,
    #contact-us-desktop.container {
        max-width: 1440px;
        padding: 20px
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #contact-us-mobile.container,
    #contact-us-desktop.container {
        max-width: 1440px;
        padding: 20px
    }
}

#contact-us-mobile .field__label,
#contact-us-desktop .field__label {
    display: none
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #contact-us-mobile.container,
    #contact-us-desktop.container {
        max-width: 1440px;
        padding: 0
    }
    #contact-us-mobile .six-pack-grid,
    #contact-us-desktop .six-pack-grid {
        padding: 15px 0 !important
    }
    #contact-us-mobile .middle-content .flex,
    #contact-us-desktop .middle-content .flex {
        padding: 20px !important
    }
    #contact-us-mobile .non-asia .flex,
    #contact-us-desktop .non-asia .flex {
        padding-left: 15px !important
    }
    #contact-us-mobile .asia,
    #contact-us-desktop .asia {
        padding: 15px !important
    }
    #contact-us-mobile .title,
    #contact-us-desktop .title {
        padding-left: 15px !important
    }
    #contact-us-mobile .non-asia>div.locations .loc.col1,
    #contact-us-desktop .non-asia>div.locations .loc.col1 {
        margin-bottom: 36px !important;
        padding-left: 15px !important
    }
    #contact-us-mobile .non-asia .europe,
    #contact-us-desktop .non-asia .europe {
        position: absolute;
        top: -58px;
        right: 3% !important
    }
    #contact-us-mobile .non-asia .europe .contCol1,
    #contact-us-desktop .non-asia .europe .contCol1 {
        margin-left: 17px !important
    }
    #contact-us-mobile .flex .na .contCol1,
    #contact-us-desktop .flex .na .contCol1 {
        width: 32% !important
    }
}

@media only screen and (min-width:1024px) and (max-width:1150px) {
    #contact-us-mobile .europe .loc,
    #contact-us-desktop .europe .loc {
        padding: 15px
    }
}

@media only screen and (min-width:1200px) and (max-width:1350px) {
    #contact-us-mobile .non-asia .europe,
    #contact-us-desktop .non-asia .europe {
        position: absolute;
        top: -58px;
        right: 15% !important
    }
}

@media only screen and (min-width:1351px) and (max-width:1440px) {
    #contact-us-mobile .non-asia .europe,
    #contact-us-desktop .non-asia .europe {
        position: absolute;
        top: -58px;
        right: 22% !important
    }
}

#contact-us-mobile .error,
#contact-us-desktop .error {
    display: block;
    font-size: 12px;
    color: red;
    margin-bottom: 0;
    padding-left: 3px;
    text-transform: capitalize
}

#contact-us-mobile #edit-phone-error,
#contact-us-desktop #edit-phone-error {
    position: relative;
    top: -18px
}

#contact-us-mobile button.disable,
#contact-us-desktop button.disable {
    opacity: .7;
    pointer-events: none
}

#contact-us-mobile #block-webformblockforcontactuspage label[for=edit-privacy-text],
#contact-us-desktop #block-webformblockforcontactuspage label[for=edit-privacy-text] {
    margin-bottom: 0
}

#contact-us-mobile label[for=edit-privacy-text].custom-control-label.checked::before,
#contact-us-desktop label[for=edit-privacy-text].custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

#contact-us-mobile label[for=edit-privacy-text].custom-control-label.checked::after,
#contact-us-desktop label[for=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

#contact-us-mobile strong#privacy_text-error,
#contact-us-desktop strong#privacy_text-error {
    position: relative;
    left: -36px
}

#contact-us-mobile .invalid-feedback,
#contact-us-desktop .invalid-feedback {
    display: block;
    font-family: "Poppins";
    font-weight: 700;
    color: red;
    font-style: normal;
    text-transform: capitalize
}

#contact-us-mobile .invalid-feedback .placeholder,
#contact-us-desktop .invalid-feedback .placeholder {
    font-style: normal
}

#contact-us-mobile .form-tel,
#contact-us-desktop .form-tel {
    border: 1px solid #b8b8b8 !important
}

#contact-us-mobile input[type=text],
#contact-us-mobile input[type=tel],
#contact-us-mobile input[type=email],
#contact-us-desktop input[type=text],
#contact-us-desktop input[type=tel],
#contact-us-desktop input[type=email] {
    box-sizing: border-box !important;
    padding: 11px 7px !important;
    border: 1px solid #b8b8b8 !important;
    border-top-color: #999 !important;
    border-radius: 2px !important;
    background: #fcfcfa !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125) !important
}

#contact-us-mobile .webform-confirmation__back,
#contact-us-desktop .webform-confirmation__back {
    -webkit-appearance: none;
    background: #00bbf0;
    color: white;
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center;
    background-color: #3ca562;
    border: 0;
    margin: 0 auto;
    display: block;
    padding: 20px;
    width: 85%
}

@media only screen and (max-width:898px) {
    #contact-us-mobile.desktop,
    #contact-us-mobile .hide,
    #contact-us-mobile p[class^=rectangle],
    #contact-us-desktop.desktop,
    #contact-us-desktop .hide,
    #contact-us-desktop p[class^=rectangle] {
        display: none !important
    }
    #contact-us-mobile .breadcrumb,
    #contact-us-desktop .breadcrumb {
        padding: 0
    }
    #contact-us-mobile .footer-links,
    #contact-us-desktop .footer-links {
        padding: 25px
    }
    #contact-us-mobile .footer-links a,
    #contact-us-desktop .footer-links a {
        display: block;
        position: relative;
        color: inherit;
        font-size: 14px;
        margin: 10px 0
    }
    #contact-us-mobile .footer-links a::after,
    #contact-us-desktop .footer-links a::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        left: -30px;
        top: 0
    }
    #contact-us-mobile .footer-links a.request::after,
    #contact-us-desktop .footer-links a.request::after {
        background-image: url(/sites/default/files/icons/chat.png)
    }
    #contact-us-mobile .footer-links a.info::after,
    #contact-us-desktop .footer-links a.info::after {
        background-image: url(/sites/default/files/icons/email.png)
    }
    #contact-us-mobile .footer-links a.tel::after,
    #contact-us-desktop .footer-links a.tel::after {
        background-image: url(/sites/default/files/icons/call.png)
    }
    #contact-us-mobile.container,
    #contact-us-desktop.container {
        padding: 0 20px;
        max-width: 100%
    }
    #contact-us-mobile .acc .content,
    #contact-us-desktop .acc .content {
        display: none;
        color: #45454a
    }
    #contact-us-mobile .acc .content.show,
    #contact-us-desktop .acc .content.show {
        display: block
    }
    #contact-us-mobile .acc .content.show p,
    #contact-us-desktop .acc .content.show p {
        text-align: start
    }
    #contact-us-mobile .exp h1:after,
    #contact-us-desktop .exp h1:after {
        content: "";
        right: 0 !important;
        top: -8px !important;
        transform: rotate(180deg)
    }
    #contact-us-mobile .contact-us-,
    #contact-us-desktop .contact-us- {
        padding-top: 20px;
        padding-bottom: 20px
    }
    #contact-us-mobile h1.title,
    #contact-us-desktop h1.title {
        font-size: 22px;
        color: #00bbf0;
        font-weight: 500;
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        padding-right: 10px;
        position: relative
    }
    #contact-us-mobile h1.title:after,
    #contact-us-desktop h1.title:after {
        content: "";
        position: absolute;
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/caret-down.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        right: -12px;
        top: 10px
    }
    #contact-us-mobile h2.title,
    #contact-us-desktop h2.title {
        font-size: 22px;
        color: #00bbf0;
        font-weight: 500;
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        padding-right: 10px;
        position: relative
    }
    #contact-us-mobile h2.title:after,
    #contact-us-desktop h2.title:after {
        content: "";
        position: absolute;
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/caret-down.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        right: -12px;
        top: 10px
    }
    #contact-us-mobile h2,
    #contact-us-desktop h2 {
        font-size: 18px;
        font-weight: 500;
        color: #45454a
    }
    #contact-us-mobile #block-breadcrumbs .breadcrumb,
    #contact-us-mobile #block-bootstrap-xoriant-breadcrumbs .breadcrumb,
    #contact-us-desktop #block-breadcrumbs .breadcrumb,
    #contact-us-desktop #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0
    }
    #contact-us-mobile #block-breadcrumbs .breadcrumb li,
    #contact-us-mobile #block-breadcrumbs .breadcrumb a,
    #contact-us-mobile #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #contact-us-mobile #block-bootstrap-xoriant-breadcrumbs .breadcrumb a,
    #contact-us-desktop #block-breadcrumbs .breadcrumb li,
    #contact-us-desktop #block-breadcrumbs .breadcrumb a,
    #contact-us-desktop #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #contact-us-desktop #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #contact-us-mobile h3.title,
    #contact-us-desktop h3.title {
        color: #45454a;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 36px
    }
    #contact-us-mobile #block-webformblockforcontactuspage,
    #contact-us-desktop #block-webformblockforcontactuspage {
        padding: 20px;
        background-color: #424248;
        color: white
    }
    #contact-us-mobile #block-webformblockforcontactuspage h2,
    #contact-us-desktop #block-webformblockforcontactuspage h2 {
        color: white;
        text-align: center;
        text-transform: uppercase
    }
    #contact-us-mobile #block-webformblockforcontactuspage label,
    #contact-us-desktop #block-webformblockforcontactuspage label {
        font-size: 14px
    }
    #contact-us-mobile #block-webformblockforcontactuspage label[for=edit-captcha-response],
    #contact-us-desktop #block-webformblockforcontactuspage label[for=edit-captcha-response] {
        display: none
    }
    #contact-us-mobile #block-webformblockforcontactuspage label[for=edit-privacy-text],
    #contact-us-desktop #block-webformblockforcontactuspage label[for=edit-privacy-text] {
        padding: 0;
        font-size: 14px
    }
    #contact-us-mobile #block-webformblockforcontactuspage #edit-actions-submit,
    #contact-us-desktop #block-webformblockforcontactuspage #edit-actions-submit {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: #3ca562;
        border: 0;
        margin: 0 auto;
        display: block;
        padding: 20px;
        width: 85%
    }
    #contact-us-mobile #block-webformblockforcontactuspage .form-inline,
    #contact-us-mobile #block-webformblockforcontactuspage .form-inline input,
    #contact-us-mobile #block-webformblockforcontactuspage .form-inline .form-group,
    #contact-us-desktop #block-webformblockforcontactuspage .form-inline,
    #contact-us-desktop #block-webformblockforcontactuspage .form-inline input,
    #contact-us-desktop #block-webformblockforcontactuspage .form-inline .form-group {
        width: 100%
    }
    #contact-us-mobile #block-webformblockforcontactuspage .form-required::after,
    #contact-us-desktop #block-webformblockforcontactuspage .form-required::after {
        color: white;
        content: "*";
        background-image: none
    }
    #contact-us-mobile #block-webformblockforcontactuspage fieldset,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset {
        margin-bottom: 20px
    }
    #contact-us-mobile #block-webformblockforcontactuspage fieldset input,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset input {
        margin-top: 0;
        border-radius: 0;
        height: 41px;
        font-family: "Poppins";
        font-size: 14px
    }
    #contact-us-mobile #block-webformblockforcontactuspage fieldset textarea,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset textarea {
        margin-top: 0;
        border-radius: 0;
        height: 100px;
        font-family: "Poppins";
        font-size: 14px
    }
    #contact-us-mobile #block-webformblockforcontactuspage fieldset input::-moz-placeholder,
    #contact-us-mobile #block-webformblockforcontactuspage fieldset textarea::-moz-placeholder,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset input::-moz-placeholder,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset textarea::-moz-placeholder {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #contact-us-mobile #block-webformblockforcontactuspage fieldset input::placeholder,
    #contact-us-mobile #block-webformblockforcontactuspage fieldset textarea::placeholder,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset input::placeholder,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset textarea::placeholder {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #contact-us-mobile #block-webformblockforcontactuspage fieldset input:focus,
    #contact-us-desktop #block-webformblockforcontactuspage fieldset input:focus {
        box-shadow: none
    }
    #contact-us-mobile #block-webformblockforcontactuspage .custom-switch.js-form-item-privacy-text,
    #contact-us-desktop #block-webformblockforcontactuspage .custom-switch.js-form-item-privacy-text {
        margin-bottom: 20px
    }
    #contact-us-mobile #block-webformblockforcontactuspage .captcha,
    #contact-us-desktop #block-webformblockforcontactuspage .captcha {
        margin-bottom: 20px
    }
    #contact-us-mobile .asia,
    #contact-us-mobile .non-asia,
    #contact-us-desktop .asia,
    #contact-us-desktop .non-asia {
        padding: 10px 20px
    }
    #contact-us-mobile .locations,
    #contact-us-desktop .locations {
        margin-top: 20px
    }
}

@media only screen and (min-width:898px) {
    #contact-us-mobile,
    #contact-us-desktop {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 0 !important
    }
    #contact-us-mobile .europe .loc,
    #contact-us-desktop .europe .loc {
        display: inline-block;
        width: 25%
    }
    #contact-us-mobile .europe .loc.contCol2,
    #contact-us-desktop .europe .loc.contCol2 {
        padding-left: 15px
    }
    #contact-us-mobile.mobile,
    #contact-us-desktop.mobile {
        display: none !important
    }
    #contact-us-mobile h3.title,
    #contact-us-desktop h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 30px 0 19px 0
    }
    #contact-us-mobile .hide,
    #contact-us-desktop .hide {
        display: none !important
    }
    #contact-us-mobile #block-breadcrumbs .breadcrumb,
    #contact-us-mobile #block-bootstrap-xoriant-breadcrumbs .breadcrumb,
    #contact-us-desktop #block-breadcrumbs .breadcrumb,
    #contact-us-desktop #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 15px 0;
        margin-left: 0
    }
    #contact-us-mobile #block-breadcrumbs .breadcrumb li,
    #contact-us-mobile #block-breadcrumbs .breadcrumb a,
    #contact-us-mobile #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #contact-us-mobile #block-bootstrap-xoriant-breadcrumbs .breadcrumb a,
    #contact-us-desktop #block-breadcrumbs .breadcrumb li,
    #contact-us-desktop #block-breadcrumbs .breadcrumb a,
    #contact-us-desktop #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #contact-us-desktop #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #contact-us-mobile .title,
    #contact-us-desktop .title {
        color: #00bbf0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: bold;
        margin: 15px 0
    }
    #contact-us-mobile h2,
    #contact-us-desktop h2 {
        color: #444449;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        padding: 10px 0;
        margin: 0;
        height: 41px
    }
    #contact-us-mobile .non-asia,
    #contact-us-desktop .non-asia {
        position: relative
    }
    #contact-us-mobile .non-asia>div,
    #contact-us-desktop .non-asia>div {
        display: inline-block;
        vertical-align: top
    }
    #contact-us-mobile .non-asia>div.locations,
    #contact-us-desktop .non-asia>div.locations {
        width: 65%
    }
    #contact-us-mobile .non-asia>div.locations .loc.col1,
    #contact-us-desktop .non-asia>div.locations .loc.col1 {
        margin-bottom: 36px
    }
    #contact-us-mobile .non-asia>div.contact-us-form,
    #contact-us-desktop .non-asia>div.contact-us-form {
        width: 34%;
        background-color: #424248;
        color: white;
        padding: 20px 25px
    }
    #contact-us-mobile .non-asia>div.contact-us-form h2,
    #contact-us-desktop .non-asia>div.contact-us-form h2 {
        color: white;
        text-align: center;
        text-transform: uppercase
    }
    #contact-us-mobile .non-asia>div.contact-us-form label,
    #contact-us-desktop .non-asia>div.contact-us-form label {
        font-size: 14px
    }
    #contact-us-mobile .non-asia>div.contact-us-form #edit-actions-submit,
    #contact-us-desktop .non-asia>div.contact-us-form #edit-actions-submit {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: #3ca562;
        border: 0;
        margin: 0 auto;
        display: block;
        padding: 20px;
        width: 85%
    }
    #contact-us-mobile .non-asia>div.contact-us-form .form-inline,
    #contact-us-mobile .non-asia>div.contact-us-form .form-inline input,
    #contact-us-mobile .non-asia>div.contact-us-form .form-inline .form-group,
    #contact-us-desktop .non-asia>div.contact-us-form .form-inline,
    #contact-us-desktop .non-asia>div.contact-us-form .form-inline input,
    #contact-us-desktop .non-asia>div.contact-us-form .form-inline .form-group {
        width: 100%
    }
    #contact-us-mobile .non-asia>div.contact-us-form .form-required::after,
    #contact-us-desktop .non-asia>div.contact-us-form .form-required::after {
        color: white;
        content: "*";
        background-image: none
    }
    #contact-us-mobile .non-asia>div.contact-us-form fieldset,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset {
        margin-bottom: 20px
    }
    #contact-us-mobile .non-asia>div.contact-us-form fieldset input,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset input {
        margin-top: 0;
        border-radius: 0;
        height: 41px;
        font-family: "Poppins";
        font-size: 14px
    }
    #contact-us-mobile .non-asia>div.contact-us-form fieldset textarea,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset textarea {
        margin-top: 0;
        border-radius: 0;
        height: 100px;
        font-family: "Poppins";
        font-size: 14px
    }
    #contact-us-mobile .non-asia>div.contact-us-form fieldset input::-moz-placeholder,
    #contact-us-mobile .non-asia>div.contact-us-form fieldset textarea::-moz-placeholder,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset input::-moz-placeholder,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset textarea::-moz-placeholder {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #contact-us-mobile .non-asia>div.contact-us-form fieldset input::placeholder,
    #contact-us-mobile .non-asia>div.contact-us-form fieldset textarea::placeholder,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset input::placeholder,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset textarea::placeholder {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #contact-us-mobile .non-asia>div.contact-us-form fieldset input:focus,
    #contact-us-desktop .non-asia>div.contact-us-form fieldset input:focus {
        box-shadow: none
    }
    #contact-us-mobile .non-asia>div.contact-us-form .custom-switch.js-form-item-privacy-text,
    #contact-us-desktop .non-asia>div.contact-us-form .custom-switch.js-form-item-privacy-text {
        margin-bottom: 20px
    }
    #contact-us-mobile .non-asia>div.contact-us-form .custom-switch.js-form-item-privacy-text label[for=edit-privacy-text],
    #contact-us-desktop .non-asia>div.contact-us-form .custom-switch.js-form-item-privacy-text label[for=edit-privacy-text] {
        padding: 0;
        font-size: 14px;
        margin-bottom: 0
    }
    #contact-us-mobile .non-asia>div.contact-us-form .captcha,
    #contact-us-desktop .non-asia>div.contact-us-form .captcha {
        margin-bottom: 20px
    }
    #contact-us-mobile .non-asia>div.contact-us-form .captcha label,
    #contact-us-desktop .non-asia>div.contact-us-form .captcha label {
        font-size: 14px;
        font-family: Roboto
    }
    #contact-us-mobile .non-asia>div.contact-us-form .captcha>fieldset,
    #contact-us-desktop .non-asia>div.contact-us-form .captcha>fieldset {
        display: inline-block;
        width: 44% !important;
        vertical-align: top;
        margin-left: 15px
    }
    #contact-us-mobile .non-asia>div.contact-us-form .captcha>fieldset label,
    #contact-us-desktop .non-asia>div.contact-us-form .captcha>fieldset label {
        display: none
    }
    #contact-us-mobile .non-asia>div.contact-us-form .captcha img,
    #contact-us-desktop .non-asia>div.contact-us-form .captcha img {
        margin: 0 !important
    }
    #contact-us-mobile .non-asia>div.contact-us-form .captcha small,
    #contact-us-desktop .non-asia>div.contact-us-form .captcha small {
        color: white !important
    }
    #contact-us-mobile .non-asia>div.contact-us-form .captcha .reload-captcha-wrapper,
    #contact-us-desktop .non-asia>div.contact-us-form .captcha .reload-captcha-wrapper {
        text-align: left;
        margin-top: -30px
    }
    #contact-us-mobile .non-asia .flex,
    #contact-us-desktop .non-asia .flex {
        display: flex;
        justify-content: space-between;
        position: relative
    }
    #contact-us-mobile .non-asia .flex .na,
    #contact-us-desktop .non-asia .flex .na {
        display: flex;
        flex-wrap: wrap
    }
    #contact-us-mobile .non-asia .flex .na .contCol1,
    #contact-us-desktop .non-asia .flex .na .contCol1 {
        width: 33%
    }
    #contact-us-mobile .non-asia .europe,
    #contact-us-desktop .non-asia .europe {
        position: absolute;
        top: -58px;
        right: 18% !important
    }
    #contact-us-mobile .asia,
    #contact-us-desktop .asia {
        display: flex;
        flex-wrap: wrap
    }
    #contact-us-mobile .asia .loc,
    #contact-us-desktop .asia .loc {
        padding: 0 15px;
        width: 25%
    }
    #contact-us-mobile .asia .contCol1,
    #contact-us-mobile .asia .contCol5,
    #contact-us-mobile .asia .contCol9,
    #contact-us-desktop .asia .contCol1,
    #contact-us-desktop .asia .contCol5,
    #contact-us-desktop .asia .contCol9 {
        padding-left: 0
    }
    #contact-us-mobile .asia .contCol8,
    #contact-us-mobile .asia .contCol4,
    #contact-us-desktop .asia .contCol8,
    #contact-us-desktop .asia .contCol4 {
        padding-right: 0
    }
    #contact-us-mobile .asia .contCol10,
    #contact-us-desktop .asia .contCol10 {
        padding: 0
    }
    #contact-us-mobile .footer-links,
    #contact-us-desktop .footer-links {
        background-color: #fafafa;
        margin: 0 -100%;
        padding: 25px 100%;
        display: flex;
        justify-content: space-evenly;
        font-size: 18px;
        color: #1a1a1a
    }
    #contact-us-mobile .footer-links a,
    #contact-us-desktop .footer-links a {
        display: block;
        position: relative;
        color: inherit
    }
    #contact-us-mobile .footer-links a::after,
    #contact-us-desktop .footer-links a::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        left: -30px;
        top: 5px
    }
    #contact-us-mobile .footer-links a.request::after,
    #contact-us-desktop .footer-links a.request::after {
        background-image: url(/sites/default/files/icons/chat.png)
    }
    #contact-us-mobile .footer-links a.info::after,
    #contact-us-desktop .footer-links a.info::after {
        background-image: url(/sites/default/files/icons/email.png)
    }
    #contact-us-mobile .footer-links a.tel::after,
    #contact-us-desktop .footer-links a.tel::after {
        background-image: url(/sites/default/files/icons/call.png)
    }
}

@media(min-width:900px) and (max-width:1200px) {
    #contact-us-mobile .flex .na .contCol1,
    #contact-us-desktop .flex .na .contCol1 {
        width: 40% !important
    }
}

#content {
    padding: 0
}

.toast-wrapper {
    display: none
}

#careers-page {
    max-width: 1440px;
    padding: 0;
    margin-bottom: 40px
}

#careers-page .content,
#careers-page .main-content,
#careers-page .container,
#careers-page .main-container {
    padding: 0
}

#careers-page img[alt^=XORIANT-reviews-ambitionbox-1] {
    width: 200px;
    height: 150px !important
}

@media screen and (max-width:991px) {
    #careers-page img[alt^="Untitled design "] {
        width: 150px !important
    }
    #careers-page img[alt^=XORIANT-reviews-ambitionbox-1] {
        width: 150px !important
    }
    #careers-page img[alt^="Commitment to Being A Great Place To Work - Badge"] {
        margin-bottom: 20px
    }
}

@keyframes nodeInserted {
    from {
        opacity: .99
    }
    to {
        opacity: 1
    }
}

#careers-page section#edit-resume div.webform-section-wrapper div {
    animation-duration: .001s;
    animation-name: nodeInserted
}

#careers-page .error.form-item--error-message {
    opacity: .8;
    color: red;
    font-family: "Poppins";
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    padding-top: 4px
}

#careers-page .invalid-feedback {
    display: block;
    font-family: "Poppins";
    font-weight: 700;
    color: red;
    opacity: .8;
    font-style: normal;
    font-weight: 500;
    padding-top: 4px
}

#careers-page .invalid-feedback .placeholder {
    font-style: normal
}

#careers-page textarea,
#careers-page .form-text {
    box-shadow: none !important
}

#careers-page input[type=text],
#careers-page input[type=tel],
#careers-page input[type=email] {
    padding: 11px 7px !important;
    box-shadow: none !important
}

#careers-page label[for=edit-privacy-text-true].custom-control-label.checked::before {
    height: 12px;
    width: 12px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    color: #fff
}

#careers-page label[for=edit-privacy-text-true].custom-control-label.checked::after {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #00bbf0;
    position: absolute;
    top: 6px;
    left: -22px
}

#careers-page .form-textarea-wrapper .invalid-feedback {
    display: block !important
}

#careers-page .toast-wrapper {
    display: none
}

#careers-page .webform-confirmation {
    border: 1px solid #f5f5f5;
    padding: 20px;
    background: #f5f5f5
}

#careers-page .webform-confirmation .webform-confirmation__back {
    height: 43px;
    width: 40%;
    background-color: #00bbf0;
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#careers-page .webform-confirmation .webform-confirmation__back a {
    color: white
}

#careers-page #privacy_text-error {
    position: relative;
    left: -22px
}

#careers-page div[data-drupal-selector=edit-captcha] {
    margin-bottom: 20px
}

#careers-page fieldset.form-item-captcha-response.form-group {
    margin-bottom: 5px
}

#careers-page .view-empty {
    margin-bottom: 50px
}

#careers-page .view-empty::after {
    content: " No results found. Please select different option."
}

#careers-page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#careers-page #block-breadcrumbs,
#careers-page #block-bootstrap-xoriant-breadcrumbs {
    padding-left: 85px;
    margin-bottom: 37px
}

#careers-page #block-breadcrumbs .breadcrumb,
#careers-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
    background: transparent;
    color: #45454a;
    font-family: Roboto-Regular;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 0;
    margin-top: 15px;
    margin-left: 3px
}

#careers-page #block-breadcrumbs .breadcrumb li,
#careers-page #block-breadcrumbs .breadcrumb a,
#careers-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
#careers-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
    color: #45454a !important
}

#careers-page .testimonials-section {
    display: none
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #careers-page .middle-section {
        max-width: 100%;
        padding-left: 80px !important
    }
    #careers-page #block-bootstrap-xoriant-breadcrumbs {
        padding-left: 65px !important
    }
    #careers-page .layout__region.layout__region--content fieldset input {
        width: 263px !important
    }
    #careers-page .layout__region.layout__region--content fieldset textarea {
        width: 263px !important
    }
    #careers-page .field--name-field-choose-file fieldset.form-type-managed-file label {
        width: 263px !important
    }
    #careers-page .radio .js-form-type-radio label {
        width: 240px !important
    }
    #careers-page .views-field.views-field-field-job-title {
        width: 100% !important;
        position: relative !important;
        left: 85px !important;
        bottom: 60px !important
    }
    #careers-page .contact-us-container.col-4 {
        padding-left: 15px !important
    }
    #careers-page button#edit-submit {
        width: 263px !important
    }
    #careers-page .views-field.views-field-field-job-department {
        bottom: 50px !important;
        left: 120px !important;
        position: relative !important
    }
    #careers-page .views-field.views-field-field-job-posted-date {
        bottom: 50px !important;
        left: 120px !important;
        position: relative !important
    }
    #careers-page .views-field.views-field-field-job-location {
        bottom: 50px !important;
        left: 120px !important;
        position: relative !important
    }
    #careers-page .views-field.views-field-field-job-summary {
        margin-top: -15px !important
    }
}

#careers-page .awards-block {
    padding: 25px 0;
    margin: 50px;
    box-shadow: 0 0 10px 5px #e6e6e6
}

#careers-page .awards-block h2 {
    letter-spacing: inherit;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px
}

#careers-page .awards-block .views-element-container {
    padding: 0 65px
}

#careers-page .awards-block .view-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none
}

@media only screen and (max-width:898px) {
    #careers-page .awards-block {
        padding: 25px 0
    }
    #careers-page .awards-block .views-row {
        margin: 10px
    }
    #careers-page .desktop {
        display: none !important
    }
    #careers-page .contact-us-form-mobile {
        margin: 40px 20px 20px 20px !important
    }
    #careers-page .contact-us-form-mobile .contact-us-container.col-4 {
        max-width: 100%
    }
    #careers-page .contact-us-form-mobile .form-heading {
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1;
        margin-bottom: 20px
    }
    #careers-page .contact-us-form-mobile form fieldset {
        margin-bottom: 20px
    }
    #careers-page .contact-us-form-mobile form fieldset input {
        margin-top: 0;
        border-radius: 0;
        height: 41px;
        background-color: #f5f5f5 !important;
        border: 1px solid #f5f5f5 !important;
        font-family: "Poppins";
        font-size: 14px;
        opacity: .8
    }
    #careers-page .contact-us-form-mobile form fieldset textarea::-moz-placeholder,
    #careers-page .contact-us-form-mobile form fieldset input::-moz-placeholder {
        opacity: .5;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #careers-page .contact-us-form-mobile form fieldset textarea::placeholder,
    #careers-page .contact-us-form-mobile form fieldset input::placeholder {
        opacity: .5;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #careers-page .contact-us-form-mobile form fieldset textarea {
        background-color: #f5f5f5 !important;
        border: 1px solid #f5f5f5 !important;
        border-radius: 0;
        font-size: 14px;
        opacity: .8
    }
    #careers-page .contact-us-form-mobile form fieldset input:focus,
    #careers-page .contact-us-form-mobile form fieldset textarea:focus {
        box-shadow: none
    }
    #careers-page .contact-us-form-mobile form fieldset legend {
        display: none
    }
    #careers-page .contact-us-form-mobile form fieldset #edit-privacy-text input {
        opacity: 0
    }
    #careers-page .contact-us-form-mobile form fieldset #edit-privacy-text label.js-form-type-radio {
        opacity: .8;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1
    }
    #careers-page .contact-us-form-mobile form fieldset #edit-privacy-text label {
        display: inline-block;
        padding-left: 0;
        margin-left: 0
    }
    #careers-page .contact-us-form-mobile form fieldset #edit-privacy-text .custom-control-input:checked~.custom-control-label::before {
        height: 12px;
        width: 12px;
        border: 1px solid #b7b7b7;
        background-color: #fff
    }
    #careers-page .contact-us-form-mobile form fieldset #edit-privacy-text .custom-radio .custom-control-input:checked~.custom-control-label::after {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #00bbf0;
        position: absolute;
        top: 6px;
        left: -22px
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset {
        position: relative
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset label {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        font-family: "Poppins";
        padding: 12px 20px 13px 0;
        position: absolute;
        z-index: 1;
        color: #9e9e9e;
        border: 1px solid #d7d7d7;
        border-left: 0;
        background-color: #fff
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset label:before {
        content: "Choose File";
        margin-right: 20px;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        font-family: "Poppins";
        padding: 12px 20px 13px 13px;
        z-index: 1;
        background-color: #f5f5f5;
        border-right: 1px solid #dee2e6
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset div.js-form-managed-file.form-managed-file {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset div.js-form-managed-file.form-managed-file input.js-form-file.form-file.form-control {
        z-index: 0;
        padding-left: 0;
        opacity: 0;
        width: .1px
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset div.js-form-managed-file.form-managed-file span.file {
        font-size: 14px;
        font-family: "Poppins";
        opacity: .8;
        color: #00bbf0
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset div.js-form-managed-file.form-managed-file button[data-drupal-selector=edit-resume-file-remove-button] {
        height: 43px;
        background-color: #00bbf0;
        color: #fff;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1;
        border-radius: 0;
        border: 0
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset div.js-form-managed-file.form-managed-file .messages.messages--error.file-upload-js-error {
        margin-top: 54px;
        opacity: .7;
        color: red;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        padding-left: 5px;
        font-style: normal
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset div.js-form-managed-file.form-managed-file .messages.messages--error.file-upload-js-error em.placeholder {
        font-style: normal
    }
    #careers-page .contact-us-form-mobile form section#edit-resume fieldset div.js-form-managed-file.form-managed-file .ajax-progress {
        position: absolute;
        float: left;
        top: 40px
    }
    #careers-page .contact-us-form-mobile form .captcha label {
        font-size: 14px;
        color: #44464b;
        font-family: "Poppins";
        opacity: .8
    }
    #careers-page .contact-us-form-mobile form .form-actions.webform-actions button {
        height: 43px;
        background-color: #00bbf0;
        color: #fff;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1;
        text-align: center;
        width: 200px;
        border-radius: 0;
        border: 0
    }
    #careers-page img.d-block.w-100.background-img {
        width: 100% !important;
        height: 650px
    }
    #careers-page .testimonial-carousels-icon {
        display: flex;
        justify-content: center
    }
    #careers-page .testimonial-carousels-icon img {
        padding: 3px 5px 3px 6px
    }
    #careers-page .testimonial-carousels-subtext {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 16px
    }
    #careers-page .testimonial-carousels-description {
        display: flex;
        text-align: center;
        justify-content: center;
        color: #fff;
        font-family: Roboto !important;
        font-size: 16px;
        font-weight: 500
    }
    #careers-page .testimonial-carousels-description p {
        line-height: 21px;
        color: white
    }
    #careers-page .row.carousel-content-row {
        display: flex !important;
        flex-direction: column !important
    }
    #careers-page .testimonial-carousels-button {
        margin-top: 15px;
        box-sizing: border-box;
        height: 43px;
        width: 110px;
        display: inline-block;
        text-align: center;
        background: white;
        display: flex;
        align-items: center;
        padding: 10px;
        margin-left: auto;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 12px
    }
    #careers-page .testimonial-carousels-button a {
        color: #44464b;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        text-align: center;
        text-decoration: none
    }
    #careers-page .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px !important;
        margin-left: 0 !important
    }
    #careers-page #block-bootstrap-xoriant-breadcrumbs {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }
    #careers-page .banner-section {
        position: relative;
        text-align: center
    }
    #careers-page .banner-section img {
        height: auto;
        width: 100%
    }
    #careers-page .banner-section .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: none
    }
    #careers-page .banner-section .field--name-field-know-more a,
    #careers-page .banner-section .field--name-field-know-more a:link,
    #careers-page .banner-section .field--name-field-know-more a:visited,
    #careers-page .banner-section .field--name-field-know-more a:hover,
    #careers-page .banner-section .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #careers-page .framework {
        position: relative;
        margin: 20px 0;
        margin-top: 0
    }
    #careers-page .framework img {
        width: 100%;
        height: 100px
    }
    #careers-page .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #careers-page .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #careers-page .framework .field--name-field-demo a,
    #careers-page .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block
    }
    #careers-page .middle-section {
        max-width: 100%
    }
    #careers-page .middle-section .job-dashboard.col-8 {
        display: block;
        flex: unset;
        max-width: 100%
    }
    #careers-page .middle-section .job-dashboard {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
    #careers-page .middle-section fieldset.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-keys.form-item-keys.form-group {
        width: 180px !important
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters {
        margin-bottom: 38px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row {
        padding-left: 5px;
        flex-wrap: nowrap;
        overflow-x: scroll
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row fieldset {
        padding-right: 19px;
        padding-left: 0;
        width: 135px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row fieldset label {
        display: none
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row fieldset .form-select.custom-select {
        border: 1px solid rgba(69, 69, 74, .6);
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        background: #fff url(/themes/custom/bootstrap_xoriant/images/caret-down.png) no-repeat right .2rem center !important
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row fieldset input {
        margin-top: 0;
        border: 1px solid rgba(69, 69, 74, .6);
        border-radius: 0;
        font-size: 14px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row fieldset input::-moz-placeholder {
        font-size: 14px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row fieldset input::placeholder {
        font-size: 14px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row .form-actions.js-form-wrapper.form-group {
        display: none
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row .js-form-type-textfield input:-moz-placeholder-shown {
        background: url(/themes/custom/bootstrap_xoriant/images/icons8-search-18.png) no-repeat right .2rem center !important;
        background-color: #45454a
    }
    #careers-page .middle-section .view-us-job-dashboard .view-filters .form-row .js-form-type-textfield input:placeholder-shown {
        background: url(/themes/custom/bootstrap_xoriant/images/icons8-search-18.png) no-repeat right .2rem center !important;
        background-color: #45454a
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        border-bottom: 1px solid rgba(69, 69, 74, .6);
        margin-bottom: 40px;
        width: 100%
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .field-content {
        font-size: 14px;
        width: 100%;
        margin: 0 auto !important
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .field-content p {
        font-size: 16px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing-1 {
        width: 20%
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-title {
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1;
        width: 80%;
        vertical-align: middle;
        text-align: left;
        padding-top: 10px;
        padding-left: 5px;
        margin-bottom: -10px;
        pointer-events: none
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-title a {
        color: #45454a;
        font-weight: 500;
        line-height: normal;
        letter-spacing: normal;
        padding-left: 3px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-location,
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-created {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: 0;
        margin-top: 9px;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 7px;
        left: 22%;
        position: relative;
        top: -25px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-location .field-content,
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-created .field-content {
        text-align: left;
        margin: 0 !important;
        width: 100%
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-summary {
        text-align: justify;
        margin-top: 20px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 20px;
        letter-spacing: normal;
        padding-right: 10px;
        line-height: normal
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-department :after,
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-location :after {
        content: "|";
        padding-left: 5px;
        padding-right: 5px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing {
        margin-top: 24px;
        margin-bottom: 41px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing .field-content {
        box-sizing: border-box;
        height: 43px;
        border: 1px solid rgba(69, 69, 74, .6);
        padding: 10px 10px
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing .field-content a {
        height: 12px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        text-align: center
    }
    #careers-page .middle-section .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing-1 span {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: inline-block;
        background: #27272a url(/themes/custom/bootstrap_xoriant/images/usjobcareers.png) no-repeat center
    }
    #careers-page .middle-section .view-us-job-dashboard nav {
        display: flex;
        justify-content: center;
        margin-top: -20px
    }
    #careers-page .middle-section .view-us-job-dashboard nav li.page-item {
        display: flex;
        justify-content: center
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li a {
        border: 0;
        height: 12px;
        width: 9px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background: none;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li.page-item.active span {
        background: transparent;
        border: 0;
        height: 12px;
        width: 6px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        border-bottom: 3px solid #00bbf0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 10px;
        margin-right: 10px
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li a[title="Go to previous page"] {
        margin-top: 2px;
        background: url(/themes/custom/bootstrap_xoriant/images/caret_left.png) no-repeat;
        padding-right: 10px
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li a[title="Go to previous page"] span {
        display: none
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/caret_right.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-top: 2px
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li.pager__item--next a span {
        display: none
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li a[title="Go to first page"] {
        display: none
    }
    #careers-page .middle-section .view-us-job-dashboard nav ul li a[title="Go to last page"] {
        display: none
    }
    #careers-page .middle-section .view-us-job-dashboard nav li.page-item[role=presentation] .page-link {
        border: 0;
        padding: 0
    }
    #careers-page .middle-section .contact-us-container {
        padding-left: 45px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .field--name-field-form-heading {
        height: 17px;
        width: 110px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1;
        margin-bottom: 20px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .form-group {
        margin-bottom: 20px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content legend {
        display: none
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset label {
        display: none
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset input {
        border-radius: 0;
        height: 41px;
        width: 286px;
        background-color: #f5f5f5 !important;
        border: 1px solid #f5f5f5 !important;
        margin-top: 0
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset textarea::-moz-placeholder,
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset input::-moz-placeholder {
        height: 14px;
        width: 75px;
        opacity: .5;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset textarea::placeholder,
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset input::placeholder {
        height: 14px;
        width: 75px;
        opacity: .5;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset textarea {
        height: 85px;
        width: 286px;
        background-color: #f5f5f5 !important;
        border: 1px solid #f5f5f5 !important;
        border-radius: 0
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset input:focus,
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content fieldset textarea:focus {
        box-shadow: none
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file {
        width: 286px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file fieldset.form-type-managed-file label {
        width: 286px;
        display: inline-block;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        font-family: "Poppins";
        padding: 14px 20px 15px 0;
        position: absolute;
        top: 325px;
        z-index: 1;
        color: #9e9e9e;
        border: 1px solid #d7d7d7;
        border-left: 0;
        background-color: #fff
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file fieldset.form-type-managed-file label:before {
        content: "Choose File";
        margin-right: 20px;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        font-family: "Poppins";
        padding: 14px 20px 15px 13px;
        z-index: 1;
        background-color: #f5f5f5;
        border-right: 1px solid #dee2e6
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file fieldset.form-type-managed-file div input {
        z-index: 0;
        padding-left: 0;
        opacity: 0;
        width: .1px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file input {
        opacity: .5
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file small {
        display: none
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file details summary {
        display: none
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file details .details-wrapper .table-responsive {
        width: 286px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file details .details-wrapper .table-responsive .tabledrag-toggle-weight-wrapper {
        display: none
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file .js-form-managed-file.form-managed-file {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 286px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file .js-form-managed-file.form-managed-file span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 5px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file .js-form-managed-file.form-managed-file span a {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file .js-form-managed-file.form-managed-file button {
        font-size: 16px;
        font-family: "Poppins";
        background: #00bbf0;
        border-color: #00bbf0;
        border-radius: 0;
        height: 43px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .field--name-field-choose-file .js-form-managed-file.form-managed-file .messages--error.file-upload-js-error {
        margin-top: 54px;
        opacity: .8;
        color: #45454a;
        font-family: "Poppins";
        font-size: 15px;
        letter-spacing: normal;
        line-height: 1
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .fieldset-wrapper .radio .js-form-type-radio label {
        display: inline-block;
        padding-left: 0;
        margin-left: 0
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .fieldset-wrapper .radio .js-form-type-radio {
        width: 246px;
        opacity: .8;
        color: #45454a;
        font-family: "Poppins";
        font-size: 15px;
        letter-spacing: normal;
        line-height: 1
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .fieldset-wrapper .radio .custom-control-input:checked~.custom-control-label::before {
        height: 12px;
        width: 12px;
        border: 1px solid #b7b7b7;
        background-color: #fff
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .layout__region.layout__region--content .fieldset-wrapper .radio .custom-radio .custom-control-input:checked~.custom-control-label::after {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #00bbf0;
        position: absolute;
        top: 6px;
        left: -22px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .captcha {
        width: 286px;
        opacity: .8;
        margin-bottom: 20px
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .captcha fieldset {
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: 1
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .captcha fieldset label {
        color: #45454a;
        font-family: "Poppins";
        font-size: 15px;
        letter-spacing: normal;
        line-height: 1;
        opacity: .8
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .captcha fieldset input {
        border-radius: 0;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .captcha fieldset input:focus {
        box-shadow: none
    }
    #careers-page .middle-section .contact-us-container #block-usaopeningcontactform .content .contact-message-usa-opening-contact-us-form .form-actions.js-form-wrapper.form-group #edit-submit {
        height: 51px;
        width: 286px;
        background-color: #00bbf0;
        color: #fff;
        font-family: "Poppins";
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1;
        text-align: left;
        border-radius: 0;
        border: 0
    }
}

@media only screen and (min-width:1024px) {
    #careers-page .mobile {
        display: none
    }
    #careers-page .banner-section.mobile {
        display: none
    }
    #careers-page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #careers-page .banner-section .field--name-field-banner-image img {
        width: 100%;
        height: auto
    }
    #careers-page .banner-section .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: none
    }
    #careers-page .banner-section .field--name-field-know-more a,
    #careers-page .banner-section .field--name-field-know-more a:link,
    #careers-page .banner-section .field--name-field-know-more a:visited,
    #careers-page .banner-section .field--name-field-know-more a:hover,
    #careers-page .banner-section .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #careers-page .banner-section .field--name-field-know-more a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        line-height: normal;
        text-align: center;
        height: 12px;
        letter-spacing: 0
    }
    #careers-page .banner-section .banner-text {
        font-family: "Poppins";
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin-left: auto;
        margin-right: auto;
        padding-right: 5px;
        padding-left: 5px
    }
    #careers-page .middle-section {
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        margin-right: 0;
        margin-left: 0
    }
    #careers-page .middle-section .job-dashboard {
        padding-left: 0;
        padding-right: 50px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard {
        padding-right: 0
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters {
        margin-bottom: 38px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row {
        padding-left: 5px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row fieldset {
        padding-right: 19px;
        padding-left: 0
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row fieldset label {
        display: none
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row fieldset .form-select.custom-select {
        border: 1px solid rgba(69, 69, 74, .6);
        border-radius: 0;
        width: 155px;
        font-size: 14px;
        background: #fff url(/themes/custom/bootstrap_xoriant/images/caret-down.png) no-repeat right .75rem center !important
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row fieldset input {
        margin-top: 0;
        border: 1px solid rgba(69, 69, 74, .6);
        border-radius: 0;
        font-size: 14px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row fieldset input::-moz-placeholder {
        font-size: 14px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row fieldset input::placeholder {
        font-size: 14px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row .form-actions.js-form-wrapper.form-group {
        display: none
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row .js-form-type-textfield input:-moz-placeholder-shown {
        background: url(/themes/custom/bootstrap_xoriant/images/icons8-search-18.png) no-repeat right .75rem center !important;
        background-color: #45454a
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-filters .form-row .js-form-type-textfield input:placeholder-shown {
        background: url(/themes/custom/bootstrap_xoriant/images/icons8-search-18.png) no-repeat right .75rem center !important;
        background-color: #45454a
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row {
        width: 100%;
        margin-left: 0
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid rgba(69, 69, 74, .6);
        margin-bottom: 40px;
        width: 100%
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-title {
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: normal;
        margin-left: 10px;
        margin-right: 10px;
        width: 40%
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-title a {
        pointer-events: none;
        color: #45454a
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field-created {
        font-size: 14px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-department,
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-location,
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-posted-date {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-location .field-content {
        width: 105px;
        text-align: end
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-summary {
        text-align: justify;
        margin-top: -40px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 20px;
        letter-spacing: normal;
        line-height: normal;
        margin-left: 119px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-department :after,
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-field-job-location :after {
        content: "|";
        padding-left: 5px;
        padding-right: 5px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing {
        margin-left: 124px;
        margin-bottom: 40px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing .field-content {
        box-sizing: border-box;
        height: 43px;
        border: 1px solid rgba(69, 69, 74, .6);
        padding: 10px 10px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing .field-content a {
        height: 12px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard .view-content.row .views-row .views-field.views-field-nothing-1 span {
        height: 85px;
        width: 85px;
        border-radius: 50%;
        display: inline-block;
        background: #27272a url(/themes/custom/bootstrap_xoriant/images/usjobcareers.png) no-repeat center
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav {
        display: flex;
        justify-content: flex-end;
        margin-top: -20px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav li.page-item {
        display: flex;
        justify-content: center
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li a {
        border: 0;
        height: 12px;
        width: 9px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background: none;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li.page-item.active span {
        background: transparent;
        border: 0;
        height: 12px;
        width: 6px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        border-bottom: 3px solid #00bbf0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 10px;
        margin-right: 10px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li a[title="Go to previous page"] {
        margin-top: 2px;
        background: url(/themes/custom/bootstrap_xoriant/images/caret_left.png) no-repeat;
        padding-right: 10px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li a[title="Go to previous page"] span {
        display: none
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/caret_right.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-top: 2px
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li.pager__item--next a span {
        display: none
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li a[title="Go to first page"] {
        display: none
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav ul li a[title="Go to last page"] {
        display: none
    }
    #careers-page .middle-section .job-dashboard .view-us-job-dashboard nav li.page-item[role=presentation] .page-link {
        border: 0;
        padding: 0
    }
    #careers-page .middle-section .contact-us-container {
        padding-left: 50px;
        padding-right: 0
    }
    #careers-page .middle-section .contact-us-container .form-heading {
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 1;
        margin-bottom: 20px
    }
    #careers-page .middle-section .contact-us-container form fieldset {
        margin-bottom: 20px
    }
    #careers-page .middle-section .contact-us-container form fieldset input {
        margin-top: 0;
        border-radius: 0;
        height: 41px;
        background-color: #f5f5f5 !important;
        border: 1px solid #f5f5f5 !important;
        font-family: "Poppins";
        font-size: 14px;
        opacity: .8
    }
    #careers-page .middle-section .contact-us-container form fieldset textarea::-moz-placeholder,
    #careers-page .middle-section .contact-us-container form fieldset input::-moz-placeholder {
        opacity: .5;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #careers-page .middle-section .contact-us-container form fieldset textarea::placeholder,
    #careers-page .middle-section .contact-us-container form fieldset input::placeholder {
        opacity: .5;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal
    }
    #careers-page .middle-section .contact-us-container form fieldset textarea {
        background-color: #f5f5f5 !important;
        border: 1px solid #f5f5f5 !important;
        border-radius: 0;
        font-size: 14px;
        opacity: .8
    }
    #careers-page .middle-section .contact-us-container form fieldset input:focus,
    #careers-page .middle-section .contact-us-container form fieldset textarea:focus {
        box-shadow: none
    }
    #careers-page .middle-section .contact-us-container form fieldset legend {
        display: none
    }
    #careers-page .middle-section .contact-us-container form fieldset #edit-privacy-text input {
        opacity: 0
    }
    #careers-page .middle-section .contact-us-container form fieldset #edit-privacy-text label.js-form-type-radio {
        opacity: .8;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1
    }
    #careers-page .middle-section .contact-us-container form fieldset #edit-privacy-text label {
        display: inline-block;
        padding-left: 0;
        margin-left: 0
    }
    #careers-page .middle-section .contact-us-container form fieldset #edit-privacy-text .custom-control-input:checked~.custom-control-label::before {
        height: 12px;
        width: 12px;
        border: 1px solid #b7b7b7;
        background-color: #fff
    }
    #careers-page .middle-section .contact-us-container form fieldset #edit-privacy-text .custom-radio .custom-control-input:checked~.custom-control-label::after {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #00bbf0;
        position: absolute;
        top: 6px;
        left: -22px
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset {
        position: relative
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset label {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        font-family: "Poppins";
        padding: 12px 20px 13px 0;
        position: absolute;
        z-index: 1;
        color: #9e9e9e;
        border: 1px solid #d7d7d7;
        border-left: 0;
        background-color: #fff
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset label:before {
        content: "Choose File";
        margin-right: 20px;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        font-family: "Poppins";
        padding: 12px 20px 13px 13px;
        z-index: 1;
        background-color: #f5f5f5;
        border-right: 1px solid #dee2e6
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset div.js-form-managed-file.form-managed-file {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset div.js-form-managed-file.form-managed-file input.js-form-file.form-file.form-control {
        z-index: 0;
        padding-left: 0;
        opacity: 0;
        width: .1px
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset div.js-form-managed-file.form-managed-file span.file {
        font-size: 14px;
        font-family: "Poppins";
        opacity: .8;
        color: #00bbf0
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset div.js-form-managed-file.form-managed-file button[data-drupal-selector=edit-resume-file-remove-button] {
        height: 43px;
        background-color: #00bbf0;
        color: #fff;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1;
        border-radius: 0;
        border: 0
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset div.js-form-managed-file.form-managed-file .messages.messages--error.file-upload-js-error {
        margin-top: 54px;
        opacity: .7;
        color: red;
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1;
        padding-left: 5px;
        font-style: normal
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset div.js-form-managed-file.form-managed-file .messages.messages--error.file-upload-js-error em.placeholder {
        font-style: normal
    }
    #careers-page .middle-section .contact-us-container form section#edit-resume fieldset div.js-form-managed-file.form-managed-file .ajax-progress {
        position: absolute;
        float: left;
        top: 40px
    }
    #careers-page .middle-section .contact-us-container form .captcha label {
        font-size: 14px;
        color: #44464b;
        font-family: "Poppins";
        opacity: .8
    }
    #careers-page .middle-section .contact-us-container form .form-actions.webform-actions button {
        height: 43px;
        background-color: #00bbf0;
        color: #fff;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1;
        text-align: left;
        border-radius: 0;
        border: 0
    }
    #careers-page .framework {
        position: relative;
        margin-top: 44px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #careers-page .framework img {
        width: 100%;
        height: 100px
    }
    #careers-page .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%
    }
    #careers-page .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400;
        margin-right: 30px
    }
    #careers-page .framework .field--name-field-request-a-demo {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 13px;
        background-color: #fff
    }
    #careers-page .framework .field--name-field-request-a-demo a {
        color: #00bbf0;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1;
        text-align: centeer
    }
    #careers-page .testimonials-section {
        display: none
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .carousel-caption {
        bottom: 50px
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .carousel.slide {
        width: 100%
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .carousel-item .background-img {
        width: 100%;
        height: 330px
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .testimonial-carousels-icon {
        display: flex;
        justify-content: center
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .testimonial-carousels-icon img {
        padding: 3px 5px 3px 6px
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .testimonial-carousels-subtext {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        text-align: center;
        margin-top: 16px;
        line-height: 1.1
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .testimonial-carousels-description {
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        line-height: 1.1
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .testimonial-carousels-button {
        box-sizing: border-box;
        height: 43px;
        width: 135px;
        border: 1px solid rgba(255, 255, 255, .6)
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 .testimonial-carousels-button a {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        display: flex;
        padding: 9.5px;
        align-items: center;
        justify-content: center;
        text-decoration: none
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 ol.carousel-indicators {
        bottom: 5px
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 ol.carousel-indicators li {
        height: 4px;
        width: 47px;
        background-color: #45454a;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset
    }
    #careers-page .testimonials-section .view.view-testimonials.view-id-testimonials.view-display-id-block_4 ol.carousel-indicators li.active {
        background-color: #00bbf0
    }
}

@media only screen and (min-width:992px) {
    #careers-page .award_block {
        background-color: #f5f6f6;
        padding: 70px
    }
    #careers-page .cvs-dot3 {
        position: relative;
        bottom: -80px;
        left: 1280px;
        margin-top: -90px
    }
    #careers-page .cvs-dot5 {
        position: relative;
        bottom: 80px;
        left: 15px;
        margin-bottom: -130px
    }
    #careers-page .xor_cp_recg {
        width: 988px;
        margin: 0 auto 0 auto;
        position: relative
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog .smal-title-xor-awar-recog,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog .large-title-xor-awar-recog,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        display: none !important
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        width: 988px;
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        background-color: #fff
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner img,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 20px
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        width: 11rem;
        height: 11.5rem;
        background-color: #f5f6f6
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner .attribute-award-recog-image-class-inner,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 11rem;
        height: 11rem;
        background-color: #fff;
        border-radius: 10px
    }
}

@media only screen and (max-width:992px) {
    #careers-page .award_block {
        background-color: #f5f6f6
    }
    #careers-page .xor_cp_recg {
        width: 100%;
        margin: 3rem auto 5rem;
        position: relative;
        padding: 2rem 1rem !important
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content {
        flex-wrap: wrap
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog .smal-title-xor-awar-recog,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog .large-title-xor-awar-recog,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 23px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        display: none !important
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        background-color: #fff;
        flex: 0 0 47%
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner img,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 20px
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        width: 9.3rem;
        height: 9.5rem;
        background-color: #f5f6f6
    }
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_4 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner .attribute-award-recog-image-class-inner,
    #careers-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 9.3rem;
        height: 9.5rem;
        background-color: #fff;
        border-radius: 10px
    }
}

#banking {
    font-family: Roboto
}

#banking h1,
#banking h2,
#banking h3,
#banking h4,
#banking h5,
#banking h6,
#banking span,
#banking div,
#banking li,
#banking a,
#banking ul {
    font-family: "Poppins";
}

#banking .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#banking .field--name-field-banner-text-small {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#banking .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#banking .flip-container:hover .flipper,
#banking .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#banking .flip-container:hover .flipper .back,
#banking .flip-container.hover .flipper .back {
    z-index: 3
}

#banking .flip-container,
#banking .front,
#banking .back {
    width: 100%
}

#banking .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 250px;
    position: relative
}

#banking .front,
#banking .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px
}

#banking .front {
    z-index: 2
}

#banking .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#banking .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#banking .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

#banking .des-block-wrapper {
    padding: 50px 100px;
    margin-bottom: -24px;
    background-color: #f7f7f7
}

#banking .des-block-wrapper .field_item p {
    font-size: 22px
}

#banking .des-block-wrapper ul li {
    font-size: 16px
}

#banking .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#banking .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#banking .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#banking .resource>.grids .images>div h3,
#banking .resource>.grids .images>div p,
#banking .resource>.grids .images>div div {
    text-align: start
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #banking .testimonial-section picture img {
        height: 400px !important
    }
    #banking .testimonial-section .carousel-caption {
        bottom: 60px !important
    }
}

@media screen and (min-width:1920px) {
    #banking.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #banking.container {
        max-width: 1440px;
        padding: 0
    }
}

#banking .field__label {
    display: none
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #banking.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #banking .six-pack-grid {
        padding: 15px 0 !important
    }
    #banking .middle-content .flex {
        padding: 20px !important
    }
    #banking .resource {
        padding: 0 35px 71px !important
    }
    #banking .resource .images>div {
        width: 70% !important
    }
    #banking .testimonial-section .auth {
        padding: 75px !important
    }
    #banking .four-grid {
        padding: 20px !important
    }
    #banking .resource .images>div {
        padding: 50px 15px 30px 15px !important
    }
    #banking ol.breadcrumb {
        margin-left: 25px !important
    }
    #banking .middle-title {
        padding-bottom: 30px !important
    }
}

@media only screen and (max-width:898px) {
    #banking .owl-item {
        border-left: 5px solid #45454a
    }
    #banking .owl-stage {
        padding-left: 10px !important
    }
    #banking .owl-dots {
        display: none
    }
    #banking .field--name-field-field-title-description-ta {
        text-align: center
    }
    #banking .desktop,
    #banking .hide,
    #banking p[class^=rectangle] {
        display: none !important
    }
    #banking.container {
        padding: 0;
        max-width: 100%
    }
    #banking #block-breadcrumbs .breadcrumb,
    #banking #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin: 10px !important
    }
    #banking #block-breadcrumbs .breadcrumb li,
    #banking #block-breadcrumbs .breadcrumb a,
    #banking #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #banking #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #banking h1.seo-title,
    #banking h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 36px
    }
    #banking ol,
    #banking ul,
    #banking dl {
        margin-top: 0;
        margin-bottom: 1rem;
        padding-left: 0;
        margin-left: 28px
    }
    #banking .banner-section {
        position: relative;
        text-align: center
    }
    #banking .banner-section img {
        height: auto;
        width: 100%
    }
    #banking .banner-section .field--name-field-know {
        display: none
    }
    #banking .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
    #banking .button-right {
        display: flex;
        right: 0;
        bottom: 30px;
        padding: 15px 5px;
        font-size: 13px;
        margin: 0 auto;
        left: 0;
        justify-content: center;
        position: absolute
    }
    #banking .button-right .field--name-field-demo a {
        border-right: 1px solid #049ccb
    }
    #banking .flex {
        font-size: 14px
    }
    #banking .flex img {
        width: 100%;
        margin-bottom: 15px
    }
    #banking .flex .field--name-field-title-description {
        margin-top: 10px;
        text-align: center
    }
    #banking .pack-title {
        padding-top: 15px
    }
    #banking .pack-title p {
        margin: 0
    }
    #banking .six-pack-grid {
        text-align: start;
        padding-bottom: 5px;
        margin: 20px 20px 20px 20px
    }
    #banking .six-pack-grid .headings {
        margin: 0 0 10px 0;
        text-align: start;
        font-size: 18px;
        line-height: 20px
    }
    #banking .six-pack-grid .headings p {
        font-size: 18px !important
    }
    #banking .six-pack-grid .desc {
        font-size: 14px;
        text-align: start;
        line-height: 20px
    }
    #banking .six-pack-grid .desc a {
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        color: #45454a
    }
    #banking .six-pack-grid p {
        text-align: start;
        font-size: 14px;
        line-height: 20px
    }
    #banking .six-pack-grid .grids {
        padding: 15px;
        text-align: start
    }
    #banking .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 10px 0;
        text-align: start;
        display: block;
        text-transform: uppercase
    }
    #banking .connect {
        margin: 35px 10px;
        border-radius: 60px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        padding: 10px;
        text-align: center;
        color: white
    }
    #banking .connect .field--name-field-expert-text {
        padding: 0 15px;
        font-size: 14px
    }
    #banking .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border-radius: 19px;
        text-transform: uppercase;
        width: 35%;
        margin: 10px auto 0 auto
    }
    #banking .connect .field--name-field-know-more a {
        color: white
    }
    #banking .testimonial-section {
        position: relative;
        margin-bottom: 35px
    }
    #banking .testimonial-section img {
        width: 100%
    }
    #banking .testimonial-section .background-img {
        height: 400px
    }
    #banking .testimonial-section .field--name-field-testimonial-background img {
        height: 400px
    }
    #banking .testimonial-section .auth {
        position: absolute;
        padding: 10px;
        color: white;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
    #banking .testimonial-section .auth img {
        width: auto
    }
    #banking .testimonial-section p,
    #banking .testimonial-section em {
        font-style: normal;
        line-height: initial
    }
    #banking .testimonial-section .auth-note p {
        line-height: 18px;
        font-size: 14px
    }
    #banking .testimonial-section .auth-info {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold
    }
    #banking .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        line-height: 1;
        height: 43px;
        width: 157px;
        padding-top: 11px;
        padding-bottom: 11px
    }
    #banking .testimonial-section .field--name-field-testimonial-link a,
    #banking .testimonial-section .field--name-field-testimonial-link a:link,
    #banking .testimonial-section .field--name-field-testimonial-link a:visited,
    #banking .testimonial-section .field--name-field-testimonial-link a:hover,
    #banking .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #banking .testimonial-section .field--name-field-testimonial-author-name {
        margin: 5px 0
    }
    #banking .testimonial-section {
        margin-top: 10px;
        margin-bottom: 60px
    }
    #banking .testimonial-section hr.brand-line {
        margin-left: unset;
        width: 60px !important
    }
    #banking .testimonial-section .d-block.w-100.background-img {
        visibility: hidden
    }
    #banking .testimonial-section ol.carousel-indicators {
        bottom: 50px !important
    }
    #banking .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #banking .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #banking .testimonial-section .arrows-next-prev {
        bottom: 14% !important;
        right: 61% !important
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #banking .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #banking .testimonial-section .carousel-caption {
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        text-align: left;
        border-radius: 10px;
        bottom: 5px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important
    }
    #banking .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #banking .testimonial-section .carousel-caption .testimonial-name p {
        text-align: left !important
    }
    #banking .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #banking .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #banking .testimonial-section .carousel-caption .testimonial-desc p {
        text-align: left !important
    }
    #banking .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #banking .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #banking .four-grid {
        text-align: center
    }
    #banking .four-grid .grids {
        padding: 20px
    }
    #banking .four-grid .grids .flipper {
        height: 380px
    }
    #banking .four-grid .grids .front,
    #banking .four-grid .grids .back {
        height: 380px
    }
    #banking .four-grid .grids .back p {
        line-height: 24px;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%)
    }
    #banking .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #banking .four-grid .grids img {
        height: 380px;
        width: 100%
    }
    #banking .four-grid .grids .desc {
        font-size: 14px;
        padding: 10px;
        margin: 0 auto
    }
    #banking .accordion {
        padding: 10px
    }
    #banking .accordion .pack-title {
        padding-top: 0;
        background-color: #fff
    }
    #banking .accordion .headings {
        margin-left: 30px;
        margin-right: auto;
        margin-top: auto;
        font-size: 14px;
        text-align: inherit;
        font-weight: normal;
        margin-bottom: auto
    }
    #banking .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        position: relative
    }
    #banking .accordion>.grids img {
        width: 35px;
        height: 35px
    }
    #banking .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #banking .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #banking .accordion .desc {
        padding: 20px;
        border: 1px solid #ccc;
        border-top: 0;
        text-align: center
    }
    #banking .accordion .desc p {
        font-size: 14px
    }
    #banking .accordion .desc ul {
        text-align: start
    }
    #banking .accordion .arrow {
        height: 15px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 15px
    }
    #banking .carousel-item img {
        height: 550px
    }
    #banking .testimonial-carousels-icon img {
        height: 99px !important;
        width: 108px !important;
        padding: 5px 5px 3px 6px
    }
    #banking .testimonial-carousels-subtext {
        text-align: center
    }
    #banking .testimonial-carousels-description {
        text-align: center
    }
    #banking .testimonial-carousels-description p {
        line-height: 21px
    }
    #banking .testimonial-carousels-button {
        box-sizing: border-box;
        height: 43px;
        width: 135px;
        border: 1px solid rgba(255, 255, 255, .6)
    }
    #banking .testimonial-carousels-button a {
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        display: flex;
        padding: 9.5px;
        align-items: center;
        justify-content: center;
        text-decoration: none
    }
    #banking ol.carousel-indicators {
        bottom: 5px
    }
    #banking ol.carousel-indicators li {
        height: 4px;
        width: 47px;
        background-color: #45454a;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset
    }
    #banking ol.carousel-indicators li.active {
        background-color: #00bbf0
    }
    #banking .framework {
        position: relative;
        margin: 20px 0;
        margin-top: 0
    }
    #banking .framework img {
        width: 100%;
        height: 100px
    }
    #banking .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #banking .framework .flex p {
        padding-top: 0;
        margin: 0
    }
    #banking .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #banking .framework .field--name-field-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block
    }
    #banking .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none
    }
    #banking .resource .images {
        position: relative
    }
    #banking .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #banking .resource .images>div>a {
        display: none
    }
    #banking .resource .images .headings {
        font-size: 16px;
        color: white;
        letter-spacing: 0
    }
    #banking .resource .images .desc {
        font-size: 16px;
        margin: 5px 0
    }
    #banking .resource .images .date {
        font-size: 12px
    }
    #banking .resource .images .date span {
        display: inline-block
    }
    #banking .resource .images img {
        height: 300px;
        width: 80%
    }
    #banking .resource .grids {
        margin: 10px;
        padding: 15px
    }
}

@media only screen and (min-width:898px) {
    #banking .mobile {
        display: none !important
    }
    #banking .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none
    }
    #banking h1.title.block-title {
        margin-bottom: 30px !important
    }
    #banking h1.seo-title,
    #banking h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 30px 0 0 0
    }
    #banking h1.seo-title p,
    #banking h3.title p {
        margin-bottom: 0
    }
    #banking ol,
    #banking ul,
    #banking dl {
        margin-top: 0;
        margin-bottom: 1rem;
        padding-left: 0;
        margin-left: 20px
    }
    #banking .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #banking .banner-section a,
    #banking .banner-section a:link,
    #banking .banner-section a:visited,
    #banking .banner-section a:hover,
    #banking .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #banking .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #banking .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #banking .banner-section .field--name-field-know {
        display: none
    }
    #banking #block-breadcrumbs,
    #banking #block-bootstrap-xoriant-breadcrumbs {
        position: relative !important;
        margin-top: 0 !important;
        bottom: 310px
    }
    #banking #block-breadcrumbs .breadcrumb,
    #banking #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem
    }
    #banking .middle-content {
        margin: 37px 0;
        margin-bottom: 27px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #banking .middle-content h1.title {
        margin-top: 0;
        font-size: 2.2vw;
        padding: 0 150px;
        line-height: initial
    }
    #banking .middle-content .flex {
        display: flex;
        padding: 20px 150px;
        margin-top: -5px;
        padding-top: 0;
        font-size: 1.15vw;
        font-family: Roboto
    }
    #banking .middle-content .field--name-field-image-block {
        margin-right: 26px
    }
    #banking .middle-content .field--name-field-title-description {
        color: #45454a
    }
    #banking .pack-title {
        margin: 0
    }
    #banking .accordion {
        padding: 10px 100px
    }
    #banking .accordion .pack-title {
        margin-bottom: 20px !important;
        padding-top: 0;
        background-color: #fff
    }
    #banking .accordion .headings {
        margin-left: 30px;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
        font-size: 22px;
        color: #45454a
    }
    #banking .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 40px;
        padding: 25px;
        border: 1px solid #ccc;
        position: relative
    }
    #banking .accordion>.grids .images img {
        width: 63px;
        height: 64px
    }
    #banking .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 15px
    }
    #banking .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #banking .accordion .desc {
        padding-left: 120px;
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 40px;
        color: #45454a;
        font-size: 14px;
        line-height: 24px
    }
    #banking .accordion .desc p {
        font-size: 14px
    }
    #banking .accordion .desc ul {
        text-align: start
    }
    #banking .accordion .arrow {
        height: 13px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 20px;
        transform: translateX(-50%);
        top: 50%
    }
    #banking .six-pack-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 50px;
        position: relative
    }
    #banking .six-pack-grid .products-row>div::before,
    #banking .six-pack-grid .products-row>div::after,
    #banking .six-pack-grid .grids::before,
    #banking .six-pack-grid .grids::after {
        content: "";
        position: absolute;
        display: block;
        top: 0
    }
    #banking .six-pack-grid .products-row>div:before,
    #banking .six-pack-grid .grids:before {
        height: 100%;
        width: 0;
        right: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #banking .six-pack-grid .products-row>div:after,
    #banking .six-pack-grid .grids:after {
        background-color: transparent;
        height: calc(100% - 0px);
        width: 0;
        left: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #banking .six-pack-grid .products-row>div:hover,
    #banking .six-pack-grid .grids:hover {
        color: white !important;
        z-index: 99
    }
    #banking .six-pack-grid .products-row>div:hover *,
    #banking .six-pack-grid .grids:hover * {
        color: white !important;
        z-index: 99
    }
    #banking .six-pack-grid .products-row>div:hover a,
    #banking .six-pack-grid .grids:hover a {
        color: #0079c0 !important
    }
    #banking .six-pack-grid .products-row>div:hover a span,
    #banking .six-pack-grid .grids:hover a span {
        color: #0079c0 !important
    }
    #banking .six-pack-grid .products-row>div:hover:before,
    #banking .six-pack-grid .grids:hover:before {
        width: 100%
    }
    #banking .six-pack-grid .products-row>div:hover:after,
    #banking .six-pack-grid .grids:hover:after {
        width: 100%;
        background-color: #45454a;
        color: white
    }
    #banking .six-pack-grid .grids.col-lg-4:hover:before {
        width: 77%
    }
    #banking .six-pack-grid .grids.col-lg-4:hover:after {
        width: 77%
    }
    #banking .six-pack-grid .owl-nav {
        display: block;
        width: 100%;
        text-align: end;
        padding-right: 30px;
        padding-top: 15px
    }
    #banking .six-pack-grid .owl-nav button span {
        font-size: 30px;
        border: 1px solid #e5e5e5;
        color: #000;
        padding: 0 13px
    }
    #banking .six-pack-grid .owl-nav .disabled {
        opacity: .6
    }
    #banking .six-pack-grid .owl-nav.disabled {
        display: none !important
    }
    #banking .six-pack-grid .owl-prev {
        margin-right: 10px
    }
    #banking .six-pack-grid button:focus {
        outline: 0
    }
    #banking .six-pack-grid .grids {
        border-left: 8px solid #45454a;
        position: relative;
        padding: 5px 0 20px 20px
    }
    #banking .six-pack-grid .grids>a {
        font-size: 14px;
        font-weight: bold;
        color: #45454a;
        margin-top: 20px;
        display: block
    }
    #banking .six-pack-grid .desc {
        color: #45454a;
        font-size: 14px;
        text-align: start
    }
    #banking .six-pack-grid .desc img {
        width: 100%
    }
    #banking .six-pack-grid .desc ul {
        text-align: start
    }
    #banking .six-pack-grid .desc a {
        color: #45454a;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase
    }
    #banking .six-pack-grid .headings {
        margin: 20px 0;
        text-align: start
    }
    #banking .hide {
        display: none !important
    }
    #banking .grid-modal {
        display: flex;
        background-color: #f7f7f7;
        padding: 50px 120px;
        position: relative
    }
    #banking .grid-modal .images {
        margin-right: 25px;
        height: 60px
    }
    #banking .grid-modal .close {
        position: absolute;
        top: 15px;
        right: 50px
    }
    #banking .framework {
        position: relative;
        margin-bottom: 65px;
        margin-top: 27px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #banking .framework img {
        width: 100%;
        height: 100px
    }
    #banking .framework .flex {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        align-items: center;
        width: 100%;
        height: 100%
    }
    #banking .framework .flex .field--name-field-demo {
        margin-top: 10px
    }
    #banking .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-weight: 400
    }
    #banking .framework .field--name-field-framework-title p,
    #banking .framework .field--name-field-framework-title>div {
        padding-bottom: 0;
        margin-top: 4px;
        margin-bottom: 0;
        margin-right: 30px
    }
    #banking .framework .field--name-field-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0;
        text-transform: uppercase
    }
    #banking .connect {
        display: flex;
        justify-content: space-between;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto;
        border-radius: 50px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        align-items: baseline;
        padding: 13.5px 41px
    }
    #banking .connect .field--name-field-expert-text {
        margin-right: 29px;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px
    }
    #banking .connect p {
        margin: 0
    }
    #banking .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        line-height: initial;
        border-radius: 19px;
        font-weight: bold;
        text-transform: uppercase
    }
    #banking .connect .field--name-field-know-more a,
    #banking .connect .field--name-field-know-more a:link,
    #banking .connect .field--name-field-know-more a:visited,
    #banking .connect .field--name-field-know-more a:hover,
    #banking .connect .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #banking .connect .field--name-field-know-more a {
        color: white
    }
    #banking .testimonial-section {
        margin-top: 48px;
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #banking .testimonial-section .field--name-field-testimonial-background img {
        width: 100%
    }
    #banking .testimonial-section .auth {
        position: absolute;
        padding: 90px 155px 90px 100px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        left: 0;
        right: 0;
        max-width: 1440px
    }
    #banking .testimonial-section .auth-note {
        text-align: justify
    }
    #banking .testimonial-section .auth-note>div {
        font-style: normal;
        font-size: 18px;
        line-height: initial;
        text-align: initial;
        font-weight: 500
    }
    #banking .testimonial-section .auth-note em {
        font-style: normal
    }
    #banking .testimonial-section .auth-info {
        margin-right: 35px
    }
    #banking .testimonial-section .auth-info>div {
        text-align: center;
        width: 215px
    }
    #banking .testimonial-section .auth-info img {
        width: 106px;
        height: 98px
    }
    #banking .testimonial-section .field--name-field-testimonial-author-name {
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        line-height: initial;
        font-weight: 500
    }
    #banking .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        margin-top: 25px;
        padding: 10px;
        text-align: center !important;
        height: 43px;
        width: 135px
    }
    #banking .testimonial-section .field--name-field-testimonial-link a,
    #banking .testimonial-section .field--name-field-testimonial-link a:link,
    #banking .testimonial-section .field--name-field-testimonial-link a:visited,
    #banking .testimonial-section .field--name-field-testimonial-link a:hover,
    #banking .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #banking .testimonial-section {
        margin-top: 100px !important;
        margin-bottom: 60px !important
    }
    #banking .testimonial-section hr.brand-line {
        width: 70px !important
    }
    #banking .testimonial-section ol.carousel-indicators {
        bottom: -70px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        left: 1015px !important
    }
    #banking .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #banking .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #banking .testimonial-section .arrows-next-prev {
        bottom: 120% !important
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #banking .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #banking .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #banking .testimonial-section .carousel-item[data-index="0"] {
        background: url(/sites/default/files/Bodhi-Images/1_0.png) !important
    }
    #banking .testimonial-section .carousel-item[data-index="1"] {
        background: url(/sites/default/files/Bodhi-Images/6.png) !important
    }
    #banking .testimonial-section .carousel-item[data-index="2"] {
        background: url(/sites/default/files/Bodhi-Images/7.png) !important
    }
    #banking .testimonial-section .carousel-caption {
        bottom: 30px;
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        left: 25% !important;
        text-align: left;
        border-radius: 10px
    }
    #banking .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #banking .testimonial-section .carousel-caption .testimonial-name .field__item {
        text-align: left !important
    }
    #banking .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #banking .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #banking .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #banking .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #banking .four-grid-title.title {
        margin-top: 59px;
        margin-bottom: 16px
    }
    #banking .four-grid {
        display: flex;
        justify-content: center;
        padding: 20px 80px 20px 80px
    }
    #banking .four-grid .grids {
        margin: 0 16px;
        text-align: center
    }
    #banking .four-grid .grids .images img {
        width: 100%;
        height: 100%
    }
    #banking .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #banking .four-grid .grids .desc {
        font-size: 16px;
        opacity: .8;
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background-color: #f7f7f7
    }
    #banking .four-grid .grids .desc p {
        padding: 20px
    }
    #banking .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #banking .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #banking .resource .images {
        position: relative
    }
    #banking .resource .images img {
        width: 80%;
        height: auto
    }
    #banking .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 80px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #banking .resource .images>div>a {
        display: none
    }
    #banking .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #banking .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #banking .resource .images .date {
        font-size: 14px
    }
}

@media only screen and (min-width:898px) and (max-width:1200px) {
    #banking .framework .field--name-field-framework-title {
        font-size: 22px !important
    }
}

#banking .resources-section {
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#banking .resources-section .row {
    justify-content: center;
    width: 100%
}

#banking .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#banking .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

#banking .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#banking .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#banking .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

#banking .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#banking .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

#banking .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

#banking .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#banking .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

#banking .resources-section .security-expert-button:hover,
#banking .resources-section .security-expert-button:active,
#banking .resources-section .security-expert-button:focus {
    outline: 0 !important
}

#banking .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    #banking .resources-section {
        padding: 0 15px 30px 15px
    }
}

@media(max-width:767px) {
    #banking .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    #banking .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    #banking .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    #banking .resources-section .row .col-md-4 .resources-title a p,
    #banking .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
}

.node--type-banking.page-node-1804 #banking .testimonial-section {
    display: none
}

#iot-page {
    font-family: Roboto
}

#iot-page h1,
#iot-page h2,
#iot-page h3,
#iot-page h4,
#iot-page h5,
#iot-page h6,
#iot-page span,
#iot-page div,
#iot-page li,
#iot-page a,
#iot-page ul {
    font-family: "Poppins";
}

#iot-page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#iot-page .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#iot-page .flip-container:hover .flipper,
#iot-page .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#iot-page .flip-container,
#iot-page .front,
#iot-page .back {
    width: 100%
}

#iot-page .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 250px;
    position: relative
}

#iot-page .front,
#iot-page .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px
}

#iot-page .front {
    z-index: 2
}

#iot-page .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#iot-page .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#iot-page .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

#iot-page .padding {
    padding-bottom: 25px
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #iot-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #iot-page .six-pack-grid {
        padding: 0 !important
    }
    #iot-page .four-grid {
        padding: 0 0 20px 0 !important
    }
    #iot-page .four-grid .grids h3 {
        font-size: 16px !important
    }
    #iot-page .middle-content .flex {
        padding: 20px !important
    }
}

@media screen and (min-width:1920px) {
    #iot-page.container {
        max-width: 1920px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #iot-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

#iot-page .field__label {
    display: none
}

@media only screen and (max-width:898px) {
    #iot-page .field--name-field-field-title-description-ta {
        text-align: center
    }
    #iot-page .desktop,
    #iot-page .hide,
    #iot-page p[class^=rectangle] {
        display: none !important
    }
    #iot-page.container {
        padding: 0;
        max-width: 100%
    }
    #iot-page #block-breadcrumbs .breadcrumb,
    #iot-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0
    }
    #iot-page #block-breadcrumbs .breadcrumb li,
    #iot-page #block-breadcrumbs .breadcrumb a,
    #iot-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #iot-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #iot-page h3.title {
        color: #45454a;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 36px
    }
    #iot-page .banner-section {
        position: relative;
        text-align: center
    }
    #iot-page .banner-section img {
        height: auto;
        width: 100%
    }
    #iot-page .banner-section .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        height: 43px;
        width: 135px;
        text-align: center;
        margin-top: 37px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold
    }
    #iot-page .banner-section .field--name-field-know-more a,
    #iot-page .banner-section .field--name-field-know-more a:link,
    #iot-page .banner-section .field--name-field-know-more a:visited,
    #iot-page .banner-section .field--name-field-know-more a:hover,
    #iot-page .banner-section .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #iot-page .banner-section .field--name-field-know-more a {
        color: white;
        text-decoration: none;
        width: 94px;
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        text-align: center;
        height: 12px;
        letter-spacing: 0;
        font-family: Roboto
    }
    #iot-page .banner-section .banner-text {
        color: white;
        font-weight: normal;
        font-size: 24px;
        bottom: 30%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px
    }
    #iot-page .button-right {
        display: flex;
        right: 0;
        bottom: 30px;
        padding: 15px 5px;
        font-size: 13px;
        margin: 0 auto;
        left: 0;
        justify-content: center;
        position: absolute
    }
    #iot-page .button-right a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        width: 239px;
        height: 14px;
        text-align: center
    }
    #iot-page .button-right .field--name-field-demo a {
        border-right: 1px solid #049ccb
    }
    #iot-page .flex img {
        width: 100%;
        margin-bottom: 15px
    }
    #iot-page .flex .field--name-field-title-description {
        font-size: 12px;
        margin-top: 10px;
        text-align: center
    }
    #iot-page .pack-title {
        background-color: #f7f7f7;
        margin: 20px 0 0 0 !important;
        padding-top: 15px
    }
    #iot-page .banner {
        background: url("/sites/default/files/iot/businessprocess.png");
        background-size: cover;
        background-position: center
    }
    #iot-page .banner h4 {
        padding: 15px;
        color: white;
        font-size: 16px;
        text-align: center;
        font-family: "Poppins";
        margin: 0
    }
    #iot-page .banner h3 {
        color: white;
        padding: 10px;
        margin: 0
    }
    #iot-page .six-pack-grid {
        text-align: center;
        background-color: #f7f7f7;
        padding-bottom: 5px
    }
    #iot-page .six-pack-grid img {
        width: auto;
        height: auto
    }
    #iot-page .six-pack-grid .desc {
        font-size: 12px
    }
    #iot-page .six-pack-grid .grids {
        padding: 20px
    }
    #iot-page .six-pack-grid .grids>a {
        font-size: 12px;
        margin: 10px 0;
        display: block
    }
    #iot-page .six-pack-grid .carousel-indicators li {
        height: 4px;
        width: 25px;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        background-color: #45454a
    }
    #iot-page .six-pack-grid .carousel-indicators li.active {
        background-color: #00bbf0
    }
    #iot-page .four-grid {
        text-align: center
    }
    #iot-page .four-grid .grids {
        padding: 20px
    }
    #iot-page .four-grid .grids .flipper {
        height: 325px
    }
    #iot-page .four-grid .grids .front,
    #iot-page .four-grid .grids .back {
        height: 300px
    }
    #iot-page .four-grid .grids .back p {
        line-height: 24px;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%)
    }
    #iot-page .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #iot-page .four-grid .grids img {
        height: auto;
        width: 100%
    }
    #iot-page .accordion {
        padding: 10px
    }
    #iot-page .accordion .pack-title {
        padding-top: 0;
        background-color: #fff
    }
    #iot-page .accordion .headings {
        margin-left: 30px;
        margin-right: auto;
        margin-top: auto;
        font-size: 14px;
        text-align: inherit;
        font-weight: normal;
        margin-bottom: auto
    }
    #iot-page .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        position: relative
    }
    #iot-page .accordion>.grids img {
        width: 35px;
        height: 35px
    }
    #iot-page .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #iot-page .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #iot-page .accordion .desc {
        padding: 20px;
        border: 1px solid #ccc;
        border-top: 0;
        text-align: center
    }
    #iot-page .accordion .arrow {
        height: 15px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 15px
    }
}

@media only screen and (min-width:898px) {
    #iot-page .mobile {
        display: none !important
    }
    #iot-page h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0
    }
    #iot-page .big-title {
        margin: 0 auto !important;
        color: white !important;
        padding: 15px;
        padding-bottom: 0;
        font-family: Roboto
    }
    #iot-page .banner-section {
        position: relative
    }
    #iot-page .banner-section a,
    #iot-page .banner-section a:link,
    #iot-page .banner-section a:visited,
    #iot-page .banner-section a:hover,
    #iot-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #iot-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #iot-page .banner-section .banner-text {
        position: absolute;
        bottom: 25%;
        color: white;
        left: 100px;
        width: 75%;
        font-size: 30px;
        font-weight: 500
    }
    #iot-page .banner-section .field--name-field-know-more {
        color: white;
        margin-top: 20px
    }
    #iot-page .banner-section .field--name-field-know-more a {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-weight: bold
    }
    #iot-page .banner-section .field--name-field-know-more a a,
    #iot-page .banner-section .field--name-field-know-more a a:link,
    #iot-page .banner-section .field--name-field-know-more a a:visited,
    #iot-page .banner-section .field--name-field-know-more a a:hover,
    #iot-page .banner-section .field--name-field-know-more a a:active {
        color: white;
        text-decoration: none
    }
    #iot-page #block-breadcrumbs .breadcrumb,
    #iot-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #iot-page #block-breadcrumbs .breadcrumb li,
    #iot-page #block-breadcrumbs .breadcrumb a,
    #iot-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #iot-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #iot-page .middle-content {
        margin: 37px 0;
        margin-bottom: 21px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #iot-page .middle-content h3.title {
        margin-top: 0
    }
    #iot-page .middle-content .flex {
        display: flex;
        padding: 20px 75px;
        margin-top: 0;
        padding-top: 0
    }
    #iot-page .middle-content .field--name-field-image-block {
        margin-right: 26px
    }
    #iot-page .middle-content .field--name-field-title-description {
        color: #45454a;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px
    }
    #iot-page .pack-title {
        margin: 0 !important
    }
    #iot-page .accordion {
        padding: 10px 100px
    }
    #iot-page .accordion .pack-title {
        margin-bottom: 20px !important;
        padding-top: 0;
        background-color: #fff
    }
    #iot-page .accordion .headings {
        margin-left: 30px;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
        font-size: 22px;
        color: #45454a
    }
    #iot-page .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 40px;
        padding: 25px;
        border: 1px solid #ccc;
        position: relative
    }
    #iot-page .accordion>.grids .images img {
        width: 63px;
        height: 64px
    }
    #iot-page .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #iot-page .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #iot-page .accordion .desc {
        padding: 20px;
        padding-left: 120px;
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 40px;
        color: #45454a;
        font-size: 16px;
        line-height: 24px
    }
    #iot-page .accordion .arrow {
        height: 13px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 20px;
        transform: translateX(-50%);
        top: 50%
    }
    #iot-page .banner {
        background: url("/sites/default/files/iot/businessprocess.png");
        background-size: cover;
        background-position: center
    }
    #iot-page .banner h4 {
        margin: 15px 0;
        color: white;
        font-size: 16px;
        text-align: center;
        font-family: Roboto
    }
    #iot-page .six-pack-grid {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 75px;
        align-items: initial;
        justify-content: center
    }
    #iot-page .six-pack-grid>.grids {
        width: 30%;
        text-align: center;
        margin: 0 15px 25px;
        background-color: #f7f7f7;
        position: relative;
        padding: 20px
    }
    #iot-page .six-pack-grid>.grids>a {
        margin: 10px 0;
        font-size: 13px;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0
    }
    #iot-page .six-pack-grid .images {
        height: 79px
    }
    #iot-page .six-pack-grid .desc {
        opacity: .8;
        color: #45454a;
        font-size: 14px;
        text-align: center
    }
    #iot-page .six-pack-grid .headings {
        margin: 20px 0
    }
    #iot-page .six-pack-grid[length="7"]>.grids,
    #iot-page .six-pack-grid[length="8"]>.grids {
        width: 22%
    }
    #iot-page .hide {
        display: none !important
    }
    #iot-page .grid-modal {
        display: flex;
        background-color: #f7f7f7;
        padding: 50px;
        position: relative;
        width: 86%;
        margin: 20px auto
    }
    #iot-page .grid-modal .images {
        margin-right: 25px;
        height: 60px
    }
    #iot-page .grid-modal h3 {
        letter-spacing: normal;
        text-transform: inherit;
        color: #45454a;
        font-size: 22px;
        font-weight: bold
    }
    #iot-page .grid-modal .close {
        position: absolute;
        top: 15px;
        right: 20px;
        height: 24px;
        width: 24px;
        background: url("/sites/default/files/media-icons/close.png")
    }
    #iot-page .four-grid-title.title {
        margin-top: 59px;
        margin-bottom: 16px
    }
    #iot-page .four-grid {
        display: flex;
        justify-content: center;
        padding: 30px 80px 30px 80px
    }
    #iot-page .four-grid .grids {
        margin: 0 16px;
        text-align: center
    }
    #iot-page .four-grid .grids .images img {
        width: 100%;
        height: 100%
    }
    #iot-page .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #iot-page .four-grid .grids .desc {
        font-size: 16px;
        opacity: .8;
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background-color: #f7f7f7
    }
    #iot-page .four-grid .grids .desc p {
        padding: 20px
    }
    #iot-page .middle-banner {
        background: url("/sites/default/files/iot/xoriant_iot_bg_new.png");
        background-size: cover;
        background-position: center
    }
    #iot-page .middle-banner img {
        width: 100%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #iot-page .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #iot-page .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

#aws-page {
    font-family: Roboto
}

#aws-page h1,
#aws-page h2,
#aws-page h3,
#aws-page h4,
#aws-page h5,
#aws-page h6,
#aws-page span,
#aws-page div,
#aws-page li,
#aws-page a,
#aws-page ul {
    font-family: "Poppins";
}

#aws-page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#aws-page ol.carousel-indicators li {
    height: 4px;
    width: 47px;
    background-color: #fff;
    border-radius: 4px;
    border-top: 0;
    border-bottom: 0;
    opacity: unset;
    margin-bottom: 0
}

#aws-page ol.carousel-indicators li.active {
    height: 4px;
    width: 47px;
    background-color: #00bbf0;
    border-radius: 4px;
    border-top: 0;
    border-bottom: 0
}

#aws-page .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#aws-page .flip-container:hover .flipper,
#aws-page .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#aws-page .flip-container:hover .flipper .back,
#aws-page .flip-container.hover .flipper .back {
    z-index: 3
}

#aws-page .flip-container,
#aws-page .front,
#aws-page .back {
    width: 100%
}

#aws-page .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 250px;
    position: relative
}

#aws-page .front,
#aws-page .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px
}

#aws-page .front {
    z-index: 2
}

#aws-page .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#aws-page .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#aws-page .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

#aws-page .middle img {
    width: 100%;
    height: auto
}

#aws-page .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#aws-page .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#aws-page .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#aws-page .resource>.grids .images>div h3,
#aws-page .resource>.grids .images>div p,
#aws-page .resource>.grids .images>div div {
    text-align: start
}

@media screen and (min-width:1920px) {
    #aws-page.container {
        max-width: 1920px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #aws-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

#aws-page .field__label {
    display: none
}

#aws-page .bottom-section {
    text-align: center;
    padding: 35px 40px;
    color: #45454a
}

#aws-page .bottom-section>h3 {
    letter-spacing: inherit;
    text-transform: initial;
    font-size: 18px;
    font-weight: 500;
    font-family: inherit
}

#aws-page .bottom-section>p {
    letter-spacing: inherit;
    font-weight: 500;
    font-family: inherit
}

@media only screen and (max-width:898px) {
    #aws-page .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        display: block !important;
        text-align: start !important
    }
    #aws-page .bg-light.foot>div {
        margin: 15px 0
    }
    #aws-page .bg-light.foot img {
        margin-right: 10px;
        height: 20px
    }
    #aws-page .bg-light.foot a,
    #aws-page .bg-light.foot a:hover,
    #aws-page .bg-light.foot a:focus {
        color: white;
        font-size: 14px;
        letter-spacing: .5px
    }
    #aws-page .bg-light.foot .phone {
        height: 28px
    }
    #aws-page .field--name-field-field-title-description-ta {
        text-align: center
    }
    #aws-page .carousel-banner-text>img {
        float: none !important
    }
    #aws-page .desktop,
    #aws-page .hide,
    #aws-page p[class^=rectangle] {
        display: none !important
    }
    #aws-page.container {
        padding: 0;
        max-width: 100%
    }
    #aws-page #block-breadcrumbs .breadcrumb,
    #aws-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0
    }
    #aws-page #block-breadcrumbs .breadcrumb li,
    #aws-page #block-breadcrumbs .breadcrumb a,
    #aws-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #aws-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #aws-page h1.seo-title,
    #aws-page h3.title {
        color: #45454a;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 36px
    }
    #aws-page .banner-section {
        position: relative;
        text-align: center
    }
    #aws-page .banner-section img {
        height: auto;
        width: 100%
    }
    #aws-page .banner-section .white-btn {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        margin: 0 auto;
        border-radius: 50px
    }
    #aws-page .banner-section .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        height: 43px;
        width: 135px;
        text-align: center;
        margin-top: 37px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold
    }
    #aws-page .banner-section .field--name-field-know-more a,
    #aws-page .banner-section .field--name-field-know-more a:link,
    #aws-page .banner-section .field--name-field-know-more a:visited,
    #aws-page .banner-section .field--name-field-know-more a:hover,
    #aws-page .banner-section .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #aws-page .banner-section .field--name-field-know-more a {
        color: white;
        text-decoration: none;
        width: 94px;
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        text-align: center;
        height: 12px;
        letter-spacing: 0;
        font-family: Roboto
    }
    #aws-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        padding: 0 10px;
        font-size: 24px;
        font-weight: 500;
        margin-top: 32%
    }
    #aws-page .banner-section .banner-text span {
        font-size: 24px;
        padding: 0
    }
    #aws-page .banner-section a {
        background: #45454a;
        border: 0
    }
    #aws-page .flex img {
        height: 25px;
        width: auto
    }
    #aws-page .flex .field--name-field-title-description {
        font-size: 12px;
        margin-top: 10px;
        text-align: center
    }
    #aws-page .flex iframe {
        max-width: 177.778vh;
        height: 56.25vw
    }
    #aws-page .flex p {
        font-size: 14px;
        font-family: Roboto
    }
    #aws-page .pack-title {
        background-color: #f7f7f7;
        margin: 20px 0 0 0 !important;
        padding-top: 15px
    }
    #aws-page .testimonial-section {
        position: relative;
        margin-bottom: 35px
    }
    #aws-page .testimonial-section img {
        width: 100%
    }
    #aws-page .testimonial-section .field--name-field-testimonial-background img {
        height: 350px
    }
    #aws-page .testimonial-section .auth {
        position: absolute;
        padding: 10px;
        color: white;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
    #aws-page .testimonial-section .auth img {
        width: auto
    }
    #aws-page .testimonial-section p,
    #aws-page .testimonial-section em {
        font-style: normal;
        line-height: initial
    }
    #aws-page .testimonial-section .auth-note p {
        line-height: 18px;
        font-size: 14px
    }
    #aws-page .testimonial-section .auth-info {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold
    }
    #aws-page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        line-height: 1;
        height: 43px;
        width: 157px;
        padding-top: 11px;
        padding-bottom: 11px
    }
    #aws-page .testimonial-section .field--name-field-testimonial-link a,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:link,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:visited,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:hover,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #aws-page .testimonial-section .field--name-field-testimonial-author-name {
        margin: 5px 0
    }
    #aws-page .testimonial-section {
        margin-top: 70px;
        margin-bottom: 40px
    }
    #aws-page .testimonial-section hr.brand-line {
        margin-left: unset;
        width: 60px !important
    }
    #aws-page .testimonial-section .d-block.w-100.background-img {
        visibility: hidden
    }
    #aws-page .testimonial-section img[alt=Testimonials_BG_0] {
        visibility: hidden
    }
    #aws-page .testimonial-section ol.carousel-indicators {
        bottom: 50px !important
    }
    #aws-page .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #aws-page .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #aws-page .testimonial-section .arrows-next-prev {
        bottom: 14% !important;
        right: 61% !important
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #aws-page .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #aws-page .testimonial-section .carousel-caption {
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        text-align: left;
        border-radius: 10px;
        bottom: 5px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-name p {
        text-align: left !important
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-desc p {
        text-align: left !important
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #aws-page .four-grid {
        text-align: center
    }
    #aws-page .four-grid .grids {
        padding: 20px;
        overflow: hidden;
        margin-bottom: 20px
    }
    #aws-page .four-grid .grids .flipper {
        height: 245px
    }
    #aws-page .four-grid .grids .front,
    #aws-page .four-grid .grids .back {
        height: 245px
    }
    #aws-page .four-grid .grids .back p {
        line-height: 24px;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%)
    }
    #aws-page .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px
    }
    #aws-page .four-grid .grids img {
        height: auto;
        width: 100%
    }
    #aws-page .framework {
        position: relative;
        margin: 20px 0;
        margin-top: 0
    }
    #aws-page .framework img {
        width: 100%;
        height: 100px
    }
    #aws-page .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #aws-page .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #aws-page .framework .field--name-field-demo a,
    #aws-page .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block
    }
    #aws-page .resource .images {
        position: relative
    }
    #aws-page .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #aws-page .resource .images>div>a {
        display: none
    }
    #aws-page .resource .images .headings {
        font-size: 16px;
        color: white;
        letter-spacing: 0
    }
    #aws-page .resource .images .desc {
        font-size: 16px;
        margin: 5px 0
    }
    #aws-page .resource .images .date {
        font-size: 12px
    }
    #aws-page .resource .images .date span {
        display: inline-block
    }
    #aws-page .resource .images img {
        height: 300px;
        width: 80%
    }
    #aws-page .resource .grids {
        margin: 10px;
        padding: 15px
    }
    #aws-page .bottom-section {
        padding: 0 0 20px 0 !important
    }
    #aws-page .bottom-section p,
    #aws-page .bottom-section h3 {
        padding: 20px 20px 0 20px !important
    }
    #aws-page .inline-bl>span {
        display: block;
        padding: 10px 0;
        font-size: 22px;
        font-weight: 500
    }
}

@media only screen and (min-width:898px) {
    #aws-page .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        align-items: center
    }
    #aws-page .bg-light.foot img {
        margin-right: 10px;
        height: 25px;
        width: auto
    }
    #aws-page .bg-light.foot a,
    #aws-page .bg-light.foot a:hover,
    #aws-page .bg-light.foot a:focus {
        color: white;
        font-size: 14px
    }
    #aws-page .bg-light.foot .phone {
        height: 22px
    }
    #aws-page .mobile {
        display: none !important
    }
    #aws-page .inline-bl>span:first-child {
        display: block
    }
    #aws-page h1.seo-title,
    #aws-page h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0
    }
    #aws-page .big-title {
        margin: 0 auto !important;
        color: white !important;
        padding-top: 15px;
        font-family: Roboto
    }
    #aws-page .banner-section {
        position: relative
    }
    #aws-page .banner-section a,
    #aws-page .banner-section a:link,
    #aws-page .banner-section a:visited,
    #aws-page .banner-section a:hover,
    #aws-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #aws-page .banner-section img:not(.invoice) {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #aws-page .banner-section .banner-text {
        position: absolute;
        color: #fff !important;
        left: 50px;
        width: 75%;
        font-size: 30px;
        font-weight: 500;
        top: 150px
    }
    #aws-page .banner-section .inline-bl {
        font-size: 30px;
        font-weight: bold;
        color: #fff !important
    }
    #aws-page .banner-section .white-btn {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white !important;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        margin: 0 auto;
        border-radius: 50px
    }
    #aws-page .banner-section .field--name-field-know-more {
        color: white;
        margin-top: 20px
    }
    #aws-page .banner-section .field--name-field-know-more a {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-weight: bold
    }
    #aws-page .banner-section .field--name-field-know-more a a,
    #aws-page .banner-section .field--name-field-know-more a a:link,
    #aws-page .banner-section .field--name-field-know-more a a:visited,
    #aws-page .banner-section .field--name-field-know-more a a:hover,
    #aws-page .banner-section .field--name-field-know-more a a:active {
        color: white;
        text-decoration: none
    }
    #aws-page #block-breadcrumbs .breadcrumb,
    #aws-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #aws-page #block-breadcrumbs .breadcrumb li,
    #aws-page #block-breadcrumbs .breadcrumb a,
    #aws-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #aws-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #aws-page .middle-content {
        margin: 37px 0;
        margin-bottom: 27px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #aws-page .middle-content h1.title {
        margin-top: 0;
        font-size: 2.2vw;
        padding: 0 150px;
        line-height: initial
    }
    #aws-page .middle-content .flex {
        display: flex;
        padding: 20px 150px;
        padding-top: 0;
        font-size: 1.15vw;
        margin-top: -5px;
        font-family: Roboto
    }
    #aws-page .middle-content .flex p {
        font-size: 1.15vw;
        font-family: Roboto
    }
    #aws-page .middle-content .field--name-field-video {
        margin-top: -12px
    }
    #aws-page .middle-content .field--name-field-image-block,
    #aws-page .middle-content .field--name-field-video {
        margin-right: 26px
    }
    #aws-page .middle-content .field--name-field-field-title-description-ta {
        color: #45454a;
        margin-top: -5px
    }
    #aws-page .pack-title {
        margin: 0 !important
    }
    #aws-page .hide {
        display: none !important
    }
    #aws-page .four-grid-title.title {
        margin-top: 59px;
        margin-bottom: 16px
    }
    #aws-page .testimonial-section {
        text-align: center;
        position: relative
    }
    #aws-page .testimonial-section .field--name-field-testimonial-background img {
        width: 100%
    }
    #aws-page .testimonial-section .auth {
        position: absolute;
        padding: 90px 155px 90px 100px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%)
    }
    #aws-page .testimonial-section .auth-note {
        text-align: justify
    }
    #aws-page .testimonial-section .auth-note>div {
        font-style: normal;
        font-size: 18px;
        line-height: initial;
        text-align: initial;
        font-weight: 500
    }
    #aws-page .testimonial-section .auth-note em {
        font-style: normal
    }
    #aws-page .testimonial-section .auth-info {
        margin-right: 35px
    }
    #aws-page .testimonial-section .auth-info>div {
        text-align: center;
        width: 215px
    }
    #aws-page .testimonial-section .auth-info img {
        width: 106px;
        height: 98px
    }
    #aws-page .testimonial-section .field--name-field-testimonial-author-name {
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        line-height: initial;
        font-weight: 500
    }
    #aws-page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        margin-top: 25px;
        padding: 10px;
        text-align: center !important;
        height: 43px;
        width: 135px
    }
    #aws-page .testimonial-section .field--name-field-testimonial-link a,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:link,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:visited,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:hover,
    #aws-page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #aws-page .four-grid {
        display: flex;
        justify-content: center
    }
    #aws-page .four-grid .grids {
        margin: 0 16px;
        text-align: center
    }
    #aws-page .four-grid .grids .images img {
        width: 100%;
        height: 100%
    }
    #aws-page .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #aws-page .four-grid .grids .desc {
        font-size: 16px;
        opacity: .8;
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background-color: #f7f7f7
    }
    #aws-page .four-grid .grids .desc p {
        padding: 20px
    }
    #aws-page .testimonial-section {
        margin-top: 90px !important;
        margin-bottom: 80px !important
    }
    #aws-page .testimonial-section hr.brand-line {
        width: 70px !important
    }
    #aws-page .testimonial-section ol.carousel-indicators {
        bottom: -70px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        left: 1015px !important
    }
    #aws-page .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #aws-page .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #aws-page .testimonial-section .arrows-next-prev {
        bottom: 120% !important
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #aws-page .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #aws-page .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #aws-page .testimonial-section .carousel-item[data-index="0"] {
        background: url(/sites/default/files/Bodhi-Images/1_0.png) !important
    }
    #aws-page .testimonial-section .carousel-item[data-index="1"] {
        background: url(/sites/default/files/Bodhi-Images/6.png) !important
    }
    #aws-page .testimonial-section .carousel-item[data-index="2"] {
        background: url(/sites/default/files/Bodhi-Images/7.png) !important
    }
    #aws-page .testimonial-section .carousel-caption {
        bottom: 50px;
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        left: 25% !important;
        text-align: left;
        border-radius: 10px
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-name .field__item {
        text-align: left !important
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #aws-page .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #aws-page .framework {
        position: relative;
        margin-bottom: 60px;
        margin-top: 27px
    }
    #aws-page .framework img {
        width: 100%;
        height: 100px
    }
    #aws-page .framework .flex {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    #aws-page .framework .flex .field--name-field-demo,
    #aws-page .framework .flex .field--name-field-request-a-demo {
        margin-top: 10px
    }
    #aws-page .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400
    }
    #aws-page .framework .field--name-field-framework-title p,
    #aws-page .framework .field--name-field-framework-title .field__item {
        padding-bottom: 0;
        margin-top: 4px;
        margin-bottom: 0 !important;
        margin-right: 30px
    }
    #aws-page .framework .field--name-field-demo a,
    #aws-page .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0
    }
    #aws-page .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #aws-page .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #aws-page .resource .images {
        position: relative
    }
    #aws-page .resource .images img {
        width: 80%;
        height: auto
    }
    #aws-page .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 80px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #aws-page .resource .images>div>a {
        display: none
    }
    #aws-page .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #aws-page .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #aws-page .resource .images .date {
        font-size: 14px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #aws-page .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #aws-page .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

.toast-wrapper {
    display: none
}

#usa-jobs h1,
#usa-jobs h2,
#usa-jobs h3,
#usa-jobs h4,
#usa-jobs h5,
#usa-jobs h6,
#usa-jobs span,
#usa-jobs div,
#usa-jobs li,
#usa-jobs a,
#usa-jobs ul {
    font-family: "Poppins";
}

#usa-jobs #block-breadcrumbs,
#usa-jobs #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

#usa-jobs img[alt^=XORIANT-reviews-ambitionbox-1] {
    width: 200px;
    height: 150px !important
}

@media screen and (max-width:991px) {
    #usa-jobs img[alt^="Untitled design "] {
        width: 150px !important
    }
    #usa-jobs img[alt^=XORIANT-reviews-ambitionbox-1] {
        width: 150px !important
    }
    #usa-jobs img[alt^="Commitment to Being A Great Place To Work - Badge"] {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1920px) {
    #usa-jobs.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #usa-jobs.container {
        max-width: 1440px;
        padding: 0
    }
}

#usa-jobs .banner-section {
    position: relative;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

#usa-jobs .banner-section img {
    max-height: 400px;
    width: 100%
}

#usa-jobs .banner-text {
    position: absolute;
    color: white;
    left: 100px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    top: 50% !important;
    transform: translateY(-50%) !important
}

#usa-jobs .job-content {
    margin-left: 100px;
    margin-right: 100px
}

#usa-jobs .job-content .job-details {
    margin-top: 50px;
    margin-bottom: 50px
}

#usa-jobs .job-content .job-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

#usa-jobs .job-content .job-title .field--name-field-job-title p {
    margin-bottom: 0
}

#usa-jobs .job-content .job-posted-date span.label {
    font-size: 14px
}

#usa-jobs .job-content .job-posted-date .field--name-field-job-posted-date {
    display: flex
}

#usa-jobs .job-content .job-posted-date .field--name-field-job-posted-date .field__label {
    padding-right: 10px;
    font-weight: bold;
    padding-bottom: 5px
}

#usa-jobs .job-content .job-posted-date .field--name-field-job-posted-date .field__label::after {
    content: ":"
}

#usa-jobs .job-content .job-location {
    font-size: 14px
}

#usa-jobs .job-content .job-location .field--name-field-job-location {
    display: flex
}

#usa-jobs .job-content .job-location .field--name-field-job-location .field__label {
    font-size: 14px;
    padding-right: 10px;
    font-weight: 500;
    padding-bottom: 5px
}

#usa-jobs .job-content .job-location .field--name-field-job-location .field__label::after {
    content: ":"
}

#usa-jobs .job-content .job-description {
    font-size: 14px
}

#usa-jobs .job-content .job-description p {
    margin: 15px 0
}

#usa-jobs .job-apply-form {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

#usa-jobs .job-apply-form input,
#usa-jobs .job-apply-form label {
    font-family: "Poppins";
    font-size: 14px
}

#usa-jobs .job-apply-form label {
    font-weight: 700
}

#usa-jobs .job-apply-form input {
    height: 41px;
    border-radius: 0;
    font-weight: 100
}

#usa-jobs .job-apply-form input:focus {
    box-shadow: none
}

#usa-jobs .job-apply-form input[type=email] {
    padding: .3em .4em .3em .5em !important
}

#usa-jobs .job-apply-form input[type=email],
#usa-jobs .job-apply-form input[type=tel],
#usa-jobs .job-apply-form input[type=file] {
    box-sizing: border-box !important;
    border: 1px solid #b8b8b8 !important;
    border-top-color: #999 !important;
    border-radius: 2px !important;
    background: #fcfcfa !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125) !important
}

#usa-jobs .job-apply-form button {
    height: 43px;
    background-color: #00bbf0;
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    text-align: left;
    border-radius: 0;
    border: 0
}

#usa-jobs .job-apply-form .js-form-type-radio {
    padding-left: 0
}

#usa-jobs .job-apply-form input[type=file] {
    height: auto;
    padding-left: .5em
}

#usa-jobs .job-apply-form fieldset[data-drupal-selector=edit-privacy-text] {
    padding-left: 24px
}

#usa-jobs .job-apply-form fieldset[data-drupal-selector=edit-privacy-text] label {
    font-weight: normal
}

#usa-jobs .job-apply-form .captcha {
    font-size: 14px
}

#usa-jobs .job-apply-form .form-item--error-message,
#usa-jobs .job-apply-form .error.form-item--error-message {
    color: red;
    font-family: "Poppins";
    font-size: 12px;
    letter-spacing: normal;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    padding-top: 4px;
    text-transform: capitalize
}

#usa-jobs .job-apply-form .invalid-feedback {
    display: block;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 12px;
    color: red;
    font-style: normal;
    font-weight: 500;
    padding-top: 4px;
    text-transform: capitalize
}

#usa-jobs .job-apply-form .invalid-feedback .placeholder {
    font-style: normal
}

#usa-jobs .job-apply-form #edit-phone-error {
    margin-top: -19px;
    margin-bottom: 20px
}

#usa-jobs .job-apply-form #form-item--error-message {
    color: red;
    font-family: "Poppins";
    font-size: 12px;
    letter-spacing: normal;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
    padding-top: 4px;
    text-transform: capitalize
}

#usa-jobs .job-apply-form #privacy_text-error {
    position: relative;
    top: 39px;
    margin-top: -28px
}

#usa-jobs .job-apply-form .webform-confirmation {
    display: flex;
    justify-content: center;
    align-items: center
}

#usa-jobs .job-apply-form .webform-confirmation .webform-confirmation__message {
    padding: 20px 40px;
    border: 1px solid #be7;
    width: -moz-fit-content;
    width: fit-content
}

#usa-jobs .job-apply-form fieldset.js-form-type-managed-file .messages.messages--error.file-upload-js-error {
    font-size: 14px;
    font-family: "Poppins";
    font-style: normal
}

#usa-jobs .job-apply-form fieldset.js-form-type-managed-file .messages.messages--error.file-upload-js-error em.placeholder {
    font-style: normal
}

#usa-jobs .job-apply-form fieldset.form-item-captcha-response.form-group {
    margin-bottom: 5px
}

#usa-jobs .job-apply-form div[data-drupal-selector=edit-captcha] {
    margin-bottom: 20px
}

#usa-jobs form.webform-submission-job-application-form {
    width: 60%
}

@media screen and (max-width:991px) {
    #usa-jobs .job-apply-form #privacy_text-error {
        position: relative;
        top: 56px;
        margin-top: -28px
    }
    #usa-jobs #usa-jobs .job-content {
        margin-left: 0;
        margin-right: 0
    }
    #usa-jobs form.webform-submission-job-application-form {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    #usa-jobs .job-content {
        margin-left: 20px;
        margin-right: 20px
    }
    #usa-jobs .job-content .job-details {
        text-align: center
    }
    #usa-jobs .banner-section img {
        max-height: unset
    }
    #usa-jobs .banner-text {
        width: 100%;
        left: unset
    }
}

#overview-page {
    font-family: Roboto
}

#overview-page h1,
#overview-page h2,
#overview-page h3,
#overview-page h4,
#overview-page h5,
#overview-page h6,
#overview-page span,
#overview-page div,
#overview-page li,
#overview-page a,
#overview-page ul {
    font-family: "Poppins";
}

#overview-page .field--name-field-banner-text-small {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#overview-page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#overview-page img[alt^=XORIANT-reviews-ambitionbox-1] {
    width: 200px;
    height: 150px !important
}

@media screen and (max-width:991px) {
    #overview-page img[alt^="Untitled design "] {
        width: 150px !important
    }
    #overview-page img[alt^=XORIANT-reviews-ambitionbox-1] {
        width: 150px !important
    }
    #overview-page img[alt^="Commitment to Being A Great Place To Work - Badge"] {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #overview-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #overview-page .six-pack-grid {
        padding: 15px 0 !important
    }
    #overview-page .middle-content .flex {
        padding: 20px !important
    }
    #overview-page .resource {
        padding: 0 35px 71px !important
    }
    #overview-page .resource .images>div {
        width: 70% !important
    }
    #overview-page .testimonial-section .auth {
        padding: 75px !important
    }
    #overview-page .four-grid {
        padding: 20px !important
    }
    #overview-page .resource .images>div {
        padding: 50px 15px 30px 15px !important
    }
}

@media screen and (min-width:1920px) {
    #overview-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #overview-page.container {
        max-width: 1440px;
        padding: 0
    }
    #overview-page div[class="3box"] #block-homepageaccordian {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
}

#overview-page .field__label {
    display: none
}

@media only screen and (max-width:898px) {
    #overview-page .desc .block {
        margin-top: 30px
    }
    #overview-page .desktop,
    #overview-page .hide,
    #overview-page p[class^=rectangle] {
        display: none !important
    }
    #overview-page.container {
        padding: 0;
        max-width: 100%
    }
    #overview-page #block-breadcrumbs .breadcrumb,
    #overview-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-bottom: 0
    }
    #overview-page #block-breadcrumbs .breadcrumb li,
    #overview-page #block-breadcrumbs .breadcrumb a,
    #overview-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #overview-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #overview-page .banner-section {
        position: relative;
        text-align: center
    }
    #overview-page .banner-section img {
        height: auto;
        width: 100%
    }
    #overview-page .banner-section .field--name-field-know {
        display: none
    }
    #overview-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
    #overview-page .banner-section .banner-text p {
        font-weight: inherit;
        font-size: inherit
    }
    #overview-page strong {
        font-weight: 500
    }
    #overview-page img {
        width: 100%;
        height: auto
    }
    #overview-page p,
    #overview-page ul {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0
    }
    #overview-page h3 span {
        font-weight: 400
    }
    #overview-page h3.title,
    #overview-page h3,
    #overview-page h2,
    #overview-page h1 {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 10px;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #overview-page .overview {
        padding: 10px 15px
    }
    #overview-page .overview h3 {
        display: none
    }
    #overview-page .grey {
        background-color: #f7f7f7;
        padding: 15px
    }
    #overview-page .field--name-field-side-block {
        padding: 15px
    }
    #overview-page .field--name-field-side-block a {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        color: #45454a;
        border: 1px solid rgba(69, 69, 74, .6);
        margin: 0 auto;
        display: block;
        width: 75%;
        padding: 19px
    }
    #overview-page .field--name-field-side-block a a,
    #overview-page .field--name-field-side-block a a:link,
    #overview-page .field--name-field-side-block a a:visited,
    #overview-page .field--name-field-side-block a a:hover,
    #overview-page .field--name-field-side-block a a:active {
        color: white;
        text-decoration: none
    }
    #overview-page .vision.flex a {
        margin-bottom: 30px !important
    }
    #overview-page .field--name-field-side-block {
        padding-bottom: 0
    }
    #overview-page .dark {
        background: #000;
        background: linear-gradient(to bottom, #000 0, #45484d 100%);
        color: white;
        font-size: 14px;
        margin-top: 30px
    }
    #overview-page .dark .field--name-field-30-yrs-text {
        padding: 25px
    }
    #overview-page .dark h3 {
        color: white
    }
    #overview-page .values {
        padding: 15px
    }
    #overview-page .vision {
        background-color: #f7f7f7;
        padding: 15px
    }
    #overview-page .vision a {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        color: #45454a;
        border: 1px solid rgba(69, 69, 74, .6);
        margin: 0 auto;
        display: block;
        width: 75%;
        padding: 19px
    }
    #overview-page .vision a a,
    #overview-page .vision a a:link,
    #overview-page .vision a a:visited,
    #overview-page .vision a a:hover,
    #overview-page .vision a a:active {
        color: white;
        text-decoration: none
    }
    #overview-page .awards-block {
        padding: 25px 0;
        margin: 10px
    }
    #overview-page .awards-block .views-row {
        margin: 10px
    }
}

#overview-page .awards-block {
    padding: 25px 0;
    margin: 50px;
    box-shadow: 0 0 10px 5px #e6e6e6
}

#overview-page .awards-block h2 {
    letter-spacing: inherit;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

#overview-page .awards-block .views-element-container {
    padding: 0 65px
}

#overview-page .awards-block .view-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none
}

@media only screen and (min-width:898px) {
    #overview-page .field--type-text-long {
        text-align: left
    }
    #overview-page .field--type-text-long p {
        margin-bottom: 1.5rem !important
    }
    #overview-page .awards-block {
        margin: 50px 70px
    }
    #overview-page .mobile {
        display: none !important
    }
    #overview-page h3 span {
        font-weight: 400
    }
    #overview-page h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #overview-page .banner-section {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #overview-page .banner-section a,
    #overview-page .banner-section a:link,
    #overview-page .banner-section a:visited,
    #overview-page .banner-section a:hover,
    #overview-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #overview-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #overview-page .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #overview-page .banner-section .field--name-field-know {
        display: none
    }
    #overview-page #block-breadcrumbs .breadcrumb,
    #overview-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 50px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #overview-page #block-breadcrumbs .breadcrumb li,
    #overview-page #block-breadcrumbs .breadcrumb a,
    #overview-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #overview-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #overview-page h3 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: initial;
        text-transform: initial;
        color: #45454a
    }
    #overview-page .flex {
        padding: 50px;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #45454a
    }
    #overview-page .overview-content {
        margin: 0 15px;
        padding-bottom: 0
    }
    #overview-page .overview-content h3 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: initial;
        text-transform: initial;
        color: #45454a
    }
    #overview-page .overview-content .field--name-field-image-block {
        margin-left: 25px
    }
    #overview-page .grey {
        background-color: #f7f7f7;
        padding: 25px;
        margin: 50px
    }
    #overview-page .grey>div {
        display: flex;
        justify-content: space-between;
        text-align: center
    }
    #overview-page .grey .field__item {
        flex-basis: 33%;
        flex-grow: 0;
        text-align: center;
        border-right: 1px solid #bababa;
        color: #45454a;
        padding: 5px
    }
    #overview-page .grey .field__item:nth-child(3) {
        border-right: 0
    }
    #overview-page .desc {
        margin: 0 15px;
        padding: 50px 50px 0 50px;
        color: #45454a
    }
    #overview-page .desc h1 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: initial;
        text-transform: initial;
        text-align: center;
        margin-bottom: 30px
    }
    #overview-page .desc .block {
        display: flex;
        font-size: 14px;
        margin-top: 30px
    }
    #overview-page .desc .block>div:first-of-type {
        margin-right: 25px
    }
    #overview-page .desc a {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        color: #45454a;
        border: 1px solid rgba(69, 69, 74, .6)
    }
    #overview-page .desc a a,
    #overview-page .desc a a:link,
    #overview-page .desc a a:visited,
    #overview-page .desc a a:hover,
    #overview-page .desc a a:active {
        color: white;
        text-decoration: none
    }
    #overview-page .full-w {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #overview-page .dark-grad {
        background: #000;
        background: -webkit-linear-gradient(top, #000 0, #45484d 100%);
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        margin-top: 30px
    }
    #overview-page .dark-grad .dark {
        color: white;
        font-size: 14px;
        max-width: 1440px;
        margin: auto;
        padding: 50px 70px
    }
    #overview-page .dark-grad .dark>div:last-of-type {
        margin-left: 25px
    }
    #overview-page .dark-grad .dark h3 {
        color: white
    }
    #overview-page .values {
        padding: 50px 65px;
        font-size: 14px;
        color: #45454a
    }
    #overview-page .values>div {
        display: flex
    }
    #overview-page .values>div>div[class=text] {
        margin-right: 25px
    }
    #overview-page .values>div>div:last-child {
        margin-left: 25px
    }
    #overview-page .values>div:last-child {
        margin-top: 25px
    }
    #overview-page .light-grey {
        background-color: #f7f7f7;
        margin-bottom: 50px;
        margin-top: 0
    }
    #overview-page .light-grey .vision {
        max-width: 1440px;
        margin: auto;
        padding: 50px 70px
    }
    #overview-page .light-grey .vision .field--name-field-vison-tex {
        margin-right: 25px
    }
    #overview-page .light-grey .vision ul {
        padding: 0 20px
    }
    #overview-page .light-grey .vision a {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        color: #45454a;
        margin-top: -3px;
        display: inline-block;
        padding: 19px;
        border: 1px solid rgba(69, 69, 74, .6)
    }
    #overview-page .light-grey .vision a a,
    #overview-page .light-grey .vision a a:link,
    #overview-page .light-grey .vision a a:visited,
    #overview-page .light-grey .vision a a:hover,
    #overview-page .light-grey .vision a a:active {
        color: white;
        text-decoration: none
    }
}

#content {
    padding: 0
}

.node--type-careers-landing- #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

#careers-landing-page {
    font-family: "Poppins";
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px
}

#careers-landing-page img[alt^=XORIANT-reviews-ambitionbox-1] {
    width: 200px;
    height: 150px !important
}

#careers-landing-page .button-apply {
    background: #07925a;
    font-size: 14px;
    padding: 10px 15px
}

#careers-landing-page .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#careers-landing-page .flip-container:hover .flipper,
#careers-landing-page .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#careers-landing-page .flip-container:hover .flipper .back,
#careers-landing-page .flip-container.hover .flipper .back {
    z-index: 3
}

#careers-landing-page .flip-container,
#careers-landing-page .front,
#careers-landing-page .back {
    width: 100%
}

#careers-landing-page .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 170px;
    position: relative
}

#careers-landing-page .front,
#careers-landing-page .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 239px
}

#careers-landing-page .front {
    z-index: 2
}

#careers-landing-page .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#careers-landing-page .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#careers-landing-page .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

#careers-landing-page .content,
#careers-landing-page .main-content,
#careers-landing-page .container,
#careers-landing-page .main-container {
    padding: 0
}

#careers-landing-page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#careers-landing-page #block-breadcrumbs,
#careers-landing-page #block-bootstrap-xoriant-breadcrumbs {
    position: relative !important;
    margin-top: 0 !important;
    bottom: 310px
}

#careers-landing-page #block-breadcrumbs .breadcrumb,
#careers-landing-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
    background: 0 0;
    margin-left: 85px;
    padding: 15px;
    margin-bottom: 0
}

#careers-landing-page .mobile {
    display: none
}

#careers-landing-page .banner-section {
    position: relative;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

#careers-landing-page .banner-section a,
#careers-landing-page .banner-section a:link,
#careers-landing-page .banner-section a:visited,
#careers-landing-page .banner-section a:hover,
#careers-landing-page .banner-section a:active {
    color: white;
    text-decoration: none
}

#careers-landing-page .banner-section img {
    width: 100%;
    background-size: 100% 100%;
    height: auto
}

#careers-landing-page .banner-section .banner-text {
    position: absolute;
    color: white;
    left: 100px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 200px
}

#careers-landing-page .banner-section .banner-text .field--name-field-banner-caption {
    font-family: "Poppins";
    color: white;
    font-size: 40px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500
}

#careers-landing-page .banner-section .banner-text .field--name-field-know-more {
    box-sizing: border-box;
    height: 50px;
    width: 135px;
    display: flex;
    align-items: center;
    margin-left: 0;
    background: white;
    justify-content: center
}

#careers-landing-page .banner-section .banner-text .field--name-field-know-more a {
    color: #44464b;
    font-family: "Poppins";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    text-decoration: none
}

#careers-landing-page .intro-image-block {
    margin: 35px 100px
}

#careers-landing-page .intro-image-block .image-block-title.title {
    line-height: normal;
    font-size: 2.2vw;
    text-transform: inherit;
    letter-spacing: normal;
    text-align: center;
    font-family: "Poppins";
    font-weight: 500;
    color: #45454a;
    margin-bottom: 20px
}

#careers-landing-page .intro-image-block .image-block.flex {
    display: flex
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container {
    margin-right: 30px
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
    width: 100%
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 200;
    display: none
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border {
    padding: 20px 30px;
    width: 40%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
    outline: 0;
    border: 0;
    background: transparent;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border #intro-video {
    width: 100%;
    height: 300px;
    border: 0;
    margin-right: 0
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player {
    max-width: 100% !important;
    height: 100% !important
}

#careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border .field__item p {
    margin-bottom: 0;
    line-height: 0
}

#careers-landing-page .intro-image-block .image-block.flex img {
    width: auto;
    height: auto
}

#careers-landing-page .intro-image-block .image-block.flex .field--name-field-image-block {
    margin-right: 40px
}

#careers-landing-page .intro-image-block .image-block.flex .field--name-field-image-block-description {
    font-family: "Poppins";
    font-size: 1.15vw;
    color: #45454a
}

#careers-landing-page .careers-tab-wrapper {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 36px
}

#careers-landing-page .careers-tab-wrapper .tab {
    overflow: hidden;
    display: flex;
    justify-content: center
}

#careers-landing-page .careers-tab-wrapper .tab button {
    background-color: inherit;
    float: left;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 2px 16px;
    transition: .3s;
    margin-right: 36px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins";
    color: #45454a
}

#careers-landing-page .careers-tab-wrapper .tab button.active {
    border-bottom: 3px solid #57b791 !important;
    font-weight: 500
}

#careers-landing-page .careers-tab-wrapper .tabcontent {
    display: none;
    margin-top: 26px;
    border-top: 0;
    animation: fadeEffect 1s
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-row {
    display: flex;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 20px
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-item {
    display: flex;
    justify-content: center;
    padding-left: 50px
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-item:first-child {
    padding-left: 0
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .use-case-card {
    width: 21rem;
    border-radius: 0
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .use-case-card .use-case-img {
    width: 100%
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .use-case-card .use-case-body {
    min-height: unset;
    text-align: center;
    background-color: #f5f5f5;
    padding: 10px
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .use-case-card .use-case-body .use-case-title {
    color: #45454a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .use-case-card .use-case-body .use-case-desc {
    font-size: 14px;
    opacity: .8;
    color: #45454a;
    font-family: "Poppins";
    text-align: center;
    line-height: 20px
}

#careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .use-case-card .use-case-card-link {
    display: none
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#careers-landing-page .job-opening {
    position: relative;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

#careers-landing-page .job-opening .back-image img {
    width: 100%;
    height: auto
}

#careers-landing-page .job-opening .job-opening-title {
    position: absolute;
    top: 50px;
    color: white;
    font-family: "Poppins";
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    width: 100%;
    text-align: center
}

#careers-landing-page .job-opening .job-opening-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

#careers-landing-page .job-opening .job-opening-wrapper .job-india {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    background: rgba(69, 69, 74, .5);
    width: 325px;
    border-radius: 85px;
    height: 100px;
    cursor: pointer
}

#careers-landing-page .job-opening .job-opening-wrapper .job-india .field--name-field-india-job-icon {
    margin-right: 10px;
    padding-top: 30px;
    padding-left: 100px;
    padding-bottom: 30px
}

#careers-landing-page .job-opening .job-opening-wrapper .job-india .field--name-field-indiajobopening {
    padding-right: 100px;
    padding-top: 5px
}

#careers-landing-page .job-opening .job-opening-wrapper .job-india .field--name-field-indiajobopening a {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    color: white
}

#careers-landing-page .job-opening .job-opening-wrapper .job-usa {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(69, 69, 74, .5);
    width: 325px;
    border-radius: 85px;
    height: 100px;
    cursor: pointer
}

#careers-landing-page .job-opening .job-opening-wrapper .job-usa .field--name-field-usa-job-icon {
    margin-right: 16px;
    padding-top: 30px;
    padding-left: 115px;
    padding-bottom: 30px
}

#careers-landing-page .job-opening .job-opening-wrapper .job-usa .field--name-field-usjobopening {
    padding-right: 115px;
    padding-top: 10px
}

#careers-landing-page .job-opening .job-opening-wrapper .job-usa .field--name-field-usjobopening a {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    color: white
}

#careers-landing-page .image-block.flex iframe {
    margin-right: 25px
}

#careers-landing-page .image-block.flex>div {
    width: 65%;
    margin-top: -5px
}

#careers-landing-page .framework {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

#careers-landing-page .framework img {
    width: 100%
}

#careers-landing-page .framework .flex {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

#careers-landing-page .framework .flex .field--name-field-demo {
    margin-top: 10px
}

#careers-landing-page .framework .field--name-field-framework-title {
    font-size: 30px;
    color: white;
    font-family: "Poppins";
    font-weight: 400;
    margin-right: 30px
}

#careers-landing-page .framework .field--name-field-framework-title p {
    margin: 0
}

#careers-landing-page .framework .field--name-field-learn-more a {
    background: white;
    color: #00bbf0;
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

#careers-landing-page #testimonialCarouselIndicators {
    height: 350px
}

#careers-landing-page .testimonials-section {
    margin-top: 150px !important;
    margin-bottom: 150px !important
}

#careers-landing-page .testimonials-section .carousel-item img {
    width: 100%
}

#careers-landing-page .testimonials-section hr.brand-line {
    width: 70px !important
}

#careers-landing-page .testimonials-section .carousel-inner {
    overflow: visible !important
}

#careers-landing-page .testimonials-section ol.carousel-indicators {
    bottom: -140px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    left: 1015px !important;
    display: none
}

#careers-landing-page .testimonials-section ol.carousel-indicators li {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 50px;
    border-top: 0;
    border-bottom: 0;
    opacity: unset;
    border-style: solid;
    border-width: 1px
}

#careers-landing-page .testimonials-section ol.carousel-indicators li.active {
    background-color: #45454a
}

#careers-landing-page .testimonials-section .arrows-next-prev {
    bottom: 110% !important;
    position: absolute;
    right: 12%
}

#careers-landing-page .testimonials-section .arrows-next-prev .carousel-control-prev {
    opacity: 1;
    margin: 0 20px 0 20px
}

#careers-landing-page .testimonials-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(/cdn/ff/hxfQIXBM0uyhrUU78H6skIhYWqL63zo_H7ZsVfYo5O4/1664882710/public/Bodhi-Images/pngfind.com-back-button-icon-png-3814557%20%281%29.png);
    height: 30px;
    width: 20px;
    transform: rotate(180deg)
}

#careers-landing-page .testimonials-section .arrows-next-prev .carousel-control-next {
    opacity: 1;
    margin: 0 20px 0 20px
}

#careers-landing-page .testimonials-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
    background-image: url(/cdn/ff/hxfQIXBM0uyhrUU78H6skIhYWqL63zo_H7ZsVfYo5O4/1664882710/public/Bodhi-Images/pngfind.com-back-button-icon-png-3814557%20%281%29.png);
    height: 30px;
    width: 20px;
    transform: rotate(360deg)
}

#careers-landing-page .testimonials-section .arrows-next-prev>a {
    height: 45px;
    width: 25px !important;
    display: block;
    border: 0;
    padding-top: 13px
}

#careers-landing-page .testimonials-section .carousel-caption {
    bottom: 50px;
    background-image: linear-gradient(#1b1b1b, gray);
    color: #fff;
    max-width: 350px;
    padding: 20px;
    position: relative;
    left: 25% !important;
    text-align: left;
    border-radius: 10px
}

#careers-landing-page .testimonials-section .carousel-caption .testimonial-name {
    color: #fff;
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 500;
    line-height: 20px !important
}

#careers-landing-page .testimonials-section .carousel-caption .testimonial-name span {
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500
}

#careers-landing-page .testimonials-section .carousel-caption .testimonial-desc {
    color: #fff;
    margin-top: 10px;
    font-family: "Poppins";
    margin-bottom: 80px
}

#careers-landing-page .testimonials-section .carousel-caption .testimonial-img {
    position: absolute;
    bottom: -20px
}

#careers-landing-page .testimonials-section .carousel-caption .testimonial-img img {
    border-radius: 50px;
    height: 100px;
    width: 100px
}

#careers-landing-page .testimonials-section .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

#careers-landing-page .testimonials-section .carousel-fade .carousel-item.active,
#careers-landing-page .testimonials-section .carousel-fade .carousel-item-next.carousel-item-left,
#careers-landing-page .testimonials-section .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

#careers-landing-page .testimonials-section .carousel-fade .active.carousel-item-left,
#careers-landing-page .testimonials-section .carousel-fade .active.carousel-item-right {
    opacity: 0
}

#careers-landing-page .testimonials-section .carousel-fade .carousel-item-next,
#careers-landing-page .testimonials-section .carousel-fade .carousel-item-prev,
#careers-landing-page .testimonials-section .carousel-fade .carousel-item.active,
#careers-landing-page .testimonials-section .carousel-fade .active.carousel-item-left,
#careers-landing-page .testimonials-section .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

#careers-landing-page .testimonials-section .carousel-control-prev,
#careers-landing-page .testimonials-section .carousel-control-next {
    width: 8%
}

#careers-landing-page .testimonials-section .carousel-control-prev .carousel-control-prev-icon,
#careers-landing-page .testimonials-section .carousel-control-prev .carousel-control-next-icon,
#careers-landing-page .testimonials-section .carousel-control-next .carousel-control-prev-icon,
#careers-landing-page .testimonials-section .carousel-control-next .carousel-control-next-icon {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next.png);
    height: 32px;
    width: 32px
}

#careers-landing-page .testimonials-section .carousel-control-prev-icon {
    transform: rotate(180deg)
}

#careers-landing-page .four-grid {
    width: 20%;
    margin: 0 5.5px
}

#careers-landing-page .four-grid .grids {
    text-align: center
}

#careers-landing-page .four-grid .grids .images img {
    width: 255px;
    height: auto
}

#careers-landing-page .four-grid .grids h3 {
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 500
}

#careers-landing-page .four-grid .grids .desc {
    font-size: 14px;
    color: #45454a;
    font-family: "Poppins";
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    background-color: #f7f7f7;
    padding: 10px 20px
}

#careers-landing-page .four-grid .grids .desc p {
    margin: 5px
}

#careers-landing-page .four-grid[length="1"] {
    width: 40%
}

#careers-landing-page .four-grid[length="2"] {
    width: 60%
}

#careers-landing-page .four-grid[length="3"] {
    width: 90%
}

@media(max-width:1024px) {
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container {
        margin-right: 30px !important
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container img {
        width: 100%
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border {
        width: 60% !important
    }
}

@media(max-width:767px) {
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container {
        margin-right: 0 !important;
        width: 100%
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container img {
        width: 100% !important;
        height: auto !important
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 200;
        display: none
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 10px;
        width: 85% !important;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border #intro-video {
        width: 100%;
        height: 170px;
        border: 0
    }
    #careers-landing-page .intro-image-block .image-block.flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player {
        max-width: 100% !important;
        height: 100% !important
    }
}

@media only screen and (max-width:991px) {
    #careers-landing-page .testimonials-section .carousel-caption {
        max-width: unset !important;
        width: 90%
    }
}

@media only screen and (min-width:992px) {
    #careers-landing-page .block-views-blocktestimonials-block-1 #testimonialCarouselIndicators,
    #careers-landing-page .testimonials-section #testimonialCarouselIndicators {
        width: 100% !important
    }
    #careers-landing-page .block-views-blocktestimonials-block-1 .carousel-caption,
    #careers-landing-page .testimonials-section .carousel-caption {
        max-width: 350px
    }
    #careers-landing-page .block-views-blocktestimonials-block-1 .carousel-inner,
    #careers-landing-page .testimonials-section .carousel-inner {
        background: url(/cdn/ff/reKyH78DQXFq8QIwXq0wjdLPQl7Gbt9LfOigBSk9Kw4/1675749248/public/Bodhi-Images/1_5.png) bottom center no-repeat !important;
        min-height: 440px
    }
    #careers-landing-page img[alt^=logo] {
        margin-right: 20px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #careers-landing-page .home.desktop .carousel-item {
        height: 285px !important
    }
}

@media screen and (min-width:1920px) {
    #careers-landing-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1024px) and (max-width:1920px) {
    #careers-landing-page.container {
        max-width: 1440px;
        padding: 0
    }
    #careers-landing-page .tech-stack {
        max-width: 1440px;
        margin: 25px auto
    }
    #careers-landing-page .tech-stack .views-field-field-meta-title,
    #careers-landing-page .tech-stack .views-field-field-tech-stack {
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 5px
    }
    #careers-landing-page .tech-stack .views-field-field-tech-image img {
        height: 64px;
        width: 64px
    }
    #careers-landing-page .tech-stack .tech-head,
    #careers-landing-page .tech-stack .views-field-field-tech-stack {
        width: 100%;
        text-align: center;
        line-height: normal;
        font-size: 2.2vw;
        text-transform: inherit;
        letter-spacing: normal;
        text-align: center;
        font-family: "Poppins";
        font-weight: 500;
        color: #45454a;
        margin-bottom: 25px
    }
    #careers-landing-page .tech-stack .views-field-field-tech-stack {
        font-size: 1.7vw;
        margin-bottom: 25px
    }
    #careers-landing-page .tech-stack .views-field.views-field-field-tech-image {
        margin: 20px auto
    }
    #careers-landing-page .tech-stack .views-field.views-field-field-links {
        margin: 10px 0;
        text-align: center;
        width: 100%
    }
    #careers-landing-page .tech-stack .views-field.views-field-field-links a {
        font-size: 14px
    }
    #careers-landing-page .tech-stack .view-content.row {
        margin: 0;
        justify-content: center
    }
    #careers-landing-page .tech-stack .view-content.row>div {
        display: flex;
        flex: 0 0 30%;
        max-width: 30%;
        flex-wrap: inherit;
        align-items: baseline;
        margin: 0 20px;
        padding: 28px;
        background-color: #f7f7f7
    }
    #careers-landing-page .tech-stack .views-field-field-job-description {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }
    #careers-landing-page .leaders-list {
        display: flex;
        width: 100%;
        padding: 20px;
        justify-content: center
    }
    #careers-landing-page .leaders-list .desc {
        width: 255px;
        margin: 0 auto
    }
    #careers-landing-page .heading-intro {
        text-align: center;
        margin-bottom: 25px;
        margin-top: 40px
    }
    #careers-landing-page .heading-intro h2 {
        font-size: 22px;
        line-height: normal;
        font-weight: 500;
        font-family: "Poppins";
        color: #45454a
    }
    #careers-landing-page h3.loc-title {
        font-size: 22px;
        line-height: normal;
        font-weight: 500;
        width: 100%;
        text-align: center;
        font-family: "Poppins";
        color: #45454a;
        margin-bottom: 25px;
        letter-spacing: inherit;
        text-transform: capitalize
    }
    #careers-landing-page .values {
        padding: 5px 100px;
        margin-bottom: 35px;
        color: #45454a
    }
    #careers-landing-page .values .view-content.row {
        justify-content: center
    }
    #careers-landing-page .values .view-content.row .views-row {
        width: 20%
    }
    #careers-landing-page .values .images {
        text-align: center
    }
    #careers-landing-page .values .images img {
        width: 200px;
        height: auto
    }
    #careers-landing-page .values .text-content {
        color: #45454a;
        text-align: center;
        margin-top: 20px;
        font-size: 14px
    }
    #careers-landing-page .global-loc {
        padding: 5px 100px
    }
    #careers-landing-page .global-loc .loc-title {
        color: #45454a
    }
    #careers-landing-page .global-loc .view-content.row {
        display: flex;
        justify-content: center
    }
    #careers-landing-page .global-loc .view-content.row .views-row {
        margin-right: 20px;
        width: 30%
    }
    #careers-landing-page .global-loc .view-content.row .views-row:last-of-type {
        margin-right: 0
    }
    #careers-landing-page .global-loc .view-content.row .views-row .views-field-field-image img {
        width: 350px;
        height: auto
    }
    #careers-landing-page .global-loc .view-content.row .views-row .views-field-field-location-headings {
        font-weight: 500;
        font-size: 18px;
        margin: 15px 0;
        color: #45454a
    }
    #careers-landing-page .global-loc .view-content.row .views-row .views-field-field-location-address p {
        margin-bottom: 0;
        font-size: 15px;
        color: #45454a
    }
    #careers-landing-page .open-gov .job-opening-title {
        top: 20px
    }
    #careers-landing-page .open-gov .pagination {
        display: flex;
        justify-content: center;
        padding: 10px 50px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0
    }
    #careers-landing-page .open-gov .pagination li[role=presentation] {
        display: none !important
    }
    #careers-landing-page .open-gov .pagination li span,
    #careers-landing-page .open-gov .pagination li a {
        padding: 5px 15px;
        border: 1px solid #ececec;
        border-radius: 0;
        color: #45454a
    }
    #careers-landing-page .open-gov .pagination li.active span,
    #careers-landing-page .open-gov .pagination li.active a {
        color: white;
        background-color: #0079c0;
        border-radius: 0
    }
    #careers-landing-page .open-gov .pagination li[class*=pager__] {
        padding: 7px 15px
    }
    #careers-landing-page .open-gov .pagination li.page-item {
        display: flex;
        justify-content: center;
        margin: 5px 10px
    }
    #careers-landing-page .open-gov .pagination li a[title="Go to previous page"] {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down-white.png) no-repeat;
        height: 16px;
        width: 16px;
        border: 0;
        padding: 0
    }
    #careers-landing-page .open-gov .pagination li a[title="Go to previous page"] span {
        display: none
    }
    #careers-landing-page .open-gov .pagination li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down-white.png);
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        border: 0;
        padding: 0;
        transform: rotate(180deg)
    }
    #careers-landing-page .open-gov .pagination li.pager__item--next a span {
        display: none
    }
    #careers-landing-page .open-gov .pagination li a[title="Go to first page"] {
        display: none
    }
    #careers-landing-page .open-gov .pagination li a[title="Go to last page"] {
        display: none
    }
    #careers-landing-page .open-gov .views-element-container {
        padding: 15px 45px;
        color: white;
        width: 85%;
        margin-top: 60px
    }
    #careers-landing-page .open-gov .views-element-container .jobs-list {
        width: 100%
    }
    #careers-landing-page .open-gov .container {
        display: inline-block;
        width: 31%;
        margin: 10px;
        padding: 10px;
        border-radius: 10px;
        background: rgba(30, 30, 30, .5);
        vertical-align: top
    }
    #careers-landing-page .open-gov strong,
    #careers-landing-page .open-gov p {
        font-weight: 500;
        display: inline
    }
    #careers-landing-page .open-gov .block-1 .role {
        font-size: 18px;
        margin: 10px 0
    }
    #careers-landing-page .open-gov .block-1 .exp {
        font-size: 12px;
        min-height: 24px;
        font-weight: 500
    }
    #careers-landing-page .open-gov .block-2 .skills {
        font-size: 12px
    }
    #careers-landing-page .open-gov .block-3 {
        display: flex;
        justify-content: space-between;
        color: #fff;
        margin-top: 10px
    }
    #careers-landing-page .open-gov .block-3 .job-location {
        font-size: 12px;
        position: relative;
        padding-left: 20px
    }
    #careers-landing-page .open-gov .block-3 .job-location::after {
        position: absolute;
        content: "";
        background-image: url(/sites/default/files/icons/pin.png);
        height: 14px;
        width: 14px;
        left: 0;
        background-size: 100%;
        top: 2px
    }
    #careers-landing-page .open-gov .block-3 .job-link {
        text-align: center
    }
    #careers-landing-page .open-gov .block-3 .job-link a {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline;
        letter-spacing: .5px;
        font-weight: 500
    }
    #careers-landing-page .open-gov-leaders .title {
        line-height: normal;
        font-size: 2.2vw;
        text-transform: inherit;
        letter-spacing: normal;
        text-align: center;
        font-family: "Poppins";
        font-weight: 500;
        color: #45454a;
        margin-bottom: 20px
    }
    #careers-landing-page .tab.mobile-tab {
        display: none !important
    }
}

@media only screen and (min-width:1024px) and (max-width:1150px) {
    #careers-landing-page .open-gov .views-element-container {
        padding: 15px 0
    }
    #careers-landing-page .open-gov .container {
        width: 30%;
        margin: 5px;
        padding: 5px
    }
    #careers-landing-page .open-gov .role {
        font-size: 16px !important;
        margin: 0 !important
    }
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #careers-landing-page .tech-stack .view-content.row {
        margin: 0;
        justify-content: center
    }
    #careers-landing-page .tech-stack .view-content.row>div {
        display: flex;
        flex: 0 0 30%;
        max-width: 30%;
        flex-wrap: inherit;
        align-items: baseline;
        margin: 0 16px;
        padding: 17px;
        background-color: #f7f7f7
    }
    #careers-landing-page .view-open-gov-leaders .back {
        height: 292px
    }
    #careers-landing-page .view-open-gov-leaders .back p {
        line-height: 17px
    }
    #careers-landing-page .view-open-gov-leaders .four-grid .grids .images img {
        width: 184px;
        height: auto
    }
    #careers-landing-page .view-open-gov-leaders .four-grid .flipper {
        height: 123px
    }
    #careers-landing-page .view-open-gov-leaders .four-grid .desc {
        width: auto;
        margin: 0 auto
    }
    #careers-landing-page .awards-block {
        margin: 66px 50px !important
    }
}

@media screen and (max-width:1280px) {
    #careers-landing-page #block-breadcrumbs .breadcrumb,
    #careers-landing-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        margin-left: 15px
    }
    #careers-landing-page .intro-image-block {
        margin: 35px 30px
    }
    #careers-landing-page .careers-tab-wrapper {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 36px
    }
    #careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-row {
        justify-content: space-around
    }
    #careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-row .useCase-item {
        padding-left: 0
    }
    #careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .use-case-card {
        width: 18rem
    }
    #careers-landing-page .w-100 {
        width: 100% !important;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #careers-landing-page .testimonials-section picture img {
        height: 400px !important
    }
    #careers-landing-page .testimonials-section .carousel-caption {
        bottom: 60px !important
    }
    #careers-landing-page .testimonials-section ol.carousel-indicators {
        bottom: -100px !important;
        left: 800px !important
    }
    #careers-landing-page .testimonials-section .arrows-next-prev {
        right: 11% !important
    }
}

@media screen and (max-width:991px) {
    #careers-landing-page img[alt^="Untitled design "] {
        width: 150px !important
    }
    #careers-landing-page img[alt^=XORIANT-reviews-ambitionbox-1] {
        width: 150px !important
    }
    #careers-landing-page img[alt^=logo] {
        margin-top: 20px;
        margin-bottom: 20px
    }
    #careers-landing-page .testimonials-section {
        margin-bottom: 180px !important;
        margin-top: 40px !important
    }
    #careers-landing-page .testimonials-section .arrows-next-prev {
        bottom: -35% !important;
        right: 50% !important;
        position: absolute
    }
    #careers-landing-page .testimonials-section .d-block.w-100.background-img {
        visibility: hidden
    }
    #careers-landing-page .testimonials-section ol.carousel-indicators {
        left: 0 !important;
        display: none !important
    }
    #careers-landing-page .testimonials-section p {
        text-align: left !important
    }
    #careers-landing-page .testimonials-section hr.brand-line {
        margin-left: unset !important;
        width: 60px !important
    }
    #careers-landing-page .testimonials-section .carousel-caption {
        bottom: 5px !important;
        left: 0 !important;
        text-align: left !important;
        right: 0 !important;
        margin: auto !important
    }
    #careers-landing-page li.pager__item--next a span {
        display: none
    }
    #careers-landing-page li a[title="Go to first page"] {
        display: none
    }
    #careers-landing-page li a[title="Go to last page"] {
        display: none
    }
    #careers-landing-page li a[title="Go to next page"] {
        display: none
    }
    #careers-landing-page ul.pagination {
        margin: 0
    }
    #careers-landing-page ul.pagination li {
        display: flex;
        justify-content: center;
        margin: 5px 10px
    }
    #careers-landing-page .banner-section.mobile {
        display: block
    }
    #careers-landing-page .open-gov-leaders .title {
        line-height: normal;
        font-size: 22px;
        text-transform: inherit;
        letter-spacing: normal;
        text-align: center;
        font-family: "Poppins";
        font-weight: 500;
        color: #45454a;
        margin: 20px
    }
    #careers-landing-page .open-gov-leaders .leaders-list {
        width: 100%
    }
    #careers-landing-page .open-gov-leaders .leaders-list .four-grid {
        width: 75%;
        margin: 0 auto
    }
    #careers-landing-page .open-gov-leaders .leaders-list .desc {
        width: 255px;
        margin: 0 auto
    }
    #careers-landing-page .open-gov .view-content.row {
        margin-top: 25px
    }
    #careers-landing-page .jobs-list {
        background-color: #15182f;
        color: white;
        box-shadow: 0 0 10px 5px #124735;
        height: 270px;
        overflow: scroll;
        margin: 20px;
        padding: 10px;
        width: 275px;
        margin-bottom: 5px
    }
    #careers-landing-page .jobs-list .container {
        border-bottom: 1px dotted white !important;
        padding: 10px 0 !important
    }
    #careers-landing-page .jobs-list p {
        display: inline;
        font-size: 12px
    }
    #careers-landing-page .jobs-list strong {
        font-weight: 500;
        font-size: 12px;
        display: inline
    }
    #careers-landing-page .jobs-list .job-location {
        font-size: 12px
    }
    #careers-landing-page .jobs-list .job-link a {
        background: white;
        padding: 5px;
        margin: 5px 0;
        display: block;
        width: 45%;
        font-size: 12px;
        font-weight: 500;
        font-family: "Poppins";
        text-align: center
    }
    #careers-landing-page .tech-stack .views-field-field-meta-title,
    #careers-landing-page .tech-stack .views-field-field-tech-stack {
        color: #45454a;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 5px
    }
    #careers-landing-page .tech-stack .views-field-field-tech-image img {
        height: 100px;
        width: 100px
    }
    #careers-landing-page .tech-stack .tech-head,
    #careers-landing-page .tech-stack .views-field-field-tech-stack {
        width: 100%;
        text-align: center;
        line-height: normal;
        font-size: 22px;
        text-transform: inherit;
        letter-spacing: normal;
        text-align: center;
        font-family: "Poppins";
        font-weight: 500;
        color: #45454a;
        margin-bottom: 25px;
        margin-top: 25px
    }
    #careers-landing-page .tech-stack .views-field-field-tech-stack {
        font-size: 16px;
        margin-bottom: 25px;
        margin-top: 0
    }
    #careers-landing-page .tech-stack .views-field.views-field-field-tech-image {
        margin: 20px auto
    }
    #careers-landing-page .tech-stack .views-field.views-field-field-links {
        margin: 10px 0;
        text-align: center;
        width: 100%
    }
    #careers-landing-page .tech-stack .views-field.views-field-field-links a {
        font-size: 14px
    }
    #careers-landing-page .tech-stack .view-content.row {
        margin: 0;
        justify-content: center;
        margin: 0;
        display: initial;
        text-align: center
    }
    #careers-landing-page .tech-stack .view-content.row>div {
        flex-wrap: inherit;
        align-items: baseline;
        margin: 10px 20px;
        padding: 25px;
        background-color: #f7f7f7
    }
    #careers-landing-page .tech-stack .views-field-field-job-description {
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }
    #careers-landing-page .banner-section .banner-text {
        left: 0
    }
    #careers-landing-page .intro-image-block .image-block.flex {
        flex-direction: column;
        align-items: center
    }
    #careers-landing-page .intro-image-block .image-block.flex img {
        width: 100%
    }
    #careers-landing-page .intro-image-block .image-block.flex .field--name-field-image-block {
        margin-right: 0;
        margin-bottom: 40px;
        min-width: unset;
        max-width: unset
    }
    #careers-landing-page #testimonialCarouselIndicators {
        height: unset
    }
    #careers-landing-page #testimonialCarouselIndicators .carousel-inner {
        height: auto !important
    }
    #careers-landing-page .careers-tab-wrapper .tab {
        flex-direction: column;
        align-items: flex-start
    }
    #careers-landing-page .careers-tab-wrapper .tab button.tablinks {
        margin-bottom: 20px;
        border: 1px solid #44464b !important;
        width: 100%;
        text-align: left;
        padding: 18px !important;
        background: url(/themes/custom/bootstrap_xoriant/images/icons/DownArrow.png) no-repeat right .75rem center !important;
        font-weight: 500;
        font-family: "Poppins";
        color: #45454a
    }
    #careers-landing-page .careers-tab-wrapper .tab button.active {
        font-weight: 400;
        margin-bottom: 0;
        border-bottom: 0 !important;
        background: url(/themes/custom/bootstrap_xoriant/images/icons/UpArrow.png) no-repeat right .75rem center !important;
        font-weight: 500;
        font-family: "Poppins";
        color: #45454a
    }
    #careers-landing-page .careers-tab-wrapper .tabcontent {
        border: 1px solid #44464b;
        margin-top: 0;
        border-top: 0;
        margin-bottom: 20px;
        width: 100%
    }
    #careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-row {
        flex-direction: column
    }
    #careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-row .useCase-item {
        margin: 20px 20px
    }
    #careers-landing-page .careers-tab-wrapper .tabcontent .card-wrapper .useCase-row .useCase-item .use-case-card {
        width: 100%
    }
    #careers-landing-page .job-opening .job-opening-title {
        top: 20px
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-india .field--name-field-india-job-icon {
        padding-top: 36px;
        padding-left: 60px
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-india .field--name-field-indiajobopening {
        padding-right: 60px
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-usa .field--name-field-usa-job-icon {
        padding-top: 36px;
        padding-left: 75px
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-usa .field--name-field-usjobopening {
        padding-right: 75px
    }
    #careers-landing-page .framework img {
        height: 100px
    }
}

#careers-landing-page .awards-block {
    padding: 25px 0;
    margin: 50px;
    box-shadow: 0 0 10px 5px #e6e6e6
}

#careers-landing-page .awards-block h2 {
    letter-spacing: inherit;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px
}

#careers-landing-page .awards-block .views-element-container {
    padding: 0 65px
}

#careers-landing-page .awards-block .view-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none
}

#careers-landing-page .awards-block .tab.mobile-tab {
    display: none !important
}

#careers-landing-page .fraud-note {
    padding: 25px;
    margin: 50px;
    box-shadow: 0 0 10px 5px #e6c6c6
}

#careers-landing-page .fraud-note .note-block {
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width:991px) {
    #careers-landing-page .heading-intro {
        text-align: center;
        margin-bottom: 35px
    }
    #careers-landing-page .heading-intro h2 {
        font-size: 22px;
        line-height: normal;
        font-weight: 500;
        font-family: "Poppins";
        color: #45454a
    }
    #careers-landing-page h3.loc-title {
        font-size: 22px;
        line-height: normal;
        font-weight: 500;
        width: 100%;
        text-align: center;
        font-family: "Poppins";
        color: #45454a;
        margin-bottom: 25px;
        letter-spacing: inherit;
        text-transform: capitalize
    }
    #careers-landing-page .values .view-content.row {
        display: block
    }
    #careers-landing-page .values #valueCarousel img {
        width: 220px;
        height: auto
    }
    #careers-landing-page .values #valueCarousel .carousel-item {
        text-align: center
    }
    #careers-landing-page .values #valueCarousel .text-content {
        color: #45454a;
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        padding: 0 10px
    }
    #careers-landing-page .global-loc h3 {
        margin-top: 25px
    }
    #careers-landing-page .global-loc img {
        width: 100%;
        height: auto
    }
    #careers-landing-page .global-loc .views-field-field-location-headings {
        font-weight: 500;
        font-size: 18px;
        margin: 15px;
        color: #45454a;
        text-align: start
    }
    #careers-landing-page .global-loc .views-field-field-location-address p {
        margin-bottom: 0;
        margin: 0 15px;
        font-size: 15px;
        color: #45454a;
        text-align: start
    }
}

@media screen and (max-width:768px) {
    #careers-landing-page .awards-block {
        padding: 25px 0
    }
    #careers-landing-page .awards-block .views-row {
        margin: 10px
    }
    #careers-landing-page .desktop {
        display: none
    }
    #careers-landing-page .mobile {
        display: block
    }
    #careers-landing-page .banner-section {
        position: relative;
        text-align: center
    }
    #careers-landing-page .banner-section img {
        height: auto;
        width: 100%
    }
    #careers-landing-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
    #careers-landing-page .job-opening .job-opening-wrapper {
        flex-direction: column;
        justify-content: center
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-india {
        margin-top: 50px;
        margin-bottom: 20px;
        margin-right: 0
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-india .field--name-field-india-job-icon {
        padding-top: 20px;
        padding-left: 60px;
        padding-bottom: 20px
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-india .field--name-field-indiajobopening {
        padding-right: 60px
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-usa .field--name-field-usa-job-icon {
        padding-top: 20px;
        padding-left: 75px;
        padding-bottom: 20px
    }
    #careers-landing-page .job-opening .job-opening-wrapper .job-usa .field--name-field-usjobopening {
        padding-right: 75px
    }
    #careers-landing-page .intro-image-block h1 {
        font-size: 22px !important
    }
    #careers-landing-page .intro-image-block iframe {
        margin: 0 !important
    }
    #careers-landing-page .intro-image-block .field--name-field-image-block-description {
        font-size: 14px !important;
        line-height: 22px !important;
        width: auto !important;
        margin-top: 20px !important
    }
    #careers-landing-page .framework {
        position: relative;
        margin: 20px 0
    }
    #careers-landing-page .framework img {
        width: 100%;
        height: 100px
    }
    #careers-landing-page .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #careers-landing-page .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #careers-landing-page .framework .field--name-field-learn-more a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block
    }
    #careers-landing-page .intro-image-block .image-block.flex .field--name-field-image-block-description {
        text-align: center
    }
    #careers-landing-page .intro-image-block .image-block.flex .field--name-field-image-block-description {
        border: 0
    }
    #careers-landing-page .intro-image-block {
        margin: 35px 10px
    }
    #careers-landing-page .view-content.row #testimonialCarouselIndicators {
        height: -moz-fit-content;
        height: fit-content
    }
    #careers-landing-page .row.carousel-content-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    #careers-landing-page .testimonial-carousels-description:before {
        float: left !important;
        margin-right: 10px !important;
        margin-top: -45px;
        transform: rotate(180deg);
        margin-bottom: 10px
    }
    #careers-landing-page .tab.mobile-tab {
        display: none !important
    }
}

@media screen and (max-width:576px) {
    #careers-landing-page .framework .field--name-field-framework-title {
        font-size: 18px;
        margin: 0
    }
    #careers-landing-page .careers-tab-wrapper .tab button {
        font-size: 14px
    }
    #careers-landing-page .carousel-content-row .col.col-sm-7 {
        padding-left: 0;
        padding-right: 0
    }
    #careers-landing-page .carousel-content-row .col.col-sm-5 {
        padding-left: 0;
        padding-right: 0
    }
    #careers-landing-page .carousel-content-row .col.col-sm-7 .testimonial-carousels-description {
        padding: 20px 0;
        margin: 40px 0 20px
    }
}

#careers-landing-page .tab.mobile-tab {
    display: none !important
}

@media only screen and (min-device-width:375px) and (max-device-width:813px) and (orientation:landscape) {
    #careers-landing-page .job-opening-wrapper .jobs-list {
        height: 575px;
        width: 400px
    }
}

@media only screen and (min-width:992px) {
    #careers-landing-page .award_block {
        background-color: #f5f6f6;
        padding: 70px
    }
    #careers-landing-page .cvs-dot3 {
        position: relative;
        bottom: -80px;
        left: 1280px;
        margin-top: -90px
    }
    #careers-landing-page .cvs-dot5 {
        position: relative;
        bottom: 80px;
        left: 15px;
        margin-bottom: -130px
    }
    #careers-landing-page .xor_cp_recg {
        width: 988px;
        margin: 0 auto 0 auto;
        position: relative
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog .smal-title-xor-awar-recog,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog .large-title-xor-awar-recog,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        display: none !important
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        width: 988px;
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        background-color: #fff
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner img,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 20px
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        width: 11rem;
        height: 11.5rem;
        background-color: #f5f6f6
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner .attribute-award-recog-image-class-inner,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 11rem;
        height: 11rem;
        background-color: #fff;
        border-radius: 10px
    }
}

@media only screen and (max-width:992px) {
    #careers-landing-page .award_block {
        background-color: #f5f6f6
    }
    #careers-landing-page .xor_cp_recg {
        width: 100%;
        margin: 3rem auto 5rem;
        position: relative;
        padding: 2rem 1rem !important
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content {
        flex-wrap: wrap
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog .smal-title-xor-awar-recog,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog .large-title-xor-awar-recog,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 23px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        display: none !important
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        background-color: #fff;
        flex: 0 0 47%
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner img,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 20px
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        width: 9.3rem;
        height: 9.5rem;
        background-color: #f5f6f6
    }
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_1 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner .attribute-award-recog-image-class-inner,
    #careers-landing-page .xor_cp_recg dd .views-element-container .view-display-id-block_2 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 9.3rem;
        height: 9.5rem;
        background-color: #fff;
        border-radius: 10px
    }
}

@media only screen and (min-width:992px) {
    .page-view-press .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    .page-view-press .banner-section a,
    .page-view-press .banner-section a:link,
    .page-view-press .banner-section a:visited,
    .page-view-press .banner-section a:hover,
    .page-view-press .banner-section a:active {
        color: white;
        text-decoration: none
    }
    .page-view-press .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    .page-view-press .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    .page-view-press .banner-section .field--name-field-know {
        display: none
    }
    .page-view-press nav .pagination {
        display: flex;
        justify-content: center
    }
    .page-view-press #main-wrapper #main {
        max-width: 1440px;
        margin: auto
    }
    .page-view-press #block-breadcrumbs .breadcrumb,
    .page-view-press #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    .page-view-press #block-breadcrumbs .breadcrumb li,
    .page-view-press #block-breadcrumbs .breadcrumb a,
    .page-view-press #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    .page-view-press #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    #press-page {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 25px 70px
    }
    #press-page .views-row {
        width: 33%;
        flex: 0 0 33%;
        height: auto
    }
    #press-page .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 20px 0
    }
    #press-page .resource .press {
        background-color: #23a6cf
    }
    #press-page .resource .event {
        background-color: #048f59
    }
    #press-page .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #press-page .resource .images {
        position: relative
    }
    #press-page .resource .images img {
        height: auto;
        width: 300px
    }
    #press-page .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 85%;
        left: 115px;
        top: 50%;
        color: white;
        padding: 70px 15px 20px 15px
    }
    #press-page .resource .images>div>a {
        display: none
    }
    #press-page .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #press-page .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #press-page .resource .images .desc a {
        text-decoration: none;
        color: white
    }
    #press-page .resource .images .date {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    .mobile {
        display: none !important
    }
}

@media only screen and (max-width:991px) {
    .desktop {
        display: none !important
    }
    .banner-section img {
        height: auto;
        width: 100%
    }
    .banner-text {
        color: white;
        font-size: 34px;
        font-weight: 500;
        width: 100%;
        margin-top: 45%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center
    }
    #press-page {
        margin: 15px
    }
    .images img {
        width: 100%
    }
    .resource .press {
        background-color: #23a6cf
    }
    .resource .event {
        background-color: #048f59
    }
    .resource .images {
        position: relative
    }
    .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 240px;
        padding-top: 20%;
        cursor: pointer
    }
    .resource .images>div>a {
        display: none
    }
    .resource .images .headings {
        font-size: 16px;
        color: white;
        letter-spacing: 0;
        font-family: "Poppins";, sans-serif !important;
        text-align: center
    }
    .resource .images .desc {
        font-size: 16px;
        text-align: center
    }
    .resource .images .desc a {
        text-decoration: none;
        color: white
    }
    .resource .images .date {
        font-size: 12px
    }
    .resource .images img {
        height: 300px;
        width: 80%
    }
    .resource .grids {
        margin: 10px;
        padding: 15px
    }
}

.view-press nav {
    display: flex;
    justify-content: center
}

.view-press nav li.page-item {
    display: flex;
    justify-content: center
}

.view-press nav ul li a {
    border: 0;
    height: 12px;
    width: 9px;
    color: #45454a;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0;
    text-align: center;
    background: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.view-press nav ul li.page-item.active span {
    background: transparent;
    border: 0;
    height: 12px;
    width: 6px;
    color: #45454a;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 0;
    border-bottom: 3px solid #00bbf0;
    border-radius: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px
}

.view-press nav ul li a[title="Go to previous page"] {
    margin-top: 2px;
    background: url(/themes/custom/bootstrap_xoriant/images/caret_left.png) no-repeat;
    padding-right: 10px
}

.view-press nav ul li a[title="Go to previous page"] span {
    display: none
}

.view-press nav ul li.pager__item--next a {
    background: url(/themes/custom/bootstrap_xoriant/images/caret_right.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 2px
}

.view-press nav ul li.pager__item--next a span {
    display: none
}

.view-press nav ul li a[title="Go to first page"] {
    display: none
}

.view-press nav ul li a[title="Go to last page"] {
    display: none
}

@media only screen and (min-width:898px) {
    body[about*="/iot"] #l2-page .banner-text {
        color: #45454a;
        font-size: 40px;
        width: 310px;
        top: 185px;
        left: 70px
    }
    body.page-node-5048 .field--name-field-image-block-description,
    body.page-node-5049 .field--name-field-image-block-description {
        font-size: 1.5vw !important
    }
    body.page-node-5048 .banner-text,
    body.page-node-5049 .banner-text {
        left: 60px !important;
        top: 160px !important
    }
    body.page-node-5048 .banner-text p,
    body.page-node-5049 .banner-text p {
        margin-bottom: 0;
        font-size: 35px
    }
    body.page-node-5048 .banner-text p strong,
    body.page-node-5049 .banner-text p strong {
        font-size: 40px
    }
    body[about*="/industries/automotive"] #l2-page .banner-text,
    body[about*="/resources?"] #l2-page .banner-text,
    body[about*="/about-xoriant/careers"] #l2-page .banner-text,
    body[about*="/industries/manufacturing"] #l2-page .banner-text,
    body[about*="/industries/hitech"] #l2-page .banner-text,
    body[about*="/industries/automotive"] #l2-page .banner-text {
        left: 200px
    }
    body[class*=page-node-1786] .banner-text,
    body[about*="/about-xoriant/careers"] .banner-text {
        left: 200px
    }
}

@media only screen and (min-width:1010px) and (max-width:1150px) {
    body.page-node-5048 .banner-text,
    body.page-node-5049 .banner-text {
        top: 38% !important;
        width: 40% !important
    }
    body.page-node-5048 .banner-text p,
    body.page-node-5049 .banner-text p {
        font-size: 30px
    }
    body.page-node-5048 .banner-text p strong,
    body.page-node-5049 .banner-text p strong {
        font-size: 35px
    }
    body.page-node-5048 .carousel-item .d-block.w-100.background-img,
    body.page-node-5049 .carousel-item .d-block.w-100.background-img {
        height: 500px !important
    }
    body.page-node-5048 .views-row .views-field-field-image img,
    body.page-node-5049 .views-row .views-field-field-image img {
        width: 250px !important
    }
}

@media only screen and (max-width:898px) {
    body[about*="/iot"] #l2-page .banner-text {
        color: white;
        font-weight: 500;
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 20px;
        width: 80%;
        padding: 0 20px;
        margin: 50% auto auto
    }
    body.page-node-5048 .banner-text,
    body.page-node-5049 .banner-text {
        margin-top: 25% !important
    }
    body.page-node-5048 .banner-text p,
    body.page-node-5049 .banner-text p {
        font-size: 24px;
        margin: 0
    }
    body.page-node-5048 .banner-text p strong,
    body.page-node-5049 .banner-text p strong {
        font-size: 30px
    }
}

@media only screen and (max-width:992px) {
    .node--type-pressrelease #page-wrapper,
    .node--type-whitepaper #page-wrapper,
    .node--type-brochure #page-wrapper,
    .node--type-event #page-wrapper,
    .node--type-webinar-and-podcast #page-wrapper {
        margin-top: 0 !important
    }
    .node--type-pressrelease .main-container-block .node_content,
    .node--type-whitepaper .main-container-block .node_content,
    .node--type-brochure .main-container-block .node_content,
    .node--type-event .main-container-block .node_content,
    .node--type-webinar-and-podcast .main-container-block .node_content {
        padding: 35px 20px 40px !important
    }
}

.node--type-pressrelease .authname,
.node--type-pressrelease .authdesig {
    display: none
}

@media only screen and (min-width:992px) {
    .page-node-11514 .carousel-control-prev .carousel-control-prev-icon,
    .page-node-11514 .carousel-control-prev .carousel-control-next-icon,
    .page-node-11514 .carousel-control-next .carousel-control-prev-icon,
    .page-node-11514 .carousel-control-next .carousel-control-next-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png)
    }
    .page-node-11514 .carousel-control-prev .carousel-control-prev-icon,
    .page-node-11514 .carousel-control-next .carousel-control-prev-icon {
        transform: rotate(180deg)
    }
    .page-node-11514 .carousel-control-prev {
        left: -50px
    }
    .page-node-11514 .carousel-control-next {
        right: -50px
    }
    .page-node-11514 .bottom-side {
        margin-top: 30px
    }
    .page-node-11514 .carousel-indicators {
        bottom: -40px
    }
    .page-node-11514 .carousel-indicators li {
        background-color: #000
    }
    .page-node-11514 .award_block {
        padding: 70px;
        margin-bottom: 70px
    }
    .page-node-11514 .xor_cp_recg {
        max-width: 988px;
        margin: 0;
        position: relative
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        display: none !important
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        max-width: 988px;
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        background-color: #fff
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 10px
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        width: 20rem;
        height: 11.5rem
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 20rem;
        height: 11rem;
        background-color: #fff;
        border-radius: 10px
    }
}

@media only screen and (max-width:992px) {
    .page-node-11514 .carousel-control-prev .carousel-control-prev-icon,
    .page-node-11514 .carousel-control-prev .carousel-control-next-icon,
    .page-node-11514 .carousel-control-next .carousel-control-prev-icon,
    .page-node-11514 .carousel-control-next .carousel-control-next-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png)
    }
    .page-node-11514 .carousel-control-prev .carousel-control-prev-icon,
    .page-node-11514 .carousel-control-next .carousel-control-prev-icon {
        transform: rotate(180deg)
    }
    .page-node-11514 .carousel-control-prev {
        left: -25px
    }
    .page-node-11514 .carousel-control-next {
        right: -25px
    }
    .page-node-11514 .bottom-side {
        margin-top: 30px
    }
    .page-node-11514 .carousel-indicators {
        bottom: -40px
    }
    .page-node-11514 .carousel-indicators li {
        background-color: #000
    }
    .page-node-11514 .award_block {
        background-color: #f5f6f6;
        border-radius: 8px;
        margin-bottom: 30px
    }
    .page-node-11514 .xor_cp_recg {
        margin: 0 auto 0;
        position: relative;
        padding: 2rem 1rem !important
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content {
        flex-wrap: wrap
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 23px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        display: none !important
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        background-color: #fff;
        flex: 0 0 47%
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 10px
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        width: 20rem;
        height: 9.5rem;
        background-color: #f5f6f6
    }
    .page-node-11514 .xor_cp_recg dd .views-element-container .view-display-id-zinnov_pr .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 18rem;
        height: 8.5rem;
        background-color: #fff;
        border-radius: 10px
    }
}

#die {
    float: right;
    font-size: 28px;
    margin-top: -50px;
    margin-right: 15px;
    color: gray;
    z-index: 5;
    position: relative;
    cursor: pointer
}

#edit-email-id {
    text-transform: lowercase !important
}

::-webkit-input-placeholder {
    text-transform: none
}

@media(min-width:750px) {
    .main-container-block .page_container {
        margin-top: 100px !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .main-container-block .page_container {
        padding: 0 100px 0 80px !important
    }
    .main-container-block .page_container .sidebar_block .view-content.row {
        width: 140% !important
    }
}

@media only screen and (min-width:750px) {
    .node--type-whitepaper .main-container-block .captcha {
        display: inline-flex
    }
    .node--type-whitepaper .main-container-block .captcha img {
        margin-top: 0 !important
    }
    .node--type-whitepaper .main-container-block .btn-container {
        margin-top: 20px !important
    }
}

.node--type-brochure div#block-subscribeblock,
.node--type-webinar-and-podcast div#block-subscribeblock {
    display: none !important
}

.node--type-brochure #block-bootstrap-xoriant-breadcrumbs,
.node--type-whitepaper #block-bootstrap-xoriant-breadcrumbs,
.node--type-event #block-bootstrap-xoriant-breadcrumbs {
    display: none !important
}

.node--type-brochure #block-bootstrap-xoriant-breadcrumbs .breadcrumb,
.node--type-whitepaper #block-bootstrap-xoriant-breadcrumbs .breadcrumb,
.node--type-event #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
    margin-left: 0 !important;
    margin-top: 10px !important;
    padding: 15px 0
}

.node--type-brochure .resource-image img,
.node--type-whitepaper .resource-image img,
.node--type-event .resource-image img {
    border-radius: 10px
}

.node--type-brochure hr.brand-line,
.node--type-whitepaper hr.brand-line,
.node--type-event hr.brand-line {
    background-color: #00affb;
    margin-left: 0 !important
}

.node--type-brochure #page-wrapper,
.node--type-whitepaper #page-wrapper,
.node--type-event #page-wrapper {
    margin-top: 50px
}

.node--type-brochure .banner_section,
.node--type-whitepaper .banner_section,
.node--type-event .banner_section {
    display: none !important
}

.node--type-brochure input#edit-field-cname-0-value,
.node--type-whitepaper input#edit-field-cname-0-value,
.node--type-event input#edit-field-cname-0-value {
    margin-top: 0
}

.node--type-brochure .main-container-block .page_container .page_content_block .node_content .author_details.col-md-8,
.node--type-whitepaper .main-container-block .page_container .page_content_block .node_content .author_details.col-md-8,
.node--type-event .main-container-block .page_container .page_content_block .node_content .author_details.col-md-8 {
    margin: 0;
    padding: 0
}

.node--type-brochure div#block-subscribeblock,
.node--type-whitepaper div#block-subscribeblock,
.node--type-event div#block-subscribeblock {
    margin-top: 0
}

.node--type-brochure .main-container-block .content_details,
.node--type-whitepaper .main-container-block .content_details,
.node--type-event .main-container-block .content_details {
    padding: 25px 0 10px 0 !important
}

.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=11"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=12"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=13"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=14"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=15"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=16"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=17"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=18"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=19"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=20"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=21"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=23"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=24"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=25"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=26"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=27"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=30"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=69"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=71"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=73"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=74"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=77"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=80"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=81"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=82"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=83"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=84"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=85"],
.node--type-brochure a[href="/news-resources/all?field_blog_category_target_id=86"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=11"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=12"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=13"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=14"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=15"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=16"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=17"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=18"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=19"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=20"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=21"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=23"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=24"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=25"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=26"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=27"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=30"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=69"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=71"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=73"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=74"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=77"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=80"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=81"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=82"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=83"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=84"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=85"],
.node--type-whitepaper a[href="/news-resources/all?field_blog_category_target_id=86"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=11"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=12"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=13"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=14"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=15"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=16"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=17"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=18"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=19"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=20"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=21"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=23"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=24"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=25"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=26"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=27"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=30"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=69"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=71"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=73"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=74"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=77"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=80"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=81"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=82"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=83"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=84"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=85"],
.node--type-event a[href="/news-resources/all?field_blog_category_target_id=86"] {
    display: none !important
}

.node--type-brochure .form-item-agree-to-terms,
.node--type-whitepaper .form-item-agree-to-terms,
.node--type-event .form-item-agree-to-terms {
    display: inline-block
}

.node--type-brochure .view-id-category .views-row,
.node--type-whitepaper .view-id-category .views-row,
.node--type-event .view-id-category .views-row {
    cursor: pointer
}

.node--type-brochure .authdetails,
.node--type-whitepaper .authdetails,
.node--type-event .authdetails {
    display: inline-flex
}

.node--type-brochure .other-articles,
.node--type-whitepaper .other-articles,
.node--type-event .other-articles {
    margin: 0 -15px
}

.node--type-brochure #block-views-block-news-multi-resources-block-2,
.node--type-whitepaper #block-views-block-news-multi-resources-block-2,
.node--type-event #block-views-block-news-multi-resources-block-2 {
    max-width: 1280px;
    margin: 0;
    padding: 0 75px
}

.node--type-brochure .form-type-email input.form-control,
.node--type-whitepaper .form-type-email input.form-control,
.node--type-event .form-type-email input.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.node--type-brochure label.js-form-required.form-required,
.node--type-whitepaper label.js-form-required.form-required,
.node--type-event label.js-form-required.form-required {
    display: none
}

.node--type-brochure .author_details.col-md-8 .author_image img,
.node--type-whitepaper .author_details.col-md-8 .author_image img,
.node--type-event .author_details.col-md-8 .author_image img {
    width: 55px;
    height: 55px
}

.node--type-brochure .author_details.col-md-8 .inital-name,
.node--type-whitepaper .author_details.col-md-8 .inital-name,
.node--type-event .author_details.col-md-8 .inital-name {
    background: #00a161;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    padding: 12px 8px;
    text-align: center;
    letter-spacing: -1.5px
}

.node--type-brochure .author_details.col-md-8 .inital-name span,
.node--type-whitepaper .author_details.col-md-8 .inital-name span,
.node--type-event .author_details.col-md-8 .inital-name span {
    font-size: 22px !important;
    color: #fff !important
}

.node--type-brochure #block-views-block-news-multi-resources-block-2 h2,
.node--type-whitepaper #block-views-block-news-multi-resources-block-2 h2,
.node--type-event #block-views-block-news-multi-resources-block-2 h2 {
    margin-bottom: 95px
}

.node--type-brochure input#edit-user-name::-moz-placeholder,
.node--type-brochure input#edit-captcha-response::-moz-placeholder,
.node--type-brochure input#edit-email::-moz-placeholder,
.node--type-whitepaper input#edit-user-name::-moz-placeholder,
.node--type-whitepaper input#edit-captcha-response::-moz-placeholder,
.node--type-whitepaper input#edit-email::-moz-placeholder,
.node--type-event input#edit-user-name::-moz-placeholder,
.node--type-event input#edit-captcha-response::-moz-placeholder,
.node--type-event input#edit-email::-moz-placeholder {
    color: #aeb3bb;
    font-size: 14px
}

.node--type-brochure input#edit-user-name::placeholder,
.node--type-brochure input#edit-captcha-response::placeholder,
.node--type-brochure input#edit-email::placeholder,
.node--type-whitepaper input#edit-user-name::placeholder,
.node--type-whitepaper input#edit-captcha-response::placeholder,
.node--type-whitepaper input#edit-email::placeholder,
.node--type-event input#edit-user-name::placeholder,
.node--type-event input#edit-captcha-response::placeholder,
.node--type-event input#edit-email::placeholder {
    color: #aeb3bb;
    font-size: 14px
}

.node--type-brochure .author_details,
.node--type-whitepaper .author_details,
.node--type-event .author_details {
    display: flex;
    align-items: center;
    float: left;
    margin-bottom: 25px
}

.node--type-brochure .tags.col-md-12 .field--name-field-blog-category a,
.node--type-whitepaper .tags.col-md-12 .field--name-field-blog-category a,
.node--type-event .tags.col-md-12 .field--name-field-blog-category a {
    background: #f7f7f7;
    margin: 15px 20px 15px 0;
    width: auto;
    padding: 7px 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    color: #2b2b2b;
    pointer-events: none;
    display: inline-block;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 6px;
    border-radius: 3px !important
}

.node--type-brochure .field--name-field-blog-category .field__label,
.node--type-whitepaper .field--name-field-blog-category .field__label,
.node--type-event .field--name-field-blog-category .field__label {
    display: none
}

.node--type-brochure .author_details.col-md-8 .author_image img,
.node--type-whitepaper .author_details.col-md-8 .author_image img,
.node--type-event .author_details.col-md-8 .author_image img {
    width: 55px;
    height: 55px
}

.node--type-brochure .author_details.col-md-8 .author_det,
.node--type-whitepaper .author_details.col-md-8 .author_det,
.node--type-event .author_details.col-md-8 .author_det {
    padding-left: 15px
}

.node--type-brochure .author_details.col-md-8 .author_det .authnamedesg,
.node--type-whitepaper .author_details.col-md-8 .author_det .authnamedesg,
.node--type-event .author_details.col-md-8 .author_det .authnamedesg {
    font-size: 16px;
    color: #2b2b2b;
    line-height: initial
}

.node--type-brochure .author_details.col-md-8 .author_det .authnamedesg b,
.node--type-whitepaper .author_details.col-md-8 .author_det .authnamedesg b,
.node--type-event .author_details.col-md-8 .author_det .authnamedesg b {
    font-size: 16px;
    line-height: 21px
}

.node--type-brochure .author_details.col-md-8 .author_det .pubdate,
.node--type-whitepaper .author_details.col-md-8 .author_det .pubdate,
.node--type-event .author_details.col-md-8 .author_det .pubdate {
    font-size: 16px;
    color: #2b2b2b
}

.node--type-brochure .col-md-4.share,
.node--type-whitepaper .col-md-4.share,
.node--type-event .col-md-4.share {
    text-align: end;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.node--type-brochure .col-md-4.share a,
.node--type-whitepaper .col-md-4.share a,
.node--type-event .col-md-4.share a {
    margin-left: 5px
}

.node--type-brochure .field--name-comment-body p,
.node--type-whitepaper .field--name-comment-body p,
.node--type-event .field--name-comment-body p {
    padding-bottom: 45px !important
}

.node--type-brochure .content_share,
.node--type-whitepaper .content_share,
.node--type-event .content_share {
    display: none
}

.node--type-brochure .pagination li.pager__item--next div,
.node--type-brochure .pagination li.pager__item--next div,
.node--type-whitepaper .pagination li.pager__item--next div,
.node--type-whitepaper .pagination li.pager__item--next div,
.node--type-event .pagination li.pager__item--next div,
.node--type-event .pagination li.pager__item--next div {
    background: url(/themes/custom/bootstrap_xoriant/images/arrow-down.png);
    background-repeat: no-repeat;
    width: 32px;
    border: 0;
    padding: 18px 6px;
    border: 1px solid #ececec;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    transform: rotate(270deg);
    background-size: 14px;
    cursor: pointer
}

.node--type-brochure .pubdate,
.node--type-whitepaper .pubdate,
.node--type-event .pubdate {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .5px;
    color: #2b2b2b
}

.node--type-brochure ul.pagination.js-pager__items.cmnt,
.node--type-whitepaper ul.pagination.js-pager__items.cmnt,
.node--type-event ul.pagination.js-pager__items.cmnt {
    margin-top: -30px;
    padding: 10px 0
}

.node--type-brochure .pagination li div[title="Go to previous page"],
.node--type-brochure .pagination li div[title="Go to previous page"],
.node--type-whitepaper .pagination li div[title="Go to previous page"],
.node--type-whitepaper .pagination li div[title="Go to previous page"],
.node--type-event .pagination li div[title="Go to previous page"],
.node--type-event .pagination li div[title="Go to previous page"] {
    background: url(/themes/custom/bootstrap_xoriant/images/arrow-down.png) no-repeat;
    height: 16px;
    width: 16px;
    border: 0;
    padding: 18px 15px;
    border: 1px solid #ececec;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: 14px;
    transform: rotate(90deg);
    border-radius: 0;
    cursor: pointer
}

.node--type-brochure .cmnttitle,
.node--type-brochure .slimhead,
.node--type-whitepaper .cmnttitle,
.node--type-whitepaper .slimhead,
.node--type-event .cmnttitle,
.node--type-event .slimhead {
    color: #2b2b2b;
    font-family: "Poppins";
    font-size: 11px;
    letter-spacing: 5px;
    line-height: 13px;
    text-transform: uppercase;
    padding-bottom: 17px
}

.node--type-brochure .pagination li span,
.node--type-brochure .pagination li div,
.node--type-whitepaper .pagination li span,
.node--type-whitepaper .pagination li div,
.node--type-event .pagination li span,
.node--type-event .pagination li div {
    padding: 5px 15px;
    border: 1px solid #ececec;
    border-radius: 0;
    color: #45454a;
    font-weight: bold
}

.node--type-brochure .pagination.cmnt,
.node--type-whitepaper .pagination.cmnt,
.node--type-event .pagination.cmnt {
    display: flex;
    justify-content: center;
    padding: 10px 50px;
    align-items: right;
    float: right
}

.node--type-brochure div#bannerCarouselIndicators .pagination li span,
.node--type-whitepaper div#bannerCarouselIndicators .pagination li span,
.node--type-event div#bannerCarouselIndicators .pagination li span {
    display: none
}

.node--type-brochure .headdesc,
.node--type-whitepaper .headdesc,
.node--type-event .headdesc {
    color: #2b2b2b;
    font-family: "Poppins";
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 35px
}

.node--type-brochure span.authdetails,
.node--type-whitepaper span.authdetails,
.node--type-event span.authdetails {
    color: rgba(0, 0, 0, .6);
    font-family: "Poppins";
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px
}

.node--type-brochure .main-container-block .page_container .page_content_block .field--name-comment-body p,
.node--type-whitepaper .main-container-block .page_container .page_content_block .field--name-comment-body p,
.node--type-event .main-container-block .page_container .page_content_block .field--name-comment-body p {
    color: #2b2b2b !important;
    font-family: Roboto !important;
    font-size: 16px !important;
    letter-spacing: .5px !important;
    line-height: 25px !important
}

.node--type-brochure h2.slimhead,
.node--type-whitepaper h2.slimhead,
.node--type-event h2.slimhead {
    padding-bottom: 7px
}

.node--type-brochure .field--name-comment-body p,
.node--type-whitepaper .field--name-comment-body p,
.node--type-event .field--name-comment-body p {
    color: #2b2b2b !important;
    font-family: Roboto !important;
    font-size: 16px !important;
    letter-spacing: .5px;
    line-height: 25px
}

.node--type-brochure input#edit-field-email-0-value,
.node--type-brochure input#edit-field-cname-0-value,
.node--type-whitepaper input#edit-field-email-0-value,
.node--type-whitepaper input#edit-field-cname-0-value,
.node--type-event input#edit-field-email-0-value,
.node--type-event input#edit-field-cname-0-value {
    height: 53px
}

.node--type-brochure .content_title .title_text,
.node--type-whitepaper .content_title .title_text,
.node--type-event .content_title .title_text {
    color: black !important;
    font-size: 35px !important;
    font-weight: 500 !important
}

.node--type-brochure .content_title .authshare.col-md-12,
.node--type-brochure .content_title .tags.col-md-12,
.node--type-whitepaper .content_title .authshare.col-md-12,
.node--type-whitepaper .content_title .tags.col-md-12,
.node--type-event .content_title .authshare.col-md-12,
.node--type-event .content_title .tags.col-md-12 {
    overflow: hidden;
    padding: 0
}

.node--type-brochure .content_image,
.node--type-whitepaper .content_image,
.node--type-event .content_image {
    margin-top: 24px !important
}

.node--type-brochure .content_image img,
.node--type-whitepaper .content_image img,
.node--type-event .content_image img {
    border-radius: 6px !important
}

.node--type-brochure div#edit-comment-body-wrapper,
.node--type-whitepaper div#edit-comment-body-wrapper,
.node--type-event div#edit-comment-body-wrapper {
    width: 100%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 0
}

.node--type-brochure div#edit-field-cname-wrapper,
.node--type-brochure div#edit-field-email-wrapper,
.node--type-whitepaper div#edit-field-cname-wrapper,
.node--type-whitepaper div#edit-field-email-wrapper,
.node--type-event div#edit-field-cname-wrapper,
.node--type-event div#edit-field-email-wrapper {
    width: 50%;
    float: left;
    margin-bottom: 0
}

.node--type-brochure div#edit-field-email-wrapper,
.node--type-whitepaper div#edit-field-email-wrapper,
.node--type-event div#edit-field-email-wrapper {
    padding-left: 15px
}

.node--type-brochure div#edit-field-cname-wrapper,
.node--type-whitepaper div#edit-field-cname-wrapper,
.node--type-event div#edit-field-cname-wrapper {
    padding-right: 15px
}

.node--type-brochure form#comment-form label,
.node--type-whitepaper form#comment-form label,
.node--type-event form#comment-form label {
    display: none
}

.node--type-brochure form#comment-form .captcha,
.node--type-whitepaper form#comment-form .captcha,
.node--type-event form#comment-form .captcha {
    display: flex;
    width: 100%
}

.node--type-brochure form#comment-form .captcha fieldset,
.node--type-whitepaper form#comment-form .captcha fieldset,
.node--type-event form#comment-form .captcha fieldset {
    width: 100% !important;
    padding-right: 10px
}

.node--type-brochure form#comment-form .captcha fieldset input,
.node--type-whitepaper form#comment-form .captcha fieldset input,
.node--type-event form#comment-form .captcha fieldset input {
    width: 100%;
    height: 53px
}

.node--type-brochure form#comment-form .captcha small,
.node--type-whitepaper form#comment-form .captcha small,
.node--type-event form#comment-form .captcha small {
    display: block
}

.node--type-brochure .content_details>section,
.node--type-whitepaper .content_details>section,
.node--type-event .content_details>section {
    border: 1px solid #d8d8d8;
    padding: 15px 30px;
    margin: 25px 0
}

.node--type-brochure .content_details>section textarea,
.node--type-brochure .content_details>section input[type=email],
.node--type-brochure .content_details>section input[type=text],
.node--type-whitepaper .content_details>section textarea,
.node--type-whitepaper .content_details>section input[type=email],
.node--type-whitepaper .content_details>section input[type=text],
.node--type-event .content_details>section textarea,
.node--type-event .content_details>section input[type=email],
.node--type-event .content_details>section input[type=text] {
    border: 1px solid #d8d8d8 !important;
    background: white !important;
    border-radius: 3px !important;
    padding: 10px !important;
    font-size: 14px;
    box-shadow: none !important
}

.node--type-brochure #edit-actions,
.node--type-whitepaper #edit-actions,
.node--type-event #edit-actions {
    clear: both
}

.node--type-brochure .error,
.node--type-whitepaper .error,
.node--type-event .error {
    color: red;
    display: table !important
}

.node--type-brochure .form-control::-moz-placeholder,
.node--type-whitepaper .form-control::-moz-placeholder,
.node--type-event .form-control::-moz-placeholder {
    color: black !important;
    font-size: 16px !important
}

.node--type-brochure .form-control::placeholder,
.node--type-whitepaper .form-control::placeholder,
.node--type-event .form-control::placeholder {
    color: black !important;
    font-size: 16px !important
}

.node--type-brochure .form-control::-webkit-input-placeholder,
.node--type-whitepaper .form-control::-webkit-input-placeholder,
.node--type-event .form-control::-webkit-input-placeholder {
    color: black !important;
    font-size: 16px !important
}

.node--type-brochure .field--name-comment-body .form-item-comment-body-0-format,
.node--type-brochure .field--name-comment-body div#edit-comment-body-0-format-help,
.node--type-brochure .field--name-comment-body div#edit-comment-body-0-format-guidelines,
.node--type-whitepaper .field--name-comment-body .form-item-comment-body-0-format,
.node--type-whitepaper .field--name-comment-body div#edit-comment-body-0-format-help,
.node--type-whitepaper .field--name-comment-body div#edit-comment-body-0-format-guidelines,
.node--type-event .field--name-comment-body .form-item-comment-body-0-format,
.node--type-event .field--name-comment-body div#edit-comment-body-0-format-help,
.node--type-event .field--name-comment-body div#edit-comment-body-0-format-guidelines {
    display: none
}

.node--type-brochure #block-views-block-news-multi-resources-block-2 h2:after,
.node--type-whitepaper #block-views-block-news-multi-resources-block-2 h2:after,
.node--type-event #block-views-block-news-multi-resources-block-2 h2:after {
    border-top: 1px solid #e4dddd !important
}

.node--type-brochure .view.view-category a,
.node--type-whitepaper .view.view-category a,
.node--type-event .view.view-category a {
    background: #f7f6f6;
    border-radius: 4px;
    letter-spacing: normal;
    line-height: 16px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 7px 10px;
    color: #000;
    margin: 10px 5px;
    display: inline-block;
    word-break: break-word
}

.node--type-brochure .view.view-category .views-row:hover a,
.node--type-whitepaper .view.view-category .views-row:hover a,
.node--type-event .view.view-category .views-row:hover a {
    background-color: #00add7;
    color: white
}

.node--type-brochure .view.view-category .col-md-12,
.node--type-whitepaper .view.view-category .col-md-12,
.node--type-event .view.view-category .col-md-12 {
    padding: 0
}

.node--type-brochure .view.view-category .col-md-12 h2:after,
.node--type-whitepaper .view.view-category .col-md-12 h2:after,
.node--type-event .view.view-category .col-md-12 h2:after {
    display: inline-block;
    content: "";
    border-top: 1px solid #e4dddd;
    width: 69%;
    margin-left: 1rem;
    transform: translateY(-0.3rem)
}

.node--type-brochure .view.view-category .col-md-12 h2,
.node--type-whitepaper .view.view-category .col-md-12 h2,
.node--type-event .view.view-category .col-md-12 h2 {
    flex-grow: .01;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #45454a;
    font-family: "Poppins";
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 23px;
    margin-top: 30px;
    text-transform: uppercase
}

.node--type-brochure .view-recent-post.view-id-recent_post .col-md-12,
.node--type-whitepaper .view-recent-post.view-id-recent_post .col-md-12,
.node--type-event .view-recent-post.view-id-recent_post .col-md-12 {
    padding: 0
}

.node--type-brochure .view-recent-post .col-md-12,
.node--type-whitepaper .view-recent-post .col-md-12,
.node--type-event .view-recent-post .col-md-12 {
    padding: 0
}

.node--type-brochure .view-recent-post .col-md-12 h2,
.node--type-whitepaper .view-recent-post .col-md-12 h2,
.node--type-event .view-recent-post .col-md-12 h2 {
    flex-grow: .01;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #45454a;
    font-family: "Poppins";
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 30px;
    text-transform: uppercase
}

.node--type-brochure .view-recent-post .col-md-12 h2:after,
.node--type-whitepaper .view-recent-post .col-md-12 h2:after,
.node--type-event .view-recent-post .col-md-12 h2:after {
    display: inline-block;
    content: "";
    border-top: 1px solid #e4dddd;
    width: 61%;
    margin-left: 1rem;
    transform: translateY(-0.3rem)
}

.node--type-brochure .disppic,
.node--type-brochure .disppic img,
.node--type-whitepaper .disppic,
.node--type-whitepaper .disppic img,
.node--type-event .disppic,
.node--type-event .disppic img {
    width: 100px !important;
    height: 100px !important;
    float: left;
    -o-object-fit: cover;
    object-fit: cover
}

.node--type-brochure .disppic .author_image,
.node--type-whitepaper .disppic .author_image,
.node--type-event .disppic .author_image {
    width: 100px
}

.node--type-brochure .disppic .inital-name,
.node--type-whitepaper .disppic .inital-name,
.node--type-event .disppic .inital-name {
    background: #00a161;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center
}

.node--type-brochure .disppic .inital-name span,
.node--type-whitepaper .disppic .inital-name span,
.node--type-event .disppic .inital-name span {
    display: inline-block;
    color: white;
    margin-top: 20px;
    font-size: 25px
}

.node--type-brochure .sidebar_block,
.node--type-whitepaper .sidebar_block,
.node--type-event .sidebar_block {
    padding-left: 0 !important
}

.node--type-brochure .view-recent-post .views-row,
.node--type-whitepaper .view-recent-post .views-row,
.node--type-event .view-recent-post .views-row {
    display: flex;
    margin-bottom: 50px;
    width: 95%
}

.node--type-brochure .authtitle a,
.node--type-whitepaper .authtitle a,
.node--type-event .authtitle a {
    color: black;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.node--type-brochure .authtitle,
.node--type-whitepaper .authtitle,
.node--type-event .authtitle {
    padding-bottom: 15px;
    padding-top: 5px
}

.node--type-brochure .empdet,
.node--type-whitepaper .empdet,
.node--type-event .empdet {
    padding-left: 16px;
    float: left
}

.node--type-brochure .authname,
.node--type-whitepaper .authname,
.node--type-event .authname {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    font-weight: bold;
    line-height: 14px
}

.node--type-brochure .authdesig,
.node--type-whitepaper .authdesig,
.node--type-event .authdesig {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    font-weight: normal;
    line-height: 14px
}

.node--type-brochure .authdate,
.node--type-whitepaper .authdate,
.node--type-event .authdate {
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    width: 100%;
    float: left;
    text-transform: uppercase
}

.node--type-brochure .authtitle,
.node--type-whitepaper .authtitle,
.node--type-event .authtitle {
    float: left;
    width: 100%
}

.node--type-brochure button#edit-submit,
.node--type-whitepaper button#edit-submit,
.node--type-event button#edit-submit {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #00a161;
    border: 0;
    padding: 23px 26px
}

.node--type-brochure button#edit-preview,
.node--type-whitepaper button#edit-preview,
.node--type-event button#edit-preview {
    display: none
}

.node--type-brochure .authshare,
.node--type-whitepaper .authshare,
.node--type-event .authshare {
    display: flex;
    margin-top: 20px
}

.node--type-brochure .field--name-field-blog-category a,
.node--type-whitepaper .field--name-field-blog-category a,
.node--type-event .field--name-field-blog-category a {
    border-radius: 3px !important
}

.node--type-brochure .field--name-field-blog-category .field__item:hover a,
.node--type-whitepaper .field--name-field-blog-category .field__item:hover a,
.node--type-event .field--name-field-blog-category .field__item:hover a {
    background-color: #00add7 !important;
    color: white !important;
    cursor: pointer
}

.node--type-brochure .share.col-md-4 img.icon,
.node--type-whitepaper .share.col-md-4 img.icon,
.node--type-event .share.col-md-4 img.icon {
    height: 35px;
    width: 35px
}

.node--type-brochure .share.col-md-4 b,
.node--type-whitepaper .share.col-md-4 b,
.node--type-event .share.col-md-4 b {
    margin-right: 0;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: normal
}

@media only screen and (max-width:768px) {
    .node--type-brochure .author_image img,
    .node--type-whitepaper .author_image img,
    .node--type-event .author_image img {
        height: 55px;
        width: 55px
    }
    .node--type-brochure .authshare,
    .node--type-whitepaper .authshare,
    .node--type-event .authshare {
        display: block
    }
    .node--type-brochure .authshare .author_details,
    .node--type-whitepaper .authshare .author_details,
    .node--type-event .authshare .author_details {
        margin-bottom: 15px !important;
        align-items: center !important
    }
    .node--type-brochure .sidebar_block,
    .node--type-whitepaper .sidebar_block,
    .node--type-event .sidebar_block {
        padding-left: 15px !important
    }
    .node--type-brochure .content_title .title_text,
    .node--type-whitepaper .content_title .title_text,
    .node--type-event .content_title .title_text {
        line-height: 35px;
        font-size: 30px
    }
    .node--type-brochure .author_details.col-md-8,
    .node--type-brochure .share.col-md-4,
    .node--type-whitepaper .author_details.col-md-8,
    .node--type-whitepaper .share.col-md-4,
    .node--type-event .author_details.col-md-8,
    .node--type-event .share.col-md-4 {
        padding: 0;
        justify-content: flex-start
    }
    .node--type-brochure .share.col-md-4 i,
    .node--type-whitepaper .share.col-md-4 i,
    .node--type-event .share.col-md-4 i {
        height: 35px;
        width: 35px;
        font-size: 35px;
        margin: 0 6.5px;
        margin-top: -8px
    }
    .node--type-brochure .share.col-md-4 *,
    .node--type-whitepaper .share.col-md-4 *,
    .node--type-event .share.col-md-4 * {
        float: left
    }
    .node--type-brochure .share.col-md-4 b,
    .node--type-whitepaper .share.col-md-4 b,
    .node--type-event .share.col-md-4 b {
        margin-right: 13.5px
    }
    .node--type-brochure .author_det,
    .node--type-whitepaper .author_det,
    .node--type-event .author_det {
        padding-left: 15px
    }
    .node--type-brochure .authnamedesg b,
    .node--type-whitepaper .authnamedesg b,
    .node--type-event .authnamedesg b {
        color: black
    }
    .node--type-brochure .tags.col-md-12,
    .node--type-whitepaper .tags.col-md-12,
    .node--type-event .tags.col-md-12 {
        margin-top: 15px
    }
    .node--type-brochure .content_details>section,
    .node--type-whitepaper .content_details>section,
    .node--type-event .content_details>section {
        border: unset !important;
        padding: unset !important;
        margin: unset !important
    }
    .node--type-brochure .view-id-recent_post .views-row,
    .node--type-whitepaper .view-id-recent_post .views-row,
    .node--type-event .view-id-recent_post .views-row {
        padding: 0 15px
    }
    .node--type-brochure .view-id-category .views-row,
    .node--type-whitepaper .view-id-category .views-row,
    .node--type-event .view-id-category .views-row {
        padding-left: 15px;
        padding-right: 0
    }
    .node--type-brochure .view-id-category .views-row a,
    .node--type-whitepaper .view-id-category .views-row a,
    .node--type-event .view-id-category .views-row a {
        margin-right: 0
    }
    .node--type-brochure form#comment-form,
    .node--type-whitepaper form#comment-form,
    .node--type-event form#comment-form {
        margin-bottom: 50px
    }
    .node--type-brochure ul.pagination.js-pager__items.cmnt,
    .node--type-whitepaper ul.pagination.js-pager__items.cmnt,
    .node--type-event ul.pagination.js-pager__items.cmnt {
        margin-top: -10px
    }
    .node--type-brochure button#edit-preview,
    .node--type-whitepaper button#edit-preview,
    .node--type-event button#edit-preview {
        display: none
    }
    .node--type-brochure .field--name-field-blog-category a,
    .node--type-whitepaper .field--name-field-blog-category a,
    .node--type-event .field--name-field-blog-category a {
        background: #f7f7f7;
        margin: 15px 20px 15px 0;
        width: auto;
        padding: 7px 18px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 11px;
        color: #2b2b2b;
        pointer-events: none;
        display: inline-block;
        font-weight: 500;
        word-break: break-word;
        margin-bottom: 6px;
        border-radius: 3px !important
    }
    .node--type-brochure button#edit-submit,
    .node--type-whitepaper button#edit-submit,
    .node--type-event button#edit-submit {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 3px;
        text-transform: uppercase;
        background-color: #00a161;
        border: 0;
        padding: 25px 30px
    }
    .node--type-brochure .tags.col-md-12,
    .node--type-whitepaper .tags.col-md-12,
    .node--type-event .tags.col-md-12 {
        margin-top: 15px
    }
    .node--type-brochure .view-id-recent_post .views-row,
    .node--type-brochure .view-id-category .views-row,
    .node--type-whitepaper .view-id-recent_post .views-row,
    .node--type-whitepaper .view-id-category .views-row,
    .node--type-event .view-id-recent_post .views-row,
    .node--type-event .view-id-category .views-row {
        padding-left: 15px;
        padding-right: 0
    }
    .node--type-brochure div#block-subscribeblock,
    .node--type-whitepaper div#block-subscribeblock,
    .node--type-event div#block-subscribeblock {
        padding: 35px 40px
    }
    .node--type-brochure div#block-subscribeblock *,
    .node--type-whitepaper div#block-subscribeblock *,
    .node--type-event div#block-subscribeblock * {
        text-align: center
    }
    .node--type-brochure div#block-subscribeblock label.js-form-required.form-required,
    .node--type-whitepaper div#block-subscribeblock label.js-form-required.form-required,
    .node--type-event div#block-subscribeblock label.js-form-required.form-required {
        display: none
    }
    .node--type-brochure .form_subtitle,
    .node--type-whitepaper .form_subtitle,
    .node--type-event .form_subtitle {
        padding-bottom: 25px
    }
    .node--type-brochure div#block-subscribeblock input,
    .node--type-whitepaper div#block-subscribeblock input,
    .node--type-event div#block-subscribeblock input {
        height: 50px
    }
    .node--type-brochure div#block-subscribeblock button#edit-subscribe,
    .node--type-whitepaper div#block-subscribeblock button#edit-subscribe,
    .node--type-event div#block-subscribeblock button#edit-subscribe {
        background: #00a161;
        height: 50px;
        border: 0;
        border-radius: 5px;
        padding: 19px 41px;
        font-size: 14px;
        line-height: 16px;
        margin: 0
    }
}

.toast-wrapper.resource-page-message {
    display: block !important;
    position: fixed;
    bottom: 10px;
    top: unset;
    left: 10px;
    z-index: 100000;
    overflow: hidden
}

.toast-wrapper.resource-page-message .toast {
    background: #3e3e3d;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 5px;
    width: 100%
}

.toast-wrapper.resource-page-message .toast .toast-header {
    display: none
}

.resource-webform-submission-confirmation-custom.webform-confirmation {
    box-shadow: 0 0 black;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5b5b5b;
    padding: 20px;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #cacaca
}

.resource-webform-submission-confirmation-custom.webform-confirmation .webform-confirmation__message {
    margin: 0;
    display: flex;
    align-items: center
}

.resource-webform-submission-confirmation-custom.webform-confirmation .webform-confirmation__message .message-img {
    margin-right: 5px
}



.resource-page-detailed form.views-exposed-form select[id^=edit-type],
.resources-listing-view form.views-exposed-form select[id^=edit-type] {
    width: 170px !important
}

.resource-page-detailed form.views-exposed-form select[id^=edit-field-blog-category-target-id],
.resources-listing-view form.views-exposed-form select[id^=edit-field-blog-category-target-id] {
    width: 260px !important
}

#block-views-block-resources-page-listing-block-1 {
    padding: 0 20px
}

.resource-page-detailed .resource-detailed-image img {
    max-width: 100%;
    height: auto
}

.resource-page-detailed .assetbody img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.simplenews-subscriber-form label.error,
.simplenews-subscriber-form strong.error,
.simplenews-subscriber-form .error-email {
    color: #d00;
    font-weight: bold
}

.simplenews-subscriber-form .form-type-email label.error,
.simplenews-subscriber-form .form-type-email strong.error {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important
}

.simplenews-subscriber-form button.disable {
    opacity: .7;
    pointer-events: none
}

.related-resources .related-resources-title a {
    float: unset !important;
    display: block;
    margin-right: auto
}

.related-resources .related-resources-image img {
    width: 100%
}

.block-webform-block .captcha {
    width: 100%;
    padding: 0 15px
}

.block-webform-block .captcha img {
    display: block
}

.block-webform-block strong.error {
    color: #e60000;
    font-weight: normal;
    font-size: 14px
}

.block-webform-block div.form-actions {
    display: block
}

.block-webform-block div.form-actions button.webform-button--submit {
    margin: 0 auto;
    display: block
}

.col-md-12.float-left.assetbody * {
    font-family: roboto !important
}

.form-type-email input {
    box-sizing: border-box !important;
    padding: .3em .4em .3em .5em !important;
    border: 1px solid #b8b8b8 !important;
    border-top-color: #999 !important;
    border-radius: 2px !important;
    background: #fcfcfa !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125) !important
}

.webform-submission-form.webform-submission-add-form.webform-submission-resources-form-form.webform-submission-resources-form-add-form .form-item-contact-number {
    height: 40px !important
}

.webform-submission-form.webform-submission-add-form.webform-submission-resources-form-form.webform-submission-resources-form-add-form div.checkbox.custom-control.custom-switch.form-item-terms-of-service {
    height: -moz-min-content !important;
    height: min-content !important;
    margin-left: 15px
}

.webform-submission-form.webform-submission-add-form.webform-submission-resources-form-form.webform-submission-resources-form-add-form div.checkbox.custom-control.custom-switch.form-item-terms-of-service .custom-switch {
    margin-left: 35px;
    height: -moz-min-content !important;
    height: min-content !important
}

@media only screen and (width:768px) {
    .author_details.col-md-8 {
        width: 100% !important;
        display: contents !important;
        float: left !important;
        overflow: hidden !important
    }
    .author_details.col-md-8 .author_image,
    .author_details.col-md-8 .author_det {
        float: left !important
    }
    .share.col-md-4 {
        width: 100% !important;
        display: flex !important;
        float: left !important;
        overflow: hidden !important;
        padding-top: 15px !important;
        margin-top: 15px !important
    }
}

@media only screen and (max-width:768px) {
    .content_image img {
        width: 100% !important;
        max-height: unset !important;
        height: auto !important
    }
    .resources-listing-view .views-row {
        margin: 30px 0 60px
    }
    .resources-listing-view .views-row .assettitle {
        width: 95%;
        min-width: 50% !important;
        max-width: 100%
    }
    #block-views-block-related-resour-block-1 .related-resources-title {
        z-index: 3;
        margin-bottom: -200px;
        padding: 20px !important;
        opacity: .9;
        left: 20px;
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        padding: 20px;
        top: 46%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #block-views-block-related-resour-block-1 .related-resources-title a {
        opacity: .9;
        padding: 120px 20px 20px
    }
    .related-resources {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }
    .resource-webform-submission-confirmation-custom {
        padding: 0 15px
    }
    #views-exposed-form-resources-page-listing-block-1 .form-row,
    #views-exposed-form-resources-page-detailed-block-1 .form-row {
        flex-wrap: wrap;
        overflow: scroll;
        width: 620px !important;
        max-width: unset !important
    }
    .resource-webform-submission-confirmation-custom.webform-confirmation {
        margin: 0 15px
    }
    .resource-webform-submission-confirmation-custom.webform-confirmation .webform-confirmation__message {
        align-items: flex-start
    }
    .resource-page-detailed p {
        text-align: start
    }
    .col-md-12.float-left.pressrelease.related-resources-title a {
        height: 250px;
        background: #119761 !important
    }
    .col-md-12.float-left.whitepaper a,
    .col-md-10.float-left.Whitepaper {
        height: 250px
    }
    .col-md-12.float-left.webinar_and_podcast a,
    .col-md-10.float-left.Webinar.and.Podcast {
        height: 250px
    }
    .col-md-12.float-left.case_study a,
    .col-md-10.float-left.Blog {
        height: 250px
    }
    .col-md-12.float-left.brochure a,
    .col-md-10.float-left.Brochure {
        height: 250px
    }
    .job-dashboard.col-md-4.float-right.related-resources h2 {
        text-align: center !important
    }
    .col-md-12.float-left.assetbody * {
        font-family: roboto !important
    }
}

.simplenews-confirm-multi {
    margin-top: 60px;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    margin-bottom: 20px;
    box-shadow: 0 0 black;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5b5b5b;
    padding: 20px;
    max-width: 100%;
    border: 1px solid #cacaca;
    text-align: center
}

.simplenews-confirm-multi .item-list {
    display: none
}

.simplenews-confirm-multi #edit-actions {
    display: flex;
    justify-content: center
}

.simplenews-confirm-multi #edit-actions #edit-cancel {
    border-radius: 0 !important;
    background-color: #8e8e8e !important;
    background-image: unset !important;
    text-shadow: unset !important;
    box-shadow: unset !important;
    color: white !important;
    margin-left: 10px !important;
    border: 1px solid #8e8e8e !important;
    display: block;
    align-self: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5
}

.simplenews-confirm-multi #edit-actions #edit-submit {
    border-radius: 0 !important;
    background-color: #15a563 !important;
    background-image: unset !important;
    text-shadow: unset !important;
    box-shadow: unset !important;
    color: white !important;
    border: 1px solid #15a563 !important
}

.simplenews-subscriber-page-form.simplenews-subscriber-form {
    margin-top: 60px;
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    margin-bottom: 20px;
    box-shadow: 0 0 black;
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5b5b5b;
    padding: 20px;
    max-width: 100%;
    border: 1px solid #cacaca
}

.simplenews-subscriber-page-form.simplenews-subscriber-form span.fieldset-legend {
    text-align: center;
    display: block;
    line-height: 1.75rem
}

.simplenews-subscriber-page-form.simplenews-subscriber-form .fieldset-wrapper {
    margin-top: 10px
}

.simplenews-subscriber-page-form.simplenews-subscriber-form .fieldset-wrapper .custom-switch {
    padding-left: 1rem
}

.simplenews-subscriber-page-form.simplenews-subscriber-form .fieldset-wrapper .custom-switch .custom-control-label {
    display: inline-flex;
    align-items: center
}

.simplenews-subscriber-page-form.simplenews-subscriber-form .fieldset-wrapper .custom-switch .custom-control-label::before {
    left: -1rem
}

.simplenews-subscriber-page-form.simplenews-subscriber-form .fieldset-wrapper .custom-switch .custom-control-label::after {
    left: calc(-1rem + 2px)
}

.simplenews-subscriber-page-form.simplenews-subscriber-form .form-actions {
    text-align: center
}

#edit-email {
    text-transform: lowercase !important
}

::-webkit-input-placeholder {
    text-transform: none;
    font-size: 1rem
}

#lets-connect-form form input {
    color: #495057 !important;
    font-size: 1rem
}

#lets-connect-form form strong {
    height: 0;
    margin-bottom: .5rem
}

@media(min-width:750px) {
    .path-brochure .no-result-text {
        padding: 16px 90px !important
    }
    .filter-categories input.selected {
        background: #00add7 !important;
        color: #fff !important
    }
    #edit-email {
        text-transform: lowercase !important
    }
    ::-webkit-input-placeholder {
        text-transform: none
    }
    body.path-news-events .pagination li a[title="Go to previous page"] {
        transform: rotate(0deg) !important;
        background-position: center !important
    }
    body.path-news-events .pagination li.pager__item--next a {
        transform: rotate(0deg) !important;
        background-position: center !important
    }
    .page-view-news-resources.path-events .banner-content,
    .page-view-news-resources.path-news .banner-content,
    .page-view-news-resources.path-webinar-and-podcast .banner-content {
        padding: 0 50px !important
    }
    body.path-news-resources .resource-landing-page,
    body.page-view-news-resources .resource-landing-page,
    .node--type-blog .resource-landing-page,
    .node--type-case-study .resource-landing-page,
    .node--type-brochure .resource-landing-page,
    .node--type-whitepaper .resource-landing-page,
    .node--type-webinar-and-podcast .resource-landing-page,
    .node--type-upcoming-events .resource-landing-page,
    .node--type-event-landing-page .resource-landing-page,
    .node--type-event .resource-landing-page,
    .node--type-pressrelease .resource-landing-page {
        width: 100%
    }
    body.path-news-resources .section>.block-system-breadcrumb-block,
    body.page-view-news-resources .section>.block-system-breadcrumb-block,
    .node--type-blog .section>.block-system-breadcrumb-block,
    .node--type-case-study .section>.block-system-breadcrumb-block,
    .node--type-brochure .section>.block-system-breadcrumb-block,
    .node--type-whitepaper .section>.block-system-breadcrumb-block,
    .node--type-webinar-and-podcast .section>.block-system-breadcrumb-block,
    .node--type-upcoming-events .section>.block-system-breadcrumb-block,
    .node--type-event-landing-page .section>.block-system-breadcrumb-block,
    .node--type-event .section>.block-system-breadcrumb-block,
    .node--type-pressrelease .section>.block-system-breadcrumb-block {
        display: none
    }
    body.path-news-resources ::-webkit-input-placeholder,
    body.page-view-news-resources ::-webkit-input-placeholder,
    .node--type-blog ::-webkit-input-placeholder,
    .node--type-case-study ::-webkit-input-placeholder,
    .node--type-brochure ::-webkit-input-placeholder,
    .node--type-whitepaper ::-webkit-input-placeholder,
    .node--type-webinar-and-podcast ::-webkit-input-placeholder,
    .node--type-upcoming-events ::-webkit-input-placeholder,
    .node--type-event-landing-page ::-webkit-input-placeholder,
    .node--type-event ::-webkit-input-placeholder,
    .node--type-pressrelease ::-webkit-input-placeholder {
        text-transform: none;
        font-size: 1rem
    }
    body.path-news-resources select.custom-select,
    body.page-view-news-resources select.custom-select,
    .node--type-blog select.custom-select,
    .node--type-case-study select.custom-select,
    .node--type-brochure select.custom-select,
    .node--type-whitepaper select.custom-select,
    .node--type-webinar-and-podcast select.custom-select,
    .node--type-upcoming-events select.custom-select,
    .node--type-event-landing-page select.custom-select,
    .node--type-event select.custom-select,
    .node--type-pressrelease select.custom-select {
        font-size: 1rem
    }
    body.path-news-resources #lets-connect-form form input,
    body.page-view-news-resources #lets-connect-form form input,
    .node--type-blog #lets-connect-form form input,
    .node--type-case-study #lets-connect-form form input,
    .node--type-brochure #lets-connect-form form input,
    .node--type-whitepaper #lets-connect-form form input,
    .node--type-webinar-and-podcast #lets-connect-form form input,
    .node--type-upcoming-events #lets-connect-form form input,
    .node--type-event-landing-page #lets-connect-form form input,
    .node--type-event #lets-connect-form form input,
    .node--type-pressrelease #lets-connect-form form input {
        color: #495057 !important;
        font-size: 1rem
    }
    body.path-news-resources #lets-connect-form form strong,
    body.page-view-news-resources #lets-connect-form form strong,
    .node--type-blog #lets-connect-form form strong,
    .node--type-case-study #lets-connect-form form strong,
    .node--type-brochure #lets-connect-form form strong,
    .node--type-whitepaper #lets-connect-form form strong,
    .node--type-webinar-and-podcast #lets-connect-form form strong,
    .node--type-upcoming-events #lets-connect-form form strong,
    .node--type-event-landing-page #lets-connect-form form strong,
    .node--type-event #lets-connect-form form strong,
    .node--type-pressrelease #lets-connect-form form strong {
        height: 0;
        margin-bottom: .5rem
    }
    body.path-news-resources #lets-connect-form form fieldset.form-item-captcha-response strong,
    body.page-view-news-resources #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-blog #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-case-study #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-brochure #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-whitepaper #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-webinar-and-podcast #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-upcoming-events #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-event-landing-page #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-event #lets-connect-form form fieldset.form-item-captcha-response strong,
    .node--type-pressrelease #lets-connect-form form fieldset.form-item-captcha-response strong {
        height: 0
    }
    body.path-news-resources .resource-landing-page .block-system-breadcrumb-block,
    body.page-view-news-resources .resource-landing-page .block-system-breadcrumb-block,
    .node--type-blog .resource-landing-page .block-system-breadcrumb-block,
    .node--type-case-study .resource-landing-page .block-system-breadcrumb-block,
    .node--type-brochure .resource-landing-page .block-system-breadcrumb-block,
    .node--type-whitepaper .resource-landing-page .block-system-breadcrumb-block,
    .node--type-webinar-and-podcast .resource-landing-page .block-system-breadcrumb-block,
    .node--type-upcoming-events .resource-landing-page .block-system-breadcrumb-block,
    .node--type-event-landing-page .resource-landing-page .block-system-breadcrumb-block,
    .node--type-event .resource-landing-page .block-system-breadcrumb-block,
    .node--type-pressrelease .resource-landing-page .block-system-breadcrumb-block {
        display: block;
        visibility: visible
    }
    body.path-news-resources .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    body.page-view-news-resources .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-blog .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-case-study .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-brochure .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-whitepaper .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-webinar-and-podcast .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-upcoming-events .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-event-landing-page .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-event .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    .node--type-pressrelease .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb {
        background-color: unset;
        background: 0 0;
        padding: 15px 90px !important;
        margin: 0 auto 0 2px !important;
        font-size: 14px
    }
    body.path-news-resources .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    body.page-view-news-resources .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-blog .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-case-study .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-brochure .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-whitepaper .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-webinar-and-podcast .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-upcoming-events .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-event-landing-page .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-event .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item,
    .node--type-pressrelease .resource-landing-page .block-system-breadcrumb-block li.breadcrumb-item {
        font-weight: 500
    }
    body.path-news-resources .resource-landing-page .block-system-breadcrumb-block a,
    body.page-view-news-resources .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-blog .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-case-study .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-brochure .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-whitepaper .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-webinar-and-podcast .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-upcoming-events .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-event-landing-page .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-event .resource-landing-page .block-system-breadcrumb-block a,
    .node--type-pressrelease .resource-landing-page .block-system-breadcrumb-block a {
        font-size: 14px;
        color: #45454a !important
    }
    body.path-news-resources div[id^=block-bootstrap-xoriant-breadcrumbs--],
    body.page-view-news-resources div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-blog div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-case-study div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-brochure div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-whitepaper div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-webinar-and-podcast div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-upcoming-events div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-event-landing-page div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-event div[id^=block-bootstrap-xoriant-breadcrumbs--],
    .node--type-pressrelease div[id^=block-bootstrap-xoriant-breadcrumbs--] {
        visibility: hidden
    }
    body.path-news-resources .view-header,
    body.page-view-news-resources .view-header,
    .node--type-blog .view-header,
    .node--type-case-study .view-header,
    .node--type-brochure .view-header,
    .node--type-whitepaper .view-header,
    .node--type-webinar-and-podcast .view-header,
    .node--type-upcoming-events .view-header,
    .node--type-event-landing-page .view-header,
    .node--type-event .view-header,
    .node--type-pressrelease .view-header {
        display: none !important
    }
    body.path-news-resources .resource-banner-content-desktop,
    body.page-view-news-resources .resource-banner-content-desktop,
    .node--type-blog .resource-banner-content-desktop,
    .node--type-case-study .resource-banner-content-desktop,
    .node--type-brochure .resource-banner-content-desktop,
    .node--type-whitepaper .resource-banner-content-desktop,
    .node--type-webinar-and-podcast .resource-banner-content-desktop,
    .node--type-upcoming-events .resource-banner-content-desktop,
    .node--type-event-landing-page .resource-banner-content-desktop,
    .node--type-event .resource-banner-content-desktop,
    .node--type-pressrelease .resource-banner-content-desktop {
        background-size: 100% 100%;
        background-repeat: no-repeat
    }
    body.path-news-resources .banner-content,
    body.page-view-news-resources .banner-content,
    .node--type-blog .banner-content,
    .node--type-case-study .banner-content,
    .node--type-brochure .banner-content,
    .node--type-whitepaper .banner-content,
    .node--type-webinar-and-podcast .banner-content,
    .node--type-upcoming-events .banner-content,
    .node--type-event-landing-page .banner-content,
    .node--type-event .banner-content,
    .node--type-pressrelease .banner-content {
        width: 100%;
        max-width: 1280px;
        padding: 0 90px;
        margin: 0 auto;
        height: 400px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column
    }
    body.path-news-resources .banner-content .banner-title,
    body.page-view-news-resources .banner-content .banner-title,
    .node--type-blog .banner-content .banner-title,
    .node--type-case-study .banner-content .banner-title,
    .node--type-brochure .banner-content .banner-title,
    .node--type-whitepaper .banner-content .banner-title,
    .node--type-webinar-and-podcast .banner-content .banner-title,
    .node--type-upcoming-events .banner-content .banner-title,
    .node--type-event-landing-page .banner-content .banner-title,
    .node--type-event .banner-content .banner-title,
    .node--type-pressrelease .banner-content .banner-title {
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-left: 0
    }
    body.path-news-resources .banner-content hr.brand-line,
    body.page-view-news-resources .banner-content hr.brand-line,
    .node--type-blog .banner-content hr.brand-line,
    .node--type-case-study .banner-content hr.brand-line,
    .node--type-brochure .banner-content hr.brand-line,
    .node--type-whitepaper .banner-content hr.brand-line,
    .node--type-webinar-and-podcast .banner-content hr.brand-line,
    .node--type-upcoming-events .banner-content hr.brand-line,
    .node--type-event-landing-page .banner-content hr.brand-line,
    .node--type-event .banner-content hr.brand-line,
    .node--type-pressrelease .banner-content hr.brand-line {
        margin-left: 2px
    }
    body.path-news-resources .contact-us,
    body.page-view-news-resources .contact-us,
    .node--type-blog .contact-us,
    .node--type-case-study .contact-us,
    .node--type-brochure .contact-us,
    .node--type-whitepaper .contact-us,
    .node--type-webinar-and-podcast .contact-us,
    .node--type-upcoming-events .contact-us,
    .node--type-event-landing-page .contact-us,
    .node--type-event .contact-us,
    .node--type-pressrelease .contact-us {
        height: 65px;
        background-color: #00bbf0;
        position: fixed;
        right: 0;
        top: 47%;
        z-index: 99;
        margin: 0;
        width: 80px;
        font-size: 12px;
        font-weight: normal;
        border-radius: 10px 0 0 10px;
        padding: 10px
    }
    body.path-news-resources img.contact-us-img,
    body.page-view-news-resources img.contact-us-img,
    .node--type-blog img.contact-us-img,
    .node--type-case-study img.contact-us-img,
    .node--type-brochure img.contact-us-img,
    .node--type-whitepaper img.contact-us-img,
    .node--type-webinar-and-podcast img.contact-us-img,
    .node--type-upcoming-events img.contact-us-img,
    .node--type-event-landing-page img.contact-us-img,
    .node--type-event img.contact-us-img,
    .node--type-pressrelease img.contact-us-img {
        display: block;
        width: 30px;
        height: 25px;
        margin: auto
    }
    body.path-news-resources .contact-title a,
    body.page-view-news-resources .contact-title a,
    .node--type-blog .contact-title a,
    .node--type-case-study .contact-title a,
    .node--type-brochure .contact-title a,
    .node--type-whitepaper .contact-title a,
    .node--type-webinar-and-podcast .contact-title a,
    .node--type-upcoming-events .contact-title a,
    .node--type-event-landing-page .contact-title a,
    .node--type-event .contact-title a,
    .node--type-pressrelease .contact-title a {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        margin-top: 7px
    }
    body.path-news-resources .view-header,
    body.page-view-news-resources .view-header,
    .node--type-blog .view-header,
    .node--type-case-study .view-header,
    .node--type-brochure .view-header,
    .node--type-whitepaper .view-header,
    .node--type-webinar-and-podcast .view-header,
    .node--type-upcoming-events .view-header,
    .node--type-event-landing-page .view-header,
    .node--type-event .view-header,
    .node--type-pressrelease .view-header {
        font-size: 14px;
        color: #45454a;
        position: relative;
        top: 84px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8) {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events {
        max-width: 1280px;
        margin: 30px auto 0 auto;
        padding: 0 90px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events h2 {
        display: none !important
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created {
        display: block;
        width: 60%;
        position: relative
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input {
        border-radius: 100px !important;
        background-color: #fff !important;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) !important;
        opacity: .5;
        color: #171717;
        font-family: "Poppins";
        font-size: 18px !important;
        letter-spacing: 0;
        line-height: 21px;
        -webkit-appearance: none;
        padding: 0 40px !important;
        height: 40px !important
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input {
        cursor: pointer;
        font-size: 18px;
        color: #919191;
        z-index: 5;
        position: absolute;
        right: 20px;
        top: 10px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events select {
        -webkit-appearance: none;
        border-radius: 25px !important;
        border: 0 !important;
        background: none !important;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .25) !important;
        -webkit-appearance: none;
        text-transform: capitalize;
        padding: 0 25px !important;
        height: 40px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .js-form-item-field-blog-category-target-id.form-item-field-blog-category-target-id {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-hidden,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .rev-select,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .rev-select {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: 14px;
        color: #fff;
        width: 100%;
        height: 40px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-styled {
        color: #505152;
        padding: 10px 16px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .25) !important;
        font-weight: normal;
        font-size: 15px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-styled::before {
        content: "";
        position: absolute;
        right: 15px;
        top: 14px;
        background-repeat: no-repeat !important;
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
        height: 20px;
        width: 20px;
        transform: rotate(90deg);
        background-size: 100%
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-styled:hover {
        background-color: #fff
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-styled.active::before,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-styled.active::before {
        content: "";
        position: absolute;
        right: 15px;
        top: 14px;
        background-repeat: no-repeat !important;
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
        height: 20px;
        width: 20px;
        transform: rotate(270deg);
        background-size: 100%
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-options,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-options {
        position: absolute;
        background-color: #fff;
        border-radius: 20px;
        top: 72%;
        left: 0;
        right: 0;
        z-index: 99;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25) !important;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        padding: 0
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-options li {
        color: #495057;
        padding: 10px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border-radius: 20px;
        list-style: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(1) {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-type .select-options li:nth-child(2),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .form-item-type .select-options li:nth-child(2) {
        margin-top: 10px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-order .select-options li:nth-child(1),
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .form-item-sort-order .select-options li:nth-child(1) {
        margin-top: 10px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-options li:hover {
        color: #00add7;
        background: #fff
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li:hover span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-options li:hover span {
        background: #00add7 !important;
        color: #fff !important
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-options li[rel=hide],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-options li[rel=hide] {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .select-options span,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .select-options span {
        float: right;
        background: #f7f7f7;
        color: #000;
        width: 32px;
        text-align: center;
        border-radius: 4px;
        padding: 2px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type {
        width: 20%
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-event .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label {
        margin-bottom: 0;
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-blog .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-case-study .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-brochure .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-whitepaper .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-webinar-and-podcast .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-upcoming-events .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-event-landing-page .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-event .block-views-exposed-filter-blocknews-resources-events button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-listing-page button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-brochure button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-case-study button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-whitepaper button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-blog button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-infographic button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-podcast button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-news-announcements button[value=Apply],
    .node--type-pressrelease .block-views-exposed-filter-blocknews-resources-events button[value=Apply] {
        display: none
    }
    body.path-news-resources .other-articles .resource-desg a,
    body.page-view-news-resources .other-articles .resource-desg a,
    .node--type-blog .other-articles .resource-desg a,
    .node--type-case-study .other-articles .resource-desg a,
    .node--type-brochure .other-articles .resource-desg a,
    .node--type-whitepaper .other-articles .resource-desg a,
    .node--type-webinar-and-podcast .other-articles .resource-desg a,
    .node--type-upcoming-events .other-articles .resource-desg a,
    .node--type-event-landing-page .other-articles .resource-desg a,
    .node--type-event .other-articles .resource-desg a,
    .node--type-pressrelease .other-articles .resource-desg a {
        color: #45454a
    }
    body.path-news-resources .other-articles .resource-author a,
    body.page-view-news-resources .other-articles .resource-author a,
    .node--type-blog .other-articles .resource-author a,
    .node--type-case-study .other-articles .resource-author a,
    .node--type-brochure .other-articles .resource-author a,
    .node--type-whitepaper .other-articles .resource-author a,
    .node--type-webinar-and-podcast .other-articles .resource-author a,
    .node--type-upcoming-events .other-articles .resource-author a,
    .node--type-event-landing-page .other-articles .resource-author a,
    .node--type-event .other-articles .resource-author a,
    .node--type-pressrelease .other-articles .resource-author a {
        color: #45454a;
        font-weight: 700
    }
    body.path-news-resources .other-articles .article:nth-of-type(1),
    body.page-view-news-resources .other-articles .article:nth-of-type(1),
    .node--type-blog .other-articles .article:nth-of-type(1),
    .node--type-case-study .other-articles .article:nth-of-type(1),
    .node--type-brochure .other-articles .article:nth-of-type(1),
    .node--type-whitepaper .other-articles .article:nth-of-type(1),
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(1),
    .node--type-upcoming-events .other-articles .article:nth-of-type(1),
    .node--type-event-landing-page .other-articles .article:nth-of-type(1),
    .node--type-event .other-articles .article:nth-of-type(1),
    .node--type-pressrelease .other-articles .article:nth-of-type(1) {
        background: #fff
    }
    body.path-news-resources .other-articles .article:nth-of-type(1) .resource-cat span,
    body.page-view-news-resources .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-blog .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-case-study .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-brochure .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-whitepaper .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-upcoming-events .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-event-landing-page .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-event .other-articles .article:nth-of-type(1) .resource-cat span,
    .node--type-pressrelease .other-articles .article:nth-of-type(1) .resource-cat span {
        background: #f7f7f7
    }
    body.path-news-resources .other-articles .article:nth-of-type(3),
    body.page-view-news-resources .other-articles .article:nth-of-type(3),
    .node--type-blog .other-articles .article:nth-of-type(3),
    .node--type-case-study .other-articles .article:nth-of-type(3),
    .node--type-brochure .other-articles .article:nth-of-type(3),
    .node--type-whitepaper .other-articles .article:nth-of-type(3),
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(3),
    .node--type-upcoming-events .other-articles .article:nth-of-type(3),
    .node--type-event-landing-page .other-articles .article:nth-of-type(3),
    .node--type-event .other-articles .article:nth-of-type(3),
    .node--type-pressrelease .other-articles .article:nth-of-type(3) {
        background: #fff
    }
    body.path-news-resources .other-articles .article:nth-of-type(3) .resource-cat span,
    body.page-view-news-resources .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-blog .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-case-study .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-brochure .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-whitepaper .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-upcoming-events .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-event-landing-page .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-event .other-articles .article:nth-of-type(3) .resource-cat span,
    .node--type-pressrelease .other-articles .article:nth-of-type(3) .resource-cat span {
        background: #f7f7f7
    }
    body.path-news-resources #block-views-block-news-multi-resources-block-2 .content,
    body.page-view-news-resources #block-views-block-news-multi-resources-block-2 .content,
    .node--type-blog #block-views-block-news-multi-resources-block-2 .content,
    .node--type-case-study #block-views-block-news-multi-resources-block-2 .content,
    .node--type-brochure #block-views-block-news-multi-resources-block-2 .content,
    .node--type-whitepaper #block-views-block-news-multi-resources-block-2 .content,
    .node--type-webinar-and-podcast #block-views-block-news-multi-resources-block-2 .content,
    .node--type-upcoming-events #block-views-block-news-multi-resources-block-2 .content,
    .node--type-event-landing-page #block-views-block-news-multi-resources-block-2 .content,
    .node--type-event #block-views-block-news-multi-resources-block-2 .content,
    .node--type-pressrelease #block-views-block-news-multi-resources-block-2 .content {
        padding-top: 15px
    }
    body.path-news-resources #block-views-block-news-multi-resources-block-2 .pagination,
    body.page-view-news-resources #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-blog #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-case-study #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-brochure #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-whitepaper #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-webinar-and-podcast #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-upcoming-events #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-event-landing-page #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-event #block-views-block-news-multi-resources-block-2 .pagination,
    .node--type-pressrelease #block-views-block-news-multi-resources-block-2 .pagination {
        margin-top: 60px
    }
    body.path-news-resources .breadcrumb li:nth-child(n+4),
    body.page-view-news-resources .breadcrumb li:nth-child(n+4),
    .node--type-blog .breadcrumb li:nth-child(n+4),
    .node--type-case-study .breadcrumb li:nth-child(n+4),
    .node--type-brochure .breadcrumb li:nth-child(n+4),
    .node--type-whitepaper .breadcrumb li:nth-child(n+4),
    .node--type-webinar-and-podcast .breadcrumb li:nth-child(n+4),
    .node--type-upcoming-events .breadcrumb li:nth-child(n+4),
    .node--type-event-landing-page .breadcrumb li:nth-child(n+4),
    .node--type-event .breadcrumb li:nth-child(n+4),
    .node--type-pressrelease .breadcrumb li:nth-child(n+4) {
        display: none
    }
    body.path-news-resources .resource-content-container,
    body.page-view-news-resources .resource-content-container,
    .node--type-blog .resource-content-container,
    .node--type-case-study .resource-content-container,
    .node--type-brochure .resource-content-container,
    .node--type-whitepaper .resource-content-container,
    .node--type-webinar-and-podcast .resource-content-container,
    .node--type-upcoming-events .resource-content-container,
    .node--type-event-landing-page .resource-content-container,
    .node--type-event .resource-content-container,
    .node--type-pressrelease .resource-content-container {
        padding: 16px 90px
    }
    body.path-news-resources .filter-categories-container-no-result,
    body.page-view-news-resources .filter-categories-container-no-result,
    .node--type-blog .filter-categories-container-no-result,
    .node--type-case-study .filter-categories-container-no-result,
    .node--type-brochure .filter-categories-container-no-result,
    .node--type-whitepaper .filter-categories-container-no-result,
    .node--type-webinar-and-podcast .filter-categories-container-no-result,
    .node--type-upcoming-events .filter-categories-container-no-result,
    .node--type-event-landing-page .filter-categories-container-no-result,
    .node--type-event .filter-categories-container-no-result,
    .node--type-pressrelease .filter-categories-container-no-result {
        padding: 0 90px;
        margin-bottom: 20px
    }
    body.path-news-resources .filter-categories-container-no-result label,
    body.page-view-news-resources .filter-categories-container-no-result label,
    .node--type-blog .filter-categories-container-no-result label,
    .node--type-case-study .filter-categories-container-no-result label,
    .node--type-brochure .filter-categories-container-no-result label,
    .node--type-whitepaper .filter-categories-container-no-result label,
    .node--type-webinar-and-podcast .filter-categories-container-no-result label,
    .node--type-upcoming-events .filter-categories-container-no-result label,
    .node--type-event-landing-page .filter-categories-container-no-result label,
    .node--type-event .filter-categories-container-no-result label,
    .node--type-pressrelease .filter-categories-container-no-result label {
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #171717
    }
    body.path-news-resources .filter-categories-container,
    body.page-view-news-resources .filter-categories-container,
    .node--type-blog .filter-categories-container,
    .node--type-case-study .filter-categories-container,
    .node--type-brochure .filter-categories-container,
    .node--type-whitepaper .filter-categories-container,
    .node--type-webinar-and-podcast .filter-categories-container,
    .node--type-upcoming-events .filter-categories-container,
    .node--type-event-landing-page .filter-categories-container,
    .node--type-event .filter-categories-container,
    .node--type-pressrelease .filter-categories-container {
        padding: 0 90px;
        margin-top: 12px
    }
    body.path-news-resources .filter-categories-container label,
    body.page-view-news-resources .filter-categories-container label,
    .node--type-blog .filter-categories-container label,
    .node--type-case-study .filter-categories-container label,
    .node--type-brochure .filter-categories-container label,
    .node--type-whitepaper .filter-categories-container label,
    .node--type-webinar-and-podcast .filter-categories-container label,
    .node--type-upcoming-events .filter-categories-container label,
    .node--type-event-landing-page .filter-categories-container label,
    .node--type-event .filter-categories-container label,
    .node--type-pressrelease .filter-categories-container label {
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #171717
    }
    body.path-news-resources .filter-categories,
    body.page-view-news-resources .filter-categories,
    .node--type-blog .filter-categories,
    .node--type-case-study .filter-categories,
    .node--type-brochure .filter-categories,
    .node--type-whitepaper .filter-categories,
    .node--type-webinar-and-podcast .filter-categories,
    .node--type-upcoming-events .filter-categories,
    .node--type-event-landing-page .filter-categories,
    .node--type-event .filter-categories,
    .node--type-pressrelease .filter-categories {
        display: flex;
        flex-wrap: wrap
    }
    body.path-news-resources .filter-categories input,
    body.page-view-news-resources .filter-categories input,
    .node--type-blog .filter-categories input,
    .node--type-case-study .filter-categories input,
    .node--type-brochure .filter-categories input,
    .node--type-whitepaper .filter-categories input,
    .node--type-webinar-and-podcast .filter-categories input,
    .node--type-upcoming-events .filter-categories input,
    .node--type-event-landing-page .filter-categories input,
    .node--type-event .filter-categories input,
    .node--type-pressrelease .filter-categories input {
        background: #f7f6f6;
        border: 0;
        padding: 7px 15px;
        border-radius: 5px;
        color: #000;
        font-weight: normal;
        margin-right: 10px;
        margin-top: 5px;
        font-size: 14px;
        line-height: 16px
    }
    body.path-news-resources .filter-categories input:focus,
    body.page-view-news-resources .filter-categories input:focus,
    .node--type-blog .filter-categories input:focus,
    .node--type-case-study .filter-categories input:focus,
    .node--type-brochure .filter-categories input:focus,
    .node--type-whitepaper .filter-categories input:focus,
    .node--type-webinar-and-podcast .filter-categories input:focus,
    .node--type-upcoming-events .filter-categories input:focus,
    .node--type-event-landing-page .filter-categories input:focus,
    .node--type-event .filter-categories input:focus,
    .node--type-pressrelease .filter-categories input:focus {
        background: #00add7;
        color: #fff
    }
    body.path-news-resources .filter-categories input.selected,
    body.page-view-news-resources .filter-categories input.selected,
    .node--type-blog .filter-categories input.selected,
    .node--type-case-study .filter-categories input.selected,
    .node--type-brochure .filter-categories input.selected,
    .node--type-whitepaper .filter-categories input.selected,
    .node--type-webinar-and-podcast .filter-categories input.selected,
    .node--type-upcoming-events .filter-categories input.selected,
    .node--type-event-landing-page .filter-categories input.selected,
    .node--type-event .filter-categories input.selected,
    .node--type-pressrelease .filter-categories input.selected {
        background: #00add7 !important;
        color: #fff !important
    }
    body.path-news-resources .filter-categories input:hover,
    body.page-view-news-resources .filter-categories input:hover,
    .node--type-blog .filter-categories input:hover,
    .node--type-case-study .filter-categories input:hover,
    .node--type-brochure .filter-categories input:hover,
    .node--type-whitepaper .filter-categories input:hover,
    .node--type-webinar-and-podcast .filter-categories input:hover,
    .node--type-upcoming-events .filter-categories input:hover,
    .node--type-event-landing-page .filter-categories input:hover,
    .node--type-event .filter-categories input:hover,
    .node--type-pressrelease .filter-categories input:hover {
        background: #00add7 !important;
        color: #fff !important
    }
    body.path-news-resources .form_title h2,
    body.page-view-news-resources .form_title h2,
    .node--type-blog .form_title h2,
    .node--type-case-study .form_title h2,
    .node--type-brochure .form_title h2,
    .node--type-whitepaper .form_title h2,
    .node--type-webinar-and-podcast .form_title h2,
    .node--type-upcoming-events .form_title h2,
    .node--type-event-landing-page .form_title h2,
    .node--type-event .form_title h2,
    .node--type-pressrelease .form_title h2 {
        font-size: 30px;
        text-align: center;
        color: #000;
        font-weight: normal
    }
    body.path-news-resources #subscribe-form,
    body.page-view-news-resources #subscribe-form,
    .node--type-blog #subscribe-form,
    .node--type-case-study #subscribe-form,
    .node--type-brochure #subscribe-form,
    .node--type-whitepaper #subscribe-form,
    .node--type-webinar-and-podcast #subscribe-form,
    .node--type-upcoming-events #subscribe-form,
    .node--type-event-landing-page #subscribe-form,
    .node--type-event #subscribe-form,
    .node--type-pressrelease #subscribe-form {
        max-width: 770px;
        margin: 0 auto
    }
    body.path-news-resources #subscribe-form fieldset,
    body.page-view-news-resources #subscribe-form fieldset,
    .node--type-blog #subscribe-form fieldset,
    .node--type-case-study #subscribe-form fieldset,
    .node--type-brochure #subscribe-form fieldset,
    .node--type-whitepaper #subscribe-form fieldset,
    .node--type-webinar-and-podcast #subscribe-form fieldset,
    .node--type-upcoming-events #subscribe-form fieldset,
    .node--type-event-landing-page #subscribe-form fieldset,
    .node--type-event #subscribe-form fieldset,
    .node--type-pressrelease #subscribe-form fieldset {
        width: 50% !important;
        float: left;
        padding-right: 15px;
        padding-left: 15px
    }
    body.path-news-resources #subscribe-form fieldset input,
    body.page-view-news-resources #subscribe-form fieldset input,
    .node--type-blog #subscribe-form fieldset input,
    .node--type-case-study #subscribe-form fieldset input,
    .node--type-brochure #subscribe-form fieldset input,
    .node--type-whitepaper #subscribe-form fieldset input,
    .node--type-webinar-and-podcast #subscribe-form fieldset input,
    .node--type-upcoming-events #subscribe-form fieldset input,
    .node--type-event-landing-page #subscribe-form fieldset input,
    .node--type-event #subscribe-form fieldset input,
    .node--type-pressrelease #subscribe-form fieldset input {
        height: 50px !important;
        font-size: 14px !important
    }
    body.path-news-resources #subscribe-form .form-required,
    body.page-view-news-resources #subscribe-form .form-required,
    .node--type-blog #subscribe-form .form-required,
    .node--type-case-study #subscribe-form .form-required,
    .node--type-brochure #subscribe-form .form-required,
    .node--type-whitepaper #subscribe-form .form-required,
    .node--type-webinar-and-podcast #subscribe-form .form-required,
    .node--type-upcoming-events #subscribe-form .form-required,
    .node--type-event-landing-page #subscribe-form .form-required,
    .node--type-event #subscribe-form .form-required,
    .node--type-pressrelease #subscribe-form .form-required {
        display: none
    }
    body.path-news-resources #subscribe-form .form_subtitle,
    body.page-view-news-resources #subscribe-form .form_subtitle,
    .node--type-blog #subscribe-form .form_subtitle,
    .node--type-case-study #subscribe-form .form_subtitle,
    .node--type-brochure #subscribe-form .form_subtitle,
    .node--type-whitepaper #subscribe-form .form_subtitle,
    .node--type-webinar-and-podcast #subscribe-form .form_subtitle,
    .node--type-upcoming-events #subscribe-form .form_subtitle,
    .node--type-event-landing-page #subscribe-form .form_subtitle,
    .node--type-event #subscribe-form .form_subtitle,
    .node--type-pressrelease #subscribe-form .form_subtitle {
        text-align: center
    }
    body.path-news-resources #subscribe-form .form-text,
    body.path-news-resources #subscribe-form .form-email,
    body.page-view-news-resources #subscribe-form .form-text,
    body.page-view-news-resources #subscribe-form .form-email,
    .node--type-blog #subscribe-form .form-text,
    .node--type-blog #subscribe-form .form-email,
    .node--type-case-study #subscribe-form .form-text,
    .node--type-case-study #subscribe-form .form-email,
    .node--type-brochure #subscribe-form .form-text,
    .node--type-brochure #subscribe-form .form-email,
    .node--type-whitepaper #subscribe-form .form-text,
    .node--type-whitepaper #subscribe-form .form-email,
    .node--type-webinar-and-podcast #subscribe-form .form-text,
    .node--type-webinar-and-podcast #subscribe-form .form-email,
    .node--type-upcoming-events #subscribe-form .form-text,
    .node--type-upcoming-events #subscribe-form .form-email,
    .node--type-event-landing-page #subscribe-form .form-text,
    .node--type-event-landing-page #subscribe-form .form-email,
    .node--type-event #subscribe-form .form-text,
    .node--type-event #subscribe-form .form-email,
    .node--type-pressrelease #subscribe-form .form-text,
    .node--type-pressrelease #subscribe-form .form-email {
        padding-left: 15px !important;
        background-color: #fff !important;
        text-align: center;
        border: 1px #f5eaea solid !important;
        box-shadow: none !important
    }
    body.path-news-resources #subscribe-form .custom-switch,
    body.page-view-news-resources #subscribe-form .custom-switch,
    .node--type-blog #subscribe-form .custom-switch,
    .node--type-case-study #subscribe-form .custom-switch,
    .node--type-brochure #subscribe-form .custom-switch,
    .node--type-whitepaper #subscribe-form .custom-switch,
    .node--type-webinar-and-podcast #subscribe-form .custom-switch,
    .node--type-upcoming-events #subscribe-form .custom-switch,
    .node--type-event-landing-page #subscribe-form .custom-switch,
    .node--type-event #subscribe-form .custom-switch,
    .node--type-pressrelease #subscribe-form .custom-switch {
        position: unset
    }
    body.path-news-resources #subscribe-form button[id^=edit-subscribe],
    body.page-view-news-resources #subscribe-form button[id^=edit-subscribe],
    .node--type-blog #subscribe-form button[id^=edit-subscribe],
    .node--type-case-study #subscribe-form button[id^=edit-subscribe],
    .node--type-brochure #subscribe-form button[id^=edit-subscribe],
    .node--type-whitepaper #subscribe-form button[id^=edit-subscribe],
    .node--type-webinar-and-podcast #subscribe-form button[id^=edit-subscribe],
    .node--type-upcoming-events #subscribe-form button[id^=edit-subscribe],
    .node--type-event-landing-page #subscribe-form button[id^=edit-subscribe],
    .node--type-event #subscribe-form button[id^=edit-subscribe],
    .node--type-pressrelease #subscribe-form button[id^=edit-subscribe] {
        background: #00a161;
        border: 0;
        opacity: 1;
        padding: 13px 41px;
        float: left;
        font-size: 14px;
        margin-top: 15px;
        margin-left: 15px;
        margin-bottom: 15px
    }
    body.path-news-resources #subscribe-form span.required,
    body.page-view-news-resources #subscribe-form span.required,
    .node--type-blog #subscribe-form span.required,
    .node--type-case-study #subscribe-form span.required,
    .node--type-brochure #subscribe-form span.required,
    .node--type-whitepaper #subscribe-form span.required,
    .node--type-webinar-and-podcast #subscribe-form span.required,
    .node--type-upcoming-events #subscribe-form span.required,
    .node--type-event-landing-page #subscribe-form span.required,
    .node--type-event #subscribe-form span.required,
    .node--type-pressrelease #subscribe-form span.required {
        display: none
    }
    body.path-news-resources #subscribe-form .captcha,
    body.page-view-news-resources #subscribe-form .captcha,
    .node--type-blog #subscribe-form .captcha,
    .node--type-case-study #subscribe-form .captcha,
    .node--type-brochure #subscribe-form .captcha,
    .node--type-whitepaper #subscribe-form .captcha,
    .node--type-webinar-and-podcast #subscribe-form .captcha,
    .node--type-upcoming-events #subscribe-form .captcha,
    .node--type-event-landing-page #subscribe-form .captcha,
    .node--type-event #subscribe-form .captcha,
    .node--type-pressrelease #subscribe-form .captcha {
        display: block;
        clear: both
    }
    body.path-news-resources #subscribe-form .error,
    body.page-view-news-resources #subscribe-form .error,
    .node--type-blog #subscribe-form .error,
    .node--type-case-study #subscribe-form .error,
    .node--type-brochure #subscribe-form .error,
    .node--type-whitepaper #subscribe-form .error,
    .node--type-webinar-and-podcast #subscribe-form .error,
    .node--type-upcoming-events #subscribe-form .error,
    .node--type-event-landing-page #subscribe-form .error,
    .node--type-event #subscribe-form .error,
    .node--type-pressrelease #subscribe-form .error {
        margin-bottom: unset
    }
    body.path-news-resources div[class$=-row],
    body.page-view-news-resources div[class$=-row],
    .node--type-blog div[class$=-row],
    .node--type-case-study div[class$=-row],
    .node--type-brochure div[class$=-row],
    .node--type-whitepaper div[class$=-row],
    .node--type-webinar-and-podcast div[class$=-row],
    .node--type-upcoming-events div[class$=-row],
    .node--type-event-landing-page div[class$=-row],
    .node--type-event div[class$=-row],
    .node--type-pressrelease div[class$=-row] {
        display: flex
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
        width: 33.33%;
        background: #f7f7f7;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat {
        margin: 20px 20px 0 20px
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span {
        margin-bottom: 0
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title {
        margin: 10px 20px 20px 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 85%
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short {
        margin: 0 20px 20px 20px;
        width: 85%
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even),
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) {
        margin-left: 40px;
        margin-right: 40px
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat {
        order: 1
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title {
        order: 2
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short {
        order: 3
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-img {
        order: 4
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-blog .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-case-study .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-brochure .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-whitepaper .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-upcoming-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-event-landing-page .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-event .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    .node--type-pressrelease .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img {
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 6px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    body.path-news-resources .pagination,
    body.page-view-news-resources .pagination,
    .node--type-blog .pagination,
    .node--type-case-study .pagination,
    .node--type-brochure .pagination,
    .node--type-whitepaper .pagination,
    .node--type-webinar-and-podcast .pagination,
    .node--type-upcoming-events .pagination,
    .node--type-event-landing-page .pagination,
    .node--type-event .pagination,
    .node--type-pressrelease .pagination {
        display: flex;
        justify-content: center;
        padding: 10px 50px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0
    }
    body.path-news-resources .pagination li[role=presentation],
    body.page-view-news-resources .pagination li[role=presentation],
    .node--type-blog .pagination li[role=presentation],
    .node--type-case-study .pagination li[role=presentation],
    .node--type-brochure .pagination li[role=presentation],
    .node--type-whitepaper .pagination li[role=presentation],
    .node--type-webinar-and-podcast .pagination li[role=presentation],
    .node--type-upcoming-events .pagination li[role=presentation],
    .node--type-event-landing-page .pagination li[role=presentation],
    .node--type-event .pagination li[role=presentation],
    .node--type-pressrelease .pagination li[role=presentation] {
        display: none !important
    }
    body.path-news-resources .pagination li span,
    body.path-news-resources .pagination li a,
    body.page-view-news-resources .pagination li span,
    body.page-view-news-resources .pagination li a,
    .node--type-blog .pagination li span,
    .node--type-blog .pagination li a,
    .node--type-case-study .pagination li span,
    .node--type-case-study .pagination li a,
    .node--type-brochure .pagination li span,
    .node--type-brochure .pagination li a,
    .node--type-whitepaper .pagination li span,
    .node--type-whitepaper .pagination li a,
    .node--type-webinar-and-podcast .pagination li span,
    .node--type-webinar-and-podcast .pagination li a,
    .node--type-upcoming-events .pagination li span,
    .node--type-upcoming-events .pagination li a,
    .node--type-event-landing-page .pagination li span,
    .node--type-event-landing-page .pagination li a,
    .node--type-event .pagination li span,
    .node--type-event .pagination li a,
    .node--type-pressrelease .pagination li span,
    .node--type-pressrelease .pagination li a {
        padding: 5px 15px;
        border: 1px solid #ececec;
        border-radius: 0;
        color: #45454a
    }
    body.path-news-resources .pagination li.active span,
    body.path-news-resources .pagination li.active a,
    body.page-view-news-resources .pagination li.active span,
    body.page-view-news-resources .pagination li.active a,
    .node--type-blog .pagination li.active span,
    .node--type-blog .pagination li.active a,
    .node--type-case-study .pagination li.active span,
    .node--type-case-study .pagination li.active a,
    .node--type-brochure .pagination li.active span,
    .node--type-brochure .pagination li.active a,
    .node--type-whitepaper .pagination li.active span,
    .node--type-whitepaper .pagination li.active a,
    .node--type-webinar-and-podcast .pagination li.active span,
    .node--type-webinar-and-podcast .pagination li.active a,
    .node--type-upcoming-events .pagination li.active span,
    .node--type-upcoming-events .pagination li.active a,
    .node--type-event-landing-page .pagination li.active span,
    .node--type-event-landing-page .pagination li.active a,
    .node--type-event .pagination li.active span,
    .node--type-event .pagination li.active a,
    .node--type-pressrelease .pagination li.active span,
    .node--type-pressrelease .pagination li.active a {
        color: white;
        background-color: #0079c0;
        border-radius: 0
    }
    body.path-news-resources .pagination li[class*=pager__],
    body.page-view-news-resources .pagination li[class*=pager__],
    .node--type-blog .pagination li[class*=pager__],
    .node--type-case-study .pagination li[class*=pager__],
    .node--type-brochure .pagination li[class*=pager__],
    .node--type-whitepaper .pagination li[class*=pager__],
    .node--type-webinar-and-podcast .pagination li[class*=pager__],
    .node--type-upcoming-events .pagination li[class*=pager__],
    .node--type-event-landing-page .pagination li[class*=pager__],
    .node--type-event .pagination li[class*=pager__],
    .node--type-pressrelease .pagination li[class*=pager__] {
        padding: 7px 15px
    }
    body.path-news-resources .pagination li.page-item,
    body.page-view-news-resources .pagination li.page-item,
    .node--type-blog .pagination li.page-item,
    .node--type-case-study .pagination li.page-item,
    .node--type-brochure .pagination li.page-item,
    .node--type-whitepaper .pagination li.page-item,
    .node--type-webinar-and-podcast .pagination li.page-item,
    .node--type-upcoming-events .pagination li.page-item,
    .node--type-event-landing-page .pagination li.page-item,
    .node--type-event .pagination li.page-item,
    .node--type-pressrelease .pagination li.page-item {
        display: flex;
        justify-content: center;
        margin: 5px 10px
    }
    body.path-news-resources .pagination li a[title="Go to previous page"],
    body.page-view-news-resources .pagination li a[title="Go to previous page"],
    .node--type-blog .pagination li a[title="Go to previous page"],
    .node--type-case-study .pagination li a[title="Go to previous page"],
    .node--type-brochure .pagination li a[title="Go to previous page"],
    .node--type-whitepaper .pagination li a[title="Go to previous page"],
    .node--type-webinar-and-podcast .pagination li a[title="Go to previous page"],
    .node--type-upcoming-events .pagination li a[title="Go to previous page"],
    .node--type-event-landing-page .pagination li a[title="Go to previous page"],
    .node--type-event .pagination li a[title="Go to previous page"],
    .node--type-pressrelease .pagination li a[title="Go to previous page"] {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down-white.png) no-repeat;
        height: 16px;
        width: 16px;
        border: 0;
        padding: 0
    }
    body.path-news-resources .pagination li a[title="Go to previous page"] span,
    body.page-view-news-resources .pagination li a[title="Go to previous page"] span,
    .node--type-blog .pagination li a[title="Go to previous page"] span,
    .node--type-case-study .pagination li a[title="Go to previous page"] span,
    .node--type-brochure .pagination li a[title="Go to previous page"] span,
    .node--type-whitepaper .pagination li a[title="Go to previous page"] span,
    .node--type-webinar-and-podcast .pagination li a[title="Go to previous page"] span,
    .node--type-upcoming-events .pagination li a[title="Go to previous page"] span,
    .node--type-event-landing-page .pagination li a[title="Go to previous page"] span,
    .node--type-event .pagination li a[title="Go to previous page"] span,
    .node--type-pressrelease .pagination li a[title="Go to previous page"] span {
        display: none
    }
    body.path-news-resources .pagination li.pager__item--next a,
    body.page-view-news-resources .pagination li.pager__item--next a,
    .node--type-blog .pagination li.pager__item--next a,
    .node--type-case-study .pagination li.pager__item--next a,
    .node--type-brochure .pagination li.pager__item--next a,
    .node--type-whitepaper .pagination li.pager__item--next a,
    .node--type-webinar-and-podcast .pagination li.pager__item--next a,
    .node--type-upcoming-events .pagination li.pager__item--next a,
    .node--type-event-landing-page .pagination li.pager__item--next a,
    .node--type-event .pagination li.pager__item--next a,
    .node--type-pressrelease .pagination li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down-white.png);
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        border: 0;
        padding: 0;
        transform: rotate(180deg)
    }
    body.path-news-resources .pagination li.pager__item--next a span,
    body.page-view-news-resources .pagination li.pager__item--next a span,
    .node--type-blog .pagination li.pager__item--next a span,
    .node--type-case-study .pagination li.pager__item--next a span,
    .node--type-brochure .pagination li.pager__item--next a span,
    .node--type-whitepaper .pagination li.pager__item--next a span,
    .node--type-webinar-and-podcast .pagination li.pager__item--next a span,
    .node--type-upcoming-events .pagination li.pager__item--next a span,
    .node--type-event-landing-page .pagination li.pager__item--next a span,
    .node--type-event .pagination li.pager__item--next a span,
    .node--type-pressrelease .pagination li.pager__item--next a span {
        display: none
    }
    body.path-news-resources .pagination li a[title="Go to first page"],
    body.page-view-news-resources .pagination li a[title="Go to first page"],
    .node--type-blog .pagination li a[title="Go to first page"],
    .node--type-case-study .pagination li a[title="Go to first page"],
    .node--type-brochure .pagination li a[title="Go to first page"],
    .node--type-whitepaper .pagination li a[title="Go to first page"],
    .node--type-webinar-and-podcast .pagination li a[title="Go to first page"],
    .node--type-upcoming-events .pagination li a[title="Go to first page"],
    .node--type-event-landing-page .pagination li a[title="Go to first page"],
    .node--type-event .pagination li a[title="Go to first page"],
    .node--type-pressrelease .pagination li a[title="Go to first page"] {
        display: none
    }
    body.path-news-resources .pagination li a[title="Go to last page"],
    body.page-view-news-resources .pagination li a[title="Go to last page"],
    .node--type-blog .pagination li a[title="Go to last page"],
    .node--type-case-study .pagination li a[title="Go to last page"],
    .node--type-brochure .pagination li a[title="Go to last page"],
    .node--type-whitepaper .pagination li a[title="Go to last page"],
    .node--type-webinar-and-podcast .pagination li a[title="Go to last page"],
    .node--type-upcoming-events .pagination li a[title="Go to last page"],
    .node--type-event-landing-page .pagination li a[title="Go to last page"],
    .node--type-event .pagination li a[title="Go to last page"],
    .node--type-pressrelease .pagination li a[title="Go to last page"] {
        display: none
    }
    body.path-news-resources .other-articles .resource-author a,
    body.page-view-news-resources .other-articles .resource-author a,
    .node--type-blog .other-articles .resource-author a,
    .node--type-case-study .other-articles .resource-author a,
    .node--type-brochure .other-articles .resource-author a,
    .node--type-whitepaper .other-articles .resource-author a,
    .node--type-webinar-and-podcast .other-articles .resource-author a,
    .node--type-upcoming-events .other-articles .resource-author a,
    .node--type-event-landing-page .other-articles .resource-author a,
    .node--type-event .other-articles .resource-author a,
    .node--type-pressrelease .other-articles .resource-author a {
        color: #45454a;
        font-weight: 700
    }
    body.path-news-resources .other-articles .article:nth-of-type(1),
    body.path-news-resources .other-articles .article:nth-of-type(3),
    body.page-view-news-resources .other-articles .article:nth-of-type(1),
    body.page-view-news-resources .other-articles .article:nth-of-type(3),
    .node--type-blog .other-articles .article:nth-of-type(1),
    .node--type-blog .other-articles .article:nth-of-type(3),
    .node--type-case-study .other-articles .article:nth-of-type(1),
    .node--type-case-study .other-articles .article:nth-of-type(3),
    .node--type-brochure .other-articles .article:nth-of-type(1),
    .node--type-brochure .other-articles .article:nth-of-type(3),
    .node--type-whitepaper .other-articles .article:nth-of-type(1),
    .node--type-whitepaper .other-articles .article:nth-of-type(3),
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(1),
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(3),
    .node--type-upcoming-events .other-articles .article:nth-of-type(1),
    .node--type-upcoming-events .other-articles .article:nth-of-type(3),
    .node--type-event-landing-page .other-articles .article:nth-of-type(1),
    .node--type-event-landing-page .other-articles .article:nth-of-type(3),
    .node--type-event .other-articles .article:nth-of-type(1),
    .node--type-event .other-articles .article:nth-of-type(3),
    .node--type-pressrelease .other-articles .article:nth-of-type(1),
    .node--type-pressrelease .other-articles .article:nth-of-type(3) {
        background: #f7f7f7
    }
    body.path-news-resources .other-articles .article:nth-of-type(1) .resource-cat a,
    body.path-news-resources .other-articles .article:nth-of-type(3) .resource-cat a,
    body.page-view-news-resources .other-articles .article:nth-of-type(1) .resource-cat a,
    body.page-view-news-resources .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-blog .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-blog .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-case-study .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-case-study .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-brochure .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-brochure .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-whitepaper .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-whitepaper .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-upcoming-events .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-upcoming-events .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-event-landing-page .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-event-landing-page .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-event .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-event .other-articles .article:nth-of-type(3) .resource-cat a,
    .node--type-pressrelease .other-articles .article:nth-of-type(1) .resource-cat a,
    .node--type-pressrelease .other-articles .article:nth-of-type(3) .resource-cat a {
        background: #fff;
        width: auto;
        padding: 7px 18px;
        text-transform: uppercase;
        letter-spacing: 2.3px;
        font-size: 12px;
        color: #45454a;
        pointer-events: none;
        display: inline-block;
        font-weight: 500;
        word-break: break-word;
        margin-bottom: 6px;
        border-radius: 5px
    }
    body.path-news-resources .other-articles .article:nth-of-type(2) .resource-cat a,
    body.page-view-news-resources .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-blog .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-case-study .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-brochure .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-whitepaper .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-webinar-and-podcast .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-upcoming-events .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-event-landing-page .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-event .other-articles .article:nth-of-type(2) .resource-cat a,
    .node--type-pressrelease .other-articles .article:nth-of-type(2) .resource-cat a {
        background: #fff;
        width: auto;
        padding: 7px 18px;
        text-transform: uppercase;
        letter-spacing: 2.3px;
        font-size: 12px;
        color: #45454a;
        pointer-events: none;
        display: inline-block;
        font-weight: 500;
        word-break: break-word;
        margin-bottom: 6px;
        border-radius: 5px
    }
    body.path-news-resources .resource-content-row-desktop,
    body.page-view-news-resources .resource-content-row-desktop,
    .node--type-blog .resource-content-row-desktop,
    .node--type-case-study .resource-content-row-desktop,
    .node--type-brochure .resource-content-row-desktop,
    .node--type-whitepaper .resource-content-row-desktop,
    .node--type-webinar-and-podcast .resource-content-row-desktop,
    .node--type-upcoming-events .resource-content-row-desktop,
    .node--type-event-landing-page .resource-content-row-desktop,
    .node--type-event .resource-content-row-desktop,
    .node--type-pressrelease .resource-content-row-desktop {
        margin-bottom: 80px
    }
    body.path-news-resources .resource-content-row-desktop .resource-cat,
    body.page-view-news-resources .resource-content-row-desktop .resource-cat,
    .node--type-blog .resource-content-row-desktop .resource-cat,
    .node--type-case-study .resource-content-row-desktop .resource-cat,
    .node--type-brochure .resource-content-row-desktop .resource-cat,
    .node--type-whitepaper .resource-content-row-desktop .resource-cat,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-cat,
    .node--type-upcoming-events .resource-content-row-desktop .resource-cat,
    .node--type-event-landing-page .resource-content-row-desktop .resource-cat,
    .node--type-event .resource-content-row-desktop .resource-cat,
    .node--type-pressrelease .resource-content-row-desktop .resource-cat {
        margin: 15px 20px;
        width: auto
    }
    body.path-news-resources .resource-content-row-desktop .resource-cat ul.list-group,
    body.page-view-news-resources .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-blog .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-case-study .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-brochure .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-whitepaper .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-upcoming-events .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-event-landing-page .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-event .resource-content-row-desktop .resource-cat ul.list-group,
    .node--type-pressrelease .resource-content-row-desktop .resource-cat ul.list-group {
        display: block
    }
    body.path-news-resources .resource-content-row-desktop .resource-cat li.list-group-item,
    body.page-view-news-resources .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-blog .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-case-study .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-brochure .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-whitepaper .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-upcoming-events .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-event-landing-page .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-event .resource-content-row-desktop .resource-cat li.list-group-item,
    .node--type-pressrelease .resource-content-row-desktop .resource-cat li.list-group-item {
        width: auto;
        padding: 7px 15px;
        background: #00add7 !important;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        pointer-events: none;
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 10px;
        border: 0;
        font-weight: normal;
        border-radius: 5px
    }
    body.path-news-resources .resource-content-row-desktop .resource-title,
    body.page-view-news-resources .resource-content-row-desktop .resource-title,
    .node--type-blog .resource-content-row-desktop .resource-title,
    .node--type-case-study .resource-content-row-desktop .resource-title,
    .node--type-brochure .resource-content-row-desktop .resource-title,
    .node--type-whitepaper .resource-content-row-desktop .resource-title,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-title,
    .node--type-upcoming-events .resource-content-row-desktop .resource-title,
    .node--type-event-landing-page .resource-content-row-desktop .resource-title,
    .node--type-event .resource-content-row-desktop .resource-title,
    .node--type-pressrelease .resource-content-row-desktop .resource-title {
        width: 90%;
        margin: 0 20px
    }
    body.path-news-resources .resource-content-row-desktop .resource-title:hover a,
    body.path-news-resources .resource-content-row-desktop .resource-title.hover a,
    body.page-view-news-resources .resource-content-row-desktop .resource-title:hover a,
    body.page-view-news-resources .resource-content-row-desktop .resource-title.hover a,
    .node--type-blog .resource-content-row-desktop .resource-title:hover a,
    .node--type-blog .resource-content-row-desktop .resource-title.hover a,
    .node--type-case-study .resource-content-row-desktop .resource-title:hover a,
    .node--type-case-study .resource-content-row-desktop .resource-title.hover a,
    .node--type-brochure .resource-content-row-desktop .resource-title:hover a,
    .node--type-brochure .resource-content-row-desktop .resource-title.hover a,
    .node--type-whitepaper .resource-content-row-desktop .resource-title:hover a,
    .node--type-whitepaper .resource-content-row-desktop .resource-title.hover a,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-title:hover a,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-title.hover a,
    .node--type-upcoming-events .resource-content-row-desktop .resource-title:hover a,
    .node--type-upcoming-events .resource-content-row-desktop .resource-title.hover a,
    .node--type-event-landing-page .resource-content-row-desktop .resource-title:hover a,
    .node--type-event-landing-page .resource-content-row-desktop .resource-title.hover a,
    .node--type-event .resource-content-row-desktop .resource-title:hover a,
    .node--type-event .resource-content-row-desktop .resource-title.hover a,
    .node--type-pressrelease .resource-content-row-desktop .resource-title:hover a,
    .node--type-pressrelease .resource-content-row-desktop .resource-title.hover a {
        background-size: 100% 100%;
        color: #00add7;
        text-decoration: underline;
        text-decoration-color: #00add7
    }
    body.path-news-resources .resource-content-row-desktop .resource-title a,
    body.page-view-news-resources .resource-content-row-desktop .resource-title a,
    .node--type-blog .resource-content-row-desktop .resource-title a,
    .node--type-case-study .resource-content-row-desktop .resource-title a,
    .node--type-brochure .resource-content-row-desktop .resource-title a,
    .node--type-whitepaper .resource-content-row-desktop .resource-title a,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-title a,
    .node--type-upcoming-events .resource-content-row-desktop .resource-title a,
    .node--type-event-landing-page .resource-content-row-desktop .resource-title a,
    .node--type-event .resource-content-row-desktop .resource-title a,
    .node--type-pressrelease .resource-content-row-desktop .resource-title a {
        color: #000;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        display: block
    }
    body.path-news-resources .resource-content-row-desktop .resource-short,
    body.page-view-news-resources .resource-content-row-desktop .resource-short,
    .node--type-blog .resource-content-row-desktop .resource-short,
    .node--type-case-study .resource-content-row-desktop .resource-short,
    .node--type-brochure .resource-content-row-desktop .resource-short,
    .node--type-whitepaper .resource-content-row-desktop .resource-short,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-short,
    .node--type-upcoming-events .resource-content-row-desktop .resource-short,
    .node--type-event-landing-page .resource-content-row-desktop .resource-short,
    .node--type-event .resource-content-row-desktop .resource-short,
    .node--type-pressrelease .resource-content-row-desktop .resource-short {
        font-size: 14px;
        width: 90%;
        line-height: 16px;
        color: #2b2b2b;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 15px 20px;
        height: 32px
    }
    body.path-news-resources .resource-content-row-desktop .resource-info,
    body.page-view-news-resources .resource-content-row-desktop .resource-info,
    .node--type-blog .resource-content-row-desktop .resource-info,
    .node--type-case-study .resource-content-row-desktop .resource-info,
    .node--type-brochure .resource-content-row-desktop .resource-info,
    .node--type-whitepaper .resource-content-row-desktop .resource-info,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-info,
    .node--type-upcoming-events .resource-content-row-desktop .resource-info,
    .node--type-event-landing-page .resource-content-row-desktop .resource-info,
    .node--type-event .resource-content-row-desktop .resource-info,
    .node--type-pressrelease .resource-content-row-desktop .resource-info {
        text-align: right;
        color: #2b2b2b;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize
    }
    body.path-news-resources .resource-content-row-desktop .resource-auth-date,
    body.page-view-news-resources .resource-content-row-desktop .resource-auth-date,
    .node--type-blog .resource-content-row-desktop .resource-auth-date,
    .node--type-case-study .resource-content-row-desktop .resource-auth-date,
    .node--type-brochure .resource-content-row-desktop .resource-auth-date,
    .node--type-whitepaper .resource-content-row-desktop .resource-auth-date,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-auth-date,
    .node--type-upcoming-events .resource-content-row-desktop .resource-auth-date,
    .node--type-event-landing-page .resource-content-row-desktop .resource-auth-date,
    .node--type-event .resource-content-row-desktop .resource-auth-date,
    .node--type-pressrelease .resource-content-row-desktop .resource-auth-date {
        color: rgba(0, 0, 0, .6);
        font-family: "Poppins";
        font-size: 12px;
        line-height: 16px;
        margin: 15px 20px
    }
    body.path-news-resources .resource-content-row-desktop .resource-auth-date .resource-date,
    body.path-news-resources .resource-content-row-desktop .resource-auth-date .resource-author,
    body.page-view-news-resources .resource-content-row-desktop .resource-auth-date .resource-date,
    body.page-view-news-resources .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-blog .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-blog .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-case-study .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-case-study .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-brochure .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-brochure .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-whitepaper .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-whitepaper .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-webinar-and-podcast .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-upcoming-events .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-upcoming-events .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-event-landing-page .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-event-landing-page .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-event .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-event .resource-content-row-desktop .resource-auth-date .resource-author,
    .node--type-pressrelease .resource-content-row-desktop .resource-auth-date .resource-date,
    .node--type-pressrelease .resource-content-row-desktop .resource-auth-date .resource-author {
        font-weight: 500
    }
    body.path-news-resources .pagination,
    body.page-view-news-resources .pagination,
    .node--type-blog .pagination,
    .node--type-case-study .pagination,
    .node--type-brochure .pagination,
    .node--type-whitepaper .pagination,
    .node--type-webinar-and-podcast .pagination,
    .node--type-upcoming-events .pagination,
    .node--type-event-landing-page .pagination,
    .node--type-event .pagination,
    .node--type-pressrelease .pagination {
        display: flex;
        justify-content: center;
        padding: 10px 50px;
        align-items: center
    }
    body.path-news-resources .pagination li[role=presentation],
    body.page-view-news-resources .pagination li[role=presentation],
    .node--type-blog .pagination li[role=presentation],
    .node--type-case-study .pagination li[role=presentation],
    .node--type-brochure .pagination li[role=presentation],
    .node--type-whitepaper .pagination li[role=presentation],
    .node--type-webinar-and-podcast .pagination li[role=presentation],
    .node--type-upcoming-events .pagination li[role=presentation],
    .node--type-event-landing-page .pagination li[role=presentation],
    .node--type-event .pagination li[role=presentation],
    .node--type-pressrelease .pagination li[role=presentation] {
        display: none !important
    }
    body.path-news-resources .pagination li span,
    body.path-news-resources .pagination li a,
    body.page-view-news-resources .pagination li span,
    body.page-view-news-resources .pagination li a,
    .node--type-blog .pagination li span,
    .node--type-blog .pagination li a,
    .node--type-case-study .pagination li span,
    .node--type-case-study .pagination li a,
    .node--type-brochure .pagination li span,
    .node--type-brochure .pagination li a,
    .node--type-whitepaper .pagination li span,
    .node--type-whitepaper .pagination li a,
    .node--type-webinar-and-podcast .pagination li span,
    .node--type-webinar-and-podcast .pagination li a,
    .node--type-upcoming-events .pagination li span,
    .node--type-upcoming-events .pagination li a,
    .node--type-event-landing-page .pagination li span,
    .node--type-event-landing-page .pagination li a,
    .node--type-event .pagination li span,
    .node--type-event .pagination li a,
    .node--type-pressrelease .pagination li span,
    .node--type-pressrelease .pagination li a {
        padding: 5px 15px;
        border: 1px solid #ececec;
        border-radius: 0;
        color: #45454a;
        font-weight: bold
    }
    body.path-news-resources .pagination li.active span,
    body.path-news-resources .pagination li.active a,
    body.page-view-news-resources .pagination li.active span,
    body.page-view-news-resources .pagination li.active a,
    .node--type-blog .pagination li.active span,
    .node--type-blog .pagination li.active a,
    .node--type-case-study .pagination li.active span,
    .node--type-case-study .pagination li.active a,
    .node--type-brochure .pagination li.active span,
    .node--type-brochure .pagination li.active a,
    .node--type-whitepaper .pagination li.active span,
    .node--type-whitepaper .pagination li.active a,
    .node--type-webinar-and-podcast .pagination li.active span,
    .node--type-webinar-and-podcast .pagination li.active a,
    .node--type-upcoming-events .pagination li.active span,
    .node--type-upcoming-events .pagination li.active a,
    .node--type-event-landing-page .pagination li.active span,
    .node--type-event-landing-page .pagination li.active a,
    .node--type-event .pagination li.active span,
    .node--type-event .pagination li.active a,
    .node--type-pressrelease .pagination li.active span,
    .node--type-pressrelease .pagination li.active a {
        color: white;
        background-color: #00add7;
        border-radius: 0;
        border-color: #00add7
    }
    body.path-news-resources .pagination li[class*=pager__],
    body.page-view-news-resources .pagination li[class*=pager__],
    .node--type-blog .pagination li[class*=pager__],
    .node--type-case-study .pagination li[class*=pager__],
    .node--type-brochure .pagination li[class*=pager__],
    .node--type-whitepaper .pagination li[class*=pager__],
    .node--type-webinar-and-podcast .pagination li[class*=pager__],
    .node--type-upcoming-events .pagination li[class*=pager__],
    .node--type-event-landing-page .pagination li[class*=pager__],
    .node--type-event .pagination li[class*=pager__],
    .node--type-pressrelease .pagination li[class*=pager__] {
        padding: 5px
    }
    body.path-news-resources .pagination li.page-item,
    body.page-view-news-resources .pagination li.page-item,
    .node--type-blog .pagination li.page-item,
    .node--type-case-study .pagination li.page-item,
    .node--type-brochure .pagination li.page-item,
    .node--type-whitepaper .pagination li.page-item,
    .node--type-webinar-and-podcast .pagination li.page-item,
    .node--type-upcoming-events .pagination li.page-item,
    .node--type-event-landing-page .pagination li.page-item,
    .node--type-event .pagination li.page-item,
    .node--type-pressrelease .pagination li.page-item {
        display: flex;
        justify-content: center;
        margin: 5px
    }
    body.path-news-resources .pagination li a[title="Go to previous page"],
    body.page-view-news-resources .pagination li a[title="Go to previous page"],
    .node--type-blog .pagination li a[title="Go to previous page"],
    .node--type-case-study .pagination li a[title="Go to previous page"],
    .node--type-brochure .pagination li a[title="Go to previous page"],
    .node--type-whitepaper .pagination li a[title="Go to previous page"],
    .node--type-webinar-and-podcast .pagination li a[title="Go to previous page"],
    .node--type-upcoming-events .pagination li a[title="Go to previous page"],
    .node--type-event-landing-page .pagination li a[title="Go to previous page"],
    .node--type-event .pagination li a[title="Go to previous page"],
    .node--type-pressrelease .pagination li a[title="Go to previous page"] {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down.png) no-repeat;
        height: 16px;
        width: 16px;
        border: 0;
        padding: 18px 15px;
        border: 1px solid #ececec;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
        background-size: 10px;
        transform: rotate(90deg);
        background-position: center !important
    }
    body.path-news-resources .pagination li a[title="Go to previous page"] span,
    body.page-view-news-resources .pagination li a[title="Go to previous page"] span,
    .node--type-blog .pagination li a[title="Go to previous page"] span,
    .node--type-case-study .pagination li a[title="Go to previous page"] span,
    .node--type-brochure .pagination li a[title="Go to previous page"] span,
    .node--type-whitepaper .pagination li a[title="Go to previous page"] span,
    .node--type-webinar-and-podcast .pagination li a[title="Go to previous page"] span,
    .node--type-upcoming-events .pagination li a[title="Go to previous page"] span,
    .node--type-event-landing-page .pagination li a[title="Go to previous page"] span,
    .node--type-event .pagination li a[title="Go to previous page"] span,
    .node--type-pressrelease .pagination li a[title="Go to previous page"] span {
        display: none
    }
    body.path-news-resources .pagination li.pager__item--next a,
    body.page-view-news-resources .pagination li.pager__item--next a,
    .node--type-blog .pagination li.pager__item--next a,
    .node--type-case-study .pagination li.pager__item--next a,
    .node--type-brochure .pagination li.pager__item--next a,
    .node--type-whitepaper .pagination li.pager__item--next a,
    .node--type-webinar-and-podcast .pagination li.pager__item--next a,
    .node--type-upcoming-events .pagination li.pager__item--next a,
    .node--type-event-landing-page .pagination li.pager__item--next a,
    .node--type-event .pagination li.pager__item--next a,
    .node--type-pressrelease .pagination li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down.png);
        background-repeat: no-repeat;
        width: 32px;
        border: 0;
        padding: 18px 6px;
        border: 1px solid #ececec;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
        transform: rotate(270deg);
        background-size: 10px;
        background-position: center !important
    }
    body.path-news-resources .pagination li.pager__item--next a span,
    body.page-view-news-resources .pagination li.pager__item--next a span,
    .node--type-blog .pagination li.pager__item--next a span,
    .node--type-case-study .pagination li.pager__item--next a span,
    .node--type-brochure .pagination li.pager__item--next a span,
    .node--type-whitepaper .pagination li.pager__item--next a span,
    .node--type-webinar-and-podcast .pagination li.pager__item--next a span,
    .node--type-upcoming-events .pagination li.pager__item--next a span,
    .node--type-event-landing-page .pagination li.pager__item--next a span,
    .node--type-event .pagination li.pager__item--next a span,
    .node--type-pressrelease .pagination li.pager__item--next a span {
        display: none
    }
    body.path-news-resources .pagination li a[title="Go to first page"],
    body.page-view-news-resources .pagination li a[title="Go to first page"],
    .node--type-blog .pagination li a[title="Go to first page"],
    .node--type-case-study .pagination li a[title="Go to first page"],
    .node--type-brochure .pagination li a[title="Go to first page"],
    .node--type-whitepaper .pagination li a[title="Go to first page"],
    .node--type-webinar-and-podcast .pagination li a[title="Go to first page"],
    .node--type-upcoming-events .pagination li a[title="Go to first page"],
    .node--type-event-landing-page .pagination li a[title="Go to first page"],
    .node--type-event .pagination li a[title="Go to first page"],
    .node--type-pressrelease .pagination li a[title="Go to first page"] {
        display: none
    }
    body.path-news-resources .pagination li a[title="Go to last page"],
    body.page-view-news-resources .pagination li a[title="Go to last page"],
    .node--type-blog .pagination li a[title="Go to last page"],
    .node--type-case-study .pagination li a[title="Go to last page"],
    .node--type-brochure .pagination li a[title="Go to last page"],
    .node--type-whitepaper .pagination li a[title="Go to last page"],
    .node--type-webinar-and-podcast .pagination li a[title="Go to last page"],
    .node--type-upcoming-events .pagination li a[title="Go to last page"],
    .node--type-event-landing-page .pagination li a[title="Go to last page"],
    .node--type-event .pagination li a[title="Go to last page"],
    .node--type-pressrelease .pagination li a[title="Go to last page"] {
        display: none
    }
    body.path-news-resources .resource-other-ar,
    body.path-news-resources .resource-recent-ar,
    body.page-view-news-resources .resource-other-ar,
    body.page-view-news-resources .resource-recent-ar,
    .node--type-blog .resource-other-ar,
    .node--type-blog .resource-recent-ar,
    .node--type-case-study .resource-other-ar,
    .node--type-case-study .resource-recent-ar,
    .node--type-brochure .resource-other-ar,
    .node--type-brochure .resource-recent-ar,
    .node--type-whitepaper .resource-other-ar,
    .node--type-whitepaper .resource-recent-ar,
    .node--type-webinar-and-podcast .resource-other-ar,
    .node--type-webinar-and-podcast .resource-recent-ar,
    .node--type-upcoming-events .resource-other-ar,
    .node--type-upcoming-events .resource-recent-ar,
    .node--type-event-landing-page .resource-other-ar,
    .node--type-event-landing-page .resource-recent-ar,
    .node--type-event .resource-other-ar,
    .node--type-event .resource-recent-ar,
    .node--type-pressrelease .resource-other-ar,
    .node--type-pressrelease .resource-recent-ar {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 90px;
        max-width: 1280px;
        margin: 0 auto;
        margin-top: 50px;
        flex-direction: column
    }
    body.path-news-resources .resource-other-ar h1,
    body.path-news-resources .resource-recent-ar h1,
    body.page-view-news-resources .resource-other-ar h1,
    body.page-view-news-resources .resource-recent-ar h1,
    .node--type-blog .resource-other-ar h1,
    .node--type-blog .resource-recent-ar h1,
    .node--type-case-study .resource-other-ar h1,
    .node--type-case-study .resource-recent-ar h1,
    .node--type-brochure .resource-other-ar h1,
    .node--type-brochure .resource-recent-ar h1,
    .node--type-whitepaper .resource-other-ar h1,
    .node--type-whitepaper .resource-recent-ar h1,
    .node--type-webinar-and-podcast .resource-other-ar h1,
    .node--type-webinar-and-podcast .resource-recent-ar h1,
    .node--type-upcoming-events .resource-other-ar h1,
    .node--type-upcoming-events .resource-recent-ar h1,
    .node--type-event-landing-page .resource-other-ar h1,
    .node--type-event-landing-page .resource-recent-ar h1,
    .node--type-event .resource-other-ar h1,
    .node--type-event .resource-recent-ar h1,
    .node--type-pressrelease .resource-other-ar h1,
    .node--type-pressrelease .resource-recent-ar h1 {
        flex-grow: .01;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 4px;
        color: #45454a;
        font-family: Roboto
    }
    body.path-news-resources .resource-other-ar .divider,
    body.path-news-resources .resource-recent-ar .divider,
    body.page-view-news-resources .resource-other-ar .divider,
    body.page-view-news-resources .resource-recent-ar .divider,
    .node--type-blog .resource-other-ar .divider,
    .node--type-blog .resource-recent-ar .divider,
    .node--type-case-study .resource-other-ar .divider,
    .node--type-case-study .resource-recent-ar .divider,
    .node--type-brochure .resource-other-ar .divider,
    .node--type-brochure .resource-recent-ar .divider,
    .node--type-whitepaper .resource-other-ar .divider,
    .node--type-whitepaper .resource-recent-ar .divider,
    .node--type-webinar-and-podcast .resource-other-ar .divider,
    .node--type-webinar-and-podcast .resource-recent-ar .divider,
    .node--type-upcoming-events .resource-other-ar .divider,
    .node--type-upcoming-events .resource-recent-ar .divider,
    .node--type-event-landing-page .resource-other-ar .divider,
    .node--type-event-landing-page .resource-recent-ar .divider,
    .node--type-event .resource-other-ar .divider,
    .node--type-event .resource-recent-ar .divider,
    .node--type-pressrelease .resource-other-ar .divider,
    .node--type-pressrelease .resource-recent-ar .divider {
        flex-grow: 1;
        height: 1px;
        background-color: #dadada;
        margin-bottom: 10px
    }
    body.path-news-resources .no-result-text,
    body.page-view-news-resources .no-result-text,
    .node--type-blog .no-result-text,
    .node--type-case-study .no-result-text,
    .node--type-brochure .no-result-text,
    .node--type-whitepaper .no-result-text,
    .node--type-webinar-and-podcast .no-result-text,
    .node--type-upcoming-events .no-result-text,
    .node--type-event-landing-page .no-result-text,
    .node--type-event .no-result-text,
    .node--type-pressrelease .no-result-text {
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 50px 0;
        max-width: 1280px;
        margin: 0 auto 0 auto
    }
    body.path-news-resources .resource-banner-content-mobile,
    body.path-news-resources .resource-content-row-mobile,
    body.page-view-news-resources .resource-banner-content-mobile,
    body.page-view-news-resources .resource-content-row-mobile,
    .node--type-blog .resource-banner-content-mobile,
    .node--type-blog .resource-content-row-mobile,
    .node--type-case-study .resource-banner-content-mobile,
    .node--type-case-study .resource-content-row-mobile,
    .node--type-brochure .resource-banner-content-mobile,
    .node--type-brochure .resource-content-row-mobile,
    .node--type-whitepaper .resource-banner-content-mobile,
    .node--type-whitepaper .resource-content-row-mobile,
    .node--type-webinar-and-podcast .resource-banner-content-mobile,
    .node--type-webinar-and-podcast .resource-content-row-mobile,
    .node--type-upcoming-events .resource-banner-content-mobile,
    .node--type-upcoming-events .resource-content-row-mobile,
    .node--type-event-landing-page .resource-banner-content-mobile,
    .node--type-event-landing-page .resource-content-row-mobile,
    .node--type-event .resource-banner-content-mobile,
    .node--type-event .resource-content-row-mobile,
    .node--type-pressrelease .resource-banner-content-mobile,
    .node--type-pressrelease .resource-content-row-mobile {
        display: none
    }
    body.path-news-events .events-landing-page {
        width: 100%
    }
    body.path-news-events .block-system-breadcrumb-block {
        display: none
    }
    body.path-news-events .events-landing-page .block-system-breadcrumb-block ol.breadcrumb {
        background-color: unset;
        background: 0 0;
        padding: 15px 90px !important;
        margin: 0 auto 0 2px !important;
        font-size: 14px
    }
    body.path-news-events .events-landing-page .block-system-breadcrumb-block a {
        font-size: 14px;
        color: #45454a !important
    }
    body.path-news-events .resource-banner-content-desktop {
        display: none;
        background-size: 100% 100%;
        background-repeat: no-repeat
    }
    body.path-news-events .banner-content {
        width: 100%;
        max-width: 1280px;
        padding: 0 90px;
        margin: 0 auto;
        height: 400px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column
    }
    body.path-news-events .banner-content .banner-title {
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-left: 0
    }
    body.path-news-events .banner-content hr.brand-line {
        margin-left: 2px
    }
    body.path-news-events .contact-us {
        height: 65px;
        background-color: #00bbf0;
        position: fixed;
        right: 0;
        top: 47%;
        z-index: 99;
        margin: 0;
        width: 80px;
        font-size: 12px;
        font-weight: normal;
        border-radius: 10px 0 0 10px;
        padding: 10px
    }
    body.path-news-events img.contact-us-img {
        display: block;
        width: 30px;
        height: 25px;
        margin: auto
    }
    body.path-news-events .contact-title a {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        margin-top: 7px
    }
    body.path-news-events .events-content-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 40px 70px
    }
    body.path-news-events .events-content-row.Press_Release .events-upper-content {
        background-color: #23a6cf;
        opacity: .9
    }
    body.path-news-events .events-content-row.Upcoming_Events .events-upper-content {
        background-color: #048f59;
        opacity: .9
    }
    body.path-news-events .events-content-row.Event .events-upper-content {
        background-color: #048f59;
        opacity: .9
    }
    body.path-news-events .events-content-row {
        position: relative;
        width: 375px;
        height: 380px;
        margin-bottom: 40px;
        margin-right: 34px
    }
    body.path-news-events .events-content-row .events-image,
    body.path-news-events .events-content-row .events-upper-content {
        grid-column: 1;
        grid-row: 1
    }
    body.path-news-events .events-content-row .events-upper-content {
        color: white;
        padding: 70px 15px 10px 15px;
        left: 20%;
        position: absolute;
        top: 15%;
        bottom: 15%
    }
    body.path-news-events .events-content-row .events-image {
        width: 80%;
        height: inherit;
        display: flex;
        align-items: center
    }
    body.path-news-events .events-content-row .events-image img {
        width: 100%;
        height: auto;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    body.path-news-events .events-content-row .events-title a,
    body.path-news-events .events-content-row .events-title {
        font-size: 18px;
        margin: 10px 0;
        font-weight: 500;
        color: #fff
    }
    body.path-news-events .events-content-row .events-upper-content:hover .events-title a,
    body.path-news-events .events-content-row .events-upper-content.hover .events-title a {
        background-size: 100% 100%
    }
    body.path-news-events .events-content-row .events-upper-content .events-title a {
        width: 100%;
        background-image: linear-gradient(transparent calc(100% - 1px), white 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .7s
    }
    body.path-news-events .events-content-row .events-type {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: bold;
        color: #fff;
        margin-bottom: 25px
    }
    body.path-news-events .pagination {
        display: flex;
        justify-content: flex-end;
        padding: 10px 50px
    }
    body.path-news-events .pagination li.page-item {
        display: flex;
        justify-content: center
    }
    body.path-news-events .pagination li a {
        border: 0;
        height: 12px;
        width: 9px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background: none;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
    body.path-news-events .pagination li.page-item.active span {
        background: transparent;
        border: 0;
        height: 12px;
        width: 6px;
        color: #45454a;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 0;
        border-bottom: 3px solid #00bbf0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 10px;
        margin-right: 10px
    }
    body.path-news-events .pagination li a[title="Go to previous page"] {
        margin-top: 2px;
        background: url(/themes/custom/bootstrap_xoriant/images/caret_left.png) no-repeat;
        padding-right: 10px
    }
    body.path-news-events .pagination li a[title="Go to previous page"] span {
        display: none
    }
    body.path-news-events .pagination li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/caret_right.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-top: 2px
    }
    body.path-news-events .pagination li.pager__item--next a span {
        display: none
    }
    body.path-news-events .pagination li a[title="Go to first page"] {
        display: none
    }
    body.path-news-events .pagination li a[title="Go to last page"] {
        display: none
    }
    body.path-news-events .events-banner-content-mobile {
        display: none
    }
    h1.recent {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-bottom: 25px
    }
    h1.recent::after {
        display: inline-block;
        content: "";
        border-top: .01rem solid #e4dddd;
        width: 84%;
        margin-left: 1rem;
        transform: translateY(-0.3rem)
    }
    .sub-block {
        max-width: 730px;
        margin: 40px auto
    }
    .sub-block .form_fields_container {
        width: 100%;
        overflow: hidden
    }
    .sub-block .form_fields_container fieldset {
        width: 50%;
        max-width: 270px;
        float: left;
        padding-right: 15px;
        padding-left: 15px
    }
    .sub-block .form_fields_container fieldset input {
        height: 50px;
        font-size: 14px;
        padding-left: 15px !important
    }
    .sub-block .form_fields_container .form-item-agree-to-terms {
        display: none
    }
    .sub-block button[id^=edit-subscribe] {
        background: #00a161;
        border: 0;
        opacity: 1;
        padding: 13px 41px;
        float: left;
        font-size: 14px;
        margin-top: 5px;
        margin-left: 15px
    }
    .sub-block .form-item-agree-to-terms label {
        max-width: 33%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
        display: none
    }
    .sub-block .captcha {
        max-width: 33%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
        display: none
    }
    .sub-block .form_title h2 {
        font-size: 30px;
        text-align: center;
        color: #000;
        font-weight: normal
    }
    .sub-block .form_subtitle {
        text-align: center
    }
    .form-item-captcha-response {
        width: 70% !important;
        order: 1
    }
    input#edit-captcha-response {
        width: 100%
    }
    .reload-captcha-wrapper {
        order: 3;
        vertical-align: sub
    }
    .captcha img {
        margin-left: 6px;
        margin-top: 20px;
        order: 2
    }
    a.reload-captcha {
        margin-left: 14px
    }
    #block-views-block-news-multi-resources-block-2 {
        max-width: 1280px;
        margin: 60px auto;
        padding: 0 90px
    }
    #block-views-block-news-multi-resources-block-2 .pagination {
        margin-top: 25px
    }
    #block-views-block-news-multi-resources-block-2 h2 {
        flex-grow: .01;
        color: #2b2b2b;
        font-family: "Poppins";
        font-size: 11px;
        letter-spacing: 5px;
        line-height: 13px;
        display: block;
        width: 100%;
        margin-right: auto;
        margin-bottom: 60px;
        margin-top: 35px
    }
    #block-views-block-news-multi-resources-block-2 h2:after {
        display: inline-block;
        content: "";
        border-top: .01rem solid #e4dddd;
        width: 84%;
        margin-left: 1rem;
        transform: translateY(-0.3rem)
    }
    .view-content.row {
        margin-right: 0;
        margin-left: 0
    }
    .other-articles {
        display: flex
    }
    .other-articles .article {
        display: flex;
        flex-direction: column;
        max-width: 33.33%;
        background: #f7f7f7;
        width: 100%;
        margin: 0 18px;
        flex: 1
    }
    .other-articles .article .resource-content-row-desktop {
        display: flex;
        flex-direction: column
    }
    .other-articles .article .resource-image img {
        width: 100%;
        height: 228px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .other-articles .article .resource-content-row-desktop {
        margin-bottom: unset !important
    }
    .other-articles .article:nth-of-type(2) .resource-image {
        order: 1 !important
    }
    .other-articles .article:nth-of-type(2) .resource-cat {
        order: 2 !important;
        margin: 15px 20px
    }
    .other-articles .article:nth-of-type(2) .resource-title {
        order: 3 !important;
        margin: 0 20px;
        vertical-align: sub
    }
    .other-articles .article:nth-of-type(2) .resource-auth-date {
        order: 5 !important;
        margin: 15px 20px
    }
    div#block-views-block-news-multi-resources-carousel-block-2 {
        display: none
    }
}

@media(min-width:1348px) {
    body.path-news-events .events-content-row:nth-child(3n) {
        margin-right: unset
    }
    div#block-views-block-news-multi-resources-carousel-block-2 {
        display: none
    }
}

@media only screen and (max-width:750px) {
    .node--type-upcoming-events .contact-us,
    .node--type-event-landing-page .contact-us,
    .node--type-event .contact-us,
    .node--type-webinar-and-podcast .contact-us,
    .node--type-pressrelease .contact-us {
        height: 70px;
        background-color: #00bbf0;
        position: fixed;
        right: 15px;
        top: 66%;
        z-index: 99;
        margin: 0;
        width: 70px;
        font-size: 9px;
        font-weight: normal;
        border-radius: 50%;
        padding: 10px
    }
    .node--type-upcoming-events .contact-us img.contact-us-img,
    .node--type-event-landing-page .contact-us img.contact-us-img,
    .node--type-event .contact-us img.contact-us-img,
    .node--type-webinar-and-podcast .contact-us img.contact-us-img,
    .node--type-pressrelease .contact-us img.contact-us-img {
        height: 25px;
        width: 25px;
        display: block;
        margin: auto;
        margin-top: 2px
    }
    .node--type-upcoming-events .contact-us .contact-title a,
    .node--type-event-landing-page .contact-us .contact-title a,
    .node--type-event .contact-us .contact-title a,
    .node--type-webinar-and-podcast .contact-us .contact-title a,
    .node--type-pressrelease .contact-us .contact-title a {
        color: #fff;
        font-family: "Poppins";
        font-size: 10px;
        line-height: 12px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        margin-top: 7px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements h2,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events h2 {
        display: none !important
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .js-form-item-type.form-item-type label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .js-form-item-type.form-item-type label {
        display: none
    }
    body.path-news-resources .resource-banner-content-desktop,
    body.page-view-news-resources .resource-banner-content-desktop {
        display: none
    }
    body.path-news-resources .block-system-breadcrumb-block,
    body.page-view-news-resources .block-system-breadcrumb-block {
        display: none
    }
    body.path-news-resources .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb,
    body.page-view-news-resources .resource-landing-page .block-system-breadcrumb-block ol.breadcrumb {
        background-color: unset;
        background: 0 0;
        padding: 10px 20px;
        font-size: 14px
    }
    body.path-news-resources .resource-landing-page .block-system-breadcrumb-block a,
    body.page-view-news-resources .resource-landing-page .block-system-breadcrumb-block a {
        font-size: 14px;
        color: #45454a !important
    }
    body.path-news-resources .view-header,
    body.page-view-news-resources .view-header {
        display: none !important
    }
    body.path-news-resources .banner-content,
    body.page-view-news-resources .banner-content {
        width: 100%;
        background-size: 100% 100%;
        height: 480px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end
    }
    body.path-news-resources .banner-content .banner-title,
    body.page-view-news-resources .banner-content .banner-title {
        color: white;
        font-size: 40px;
        font-weight: 500;
        text-align: center;
        padding-bottom: 60px
    }
    body.path-news-resources .banner-content hr.brand-line,
    body.page-view-news-resources .banner-content hr.brand-line {
        margin-left: auto
    }
    body.path-news-resources .contact-us,
    body.page-view-news-resources .contact-us {
        height: 70px;
        background-color: #00bbf0;
        position: fixed;
        right: 15px;
        top: 66%;
        z-index: 99;
        margin: 0;
        width: 70px;
        font-size: 9px;
        font-weight: normal;
        border-radius: 50%;
        padding: 10px
    }
    body.path-news-resources .contact-us img.contact-us-img,
    body.page-view-news-resources .contact-us img.contact-us-img {
        height: 25px;
        width: 25px;
        display: block;
        margin: auto;
        margin-top: 2px
    }
    body.path-news-resources .contact-us .contact-title a,
    body.page-view-news-resources .contact-us .contact-title a {
        color: #fff;
        font-family: "Poppins";
        font-size: 10px;
        line-height: 12px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        margin-top: 7px
    }
    body.path-news-resources .view-header,
    body.page-view-news-resources .view-header {
        font-size: 14px;
        color: #45454a
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop],
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
        width: 100%;
        background: #f7f7f7;
        display: flex;
        flex-direction: column
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat {
        margin: 20px 20px 0 20px;
        order: 2
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-cat span {
        margin-bottom: 0
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-title {
        margin: 10px 20px 20px 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 85%;
        order: 3
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-short {
        margin: 0 20px 20px 20px;
        width: 85%;
        order: 4
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-img,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-img {
        order: 1
    }
    body.path-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img,
    body.page-view-news-resources .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] .resource-image img {
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 6px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .filter-categories input:nth-child(n+8),
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .filter-categories input:nth-child(n+8) {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events {
        padding: 10px 20px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created {
        display: block;
        width: 100%;
        position: relative
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created input {
        height: 40px !important;
        font-size: 18px !important;
        color: #171717;
        border-radius: 25px !important;
        border: 0 !important;
        background: none !important;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .25) !important;
        -webkit-appearance: none;
        width: 85%;
        padding: 0 40px !important;
        margin-bottom: 10px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-textfield.form-item-created .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-combine .clear-input,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-textfield.form-item-created .clear-input {
        cursor: pointer;
        font-size: 16px;
        color: #919191;
        z-index: 5;
        position: absolute;
        right: 20px;
        top: 10px
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-row,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-row,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-row {
        overflow-y: unset;
        max-width: calc(100vw - 10px);
        flex-direction: row;
        flex-wrap: wrap
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-row fieldset:first-child,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-row fieldset:first-child,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-row fieldset:first-child {
        flex: 0 1 100%
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-row fieldset,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-row fieldset,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-row fieldset {
        flex: 1 0 45%;
        margin-left: 0
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements button.form-submit,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-actions.js-form-wrapper,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements button.form-submit,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-actions.js-form-wrapper,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events button.form-submit {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-field-blog-category-target-id,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-field-blog-category-target-id,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-field-blog-category-target-id {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-by,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements .form-item-sort-by,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events .form-item-sort-by {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-type select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-type select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-type select {
        border: 1px solid #45454a !important;
        border-radius: 0 !important;
        width: 195px !important;
        font-size: 14px;
        text-transform: capitalize;
        background: #fff url(/themes/custom/bootstrap_xoriant/images/caret-down.png) no-repeat right .75rem center !important
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-field-blog-category-target-id select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-field-blog-category-target-id select {
        border: 1px solid #45454a !important;
        border-radius: 0 !important;
        width: 260px;
        font-size: 14px;
        text-transform: capitalize;
        background: #fff url(/themes/custom/bootstrap_xoriant/images/caret-down.png) no-repeat right .75rem center !important
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order label {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-order select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-order select {
        border: 1px solid #45454a !important;
        border-radius: 0 !important;
        width: 260px !important;
        font-size: 14px;
        text-transform: capitalize;
        background: #fff url(/themes/custom/bootstrap_xoriant/images/caret-down.png) no-repeat right .75rem center !important
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by select,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by select,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by select {
        display: none
    }
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    body.path-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-listing-page fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-brochure fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-case-study fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-whitepaper fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-blog fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-infographic fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-webinar-and-podcast fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-podcast fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-news-announcements fieldset.form-type-select.form-item-sort-by label,
    body.page-view-news-resources .block-views-exposed-filter-blocknews-resources-events fieldset.form-type-select.form-item-sort-by label {
        margin-bottom: 0;
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle
    }
    body.path-news-resources #block-views-block-news-multi-resources-carousel-block-2 .article,
    body.page-view-news-resources #block-views-block-news-multi-resources-carousel-block-2 .article {
        padding: 0 12px 0 20px
    }
    body.path-news-resources #block-views-block-news-multi-resources-carousel-block-2 .resource-content-row-desktop,
    body.page-view-news-resources #block-views-block-news-multi-resources-carousel-block-2 .resource-content-row-desktop {
        display: flex;
        flex-direction: column
    }
    body.path-news-resources #block-views-block-news-multi-resources-carousel-block-2 .resource-content-row-desktop .resource-image img,
    body.page-view-news-resources #block-views-block-news-multi-resources-carousel-block-2 .resource-content-row-desktop .resource-image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 250px
    }
    body.path-news-resources #block-views-block-news-multi-resources-carousel-block-2 h2,
    body.page-view-news-resources #block-views-block-news-multi-resources-carousel-block-2 h2 {
        flex-grow: .01;
        color: #2b2b2b;
        font-family: "Poppins";
        font-size: 11px;
        letter-spacing: 5px;
        line-height: 13px;
        display: block;
        width: 100%;
        margin-right: auto;
        margin-bottom: 60px;
        margin-top: 60px;
        margin-left: 0;
        padding-left: 25px
    }
    body.path-news-resources #block-views-block-news-multi-resources-carousel-block-2 h2:after,
    body.page-view-news-resources #block-views-block-news-multi-resources-carousel-block-2 h2:after {
        display: inline-block;
        content: "";
        border-top: .01rem solid #e4dddd;
        width: 40%;
        margin-left: 1rem;
        transform: translateY(-0.3rem)
    }
    body.path-news-resources .resource-recent-ar h1,
    body.page-view-news-resources .resource-recent-ar h1 {
        flex-grow: .01;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 4px;
        color: #45454a;
        font-family: Roboto
    }
    body.path-news-resources .resource-recent-ar .divider,
    body.page-view-news-resources .resource-recent-ar .divider {
        display: none
    }
    body.path-news-resources .resource-recent-ar h1.recent,
    body.page-view-news-resources .resource-recent-ar h1.recent {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: 0;
        padding-left: 20px;
        margin-top: 30px
    }
    body.path-news-resources .resource-recent-ar h1.recent::after,
    body.page-view-news-resources .resource-recent-ar h1.recent::after {
        display: inline-block;
        content: "";
        border-top: .01rem solid #e4dddd;
        width: 40%;
        margin-left: 1rem;
        transform: translateY(-0.3rem)
    }
    body.path-news-resources .resource-content-row-desktop,
    body.page-view-news-resources .resource-content-row-desktop {
        margin-bottom: 40px;
        background: #f7f7f7
    }
    body.path-news-resources .resource-content-row-desktop .resource-cat ul.list-group,
    body.page-view-news-resources .resource-content-row-desktop .resource-cat ul.list-group {
        display: block
    }
    body.path-news-resources .resource-content-row-desktop .resource-cat li.list-group-item,
    body.page-view-news-resources .resource-content-row-desktop .resource-cat li.list-group-item {
        width: auto;
        padding: 7px 15px;
        background: #00add7 !important;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        pointer-events: none;
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 10px;
        border: 0;
        font-weight: normal;
        border-radius: 5px
    }
    body.path-news-resources .resource-content-row-desktop .resource-title,
    body.page-view-news-resources .resource-content-row-desktop .resource-title {
        width: 90%;
        margin: 15px 20px 0 20px
    }
    body.path-news-resources .resource-content-row-desktop .resource-title:hover a,
    body.path-news-resources .resource-content-row-desktop .resource-title.hover a,
    body.page-view-news-resources .resource-content-row-desktop .resource-title:hover a,
    body.page-view-news-resources .resource-content-row-desktop .resource-title.hover a {
        background-size: 100% 100%;
        color: #00add7;
        text-decoration: underline;
        text-decoration-color: #00add7
    }
    body.path-news-resources .resource-content-row-desktop .resource-title a,
    body.page-view-news-resources .resource-content-row-desktop .resource-title a {
        color: #000;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        display: block
    }
    body.path-news-resources .resource-content-row-desktop .resource-short,
    body.page-view-news-resources .resource-content-row-desktop .resource-short {
        font-size: 14px;
        width: 90%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 42px;
        margin: 15px 20px 0 20px
    }
    body.path-news-resources .resource-content-row-desktop .resource-info,
    body.page-view-news-resources .resource-content-row-desktop .resource-info {
        text-align: right;
        color: #45454a;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize
    }
    body.path-news-resources .resource-content-row-desktop .resource-auth-date,
    body.page-view-news-resources .resource-content-row-desktop .resource-auth-date {
        color: #45454a;
        font-family: "Poppins";
        font-size: 12px;
        margin: 15px 20px 0 20px
    }
    body.path-news-resources .resource-content-row-desktop .resource-auth-date .resource-date,
    body.path-news-resources .resource-content-row-desktop .resource-auth-date .resource-author,
    body.page-view-news-resources .resource-content-row-desktop .resource-auth-date .resource-date,
    body.page-view-news-resources .resource-content-row-desktop .resource-auth-date .resource-author {
        font-weight: 500
    }
    body.path-news-resources .select-hidden,
    body.page-view-news-resources .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px
    }
    body.path-news-resources .rev-select,
    body.page-view-news-resources .rev-select {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: 14px;
        color: #fff;
        width: 100%;
        height: 40px
    }
    body.path-news-resources .select-styled,
    body.page-view-news-resources .select-styled {
        color: #505152;
        padding: 10px 16px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .25) !important;
        font-weight: normal;
        font-size: 15px
    }
    body.path-news-resources .select-styled::after,
    body.page-view-news-resources .select-styled::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 14px;
        background-repeat: no-repeat !important;
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
        height: 20px;
        width: 20px;
        transform: rotate(270deg);
        background-size: 100%
    }
    body.path-news-resources .select-styled:hover,
    body.page-view-news-resources .select-styled:hover {
        background-color: #fff
    }
    body.path-news-resources .select-styled.active::after,
    body.page-view-news-resources .select-styled.active::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 14px;
        background-repeat: no-repeat !important;
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
        height: 20px;
        width: 20px;
        transform: rotate(270deg);
        background-size: 100%
    }
    body.path-news-resources .select-options,
    body.page-view-news-resources .select-options {
        position: absolute;
        background-color: #fff;
        border-radius: 20px;
        top: 66%;
        left: 0;
        right: 0;
        z-index: 99;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25) !important;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        padding: 0
    }
    body.path-news-resources .select-options li,
    body.page-view-news-resources .select-options li {
        color: #495057;
        padding: 12px 10px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border-radius: 20px;
        list-style: none
    }
    body.path-news-resources .other-articles .resource-desg a,
    body.page-view-news-resources .other-articles .resource-desg a {
        color: #45454a
    }
    body.path-news-resources .other-articles .resource-author a,
    body.page-view-news-resources .other-articles .resource-author a {
        color: #45454a;
        font-weight: 700
    }
    body.path-news-resources .other-articles .article:nth-of-type(1),
    body.page-view-news-resources .other-articles .article:nth-of-type(1) {
        background: #fff
    }
    body.path-news-resources .other-articles .article:nth-of-type(1) .resource-cat span,
    body.page-view-news-resources .other-articles .article:nth-of-type(1) .resource-cat span {
        background: #f7f7f7
    }
    body.path-news-resources .other-articles .article:nth-of-type(3),
    body.page-view-news-resources .other-articles .article:nth-of-type(3) {
        background: #fff
    }
    body.path-news-resources .other-articles .article:nth-of-type(3) .resource-cat span,
    body.page-view-news-resources .other-articles .article:nth-of-type(3) .resource-cat span {
        background: #f7f7f7
    }
    body.path-news-resources #block-views-block-news-multi-resources-carousel-block-2 .pagination,
    body.page-view-news-resources #block-views-block-news-multi-resources-carousel-block-2 .pagination {
        margin-bottom: 40px;
        margin-top: 20px
    }
    body.path-news-resources .breadcrumb li:nth-child(n+4),
    body.page-view-news-resources .breadcrumb li:nth-child(n+4) {
        display: none
    }
    body.path-news-resources .resource-content-container,
    body.page-view-news-resources .resource-content-container {
        padding: 30px 90px
    }
    body.path-news-resources .filter-categories-container-no-result,
    body.page-view-news-resources .filter-categories-container-no-result {
        padding: 10px
    }
    body.path-news-resources .filter-categories-container-no-result label,
    body.page-view-news-resources .filter-categories-container-no-result label {
        font-size: 20px;
        color: #000;
        margin-left: 1rem
    }
    body.path-news-resources .filter-categories-container,
    body.page-view-news-resources .filter-categories-container {
        padding: 20px
    }
    body.path-news-resources .filter-categories-container label,
    body.page-view-news-resources .filter-categories-container label {
        font-size: 20px;
        color: #000;
        margin-left: 0
    }
    body.path-news-resources .filter-categories,
    body.page-view-news-resources .filter-categories {
        display: flex;
        margin-top: 8px;
        flex-direction: row;
        overflow-y: auto;
        width: calc(100vw - 10px);
        margin: 0 auto
    }
    body.path-news-resources .filter-categories input,
    body.page-view-news-resources .filter-categories input {
        background: #f7f7f7;
        border: 0;
        padding: 5px 20px;
        border-radius: 5px;
        color: #000;
        font-weight: normal;
        flex: 2;
        margin: 10px 10px;
        font-size: 14px
    }
    body.path-news-resources .filter-categories input.selected,
    body.page-view-news-resources .filter-categories input.selected {
        background: #00add7 !important;
        color: #fff !important
    }
    body.path-news-resources .filter-categories input:first-child,
    body.page-view-news-resources .filter-categories input:first-child {
        margin: 10px 10px 10px 0
    }
    body.path-news-resources .filter-categories input.selected,
    body.page-view-news-resources .filter-categories input.selected {
        background: #00add7 !important;
        color: #fff !important
    }
    body.path-news-resources .filter-categories input:focus,
    body.page-view-news-resources .filter-categories input:focus {
        background: #00add7;
        color: #fff
    }
    body.path-news-resources .filter-categories input:hover,
    body.page-view-news-resources .filter-categories input:hover {
        background: #00add7 !important;
        color: #fff !important
    }
    body.path-news-resources .custom-switch,
    body.page-view-news-resources .custom-switch {
        margin: 20px 0
    }
    body.path-news-resources .form_title h2,
    body.page-view-news-resources .form_title h2 {
        font-size: 30px;
        text-align: center;
        color: #000;
        font-weight: normal;
        padding: 0 40px
    }
    body.path-news-resources #subscribe-form,
    body.page-view-news-resources #subscribe-form {
        margin: 40px auto;
        padding: 0 30px
    }
    body.path-news-resources #subscribe-form fieldset,
    body.page-view-news-resources #subscribe-form fieldset {
        width: 100%;
        float: left;
        margin: 10px 0
    }
    body.path-news-resources #subscribe-form fieldset input,
    body.page-view-news-resources #subscribe-form fieldset input {
        height: 50px !important;
        font-size: 14px !important
    }
    body.path-news-resources #subscribe-form fieldset label.js-form-required.form-required,
    body.page-view-news-resources #subscribe-form fieldset label.js-form-required.form-required {
        display: none
    }
    body.path-news-resources #subscribe-form .captcha,
    body.page-view-news-resources #subscribe-form .captcha {
        text-align: center;
        clear: both
    }
    body.path-news-resources #subscribe-form .form_subtitle,
    body.page-view-news-resources #subscribe-form .form_subtitle {
        text-align: center
    }
    body.path-news-resources #subscribe-form .form-text,
    body.path-news-resources #subscribe-form .form-email,
    body.page-view-news-resources #subscribe-form .form-text,
    body.page-view-news-resources #subscribe-form .form-email {
        padding-left: 15px !important;
        background-color: #fff !important;
        text-align: center;
        border: 1px #f5eaea solid !important;
        box-shadow: none !important
    }
    body.path-news-resources #subscribe-form .custom-switch,
    body.page-view-news-resources #subscribe-form .custom-switch {
        position: unset
    }
    body.path-news-resources #subscribe-form button[id^=edit-subscribe],
    body.page-view-news-resources #subscribe-form button[id^=edit-subscribe] {
        background: #00a161;
        border: 0;
        opacity: 1;
        padding: 14px 42px;
        font-size: 14px;
        margin-bottom: 10px;
        margin: 0 auto;
        display: inherit;
        margin-top: 14px
    }
    body.path-news-resources #subscribe-form span.required,
    body.page-view-news-resources #subscribe-form span.required {
        display: none
    }
    body.path-news-resources #subscribe-form .reload-captcha-wrapper,
    body.page-view-news-resources #subscribe-form .reload-captcha-wrapper {
        margin-left: 14px
    }
    body.path-news-resources #subscribe-form .captcha img,
    body.page-view-news-resources #subscribe-form .captcha img {
        margin-left: 6px
    }
    body.path-news-resources .form-item-type .select-options li:nth-child(1),
    body.page-view-news-resources .form-item-type .select-options li:nth-child(1) {
        display: none
    }
    body.path-news-resources .form-item-type .select-options li:nth-child(2),
    body.page-view-news-resources .form-item-type .select-options li:nth-child(2) {
        margin-top: 10px
    }
    body.path-news-resources .form-item-sort-order .select-options li:nth-child(1),
    body.page-view-news-resources .form-item-sort-order .select-options li:nth-child(1) {
        margin-top: 10px
    }
    body.path-news-resources .select-options li:hover,
    body.page-view-news-resources .select-options li:hover {
        color: #00add7;
        background: #fff
    }
    body.path-news-resources .select-options li:hover span,
    body.page-view-news-resources .select-options li:hover span {
        background: #00add7 !important;
        color: #fff !important
    }
    body.path-news-resources .select-options li[rel=hide],
    body.page-view-news-resources .select-options li[rel=hide] {
        display: none
    }
    body.path-news-resources .select-options span,
    body.page-view-news-resources .select-options span {
        float: right;
        background: #f7f7f7;
        color: #000;
        width: 32px;
        text-align: center;
        border-radius: 4px;
        padding: 2px
    }
    body.path-news-resources .resource-content-row-mobile,
    body.page-view-news-resources .resource-content-row-mobile {
        display: none
    }
    body.path-news-resources .resource-content-row-mobile.Blog .resource-upper-content,
    body.path-news-resources .resource-content-row-mobile.Brochure .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile.Blog .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile.Brochure .resource-upper-content {
        background: #1a6f92;
        opacity: .9
    }
    body.path-news-resources .resource-content-row-mobile.Case_study .resource-upper-content,
    body.path-news-resources .resource-content-row-mobile.Event .resource-upper-content,
    body.path-news-resources .resource-content-row-mobile.Press_Release .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile.Case_study .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile.Event .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile.Press_Release .resource-upper-content {
        background: gray;
        opacity: .9
    }
    body.path-news-resources .resource-content-row-mobile.Webinar_and_Podcast .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile.Webinar_and_Podcast .resource-upper-content {
        background: #0ebef0;
        opacity: .9
    }
    body.path-news-resources .resource-content-row-mobile.Whitepaper .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile.Whitepaper .resource-upper-content {
        background: #119761;
        opacity: .9
    }
    body.path-news-resources .resource-content-container,
    body.page-view-news-resources .resource-content-container {
        padding: 20px
    }
    body.path-news-resources .resource-content-row-mobile,
    body.page-view-news-resources .resource-content-row-mobile {
        position: relative;
        margin-bottom: 50px;
        width: 100%
    }
    body.path-news-resources .resource-content-row-mobile .resource-image,
    body.page-view-news-resources .resource-content-row-mobile .resource-image {
        width: 80%;
        height: 350px
    }
    body.path-news-resources .resource-content-row-mobile .resource-image img,
    body.page-view-news-resources .resource-content-row-mobile .resource-image img {
        width: 100%;
        height: inherit;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0;
        object-position: 0
    }
    body.path-news-resources .resource-content-row-mobile .resource-upper-content,
    body.page-view-news-resources .resource-content-row-mobile .resource-upper-content {
        position: absolute;
        top: 10%;
        bottom: 10%;
        margin-left: 40px;
        padding: 20px
    }
    body.path-news-resources .resource-content-row-mobile .resource-upper-content a,
    body.page-view-news-resources .resource-content-row-mobile .resource-upper-content a {
        width: 100%;
        background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .7s
    }
    body.path-news-resources .resource-content-row-mobile .resource-upper-content.hover a,
    body.page-view-news-resources .resource-content-row-mobile .resource-upper-content.hover a {
        background-size: 100% 100%
    }
    body.path-news-resources .resource-content-row-mobile .resource-type,
    body.page-view-news-resources .resource-content-row-mobile .resource-type {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        padding: 32px 0;
        text-transform: capitalize
    }
    body.path-news-resources .resource-content-row-mobile .error,
    body.page-view-news-resources .resource-content-row-mobile .error {
        margin-bottom: unset
    }
    body.path-news-resources .resource-content-row-mobile .resources-title,
    body.page-view-news-resources .resource-content-row-mobile .resources-title {
        margin-bottom: 5px
    }
    body.path-news-resources .resource-content-row-mobile .resources-title a,
    body.page-view-news-resources .resource-content-row-mobile .resources-title a {
        font-weight: bold;
        font-size: 18px;
        color: #fff
    }
    body.path-news-resources .resource-content-row-mobile .resource-created-date,
    body.page-view-news-resources .resource-content-row-mobile .resource-created-date {
        font-weight: 500;
        font-size: 16px;
        color: #fff
    }
    body.path-news-resources .pagination,
    body.page-view-news-resources .pagination {
        padding: 0 25% !important;
        text-align: center
    }
    body.path-news-resources .pagination .page-link,
    body.page-view-news-resources .pagination .page-link {
        position: relative;
        display: block;
        margin-left: -1px;
        line-height: 1.25;
        background-color: #fff
    }
    body.path-news-resources .pagination li.page-item,
    body.page-view-news-resources .pagination li.page-item {
        display: flex;
        justify-content: center;
        margin: 5px
    }
    body.path-news-resources .pagination li a,
    body.page-view-news-resources .pagination li a {
        padding: 5px 15px;
        border: 1px solid #ececec;
        border-radius: 0;
        color: #45454a;
        font-weight: bold
    }
    body.path-news-resources .pagination li.page-item.active span,
    body.page-view-news-resources .pagination li.page-item.active span {
        color: white;
        background-color: #00add7;
        border-radius: 0;
        border-color: #00add7;
        margin-left: 0;
        padding: 5px 15px;
        border: 1px solid #ececec;
        font-weight: bold;
        line-height: 1.25
    }
    body.path-news-resources .pagination li span,
    body.page-view-news-resources .pagination li span {
        padding: 5px 15px;
        border: 1px solid #ececec;
        border-radius: 0;
        color: #45454a;
        font-weight: bold
    }
    body.path-news-resources .pagination li a[title="Go to previous page"],
    body.page-view-news-resources .pagination li a[title="Go to previous page"] {
        margin-top: 2px;
        background: url(/themes/custom/bootstrap_xoriant/images/caret_left.png) no-repeat;
        padding-right: 10px
    }
    body.path-news-resources .pagination li a[title="Go to previous page"] span,
    body.page-view-news-resources .pagination li a[title="Go to previous page"] span {
        display: none
    }
    body.path-news-resources .pagination li.pager__item--next a,
    body.page-view-news-resources .pagination li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/caret_right.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-top: 2px
    }
    body.path-news-resources .pagination li.pager__item--next a span,
    body.page-view-news-resources .pagination li.pager__item--next a span {
        display: none
    }
    body.path-news-resources .pagination li a[title="Go to first page"],
    body.page-view-news-resources .pagination li a[title="Go to first page"] {
        display: none
    }
    body.path-news-resources .pagination li a[title="Go to last page"],
    body.page-view-news-resources .pagination li a[title="Go to last page"] {
        display: none
    }
    body.path-news-resources .pagination li[role=presentation],
    body.page-view-news-resources .pagination li[role=presentation] {
        display: none !important
    }
    body.path-news-resources .pagination li a[title="Go to previous page"],
    body.page-view-news-resources .pagination li a[title="Go to previous page"] {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down.png) no-repeat;
        height: 16px;
        width: 16px;
        border: 0;
        padding: 15px 18px;
        border: 1px solid #ececec;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
        background-size: 18px;
        transform: rotate(90deg)
    }
    body.path-news-resources .pagination li a[title="Go to previous page"] span,
    body.page-view-news-resources .pagination li a[title="Go to previous page"] span {
        display: none
    }
    body.path-news-resources .pagination li[class*=pager__],
    body.page-view-news-resources .pagination li[class*=pager__] {
        padding: 5px
    }
    body.path-news-resources .pagination li.pager__item--next a,
    body.page-view-news-resources .pagination li.pager__item--next a {
        background: url(/themes/custom/bootstrap_xoriant/images/arrow-down.png);
        height: 16px;
        width: 16px;
        padding: 15px 18px;
        border: 1px solid #ececec;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
        transform: rotate(270deg);
        background-size: 18px
    }
    body.path-news-resources .no-result-text,
    body.page-view-news-resources .no-result-text {
        font-size: 22px;
        font-weight: 500;
        padding: 10px;
        text-align: center
    }
    body.path-news-events .events-banner-content-desktop {
        display: none
    }
    body.path-news-events .block-system-breadcrumb-block {
        display: none
    }
    body.path-news-events .events-landing-page .block-system-breadcrumb-block ol.breadcrumb {
        background-color: unset;
        background: 0 0;
        padding: 15px .75rem;
        font-size: 14px
    }
    body.path-news-events .events-landing-page .block-system-breadcrumb-block a {
        font-size: 14px;
        color: #45454a !important
    }
    body.path-news-events .events-landing-page {
        width: 100%
    }
    body.path-news-events .resource-banner-content-desktop {
        display: none;
        background-size: 100% 100%;
        background-repeat: no-repeat
    }
    body.path-news-events .banner-content {
        width: 100%;
        max-width: 1280px;
        padding: 0 90px;
        margin: 0 auto;
        height: 400px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column
    }
    body.path-news-events .banner-content .banner-title {
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin-left: 0
    }
    body.path-news-events .banner-content hr.brand-line {
        margin-left: 2px
    }
    body.path-news-events .contact-us {
        height: 70px;
        background-color: #00bbf0;
        position: fixed;
        right: 15px;
        top: 66%;
        z-index: 99;
        margin: 0;
        width: 70px;
        font-size: 9px;
        font-weight: normal;
        border-radius: 50%;
        padding: 10px
    }
    body.path-news-events .contact-us img.contact-us-img {
        height: 25px;
        width: 25px;
        display: block;
        margin: auto;
        margin-top: 2px
    }
    body.path-news-events .contact-us .contact-title a {
        color: #fff;
        font-family: "Poppins";
        font-size: 10px;
        line-height: 12px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        margin-top: 7px
    }
    body.path-news-events .events-content-row.Event .events-upper-content {
        background: #048f59;
        opacity: .9
    }
    body.path-news-events .events-content-row.Upcoming_Events .events-upper-content {
        background: #048f59;
        opacity: .9
    }
    body.path-news-events .events-content-row.Press_Release .events-upper-content {
        background: #23a6cf;
        opacity: .9
    }
    body.path-news-events .events-content-container {
        margin: 0 20px;
        margin-top: 60px
    }
    body.path-news-events .events-content-row {
        position: relative;
        margin-bottom: 40px
    }
    body.path-news-events .events-content-row .events-upper-content {
        top: 10%;
        left: 20%;
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: center;
        color: #fff;
        transform: inherit;
        right: 0;
        height: auto;
        padding: 45px 20px;
        cursor: pointer;
        min-height: 231px
    }
    body.path-news-events .events-content-row .events-image {
        position: relative;
        width: 80%;
        display: flex;
        align-items: center
    }
    body.path-news-events .events-content-row .events-image img {
        width: 100%;
        height: auto;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    body.path-news-events .events-content-row .events-title a,
    body.path-news-events .events-content-row .events-title {
        color: #fff;
        font-size: 14px
    }
    body.path-news-events .events-content-row .events-upper-content:hover .events-title a,
    body.path-news-events .events-content-row .events-upper-content.hover .events-title a {
        background-size: 100% 100%
    }
    body.path-news-events .events-content-row .events-upper-content .events-title a {
        width: 100%;
        background-image: linear-gradient(transparent calc(100% - 1px), white 1px);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .7s
    }
    body.path-news-events .events-content-row .events-type {
        margin-bottom: 8px;
        font-size: 18px;
        letter-spacing: 0;
        font-weight: bold;
        color: #fff
    }
    body.path-news-events .events-banner-content-desktop {
        display: none
    }
    .resource-cat span {
        background: #fff !important
    }
    .resource-auth-date {
        margin: 15px 20px 20px 20px !important
    }
    div#block-views-block-news-multi-resources-block-2 {
        display: none
    }
    div#block-views-block-news-multi-resources-carousel-block-2 .owl-carousel .article {
        display: flex
    }
    div#block-views-block-news-multi-resources-carousel-block-2 .owl-nav {
        display: none
    }
    .resource-landing-page {
        width: 100%
    }
}

@media screen and (min-width:1920px) {
    .resource-landing-page .breadcrumbs,
    .resource-filter-div,
    .resource-content-container {
        max-width: 1440px;
        padding: 0;
        margin: 0 auto
    }
    .events-landing-page .breadcrumbs,
    .events-content-container {
        max-width: 1440px;
        padding: 0;
        margin: 0 auto
    }
    .resource-cat span {
        border-radius: 5px
    }
    div#block-views-block-news-multi-resources-carousel-block-2 {
        display: none
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    .resource-landing-page .breadcrumbs,
    .resource-filter-div,
    .resource-content-container {
        max-width: 1280px;
        padding: 0;
        margin: 0 auto
    }
    .resource-cat span {
        border-radius: 5px
    }
    .events-landing-page .breadcrumbs,
    .events-content-container {
        max-width: 1440px;
        padding: 0;
        margin: 0 auto;
        font-weight: 500
    }
    div#block-views-block-news-multi-resources-carousel-block-2 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #lets-connect-form form fieldset.form-item-captcha-response strong {
        height: 30px !important
    }
}

@media only screen and (min-width:750px) {
    .node--type-blog .main-container-block .page_container .page_content_block .node_content .col-md-6.share {
        float: right;
        margin-top: 10px
    }
    .node--type-blog .main-container-block .page_container .page_content_block .node_content .author_details.col-md-6 {
        float: left;
        margin: 0;
        padding: 0
    }
    .node--type-blog .main-container-block .page_container .page_content_block .node_content .author_details.col-md-6 .author_image img {
        width: 55px;
        height: 55px
    }
    .node--type-blog .main-container-block .page_container .page_content_block .node_content .author_details.col-md-6 .author_det {
        padding-left: 15px
    }
    .node--type-blog .main-container-block .page_container .page_content_block .node_content .author_details.col-md-6 .author_det .authnamedesg {
        margin-top: 10px;
        font-size: 16px;
        color: #2b2b2b
    }
    .node--type-blog .main-container-block .page_container .page_content_block .node_content .author_details.col-md-6 .author_det .authnamedesg b {
        font-size: 16px;
        line-height: 21px
    }
    .node--type-blog .main-container-block .page_container .page_content_block .node_content .author_details.col-md-6 .author_det .pubdate {
        font-size: 16px;
        color: #2b2b2b
    }
    .main-container-block .banner_section.desktop_container {
        display: block
    }
    .main-container-block .banner_section.mobile_container {
        display: none
    }
    .main-container-block .breadcrumbs .block-system-breadcrumb-block {
        display: block
    }
    .main-container-block .page_container {
        padding: 0 100px;
        display: flex;
        margin-top: 60px
    }
    .main-container-block .page_container .page_content_block {
        flex: 0 0 70%;
        width: 70%
    }
    .main-container-block .page_container .page_content_block p,
    .main-container-block .page_container .page_content_block span {
        font-family: "Poppins"; !important;
        font-size: 14px !important;
        color: #45454a !important
    }
    .main-container-block .page_container .page_content_block .node_content {
        padding-right: 100px
    }
    .main-container-block .page_container .page_content_block .node_content .title_text {
        font-family: "Poppins";
        font-size: 28px;
        font-weight: 400;
        line-height: 42px;
        text-align: left
    }
    .main-container-block .page_container .page_content_block .node_content .content_short_desc {
        font-size: 16px;
        color: #00bbf0;
        font-family: "Poppins";
        font-weight: 400;
        margin-bottom: 10px;
        display: block
    }
    .main-container-block .page_container .page_content_block .node_content .author_details {
        display: flex;
        align-items: center
    }
    .main-container-block .page_container .page_content_block .node_content .authored_on {
        font-size: 14px;
        color: #00bbf0;
        font-family: "Poppins";
        font-weight: 400
    }
    .main-container-block .page_container .page_content_block .node_content .content_type {
        font-size: 14px;
        color: #00bbf0;
        font-family: "Poppins";
        font-weight: 400
    }
    .main-container-block .page_container .page_content_block .node_content .content_image {
        margin: 10px auto;
        text-align: center
    }
    .main-container-block .page_container .page_content_block .node_content .content_image img {
        width: auto;
        height: auto;
        max-width: 100%
    }
    .main-container-block .page_container .page_content_block .node_content .download_resource_form_fields {
        display: flex;
        margin-top: 40px
    }
    .main-container-block .page_container .page_content_block .node_content .download_resource_form_fields .download_resource_column:first-child {
        flex: 1;
        margin-right: 10px
    }
    .main-container-block .page_container .page_content_block .node_content .download_resource_form_fields .download_resource_column:nth-child(2) {
        flex: 1;
        margin-left: 10px
    }
    .main-container-block .page_container .page_content_block span.data_seperation {
        padding: 0 5px
    }
    .main-container-block .page_container .sidebar_block {
        flex: 0 0 30%;
        padding: 0 0 0 81px
    }
    .main-container-block .page_container .sidebar_block img {
        height: 250px;
        width: 100%
    }
    .main-container-block .page_container .sidebar_block .related_resources_details .mobile_block {
        display: none
    }
    .main-container-block .page_container .sidebar_block .related_resources_details .desktop_block {
        display: block
    }
    .main-container-block .page_container .sidebar_block h3 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: inherit;
        text-transform: none;
        margin-bottom: 40px
    }
    .main-container-block .page_container .sidebar_block .view-content.row {
        width: 100%;
        margin: unset
    }
    .main-container-block .page_container .sidebar_block .desktop_block {
        position: relative
    }
    .main-container-block .page_container .sidebar_block .related_title_img,
    .main-container-block .page_container .sidebar_block .hover_details {
        grid-column: 1;
        grid-row: 1
    }
    .main-container-block .page_container .sidebar_block .hover_details {
        position: absolute;
        top: 0;
        display: none
    }
    .main-container-block .page_container .sidebar_block .related_title_img:hover+.hover_details,
    .main-container-block .page_container .sidebar_block .hover_details:hover {
        display: block;
        background: #41b59f;
        width: 100%;
        height: 100%;
        text-align: center;
        background: #41b59f;
        opacity: .8
    }
    .main-container-block .page_container .sidebar_block .hover_details a {
        width: 100%;
        text-align: center;
        display: block;
        top: 50%;
        color: white;
        font-weight: bold;
        opacity: 1;
        position: relative;
        text-decoration: underline
    }
    .main-container-block .page_container .sidebar_block .related_resources_details {
        margin-bottom: 20px
    }
    .main-container-block .page_container .sidebar_block .resource_title {
        font-family: "Poppins";
        font-size: 18px;
        font-weight: normal;
        line-height: 25px !important
    }
    .main-container-block .button-right {
        height: 65px;
        background-color: #00bbf0;
        position: fixed;
        right: 0;
        top: 47%;
        z-index: 99;
        margin: 0;
        width: 80px;
        font-size: 12px;
        font-weight: normal;
        border-radius: 10px 0 0 10px;
        padding: 10px
    }
    .main-container-block .contact_us_button a {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        position: relative;
        margin-top: 30px;
        display: block
    }
    .main-container-block .contact_us_button a:before {
        content: "";
        background: url(/sites/default/files/media-icons/headset.png) 100% no-repeat;
        position: absolute;
        height: 29px;
        width: 27px;
        background-size: 100%;
        display: block;
        top: -30px;
        right: 16px
    }
    .main-container-block .banner_text {
        position: absolute;
        bottom: 124px;
        color: white;
        font-size: 40px;
        left: 14.5%;
        font-weight: bold
    }
    .main-container-block .banner {
        position: relative
    }
    .main-container-block .banner_image img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    .main-container-block .captcha {
        margin-top: 15px;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%
    }
    .main-container-block .reload-captcha-wrapper {
        margin-bottom: 10px
    }
    .main-container-block .btn-container {
        text-align: center
    }
    .main-container-block .download_resource_form {
        margin-bottom: 60px
    }
    .main-container-block .download_resource_form_fields input {
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important
    }
    .main-container-block .social-sharing-buttons {
        display: flex;
        justify-content: left !important;
        margin: 2em 0
    }
    .main-container-block .content_details {
        padding: 25px 0;
        font-size: 14px;
        font-family: "Poppins";
        line-height: 24px
    }
    .main-container-block .content_details img {
        width: 100%;
        -o-object-fit: contain !important;
        object-fit: contain !important;
        -o-object-position: 0;
        object-position: 0
    }
    .main-container-block .content_details p,
    .main-container-block .content_details .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
        margin-bottom: 10px !important;
        word-break: break-word
    }
    .main-container-block .subscribe_webform h2 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: inherit
    }
    .main-container-block .filter_content select:first-child {
        width: 195px
    }
    .main-container-block .filter_content select {
        border: 1px solid #45454a !important;
        border-radius: 0 !important;
        width: 155px;
        font-size: 14px;
        text-transform: capitalize;
        background: #fff url(/themes/custom/bootstrap_xoriant/images/caret-down.png) no-repeat right .75rem center !important
    }
    .main-container-block .filter_content fieldset:nth-child(2) label {
        display: none
    }
    .main-container-block .filter_content fieldset:nth-child(1),
    .main-container-block .filter_content fieldset:nth-child(4),
    .main-container-block .filter_content fieldset:nth-child(5) {
        display: none
    }
    .main-container-block .filter_content div[data-drupal-selector=edit-actions] {
        display: none
    }
    .main-container-block h1 {
        font-size: 22px;
        font-weight: 500;
        margin: 10px 0
    }
    .main-container-block h2,
    .main-container-block h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0;
        letter-spacing: initial;
        text-transform: capitalize
    }
    .main-container-block h2 strong,
    .main-container-block h3 strong {
        font-weight: 500
    }
    .node--type-blog .block-system-breadcrumb-block,
    .node--type-brochure .block-system-breadcrumb-block,
    .node--type-case-study .block-system-breadcrumb-block,
    .node--type-event .block-system-breadcrumb-block,
    .node--type-pressrelease .block-system-breadcrumb-block,
    .node--type-webinar-and-podcast .block-system-breadcrumb-block,
    .node--type-whitepaper .block-system-breadcrumb-block {
        display: none
    }
}

@media only screen and (max-width:750px) {
    .main-container-block .banner_section.desktop_container {
        display: none
    }
    .main-container-block .reload-captcha-wrapper {
        margin-bottom: 10px
    }
    .main-container-block .breadcrumbs .block-system-breadcrumb-block {
        display: block
    }
    .main-container-block .banner_section.mobile_container {
        display: block
    }
    .main-container-block .banner_section.mobile_container .banner {
        position: relative
    }
    .main-container-block .banner_section.mobile_container .banner .banner_text {
        position: absolute;
        top: 325px;
        color: white;
        font-size: 40px;
        font-weight: 500;
        width: 100%;
        text-align: center
    }
    .main-container-block .banner_section.mobile_container .banner_image img {
        width: 100%;
        height: 480px
    }
    .main-container-block .content_image img {
        width: 100%;
        height: auto
    }
    .main-container-block .button-right .contact_us_button {
        display: none !important;
        height: 70px;
        background-color: #00bbf0;
        position: fixed;
        right: 15px;
        top: 66%;
        z-index: 99;
        margin: 0;
        width: 70px;
        font-size: 10px;
        font-weight: normal;
        border-radius: 50%;
        padding: 10px
    }
    .main-container-block .button-right .contact_us_button a {
        color: #fff;
        font-family: "Poppins";
        font-size: 10px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        position: relative;
        margin-top: 30px;
        display: block
    }
    .main-container-block .button-right .contact_us_button a:before {
        content: "";
        background: url("/sites/default/files/media-icons/headset.png") 100% no-repeat;
        background-size: 100%;
        position: absolute;
        height: 25px;
        width: 23px;
        display: block;
        top: -25px;
        right: 14px
    }
    .main-container-block .node_content {
        padding: 20px 20px 40px
    }
    .main-container-block .title_text {
        font-family: "Poppins";
        font-size: 28px;
        padding: 0 0 10px
    }
    .main-container-block .content_short_desc {
        font-size: 16px;
        color: #00bbf0;
        font-family: "Poppins";
        font-weight: 400;
        margin-bottom: 10px;
        display: block
    }
    .main-container-block .author_details {
        display: flex;
        align-items: flex-end;
        margin-bottom: 10px
    }
    .main-container-block .author_details .authored_on {
        font-size: 14px;
        color: #00bbf0;
        font-family: "Poppins";
        font-weight: 400
    }
    .main-container-block .author_details .content_type {
        font-size: 14px;
        color: #00bbf0;
        font-family: "Poppins";
        font-weight: 400
    }
    .main-container-block .author_details .data_seperation {
        padding: 0 5px
    }
    .main-container-block .content_details {
        font-size: 14px;
        font-family: "Poppins";
        line-height: 24px
    }
    .main-container-block .content_details img {
        width: 100%;
        -o-object-fit: contain !important;
        object-fit: contain !important;
        -o-object-position: 0;
        object-position: 0
    }
    .main-container-block .content_details p {
        text-align: start;
        margin-bottom: 10px !important
    }
    .main-container-block .content_details .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p {
        margin-bottom: 10px !important;
        word-break: break-word
    }
    .main-container-block .social-sharing-buttons {
        justify-content: flex-start !important
    }
    .main-container-block .subscribe_webform h2 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    .main-container-block .btn-container {
        text-align: center
    }
    .main-container-block .filter_content {
        width: calc(100vw - 10px);
        overflow: auto;
        margin: 20px 10px
    }
    .main-container-block .filter_content select {
        border: 1px solid #45454a !important;
        border-radius: 0 !important;
        min-width: 195px !important;
        font-size: 14px;
        text-transform: capitalize;
        background: #fff url(/themes/custom/bootstrap_xoriant/images/caret-down.png) no-repeat right .75rem center !important
    }
    .main-container-block .filter_content fieldset:nth-child(2) label {
        display: none
    }
    .main-container-block .filter_content fieldset:nth-child(1),
    .main-container-block .filter_content fieldset:nth-child(4),
    .main-container-block .filter_content fieldset:nth-child(5) {
        display: none
    }
    .main-container-block .filter_content .block-views-exposed-filter-blocknews-resources-listing-page {
        width: 500px
    }
    .main-container-block .filter_content div[data-drupal-selector=edit-actions] {
        display: none
    }
    .main-container-block h1 {
        font-size: 22px;
        font-weight: 500;
        margin: 10px 0
    }
    .main-container-block h2,
    .main-container-block h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 10px 0
    }
    .node--type-blog .block-system-breadcrumb-block,
    .node--type-brochure .block-system-breadcrumb-block,
    .node--type-case-study .block-system-breadcrumb-block,
    .node--type-event .block-system-breadcrumb-block,
    .node--type-pressrelease .block-system-breadcrumb-block,
    .node--type-webinar-and-podcast .block-system-breadcrumb-block,
    .node--type-whitepaper .block-system-breadcrumb-block {
        display: none
    }
    .sidebar_block {
        padding: 0 15px
    }
    .sidebar_block .view-related-resources-sidebar .view-content.row {
        justify-content: center
    }
    .sidebar_block h3 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit;
        text-transform: none;
        margin-bottom: 40px;
        display: block;
        width: 100%;
        text-align: center
    }
    .sidebar_block .related_resources_details .mobile_block img {
        height: 350px;
        display: block;
        margin-right: 20%;
        width: 80%
    }
    .sidebar_block .related_resources_details .desktop_block {
        display: none
    }
    .sidebar_block .related_resources_details .mobile_block .related_title_img,
    .sidebar_block .related_resources_details .mobile_block .hover_details {
        grid-column: 1;
        grid-row: 1
    }
    .sidebar_block .related_resources_details .mobile_block {
        position: relative;
        margin-bottom: 20px
    }
    .sidebar_block .related_resources_details .mobile_block .hover_details {
        position: absolute;
        top: 20%;
        bottom: 20%;
        margin-left: 20%;
        background: #1a6f92 !important;
        opacity: .9;
        padding: 20px;
        display: flex;
        align-items: flex-end;
        min-width: -webkit-fill-available;
        min-width: fill-available;
        min-width: -moz-available;
        width: 80%
    }
    .sidebar_block .related_resources_details .mobile_block .hover_details a {
        color: white;
        font-weight: normal;
        line-height: 25px !important;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: normal
    }
}

@media screen and (min-width:1920px) {
    .main-container-block .breadcrumbs {
        max-width: 1440px;
        padding: 0;
        margin: 0 auto
    }
    .main-container-block .page_container {
        padding: 0 75px;
        max-width: 1440px;
        margin: 0 auto
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    .main-container-block .breadcrumbs {
        max-width: 1440px;
        padding: 0;
        margin: 0 auto
    }
    .main-container-block .page_container {
        padding: 0 75px;
        max-width: 1440px;
        margin: 0 auto
    }
}

#IOT-Web-Page {
    font-family: Roboto
}

#IOT-Web-Page h1,
#IOT-Web-Page h2,
#IOT-Web-Page h3,
#IOT-Web-Page h4,
#IOT-Web-Page h5,
#IOT-Web-Page h6,
#IOT-Web-Page span,
#IOT-Web-Page div,
#IOT-Web-Page li,
#IOT-Web-Page a,
#IOT-Web-Page ul {
    font-family: "Poppins";
}

#IOT-Web-Page.scroll-hide {
    overflow: hidden
}

#IOT-Web-Page .overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    justify-content: center;
    align-items: center
}

#IOT-Web-Page .resources-section {
    margin: 0 auto;
    padding: 0 15px 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#IOT-Web-Page .edge-outcome .grids .headings span {
    font-size: 14px !important
}

#IOT-Web-Page .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#IOT-Web-Page .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

#IOT-Web-Page .resources-section .security-expert-button:hover,
#IOT-Web-Page .resources-section .security-expert-button:active,
#IOT-Web-Page .resources-section .security-expert-button:focus {
    outline: 0 !important
}

#IOT-Web-Page .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

#IOT-Web-Page .security-form {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    background: white;
    width: 30%;
    padding: 25px 35px;
    top: 75px;
    z-index: 2001;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s linear
}

#IOT-Web-Page .security-form .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url("/sites/default/files/media-icons/close.png");
    cursor: pointer
}

#IOT-Web-Page .security-form .error {
    color: red;
    font-size: 12px;
    font-weight: 500
}

#IOT-Web-Page .security-form .form-control {
    height: 32px
}

#IOT-Web-Page .security-form label[for=edit-privacy-text].custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

#IOT-Web-Page .security-form label[for=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

#IOT-Web-Page .security-form .captcha img {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0
}

#IOT-Web-Page .security-form .captcha fieldset {
    width: 100% !important
}

#IOT-Web-Page .security-form .captcha fieldset label {
    margin: 0;
    font-size: 12px
}

#IOT-Web-Page .security-form .captcha .reload-captcha-wrapper {
    display: none
}

#IOT-Web-Page .security-form #edit-actions {
    margin-bottom: 0;
    text-align: center
}

#IOT-Web-Page .why-section,
#IOT-Web-Page .full-screen-width.grey {
    display: block !important
}

#IOT-Web-Page .middle-card .textDesc {
    font-size: 14px;
    text-align: center;
    margin-top: 10px
}

#IOT-Web-Page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#IOT-Web-Page .grey {
    background-color: #f6f5f5;
    padding: 35px 0
}

#IOT-Web-Page .banner-section a,
#IOT-Web-Page .banner-section a:link,
#IOT-Web-Page .banner-section a:visited,
#IOT-Web-Page .banner-section a:hover,
#IOT-Web-Page .banner-section a:active {
    color: white;
    text-decoration: none
}

#IOT-Web-Page .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#IOT-Web-Page .flip-container:hover .flipper,
#IOT-Web-Page .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#IOT-Web-Page .flip-container:hover .flipper .back,
#IOT-Web-Page .flip-container.hover .flipper .back {
    z-index: 3
}

#IOT-Web-Page .flip-container,
#IOT-Web-Page .front,
#IOT-Web-Page .back {
    width: 100%
}

#IOT-Web-Page .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 250px;
    position: relative
}

#IOT-Web-Page .front,
#IOT-Web-Page .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px
}

#IOT-Web-Page .front {
    z-index: 2
}

#IOT-Web-Page .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#IOT-Web-Page .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#IOT-Web-Page .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%)
}

#IOT-Web-Page .middle img {
    width: 100%;
    height: auto
}

#IOT-Web-Page .field--name-field-iot-edge-left-image-mobile img {
    height: auto;
    width: 100%
}

#IOT-Web-Page .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#IOT-Web-Page .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#IOT-Web-Page .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#IOT-Web-Page .resource>.grids .images>div h3,
#IOT-Web-Page .resource>.grids .images>div p,
#IOT-Web-Page .resource>.grids .images>div div {
    text-align: start
}

#IOT-Web-Page span.green-strip {
    position: absolute;
    right: 0;
    top: 82%;
    width: 105%;
    padding-left: 20px;
    background: #00af21;
    font-size: 15px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #IOT-Web-Page .resources-section {
        padding: 30px 15px
    }
    #IOT-Web-Page .resources-section .trends-title p {
        font-size: 26px
    }
    #IOT-Web-Page .resources-section .security-expert-button {
        margin: 30px auto 0 auto
    }
    #IOT-Web-Page .resources-section .security-expert-button p {
        font-size: 16px
    }
}

@media(max-width:767px) {
    #IOT-Web-Page .middle-content .flex .col-md-5 {
        margin-bottom: 15px
    }
    #IOT-Web-Page .resources-section .trends-title p {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0
    }
    #IOT-Web-Page .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    #IOT-Web-Page .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    #IOT-Web-Page .resources-section .row .col-md-4 .resources-title a p,
    #IOT-Web-Page .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
    #IOT-Web-Page .resources-section .security-expert-button {
        margin: 30px auto 0 auto;
        padding: 15px 35px
    }
    #IOT-Web-Page .resources-section .security-expert-button p {
        font-size: 16px;
        line-height: 18px
    }
}

@media only screen and (max-width:992px) {
    #IOT-Web-Page .security-form {
        width: 90%;
        top: 15%;
        position: fixed
    }
    #IOT-Web-Page .flex .grids {
        padding-bottom: 15px !important
    }
    #IOT-Web-Page .grey {
        margin: 30px 0 !important
    }
    #IOT-Web-Page .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        display: block !important;
        text-align: start !important
    }
    #IOT-Web-Page .bg-light.foot>div {
        margin: 15px 0
    }
    #IOT-Web-Page .bg-light.foot img {
        margin-right: 10px;
        height: 20px
    }
    #IOT-Web-Page .bg-light.foot a,
    #IOT-Web-Page .bg-light.foot a:hover,
    #IOT-Web-Page .bg-light.foot a:focus {
        color: white;
        font-size: 14px;
        letter-spacing: .5px
    }
    #IOT-Web-Page .bg-light.foot .phone {
        height: 28px
    }
    #IOT-Web-Page .field--name-field-field-title-description-ta {
        text-align: center
    }
    #IOT-Web-Page .desktop,
    #IOT-Web-Page .hide,
    #IOT-Web-Page p[class^=rectangle] {
        display: none !important
    }
    #IOT-Web-Page.container {
        padding: 0;
        max-width: 100%
    }
    #IOT-Web-Page #block-breadcrumbs .breadcrumb,
    #IOT-Web-Page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0
    }
    #IOT-Web-Page #block-breadcrumbs .breadcrumb li,
    #IOT-Web-Page #block-breadcrumbs .breadcrumb a,
    #IOT-Web-Page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #IOT-Web-Page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #IOT-Web-Page h1.seo-title,
    #IOT-Web-Page .card-title,
    #IOT-Web-Page h3.title {
        color: #45454a;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: initial;
        text-align: center;
        margin-bottom: 15px
    }
    #IOT-Web-Page .banner-section {
        position: relative;
        text-align: center
    }
    #IOT-Web-Page .banner-section img {
        height: auto;
        width: 100%
    }
    #IOT-Web-Page .banner-section .white-btn {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white !important;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        margin: 0 auto;
        border-radius: 50px
    }
    #IOT-Web-Page .banner-section .white-btn:focus {
        outline: 0 auto -webkit-focus-ring-color !important
    }
    #IOT-Web-Page .banner-section .brown1 {
        padding: 15px 15px !important
    }
    #IOT-Web-Page .banner-section .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        height: 43px;
        width: 135px;
        text-align: center;
        margin-top: 37px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold
    }
    #IOT-Web-Page .banner-section .field--name-field-know-more a,
    #IOT-Web-Page .banner-section .field--name-field-know-more a:link,
    #IOT-Web-Page .banner-section .field--name-field-know-more a:visited,
    #IOT-Web-Page .banner-section .field--name-field-know-more a:hover,
    #IOT-Web-Page .banner-section .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #IOT-Web-Page .banner-section .field--name-field-know-more a {
        color: white;
        text-decoration: none;
        width: 94px;
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        text-align: center;
        height: 12px;
        letter-spacing: 0;
        font-family: Roboto
    }
    #IOT-Web-Page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        padding: 0 10px;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        margin-top: 40%
    }
    #IOT-Web-Page .banner-section .banner-text span {
        font-size: 24px;
        padding: 0
    }
    #IOT-Web-Page .banner-section a {
        border: 0
    }
    #IOT-Web-Page .flex .title_description img {
        height: 25px;
        width: auto
    }
    #IOT-Web-Page .flex .grids .headings {
        text-align: center;
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500;
        margin: 16px 0
    }
    #IOT-Web-Page .flex .grids .learn-more {
        text-align: center;
        background: #f9f9f9;
        padding: 25px 0;
        display: none
    }
    #IOT-Web-Page .flex .grids .learn-more a {
        color: #45454a;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background: white;
        padding: 10px 15px;
        border: 1px solid #45454a
    }
    #IOT-Web-Page .flex .grids .images {
        position: relative
    }
    #IOT-Web-Page .flex .grids .images .links-sections {
        background: #ededed;
        padding: 5px 20px;
        text-align: start
    }
    #IOT-Web-Page .flex .grids .images .links-sections a,
    #IOT-Web-Page .flex .grids .images .links-sections span {
        color: #45454a;
        display: block;
        font-size: 14px;
        padding: 5px;
        position: relative;
        padding-left: 20px
    }
    #IOT-Web-Page .flex .grids .images .links-sections a:before,
    #IOT-Web-Page .flex .grids .images .links-sections span:before {
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        top: 10px;
        left: 0;
        position: absolute
    }
    #IOT-Web-Page .flex .grids .images .links-sections a:first-of-type::before,
    #IOT-Web-Page .flex .grids .images .links-sections span:first-of-type::before {
        background-color: #18a529
    }
    #IOT-Web-Page .flex .grids .images .links-sections a:last-of-type::before,
    #IOT-Web-Page .flex .grids .images .links-sections span:last-of-type::before {
        background-color: #4456e0
    }
    #IOT-Web-Page .flex .grids .images .links-sections a:nth-child(2)::before,
    #IOT-Web-Page .flex .grids .images .links-sections span:nth-child(2)::before {
        background-color: #43d6f6
    }
    #IOT-Web-Page .flex img {
        width: 100%;
        height: auto
    }
    #IOT-Web-Page .flex .field--name-field-title-description {
        font-size: 12px;
        margin-top: 10px;
        text-align: center
    }
    #IOT-Web-Page .flex p {
        font-size: 14px;
        font-family: Roboto
    }
    #IOT-Web-Page .testimonial-section {
        position: relative;
        margin-bottom: 35px
    }
    #IOT-Web-Page .testimonial-section img {
        width: 100%
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-background img {
        height: 350px
    }
    #IOT-Web-Page .testimonial-section .auth {
        position: absolute;
        padding: 10px;
        color: white;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
    #IOT-Web-Page .testimonial-section .auth img {
        width: auto
    }
    #IOT-Web-Page .testimonial-section p,
    #IOT-Web-Page .testimonial-section em {
        font-style: normal;
        line-height: initial
    }
    #IOT-Web-Page .testimonial-section .auth-note p {
        line-height: 18px;
        font-size: 14px
    }
    #IOT-Web-Page .testimonial-section .auth-info {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        line-height: 1;
        height: 43px;
        width: 157px;
        padding-top: 11px;
        padding-bottom: 11px
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:link,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:visited,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:hover,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-author-name {
        margin: 5px 0
    }
    #IOT-Web-Page .testimonial-section {
        margin-top: 100px;
        margin-bottom: 40px
    }
    #IOT-Web-Page .testimonial-section hr.brand-line {
        margin-left: unset;
        width: 60px !important
    }
    #IOT-Web-Page .testimonial-section .d-block.w-100.background-img {
        visibility: hidden
    }
    #IOT-Web-Page .testimonial-section img[alt=Testimonials_BG_0] {
        visibility: hidden
    }
    #IOT-Web-Page .testimonial-section ol.carousel-indicators {
        bottom: 50px !important
    }
    #IOT-Web-Page .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #IOT-Web-Page .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev {
        bottom: 14% !important;
        right: 61% !important
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #IOT-Web-Page .testimonial-section .carousel-caption {
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        text-align: left;
        border-radius: 10px;
        bottom: 5px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-name p {
        text-align: left !important
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-desc p {
        text-align: left !important
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #IOT-Web-Page .why-section .mobile img {
        width: 100%;
        height: auto;
        padding: 20px
    }
    #IOT-Web-Page .why-section .list {
        padding: 20px 84px
    }
    #IOT-Web-Page .why-section .list h3 {
        font-size: 14px;
        text-transform: inherit;
        letter-spacing: initial;
        line-height: inherit;
        font-weight: 500
    }
    #IOT-Web-Page .why-section .list span {
        font-size: 12px;
        display: block
    }
    #IOT-Web-Page .why-section .list span.blue-title {
        display: inline;
        color: #00bbf0;
        font-size: inherit
    }
    #IOT-Web-Page .why-section .border-blue {
        border-left: 5px solid #00bbf0;
        padding-left: 7px
    }
    #IOT-Web-Page .edge-right-side {
        padding: 0 70px
    }
    #IOT-Web-Page .edge-right-side .edge-outcome .grids .headings {
        text-transform: none;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
        border-left: 5px solid #00bbf0;
        padding-left: 15px
    }
    #IOT-Web-Page .edge-right-side .edge-outcome .grids .headings br {
        display: none
    }
    #IOT-Web-Page .edge-right-side .edge-outcome .grids .description {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 15px;
        background: white;
        z-index: 99;
        box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
        border-radius: 10px;
        display: none;
        position: relative;
        margin-bottom: 15px;
        margin-left: 15px;
        width: 270px
    }
    #IOT-Web-Page .edge-right-side .edge-outcome .grids .description p {
        text-align: start
    }
    #IOT-Web-Page .edge-right-side .edge-outcome .grids .description:after {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid white;
        position: absolute;
        content: "";
        top: -15px;
        left: 45%;
        transform: translateY(-50%);
        transform: rotate(90deg)
    }
    #IOT-Web-Page .edge-right-side .edge-outcome .grids .description p {
        margin: 0
    }
    #IOT-Web-Page .edge-right-side .mobile img {
        padding-top: 25px;
        width: 100%;
        height: auto
    }
    #IOT-Web-Page .framework {
        position: relative;
        margin: 20px 0;
        margin-top: 0
    }
    #IOT-Web-Page .framework img {
        width: 100%;
        height: 100px
    }
    #IOT-Web-Page .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #IOT-Web-Page .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #IOT-Web-Page .framework .field--name-field-demo a,
    #IOT-Web-Page .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block
    }
    #IOT-Web-Page .resource .images {
        position: relative
    }
    #IOT-Web-Page .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #IOT-Web-Page .resource .images>div>a {
        display: none
    }
    #IOT-Web-Page .resource .images .headings {
        font-size: 16px;
        color: white;
        letter-spacing: 0
    }
    #IOT-Web-Page .resource .images .desc {
        font-size: 16px;
        margin: 5px 0
    }
    #IOT-Web-Page .resource .images .date {
        font-size: 12px
    }
    #IOT-Web-Page .resource .images .date span {
        display: inline-block
    }
    #IOT-Web-Page .resource .images img {
        height: 300px;
        width: 80%
    }
    #IOT-Web-Page .resource .grids {
        margin: 10px;
        padding: 15px
    }
}

@media only screen and (min-width:992px) {
    #IOT-Web-Page .edge-outcome img {
        height: 56px;
        width: 51px
    }
    #IOT-Web-Page .edge-outcome .grids {
        display: inline-block;
        width: 44%;
        vertical-align: top;
        margin: 10px
    }
    #IOT-Web-Page .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        align-items: center
    }
    #IOT-Web-Page .bg-light.foot img {
        margin-right: 10px;
        height: 25px;
        width: auto
    }
    #IOT-Web-Page .bg-light.foot a,
    #IOT-Web-Page .bg-light.foot a:hover,
    #IOT-Web-Page .bg-light.foot a:focus {
        color: white;
        font-size: 14px
    }
    #IOT-Web-Page .bg-light.foot .phone {
        height: 22px
    }
    #IOT-Web-Page .mobile {
        display: none !important
    }
    #IOT-Web-Page .inline-bl>span:first-child {
        display: block
    }
    #IOT-Web-Page h1.seo-title,
    #IOT-Web-Page h3.title {
        color: #45454a;
        font-size: 2.2vw;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0
    }
    #IOT-Web-Page .big-title {
        margin: 0 auto !important;
        color: white !important;
        padding-top: 15px;
        font-family: Roboto
    }
    #IOT-Web-Page .banner-section {
        position: relative
    }
    #IOT-Web-Page .banner-section a,
    #IOT-Web-Page .banner-section a:link,
    #IOT-Web-Page .banner-section a:visited,
    #IOT-Web-Page .banner-section a:hover,
    #IOT-Web-Page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #IOT-Web-Page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #IOT-Web-Page .banner-section .banner-text {
        position: absolute;
        color: #fff;
        left: 50px;
        width: 75%;
        font-size: 2.3vw;
        font-weight: 500;
        top: 43%
    }
    #IOT-Web-Page .banner-section .inline-bl {
        font-size: 30px;
        font-weight: bold
    }
    #IOT-Web-Page .banner-section .white-btn {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white !important;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        margin: 0 auto;
        border-radius: 50px
    }
    #IOT-Web-Page .banner-section .white-btn:focus {
        outline: 0 auto -webkit-focus-ring-color !important
    }
    #IOT-Web-Page .banner-section .brown1 {
        padding: 15px 15px !important
    }
    #IOT-Web-Page .banner-section .field--name-field-know-more {
        color: white;
        margin-top: 20px
    }
    #IOT-Web-Page .banner-section .field--name-field-know-more a {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-weight: bold
    }
    #IOT-Web-Page .banner-section .field--name-field-know-more a a,
    #IOT-Web-Page .banner-section .field--name-field-know-more a a:link,
    #IOT-Web-Page .banner-section .field--name-field-know-more a a:visited,
    #IOT-Web-Page .banner-section .field--name-field-know-more a a:hover,
    #IOT-Web-Page .banner-section .field--name-field-know-more a a:active {
        color: white;
        text-decoration: none
    }
    #IOT-Web-Page #block-breadcrumbs .breadcrumb,
    #IOT-Web-Page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #IOT-Web-Page #block-breadcrumbs .breadcrumb li,
    #IOT-Web-Page #block-breadcrumbs .breadcrumb a,
    #IOT-Web-Page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #IOT-Web-Page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #IOT-Web-Page .middle-content {
        margin: 37px 0;
        margin-bottom: 21px;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #IOT-Web-Page .middle-content h3.title {
        margin-top: 0
    }
    #IOT-Web-Page .middle-content .flex {
        display: flex;
        padding: 20px 150px;
        margin-top: 0;
        padding-top: 0;
        font-size: 1.15vw
    }
    #IOT-Web-Page .middle-content .flex .title_description p {
        font-size: 1.15vw;
        letter-spacing: 0;
        line-height: 2.5vw;
        color: #45454a
    }
    #IOT-Web-Page .middle-content .flex span {
        font-size: 1.15vw
    }
    #IOT-Web-Page .middle-content .field--name-field-new-video,
    #IOT-Web-Page .middle-content .field--name-field-video {
        margin-top: -12px
    }
    #IOT-Web-Page .middle-content .field--name-field-image-block,
    #IOT-Web-Page .middle-content .field--name-field-new-video,
    #IOT-Web-Page .middle-content .field--name-field-video {
        margin-right: 26px
    }
    #IOT-Web-Page .middle-content .field--name-field-field-title-description-ta {
        color: #45454a;
        font-size: 1.2vw;
        letter-spacing: 0;
        line-height: inherit;
        color: #45454a
    }
    #IOT-Web-Page .middle-content .field--name-field-field-title-description-ta p {
        font-size: 1.2vw
    }
    #IOT-Web-Page .middle-card .card-title {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit;
        margin-bottom: 30px
    }
    #IOT-Web-Page .middle-card .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }
    #IOT-Web-Page .middle-card .flex .grids .headings {
        text-align: center;
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 16px
    }
    #IOT-Web-Page .middle-card .flex .grids .learn-more {
        text-align: center;
        background: #f9f9f9;
        padding: 25px 0;
        display: none
    }
    #IOT-Web-Page .middle-card .flex .grids .learn-more a {
        color: #45454a;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background: white;
        padding: 10px 15px;
        border: 1px solid #45454a
    }
    #IOT-Web-Page .middle-card .flex .grids .images {
        position: relative;
        text-align: center
    }
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections {
        text-align: start;
        background: #ededed;
        width: 286px;
        margin: 0 auto;
        padding: 20px
    }
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections span,
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections a {
        color: #45454a;
        display: block;
        font-size: 14px;
        padding: 5px;
        position: relative;
        padding-left: 20px
    }
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections span:before,
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections a:before {
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        top: 10px;
        left: 0;
        position: absolute
    }
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections span:first-of-type::before,
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections a:first-of-type::before {
        background-color: #18a529
    }
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections span:last-of-type::before,
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections a:last-of-type::before {
        background-color: #4456e0
    }
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections span:nth-child(2)::before,
    #IOT-Web-Page .middle-card .flex .grids .images .links-sections a:nth-child(2)::before {
        background-color: #43d6f6
    }
    #IOT-Web-Page .why-section {
        padding-top: 30px;
        margin-bottom: 50px
    }
    #IOT-Web-Page .why-section .title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #IOT-Web-Page .why-section .title .X {
        font-weight: 900;
        color: #00af50
    }
    #IOT-Web-Page .why-section .title .celerate {
        font-weight: 900
    }
    #IOT-Web-Page .why-section .flex {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
    #IOT-Web-Page .why-section .flex .field--name-field-xcelerate-iot-left-image {
        text-align: center;
        width: 40%
    }
    #IOT-Web-Page .why-section .flex .field--name-field-xcelerate-iot-left-image img {
        width: 100%;
        height: auto
    }
    #IOT-Web-Page .why-section .flex .list {
        width: 200px
    }
    #IOT-Web-Page .why-section .flex .list h3 {
        font-size: 14px;
        text-transform: inherit;
        letter-spacing: initial;
        line-height: inherit;
        font-weight: 500
    }
    #IOT-Web-Page .why-section .flex .list span {
        font-size: 12px;
        display: block
    }
    #IOT-Web-Page .why-section .flex .list span.blue-title {
        display: inline;
        color: #00bbf0;
        font-size: inherit
    }
    #IOT-Web-Page .why-section .flex .border-blue {
        border-left: 5px solid #00bbf0;
        padding-left: 15px
    }
    #IOT-Web-Page .iot_edge .title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #IOT-Web-Page .iot_edge .title .X {
        font-weight: 900;
        color: #00af50
    }
    #IOT-Web-Page .iot_edge .title .celerate {
        font-weight: 900
    }
    #IOT-Web-Page .iot_edge .title .iot {
        color: #5bb8fe;
        font-weight: lighter
    }
    #IOT-Web-Page .iot_edge .edge-outcome {
        display: flex;
        justify-content: space-around;
        width: 70%;
        margin: 0 auto
    }
    #IOT-Web-Page .iot_edge .edge-outcome .grids {
        display: flex;
        justify-content: space-around;
        position: relative
    }
    #IOT-Web-Page .iot_edge .edge-outcome .grids .headings {
        text-transform: none;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
        border-left: 5px solid #00bbf0;
        padding-left: 15px
    }
    #IOT-Web-Page .iot_edge .edge-outcome .grids .description {
        font-size: 14px;
        padding: 10px;
        width: 240px;
        right: 0;
        top: 100px;
        background: white;
        z-index: 99;
        position: absolute;
        transform: translateY(-50%);
        box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
        border-radius: 10px;
        display: none
    }
    #IOT-Web-Page .iot_edge .edge-outcome .grids .description:after {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid white;
        position: absolute;
        content: "";
        top: -15px;
        left: 50%;
        transform: translateY(-50%);
        transform: rotate(90deg)
    }
    #IOT-Web-Page .iot_edge .edge-outcome .grids .description p {
        margin: 0
    }
    #IOT-Web-Page .iot_edge .field--name-field-iot-edge-left-image {
        margin: 30px 0
    }
    #IOT-Web-Page .iot_edge .field--name-field-iot-edge-left-image img {
        width: 100%;
        height: auto;
        padding: 0 70px
    }
    #IOT-Web-Page .testimonial-section {
        text-align: center;
        position: relative
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-background img {
        width: 100%
    }
    #IOT-Web-Page .testimonial-section .auth {
        position: absolute;
        padding: 90px 155px 90px 100px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-family: "Poppins";
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%)
    }
    #IOT-Web-Page .testimonial-section .auth-note {
        text-align: justify
    }
    #IOT-Web-Page .testimonial-section .auth-note>div {
        font-style: normal;
        font-size: 18px;
        line-height: initial;
        text-align: initial;
        font-weight: 500
    }
    #IOT-Web-Page .testimonial-section .auth-note em {
        font-style: normal
    }
    #IOT-Web-Page .testimonial-section .auth-info {
        margin-right: 35px
    }
    #IOT-Web-Page .testimonial-section .auth-info>div {
        text-align: center;
        width: 215px
    }
    #IOT-Web-Page .testimonial-section .auth-info img {
        width: 106px;
        height: 98px
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-author-name {
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        line-height: initial;
        font-weight: 500
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        margin-top: 25px;
        padding: 10px;
        text-align: center !important;
        height: 43px;
        width: 135px
    }
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:link,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:visited,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:hover,
    #IOT-Web-Page .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #IOT-Web-Page .testimonial-section {
        margin-top: 90px !important;
        margin-bottom: 80px !important
    }
    #IOT-Web-Page .testimonial-section hr.brand-line {
        width: 70px !important
    }
    #IOT-Web-Page .testimonial-section ol.carousel-indicators {
        bottom: -70px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        left: 1015px !important
    }
    #IOT-Web-Page .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #IOT-Web-Page .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev {
        bottom: 120% !important
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #IOT-Web-Page .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #IOT-Web-Page .testimonial-section .carousel-item[data-index="0"] {
        background: url(/sites/default/files/Bodhi-Images/1_0.png) !important
    }
    #IOT-Web-Page .testimonial-section .carousel-item[data-index="1"] {
        background: url(/sites/default/files/Bodhi-Images/6.png) !important
    }
    #IOT-Web-Page .testimonial-section .carousel-item[data-index="2"] {
        background: url(/sites/default/files/Bodhi-Images/7.png) !important
    }
    #IOT-Web-Page .testimonial-section .carousel-caption {
        bottom: 50px;
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        left: 25% !important;
        text-align: left;
        border-radius: 10px
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-name .field__item {
        text-align: left !important
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #IOT-Web-Page .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px
    }
    #IOT-Web-Page .framework {
        position: relative;
        margin-bottom: 60px
    }
    #IOT-Web-Page .framework img {
        width: 100%;
        height: 100px
    }
    #IOT-Web-Page .framework .flex {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    #IOT-Web-Page .framework .flex .field--name-field-demo,
    #IOT-Web-Page .framework .flex .field--name-field-request-a-demo {
        margin-left: 15px
    }
    #IOT-Web-Page .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400
    }
    #IOT-Web-Page .framework .field--name-field-framework-title p,
    #IOT-Web-Page .framework .field--name-field-framework-title .field__item {
        padding-bottom: 0;
        margin-top: 4px;
        margin-bottom: 0 !important;
        margin-right: 30px
    }
    #IOT-Web-Page .framework .field--name-field-demo a,
    #IOT-Web-Page .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0
    }
    #IOT-Web-Page .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #IOT-Web-Page .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #IOT-Web-Page .resource .images {
        position: relative
    }
    #IOT-Web-Page .resource .images img {
        width: 80%;
        height: auto
    }
    #IOT-Web-Page .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 80px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #IOT-Web-Page .resource .images>div>a {
        display: none
    }
    #IOT-Web-Page .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #IOT-Web-Page .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #IOT-Web-Page .resource .images .date {
        font-size: 14px
    }
}

.show-neighbors {
    overflow: hidden;
    height: 125px
}

.show-neighbors .item__third:last-child {
    width: 42%;
    opacity: 1
}

.show-neighbors .item__third:nth-child(2) {
    width: 48%
}

.show-neighbors .item__third:first-child {
    visibility: hidden;
    width: 10%
}

.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
    display: none
}

@media(min-width:300px) {
    .show-neighbors .carousel-indicators {
        margin-right: 25%;
        margin-left: 25%
    }
    .show-neighbors .carousel-control-prev,
    .show-neighbors .carousel-control-next {
        background: rgba(255, 255, 255, .3);
        width: 25%;
        z-index: 11
    }
    .show-neighbors .carousel-inner {
        width: 150%;
        left: -25%
    }
    .show-neighbors .carousel-item-next:not(.carousel-item-left),
    .show-neighbors .carousel-item-right.active {
        transform: translate3d(42%, 0, 0)
    }
    .show-neighbors .carousel-item-prev:not(.carousel-item-right),
    .show-neighbors .carousel-item-left.active {
        transform: translate3d(-42%, 0, 0)
    }
    .show-neighbors .item__third {
        display: block !important;
        float: left;
        position: relative
    }
}

#IOT-Web-Page .middle-content .intro-video-container,
#aws-page .middle-content .intro-video-container {
    margin-right: 30px
}

#IOT-Web-Page .middle-content .intro-video-container img,
#aws-page .middle-content .intro-video-container img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
    width: 450px
}

#IOT-Web-Page .middle-content .intro-video-container .intro-video-box,
#aws-page .middle-content .intro-video-container .intro-video-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 200;
    display: none
}

#IOT-Web-Page .middle-content .intro-video-container .intro-video-box .intro-video-border,
#aws-page .middle-content .intro-video-container .intro-video-box .intro-video-border {
    padding: 20px 30px;
    width: 40%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

#IOT-Web-Page .middle-content .intro-video-container .intro-video-box .intro-video-border #video-close-button,
#aws-page .middle-content .intro-video-container .intro-video-box .intro-video-border #video-close-button {
    outline: 0;
    border: 0;
    background: transparent;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000
}

#IOT-Web-Page .middle-content .intro-video-container .intro-video-box .intro-video-border #intro-video,
#aws-page .middle-content .intro-video-container .intro-video-box .intro-video-border #intro-video {
    width: 100%;
    height: 300px;
    border: 0
}

#IOT-Web-Page .middle-content .intro-video-container .intro-video-box .intro-video-border #intro-video #player,
#aws-page .middle-content .intro-video-container .intro-video-box .intro-video-border #intro-video #player {
    max-width: 100% !important;
    height: 100% !important
}

#IOT-Web-Page .middle-content .intro-video-container .intro-video-box .intro-video-border .field__item p,
#aws-page .middle-content .intro-video-container .intro-video-box .intro-video-border .field__item p {
    margin-bottom: 0;
    line-height: 0
}

#IOT-Web-Page .resources-section,
#aws-page .resources-section {
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#IOT-Web-Page .resources-section .row,
#aws-page .resources-section .row {
    justify-content: center;
    width: 100%
}

#IOT-Web-Page .resources-section .trends-title p,
#aws-page .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-box,
#aws-page .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-image img,
#aws-page .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-category,
#aws-page .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title,
#aws-page .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title a,
#aws-page .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title a:hover,
#aws-page .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-title a p,
#aws-page .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

#IOT-Web-Page .resources-section .row .col-md-4 .resources-subtitle p,
#aws-page .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#IOT-Web-Page .resources-section .security-expert-button,
#aws-page .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

#IOT-Web-Page .resources-section .security-expert-button:hover,
#IOT-Web-Page .resources-section .security-expert-button:active,
#IOT-Web-Page .resources-section .security-expert-button:focus,
#aws-page .resources-section .security-expert-button:hover,
#aws-page .resources-section .security-expert-button:active,
#aws-page .resources-section .security-expert-button:focus {
    outline: 0 !important
}

#IOT-Web-Page .resources-section .security-expert-button p,
#aws-page .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    #IOT-Web-Page .middle-content .flex .intro-video-container,
    #aws-page .middle-content .flex .intro-video-container {
        margin-right: 30px !important
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container img,
    #aws-page .middle-content .flex .intro-video-container img {
        width: 370px
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border,
    #aws-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border {
        width: 60% !important
    }
    #IOT-Web-Page .resources-section,
    #aws-page .resources-section {
        padding: 0 15px 30px 15px
    }
}

@media(max-width:767px) {
    #IOT-Web-Page .middle-content .flex .intro-video-container,
    #aws-page .middle-content .flex .intro-video-container {
        margin-right: 0 !important
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container img,
    #aws-page .middle-content .flex .intro-video-container img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container .intro-video-box,
    #aws-page .middle-content .flex .intro-video-container .intro-video-box {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .5);
        z-index: 200;
        display: none
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border,
    #aws-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border {
        padding: 10px;
        width: 85% !important;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button,
    #aws-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #video-close-button {
        outline: 0;
        border: 0;
        background: transparent;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video,
    #aws-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video {
        width: 100%;
        height: 170px;
        border: 0
    }
    #IOT-Web-Page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player,
    #aws-page .middle-content .flex .intro-video-container .intro-video-box .intro-video-border #intro-video #player {
        max-width: 100% !important;
        height: 100% !important
    }
    #IOT-Web-Page .resources-section .trends-title p,
    #aws-page .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    #IOT-Web-Page .resources-section .col-md-4,
    #aws-page .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    #IOT-Web-Page .resources-section .col-md-4:last-child,
    #aws-page .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    #IOT-Web-Page .resources-section .row .col-md-4 .resources-title a p,
    #IOT-Web-Page .resources-section .row .col-md-4 .resources-subtitle p,
    #aws-page .resources-section .row .col-md-4 .resources-title a p,
    #aws-page .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
}

.page-node-8452 .focus-section {
    max-width: 100%;
    background: linear-gradient(129deg, #0db3fb 0, #2379b3 100%)
}

.page-node-8452 .focus-section .container-sm {
    margin: 0 auto;
    padding: 50px 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-node-8452 .focus-section .container-sm .focus-box {
    width: 75%;
    margin: 0 auto
}

.page-node-8452 .focus-section .container-sm .focus-heading {
    margin-bottom: 0
}

.page-node-8452 .focus-section .container-sm .focus-heading p {
    font-size: 30px;
    line-height: initial;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

.page-node-8452 .focus-section .container-sm .focus-box .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.page-node-8452 .focus-section .container-sm .focus-icon img {
    margin-bottom: 20px;
    height: 70px;
    width: auto
}

.page-node-8452 .focus-section .container-sm .focus-title p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    line-height: initial
}

.page-node-8452 .focus-section .container-sm .focus-subtitle p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    line-height: initial
}

.page-node-8452 .desktop.video {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px
}

.page-node-8452 .desktop.video video {
    width: 50%
}

@media(max-width:1024px) {
    .page-node-8452 .focus-section .container-sm .focus-box {
        width: 80%
    }
    .page-node-8452 .focus-section .container-sm .focus-heading {
        margin-bottom: 0
    }
    .page-node-8452 .focus-section .container-sm .focus-heading p {
        font-size: 26px
    }
    .page-node-8452 .focus-section .container-sm .focus-icon img {
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .page-node-8452 .focus-section .container-sm .focus-box {
        width: 80%
    }
    .page-node-8452 .focus-section .container-sm .focus-box .col-md-3:nth-child(1) .focus-subtitle p,
    .page-node-8452 .focus-section .container-sm .focus-box .col-md-3:nth-child(2) .focus-subtitle p {
        margin-bottom: 20px
    }
    .page-node-8452 .focus-section .container-sm .focus-heading {
        margin-bottom: 0
    }
    .page-node-8452 .focus-section .container-sm .focus-heading p {
        font-size: 22px
    }
    .page-node-8452 .focus-section .container-sm .focus-icon img {
        margin-bottom: 10px
    }
    .page-node-8452 .focus-section .container-sm .focus-title p {
        font-size: 14px
    }
    .page-node-8452 .focus-section .container-sm .focus-subtitle p {
        font-size: 12px
    }
    .page-node-8452 .mobile.video {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 30px
    }
    .page-node-8452 .mobile.video video {
        width: 100%
    }
}

@media only screen and (max-width:898px) {
    #covid-updates .bottom-content>div {
        position: relative;
        margin: 20px 0
    }
    #covid-updates .bottom-content>div .read {
        display: none
    }
    #covid-updates .bottom-content>div a {
        position: absolute;
        top: 20%;
        bottom: 20%;
        margin-left: 20%;
        background: #1a6f92 !important;
        opacity: .9;
        padding: 20px;
        display: flex;
        align-items: flex-end;
        min-width: -webkit-fill-available;
        min-width: -moz-available;
        min-width: fill-available;
        color: white;
        width: 80%
    }
    #covid-updates .bottom-content>div img {
        height: auto;
        display: block;
        margin-right: 20%;
        width: 80%
    }
    #covid-updates .block-2 {
        border-top: 1px solid #e8e8e8
    }
    #covid-updates .block-2 ul {
        list-style: none
    }
    #covid-updates .block-2 .related {
        list-style: disc
    }
    #covid-updates h5,
    #covid-updates h3,
    #covid-updates h3>strong {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 22px;
        font-family: "Poppins";
        letter-spacing: initial;
        line-height: inherit;
        margin: 20px 0
    }
    #covid-updates h5>strong,
    #covid-updates h5 {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 16px;
        font-family: "Poppins";
        letter-spacing: initial;
        line-height: inherit
    }
    #covid-updates p {
        font-size: 14px;
        text-align: start
    }
    #covid-updates ul li {
        margin: 10px 0;
        font-size: 14px
    }
    #covid-updates ul li img {
        margin-right: 15px
    }
}

@media only screen and (min-width:898px) {
    #covid-updates .bottom-content>div {
        overflow: hidden;
        position: relative;
        margin-bottom: 35px
    }
    #covid-updates .bottom-content>div img {
        height: auto;
        width: 250px
    }
    #covid-updates .bottom-content>div .read {
        width: 100%;
        text-align: center;
        display: block;
        top: 50%;
        color: white;
        font-weight: bold;
        opacity: 1;
        position: absolute;
        text-decoration: underline;
        display: none
    }
    #covid-updates .bottom-content>div:hover {
        display: block;
        background: #41b59f;
        background-color: #41b59f
    }
    #covid-updates .bottom-content>div:hover img {
        opacity: .4
    }
    #covid-updates .bottom-content>div:hover a {
        color: white
    }
    #covid-updates .bottom-content>div:hover a.read {
        display: block
    }
    #covid-updates .bottom-content a {
        font-family: "Poppins";
        font-size: 18px;
        font-weight: normal;
        line-height: 25px !important;
        color: #45454a;
        padding: 10px;
        display: block
    }
    #covid-updates .content {
        display: flex;
        justify-content: space-between
    }
    #covid-updates .content .block-1 {
        padding-right: 30px;
        width: 70%
    }
    #covid-updates .content .block-2 {
        width: 25%;
        padding: 0 0 0 30px
    }
    #covid-updates .content .block-2 ul {
        list-style: none
    }
    #covid-updates .content .block-2 .related {
        list-style: disc
    }
    #covid-updates .content h5,
    #covid-updates .content h3,
    #covid-updates .content h3>strong {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 22px;
        font-family: "Poppins";
        letter-spacing: initial;
        line-height: inherit;
        margin: 20px 0
    }
    #covid-updates .content h5>strong,
    #covid-updates .content h5 {
        font-weight: 500;
        text-transform: capitalize;
        font-size: 16px;
        font-family: "Poppins";
        letter-spacing: initial;
        line-height: inherit
    }
    #covid-updates .content p {
        font-size: 14px
    }
    #covid-updates .content ul li {
        margin: 10px 0;
        font-size: 14px
    }
    #covid-updates .content ul li img {
        margin-right: 15px
    }
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) {
    .page-node-7629 #cloud-security .middle-content .flex {
        font-size: 1rem !important
    }
}

#cloud-security h1,
#cloud-security h2,
#cloud-security h3,
#cloud-security h4,
#cloud-security h5,
#cloud-security h6,
#cloud-security span,
#cloud-security div,
#cloud-security li,
#cloud-security a,
#cloud-security ul {
    font-family: "Poppins";
}

#cloud-security .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#cloud-security .middle-title-text {
    margin: 30px 0 !important
}

#cloud-security .middle-image-content img,
#cloud-security .middle-flip-image-content img {
    width: 100%;
    height: auto
}

#cloud-security .middle-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500
}

#cloud-security .middle-title .field__item>p:last-of-type,
#cloud-security .middle-title .field__item .body-text {
    font-size: 1.15vw;
    font-weight: normal;
    margin: 10px 130px;
    line-height: initial;
    text-align: start
}

#cloud-security .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#cloud-security .flip-container:hover .flipper,
#cloud-security .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#cloud-security .flip-container:hover .flipper .back,
#cloud-security .flip-container.hover .flipper .back {
    z-index: 3
}

#cloud-security .flip-container,
#cloud-security .front,
#cloud-security .back {
    width: 100%
}

#cloud-security .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 250px;
    position: relative
}

#cloud-security .front,
#cloud-security .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px
}

#cloud-security .front {
    z-index: 2
}

#cloud-security .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#cloud-security .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#cloud-security .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

#cloud-security .field--name-field-request-a-demo a {
    -webkit-appearance: none;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

#cloud-security .field--name-field-request-a-demo a a,
#cloud-security .field--name-field-request-a-demo a a:link,
#cloud-security .field--name-field-request-a-demo a a:visited,
#cloud-security .field--name-field-request-a-demo a a:hover,
#cloud-security .field--name-field-request-a-demo a a:active {
    color: white;
    text-decoration: none
}

#cloud-security .des-block-wrapper {
    padding: 50px 100px;
    margin-bottom: -24px;
    background-color: #f7f7f7
}

#cloud-security .des-block-wrapper .field_item p {
    font-size: 22px
}

#cloud-security .des-block-wrapper ul li {
    font-size: 14px;
    margin: 10px 0
}

#cloud-security .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#cloud-security .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#cloud-security .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#cloud-security .resource>.grids .images>div h3,
#cloud-security .resource>.grids .images>div p,
#cloud-security .resource>.grids .images>div div {
    text-align: start
}

#cloud-security .field--name-field-banner-text-small,
#cloud-security .field--name-field-banner-text-small-formatte {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#cloud-security .title-6-desc {
    text-align: center !important;
    padding-right: 80px !important;
    padding-left: 80px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important
}

#cloud-security .bg-secondary {
    margin: 10px;
    background-color: gray !important;
    color: white !important;
    text-align: Left !important;
    padding: 30px;
    background: linear-gradient(129deg, #0db3fb 0, #2379b3 100%);
    border-radius: 10px;
    min-width: 250px;
    color: white
}

#cloud-security .text-center {
    margin-bottom: 40px !important
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #cloud-security.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #cloud-security .six-pack-grid {
        padding: 15px 10px !important
    }
    #cloud-security .middle-content .flex {
        padding: 20px !important
    }
    #cloud-security .resource {
        padding: 0 35px 71px !important
    }
    #cloud-security .resource .images>div {
        width: 70% !important
    }
    #cloud-security .four-grid {
        padding: 20px !important
    }
    #cloud-security .resource .images>div {
        padding: 50px 15px 30px 15px !important
    }
}

@media screen and (min-width:1920px) {
    #cloud-security.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #cloud-security.container {
        max-width: 1440px;
        padding: 0
    }
}

#cloud-security .field__label {
    display: none
}

@media only screen and (max-width:898px) {
    #cloud-security img[alt="XÂ·CELERATE  Intro"] {
        height: 340px !important
    }
    #cloud-security .check li:first-child {
        margin-top: 30px !important
    }
    #cloud-security .owl-item {
        border-left: 5px solid #45454a
    }
    #cloud-security .owl-stage {
        padding-left: 10px !important
    }
    #cloud-security .owl-dots {
        display: none
    }
    #cloud-security .middle-title .field__item>p:last-of-type,
    #cloud-security .middle-title .field__item .body-text {
        font-size: 14px;
        font-weight: normal;
        line-height: initial;
        margin: 0
    }
    #cloud-security .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        display: block;
        text-align: start !important
    }
    #cloud-security .bg-light.foot>div {
        margin: 15px 0
    }
    #cloud-security .bg-light.foot img {
        margin-right: 10px;
        height: 20px
    }
    #cloud-security .bg-light.foot a,
    #cloud-security .bg-light.foot a:hover,
    #cloud-security .bg-light.foot a:focus {
        color: white;
        font-size: 14px;
        letter-spacing: .5px
    }
    #cloud-security .bg-light.foot .phone {
        height: 28px
    }
    #cloud-security iframe {
        width: 100%
    }
    #cloud-security .accordianset {
        margin: unset !important;
        margin-bottom: 64px !important
    }
    #cloud-security .accordianset .col-md-12.row {
        display: flex block !important;
        margin-bottom: 35px !important
    }
    #cloud-security .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important
    }
    #cloud-security .prodenggird .gridrow h6 {
        margin-bottom: unset !important
    }
    #cloud-security .middle-content {
        margin-bottom: 35px !important;
        padding: 0 20px
    }
    #cloud-security .middle-content .title {
        margin-top: 23px
    }
    #cloud-security .field--name-field-field-title-description-ta {
        text-align: center;
        font-size: 14px
    }
    #cloud-security .field--name-field-field-title-description-ta p {
        font-size: 14px
    }
    #cloud-security .accordianset {
        margin: unset !important;
        margin-bottom: 64px
    }
    #cloud-security .accordianset .col-md-12.row {
        display: flex block
    }
    #cloud-security .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto !important
    }
    #cloud-security .des-block-wrapper {
        padding: 30px 15px;
        background-color: #f7f7f7;
        margin: 0
    }
    #cloud-security .des-block-wrapper .field_item p {
        font-size: 22px
    }
    #cloud-security .des-block-wrapper ul li {
        font-size: 14px;
        margin: 10px 0
    }
    #cloud-security .desktop,
    #cloud-security .hide,
    #cloud-security p[class^=rectangle] {
        display: none !important
    }
    #cloud-security.container {
        padding: 0;
        max-width: 100%
    }
    #cloud-security #block-breadcrumbs .breadcrumb,
    #cloud-security #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 12px 20px
    }
    #cloud-security #block-breadcrumbs .breadcrumb li,
    #cloud-security #block-breadcrumbs .breadcrumb a,
    #cloud-security #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #cloud-security #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #cloud-security h1.seo-title,
    #cloud-security h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 35px
    }
    #cloud-security h1.seo-title p,
    #cloud-security h3.title p {
        margin: 0
    }
    #cloud-security .banner-section {
        position: relative;
        text-align: center
    }
    #cloud-security .banner-section img {
        height: auto;
        width: 100%
    }
    #cloud-security .banner-section .field--name-field-know {
        display: none
    }
    #cloud-security .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        margin-top: 34% !important
    }
    #cloud-security .peogridimg {
        padding: 20px 0
    }
    #cloud-security .flex img {
        width: 100%;
        margin-bottom: 35px
    }
    #cloud-security .flex .field--name-field-title-description,
    #cloud-security .flex .field--name-field-title-description-ta {
        font-size: 14px;
        margin-top: 10px;
        text-align: center
    }
    #cloud-security .pack-title {
        margin: 20px 0 0 0 !important;
        padding: 15px 20px 15px 20px
    }
    #cloud-security .six-pack-grid {
        text-align: start;
        padding-bottom: 5px;
        margin: 20px 20px 0 20px
    }
    #cloud-security .six-pack-grid .headings {
        margin: 0 0 10px 0;
        text-align: start;
        font-size: 18px;
        line-height: 20px
    }
    #cloud-security .six-pack-grid .desc {
        font-size: 14px;
        text-align: start;
        line-height: 20px
    }
    #cloud-security .six-pack-grid p {
        text-align: start;
        font-size: 14px;
        line-height: 20px
    }
    #cloud-security .six-pack-grid .grids {
        padding: 15px;
        text-align: start
    }
    #cloud-security .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 10px 0;
        text-align: start;
        display: block;
        text-transform: uppercase
    }
    #cloud-security .connect {
        margin: 35px 10px;
        border-radius: 60px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        padding: 10px;
        text-align: center;
        color: white
    }
    #cloud-security .connect .field--name-field-expert-text {
        padding: 0 15px;
        font-size: 14px
    }
    #cloud-security .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border-radius: 19px;
        text-transform: uppercase;
        width: 35%;
        margin: 10px auto 0 auto
    }
    #cloud-security .connect .field--name-field-know-more a {
        color: white
    }
    #cloud-security .four-grid {
        text-align: center
    }
    #cloud-security .four-grid .grids {
        padding: 0 20px 35px 20px
    }
    #cloud-security .four-grid .grids .flipper {
        height: 325px
    }
    #cloud-security .four-grid .grids .front,
    #cloud-security .four-grid .grids .back {
        height: 300px
    }
    #cloud-security .four-grid .grids .back p {
        line-height: 21px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%)
    }
    #cloud-security .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #cloud-security .four-grid .grids img {
        height: 300px;
        width: 100%
    }
    #cloud-security .four-grid .grids .desc {
        font-size: 14px;
        margin: 0 auto
    }
    #cloud-security .four-grid .grids .desc p {
        margin: 0;
        font-size: 14px
    }
    #cloud-security .accordion {
        padding: 10px
    }
    #cloud-security .accordion .pack-title {
        padding-top: 0;
        background-color: #fff
    }
    #cloud-security .accordion .headings {
        margin-right: auto;
        margin-top: auto;
        font-size: 14px;
        text-align: inherit;
        font-weight: normal;
        margin-bottom: auto;
        width: 75%
    }
    #cloud-security .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        position: relative
    }
    #cloud-security .accordion>.grids img {
        width: 35px;
        height: 35px
    }
    #cloud-security .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #cloud-security .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #cloud-security .accordion .desc {
        padding: 20px;
        border: 1px solid #ccc;
        border-top: 0;
        text-align: center
    }
    #cloud-security .accordion .desc img {
        width: 100%
    }
    #cloud-security .accordion .desc p,
    #cloud-security .accordion .desc span {
        font-size: 14px;
        line-height: 21px
    }
    #cloud-security .accordion .desc ul {
        text-align: start;
        font-size: 14px;
        line-height: 21px
    }
    #cloud-security .accordion .arrow {
        height: 15px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 15px
    }
    #cloud-security .framework {
        position: relative;
        margin-bottom: 35px
    }
    #cloud-security .framework img {
        width: 100%;
        height: 100px
    }
    #cloud-security .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #cloud-security .framework .flex p {
        margin: 0
    }
    #cloud-security .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #cloud-security .framework .field--name-field-demo a,
    #cloud-security .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        text-transform: uppercase
    }
    #cloud-security .use-case {
        margin-bottom: 30px
    }
    #cloud-security .use-case .mobile {
        text-align: center;
        font-weight: 500;
        font-size: 22px;
        margin: 10px;
        display: block
    }
    #cloud-security .use-case .accordion {
        width: 75%;
        margin: 15px auto;
        border-radius: 40px;
        border: 1px solid #7d7070;
        padding: 0
    }
    #cloud-security .use-case .accordion h3 {
        padding: 20px;
        text-transform: capitalize;
        letter-spacing: initial;
        background-color: #15a563;
        width: 100% !important;
        color: white;
        text-align: center !important;
        border-radius: 50px
    }
    #cloud-security .use-case .accordion .acc-content {
        margin: 15px
    }
    #cloud-security .use-case .accordion.expanded .acc-content {
        display: block;
        margin: 15px
    }
    #cloud-security .resource .images {
        position: relative
    }
    #cloud-security .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #cloud-security .resource .images>div>a {
        display: none
    }
    #cloud-security .resource .images .headings {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 500;
        color: white;
        letter-spacing: 0
    }
    #cloud-security .resource .images .desc {
        font-size: 14px;
        margin: 5px 0
    }
    #cloud-security .resource .images img {
        height: 300px;
        width: 80%
    }
    #cloud-security .resource .grids {
        padding: 0 10px 35px 10px;
        margin: 0 10px
    }
    #cloud-security .title-6-desc {
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-top: 0 !important
    }
    #cloud-security .field--name-field-banner-text-small {
        font-size: 17px !important
    }
}

@media only screen and (max-width:897px) and (min-width:834px) {
    #cloud-security .middle-content.container-sm {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:898px) {
    #cloud-security .middle-image-content img[alt=KYC] {
        padding: 0 35px
    }
    #cloud-security .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        align-items: center
    }
    #cloud-security .bg-light.foot img {
        margin-right: 10px;
        height: 25px;
        width: auto
    }
    #cloud-security .bg-light.foot a,
    #cloud-security .bg-light.foot a:hover,
    #cloud-security .bg-light.foot a:focus {
        color: white;
        font-size: 14px
    }
    #cloud-security .bg-light.foot .phone {
        height: 22px
    }
    #cloud-security .mobile {
        display: none !important
    }
    #cloud-security h1.seo-title,
    #cloud-security h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #cloud-security h1.seo-title p,
    #cloud-security h3.title p {
        margin-bottom: 0
    }
    #cloud-security .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #cloud-security .banner-section a,
    #cloud-security .banner-section a:link,
    #cloud-security .banner-section a:visited,
    #cloud-security .banner-section a:hover,
    #cloud-security .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #cloud-security .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #cloud-security .banner-section .field--name-field-know {
        display: none
    }
    #cloud-security #block-breadcrumbs .breadcrumb,
    #cloud-security #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #cloud-security #block-breadcrumbs .breadcrumb li,
    #cloud-security #block-breadcrumbs .breadcrumb a,
    #cloud-security #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #cloud-security #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #cloud-security .middle-content {
        margin: 25px 0 40px 0;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #cloud-security .middle-content h1.title {
        margin-top: 0;
        font-size: 2.2vw;
        padding: 0 150px;
        line-height: initial
    }
    #cloud-security .middle-content .flex {
        display: flex;
        padding: 0 150px;
        margin-top: -5px;
        padding-top: 0;
        font-size: 1.15vw
    }
    #cloud-security .middle-content .field--name-field-image-block,
    #cloud-security .middle-content .field--name-field-video {
        margin-right: 26px
    }
    #cloud-security .middle-content .field--name-field-title-description,
    #cloud-security .middle-content .field--name-field-field-title-description-ta {
        color: #45454a;
        margin-top: -5px
    }
    #cloud-security .pack-title {
        margin: 0 !important
    }
    #cloud-security .accordion {
        padding: 10px 100px
    }
    #cloud-security .accordion .pack-title {
        margin-bottom: 20px !important;
        padding-top: 0;
        background-color: #fff
    }
    #cloud-security .accordion .headings {
        margin-left: 30px;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
        font-size: 22px;
        color: #45454a
    }
    #cloud-security .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 40px;
        padding: 25px;
        border: 1px solid #ccc;
        position: relative
    }
    #cloud-security .accordion>.grids .images img {
        width: 63px;
        height: 64px
    }
    #cloud-security .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #cloud-security .accordion .grids.expanded .arrow {
        right: 30px;
        transform: rotate(180deg)
    }
    #cloud-security .accordion .desc {
        padding: 20px;
        padding-left: 120px;
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 40px;
        color: #45454a;
        font-size: 14px;
        line-height: 22px
    }
    #cloud-security .accordion .desc img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block
    }
    #cloud-security .accordion .desc img[src*=NLP] {
        width: auto;
        height: 300px
    }
    #cloud-security .accordion .arrow {
        height: 13px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 20px;
        transform: translateX(-50%);
        top: 50%
    }
    #cloud-security .six-pack-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 50px;
        position: relative
    }
    #cloud-security .six-pack-grid .products-row>div::before,
    #cloud-security .six-pack-grid .products-row>div::after,
    #cloud-security .six-pack-grid .grids::before,
    #cloud-security .six-pack-grid .grids::after {
        content: "";
        position: absolute;
        display: block;
        top: 0
    }
    #cloud-security .six-pack-grid .products-row>div:before,
    #cloud-security .six-pack-grid .grids:before {
        height: 100%;
        width: 0;
        right: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #cloud-security .six-pack-grid .products-row>div:after,
    #cloud-security .six-pack-grid .grids:after {
        background-color: transparent;
        height: calc(100% - 0px);
        width: 0;
        left: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #cloud-security .six-pack-grid .products-row>div:hover,
    #cloud-security .six-pack-grid .grids:hover {
        color: white !important;
        z-index: 99
    }
    #cloud-security .six-pack-grid .products-row>div:hover *,
    #cloud-security .six-pack-grid .grids:hover * {
        color: white !important;
        z-index: 99
    }
    #cloud-security .six-pack-grid .products-row>div:hover a,
    #cloud-security .six-pack-grid .grids:hover a {
        color: #0079c0 !important
    }
    #cloud-security .six-pack-grid .products-row>div:hover a span,
    #cloud-security .six-pack-grid .grids:hover a span {
        color: #0079c0 !important
    }
    #cloud-security .six-pack-grid .products-row>div:hover:before,
    #cloud-security .six-pack-grid .grids:hover:before {
        width: 100%
    }
    #cloud-security .six-pack-grid .products-row>div:hover:after,
    #cloud-security .six-pack-grid .grids:hover:after {
        width: 100%;
        background-color: #45454a;
        color: white
    }
    #cloud-security .six-pack-grid .grids.col-lg-4:hover:before {
        width: 77%
    }
    #cloud-security .six-pack-grid .grids.col-lg-4:hover:after {
        width: 77%
    }
    #cloud-security .six-pack-grid .owl-nav {
        display: block;
        width: 100%;
        text-align: end;
        padding-right: 30px;
        padding-top: 15px
    }
    #cloud-security .six-pack-grid .owl-nav button span {
        font-size: 30px;
        border: 1px solid #e5e5e5;
        color: #000;
        padding: 0 13px
    }
    #cloud-security .six-pack-grid .owl-nav .disabled {
        opacity: .6
    }
    #cloud-security .six-pack-grid .owl-nav.disabled {
        display: none !important
    }
    #cloud-security .six-pack-grid .owl-prev {
        margin-right: 10px
    }
    #cloud-security .six-pack-grid button:focus {
        outline: 0
    }
    #cloud-security .six-pack-grid .grids {
        border-left: 8px solid #45454a;
        position: relative;
        padding: 5px 0 20px 20px
    }
    #cloud-security .six-pack-grid .desc {
        color: #45454a;
        font-size: 14px;
        text-align: start
    }
    #cloud-security .six-pack-grid .desc img {
        width: 100%
    }
    #cloud-security .six-pack-grid .desc ul {
        text-align: start
    }
    #cloud-security .six-pack-grid .headings {
        margin: 20px 0;
        text-align: start
    }
    #cloud-security .hide {
        display: none !important
    }
    #cloud-security .grid-modal {
        display: flex;
        background-color: #f7f7f7;
        padding: 50px;
        position: relative;
        width: 86%;
        margin: 20px auto
    }
    #cloud-security .grid-modal .images {
        margin-right: 25px;
        height: 60px
    }
    #cloud-security .grid-modal h3 {
        letter-spacing: normal;
        text-transform: inherit;
        color: #45454a;
        font-size: 22px
    }
    #cloud-security .grid-modal .close {
        position: absolute;
        top: 15px;
        right: 20px;
        height: 24px;
        width: 24px;
        background: url("/sites/default/files/media-icons/close.png")
    }
    #cloud-security .connect {
        display: flex;
        justify-content: space-between;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto;
        border-radius: 50px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        align-items: baseline;
        padding: 13.5px 41px;
        margin-bottom: 40px
    }
    #cloud-security .connect .field--name-field-expert-text {
        margin-right: 29px;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px
    }
    #cloud-security .connect p {
        margin: 0
    }
    #cloud-security .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        line-height: initial;
        border-radius: 19px;
        font-weight: bold;
        text-transform: uppercase
    }
    #cloud-security .connect .field--name-field-know-more a,
    #cloud-security .connect .field--name-field-know-more a:link,
    #cloud-security .connect .field--name-field-know-more a:visited,
    #cloud-security .connect .field--name-field-know-more a:hover,
    #cloud-security .connect .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #cloud-security .connect .field--name-field-know-more a {
        color: white
    }
    #cloud-security .four-grid-title.title {
        margin-top: 50px;
        margin-bottom: 30px
    }
    #cloud-security .four-grid {
        display: flex;
        justify-content: center;
        padding: 20px 80px 20px 80px;
        max-width: 1440px;
        margin: auto
    }
    #cloud-security .four-grid .grids {
        margin: 0 16px;
        text-align: center
    }
    #cloud-security .four-grid .grids .images img {
        width: 100%;
        height: 100%
    }
    #cloud-security .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #cloud-security .four-grid .grids .desc {
        font-size: 14px;
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background-color: #f7f7f7
    }
    #cloud-security .four-grid .grids .desc p {
        padding: 20px
    }
    #cloud-security .four-grid[length="1"] {
        width: 40%
    }
    #cloud-security .four-grid[length="2"] {
        width: 60%
    }
    #cloud-security .four-grid[length="3"] {
        width: 90%
    }
    #cloud-security .framework {
        position: relative;
        margin-bottom: 50px;
        margin-top: 27px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #cloud-security .framework img {
        width: 100%;
        height: 100px
    }
    #cloud-security .framework .flex {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    #cloud-security .framework .flex .field--name-field-demo,
    #cloud-security .framework .flex .field--name-field-request-a-demo {
        margin-top: 10px
    }
    #cloud-security .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400;
        margin-right: 30px
    }
    #cloud-security .framework .field--name-field-framework-title p {
        margin: 0
    }
    #cloud-security .framework .field--name-field-demo a,
    #cloud-security .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0;
        text-transform: uppercase
    }
    #cloud-security .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #cloud-security .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #cloud-security .resource .images {
        position: relative
    }
    #cloud-security .resource .images img {
        width: 80%;
        height: auto
    }
    #cloud-security .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 80px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #cloud-security .resource .images>div>a {
        display: none
    }
    #cloud-security .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #cloud-security .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #cloud-security .resource .images .date {
        font-size: 14px
    }
    #cloud-security .prodenggird {
        background: #f7f7f7;
        padding: 0 10px;
        height: 250px;
        margin: 50px 0;
        overflow: hidden;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #cloud-security .prodenggird .clearfix {
        display: flex;
        align-items: center;
        height: 250px;
        text-align: center;
        justify-content: center
    }
    #cloud-security .prodenggird .gridrow {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        text-transform: capitalize;
        font-family: "Poppins";
        cursor: pointer;
        position: relative;
        padding: 0 15px;
        min-width: 160px;
        max-width: 200px;
        height: 250px
    }
    #cloud-security .prodenggird .gridrow:after {
        content: "";
        height: 50%;
        width: 1.5px;
        position: absolute;
        right: 0;
        top: 70px;
        background-image: radial-gradient(#ccc, #fff), radial-gradient(#ccc, #fff)
    }
    #cloud-security .prodenggird .gridrow:last-of-type:after {
        display: none;
        background-image: none
    }
    #cloud-security .prodenggird .gridrow a {
        display: none
    }
    #cloud-security .prodenggird .gridrow p {
        margin-top: 70px
    }
    #cloud-security .prodenggird .gridrow p img {
        margin-bottom: 20px
    }
    #cloud-security .prodenggird .gridrow h6 {
        color: #45454a;
        font-size: 14px;
        font-family: "Poppins";
        font-weight: normal;
        display: block;
        margin: 0 auto;
        text-align: center
    }
    #cloud-security .prodenggird .gridrow:hover {
        background: #44464b
    }
    #cloud-security .prodenggird .gridrow:hover h6 {
        color: #fff;
        position: relative
    }
    #cloud-security .prodenggird .gridrow:hover h6:after {
        position: absolute;
        height: 15px;
        width: 15px;
        top: 50px;
        right: 42%;
        background-size: 100% 100% !important;
        background: url(/themes/custom/bootstrap_xoriant/images/next_white.png) no-repeat;
        content: ""
    }
    #cloud-security .prodenggird .gridrow:hover:after {
        display: none;
        background-image: none
    }
    #cloud-security .prodenggird .gridrow:hover>p:first-of-type {
        display: none
    }
    #cloud-security .prodenggird .gridrow:hover .hide {
        display: block !important
    }
}

@media only screen and (max-width:1211px) and (min-width:898px) {
    #cloud-security .framework .field--name-field-framework-title {
        font-size: 22px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #cloud-security .resource .grids {
        cursor: pointer;
        display: inline-block;
        width: 46%;
        vertical-align: middle
    }
    #cloud-security .resource .images>div {
        padding-top: 90px
    }
    #cloud-security .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #cloud-security .resource .grids {
        display: inline-block;
        vertical-align: middle;
        width: 46%
    }
    #cloud-security .resource .images>div {
        padding-top: 90px
    }
    #cloud-security .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media only screen and (min-width:991px) {
    body[about="/solutions-practices/smart-capture"] .banner-text {
        width: 50% !important
    }
    body[about="/solutions-practices/smart-capture"] .middle-image-content.desktop img,
    body[about="/solutions-practices/smart-capture"] .middle-flip-image-content.desktop img {
        width: 80% !important;
        margin: 10px auto;
        text-align: center;
        display: block
    }
}

@media screen and (min-device-width:1000px) and (max-device-width:1200px) {
    body[about="/solutions-practices/smart-capture"] .banner-text {
        top: 40% !important;
        font-size: 36px !important
    }
}

@media only screen and (max-width:991px) {
    body[about="/solutions-practices/smart-capture"] .use-case p {
        margin: 0
    }
    body[about="/solutions-practices/smart-capture"] .middle-title {
        margin: 20px
    }
}

@media only screen and (min-width:991px) {
    body[about="/xcelerate/eforms"] .middle-title {
        width: 80% !important;
        margin: 0 auto
    }
    body[about="/xcelerate/eforms"] .middle-title ul {
        margin-top: 20px
    }
    body[about="/xcelerate/eforms"] .middle-title li {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 20px
    }
    body[about="/xcelerate/eforms"] .middle-title h2 {
        font-weight: 500;
        font-size: 22px !important
    }
    body[about="/xcelerate/eforms"] .middle-image-content.desktop img {
        width: 80% !important;
        margin: 10px auto;
        text-align: center;
        display: block
    }
}

@media only screen and (max-width:991px) {
    body[about="/xcelerate/eforms"] .middle-title,
    body[about="/xcelerate/eforms"] .middle-title-text {
        margin: 20px
    }
    body[about="/xcelerate/eforms"] .middle-title li,
    body[about="/xcelerate/eforms"] .middle-title-text li {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 20px
    }
    body[about="/xcelerate/eforms"] .middle-title h2,
    body[about="/xcelerate/eforms"] .middle-title-text h2 {
        font-weight: 500
    }
}

#cloud-security .resources-section {
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#cloud-security .resources-section .row {
    justify-content: center;
    width: 100%
}

#cloud-security .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#cloud-security .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

#cloud-security .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#cloud-security .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#cloud-security .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

#cloud-security .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#cloud-security .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

#cloud-security .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

#cloud-security .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#cloud-security .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

#cloud-security .resources-section .security-expert-button:hover,
#cloud-security .resources-section .security-expert-button:active,
#cloud-security .resources-section .security-expert-button:focus {
    outline: 0 !important
}

#cloud-security .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    #cloud-security .resources-section {
        padding: 0 15px 30px 15px
    }
}

@media(max-width:767px) {
    #cloud-security .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    #cloud-security .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    #cloud-security .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    #cloud-security .resources-section .row .col-md-4 .resources-title a p,
    #cloud-security .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
}

#ms-abm-v2 #block-breadcrumbs,
#ms-abm-v2 #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

#ms-abm-v2 .invalid-feedback {
    display: block
}

@media screen and (min-width:1920px) {
    #ms-abm-v2 .container-sm {
        max-width: 1440px;
        padding: 0
    }
    #ms-abm-v2 .container-sm p {
        font-size: 18px
    }
    #ms-abm-v2 .abm-form {
        top: 11%
    }
}

@media(min-width:1600px) and (max-width:1920px) {
    #ms-abm-v2 .container-sm {
        max-width: 1440px;
        padding: 0
    }
    #ms-abm-v2 .abm-form {
        top: 9%
    }
}

@media(min-width:1200px) and (max-width:1600px) {
    #ms-abm-v2 .container-sm {
        max-width: 1200px;
        padding: 0
    }
    #ms-abm-v2 .abm-form {
        top: 6.5%
    }
}

@media(min-width:1024px) and (max-width:1199px) {
    #ms-abm-v2 .abm-form {
        top: 6%;
        width: 30%
    }
    #ms-abm-v2 .sla-section {
        width: 80% !important
    }
    #ms-abm-v2 .testimonials .container {
        height: auto !important
    }
    #ms-abm-v2 .testimonials .container .flex {
        margin-left: 70px !important
    }
    #ms-abm-v2 .middle-content .flex a img {
        width: 500px !important
    }
}

@media only screen and (max-width:992px) {
    #ms-abm-v2 .green {
        border-radius: 50px !important;
        background-color: #ff4100 !important;
        color: white !important;
        border: 1px solid #ff4100 !important;
        width: 45%;
        font-size: 14px;
        font-family: "Poppins";
        display: block;
        padding: 10px 25px;
        margin: 15px auto
    }
    #ms-abm-v2 .floating-green {
        position: fixed;
        bottom: 0;
        background-color: #ff4100 !important;
        color: white !important;
        width: 100%;
        font-size: 14px;
        font-family: "Poppins";
        display: none;
        padding: 10px 25px;
        z-index: 999;
        text-align: center;
        transition-delay: .5s
    }
    #ms-abm-v2 .desktop,
    #ms-abm-v2 .hide,
    #ms-abm-v2 p[class^=rectangle] {
        display: none !important
    }
    #ms-abm-v2 .abm-form {
        display: none
    }
    #ms-abm-v2 .middle-content.container-sm {
        margin: 20px auto
    }
    #ms-abm-v2 .middle-content.container-sm img {
        width: 100%;
        height: auto
    }
    #ms-abm-v2 .middle-content.container-sm .field--name-field-field-title-description-ta {
        margin-top: 20px
    }
    #ms-abm-v2 .bg-grey {
        background-color: #efefef
    }
    #ms-abm-v2 .bg-grey .sla-section {
        text-align: center;
        margin: 0 auto;
        padding: 20px 10px
    }
    #ms-abm-v2 .bg-grey .sla-section .headings {
        font-size: 22px;
        margin-bottom: 10px;
        font-family: "Poppins";
        letter-spacing: initial;
        text-transform: inherit;
        text-align: start
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-title {
        border: 0
    }
    #ms-abm-v2 .bg-grey .sla-section button {
        -webkit-appearance: none;
        border: 0;
        background: 0 0;
        font-size: 10px;
        text-align: center;
        margin-bottom: 20px;
        color: #45454a;
        position: relative;
        padding: 4px;
        text-transform: uppercase
    }
    #ms-abm-v2 .bg-grey .sla-section button p {
        margin: 0
    }
    #ms-abm-v2 .bg-grey .sla-section button:focus {
        outline: 0;
        box-shadow: none
    }
    #ms-abm-v2 .bg-grey .sla-section button.active {
        border-bottom: 1px solid #00c0ff;
        color: #45454a
    }
    #ms-abm-v2 .bg-grey .sla-section button.active:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #00c0ff;
        clear: both
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-content ul {
        line-height: 35px;
        list-style-type: none;
        position: relative
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-content ul li:before {
        content: "â€¢";
        color: #00c0ff;
        font-weight: bold;
        display: inline-block;
        font-size: 22px;
        position: absolute;
        left: 15px
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-content ul p,
    #ms-abm-v2 .bg-grey .sla-section #sla-content ul li {
        font-size: 14px
    }
    #ms-abm-v2 .bg-grey .sla-section hr {
        border: 1px solid #ccc;
        height: 25px;
        margin: 0
    }
    #ms-abm-v2 .bg-grey .sla-section hr:last-of-type {
        border: 0;
        display: none
    }
    #ms-abm-v2 .area-of-exp {
        margin: 20px auto;
        padding: 0 20px
    }
    #ms-abm-v2 .area-of-exp .flex img {
        height: auto;
        width: 100%
    }
    #ms-abm-v2 .area-of-exp .flex h3 {
        font-size: 30px;
        font-family: "Poppins";
        letter-spacing: initial;
        color: #45454a;
        text-transform: inherit;
        margin-bottom: 20px;
        text-align: start;
        margin-top: 20px;
        font-weight: 500
    }
    #ms-abm-v2 .area-of-exp .flex p {
        margin-bottom: 10px;
        color: #45454a;
        font-size: 18px
    }
    #ms-abm-v2 .area-of-exp .flex ul {
        line-height: 24px;
        list-style-type: none;
        position: relative
    }
    #ms-abm-v2 .area-of-exp .flex ul li {
        color: #45454a
    }
    #ms-abm-v2 .area-of-exp .flex ul li:before {
        content: "â€¢";
        color: #00c0ff;
        font-weight: bold;
        display: inline-block;
        font-size: 22px;
        position: absolute;
        left: 15px
    }
    #ms-abm-v2 .area-of-exp .flex ul p,
    #ms-abm-v2 .area-of-exp .flex ul li {
        font-size: 14px
    }
    #ms-abm-v2 .area-of-exp p {
        text-align: start
    }
    #ms-abm-v2 .bg-red {
        background-color: #01baef;
        color: white;
        padding: 35px
    }
    #ms-abm-v2 .bg-red .block {
        margin-bottom: 25px;
        background-color: #1ac1f0;
        border-radius: 5px;
        padding: 10px;
        position: relative
    }
    #ms-abm-v2 .bg-red .block:last-of-type {
        margin-bottom: 0
    }
    #ms-abm-v2 .bg-red .block:last-of-type::before {
        border-bottom: 10px solid #ffb900;
        border-right: 40px solid #ffb900;
        position: absolute;
        bottom: -4px;
        right: -15px;
        border-radius: 30px;
        content: ""
    }
    #ms-abm-v2 .bg-red .block ul {
        line-height: 24px;
        font-size: 14px;
        margin: 0
    }
    #ms-abm-v2 .bg-red .headings {
        font-size: 24px;
        font-family: "Poppins";
        letter-spacing: initial;
        text-transform: inherit;
        padding-left: 20px;
        margin-bottom: 5px
    }
    #ms-abm-v2 .clients {
        margin: 20px auto;
        text-align: center;
        padding: 0 20px
    }
    #ms-abm-v2 .clients .headings {
        font-family: "Poppins";
        letter-spacing: initial;
        color: #45454a;
        text-transform: inherit;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 45px;
        font-size: 24px
    }
    #ms-abm-v2 .clients .flex {
        margin-bottom: 25px
    }
    #ms-abm-v2 .clients .flex a {
        margin: 10px 25px;
        padding: 50px 35px;
        background: #44464b;
        color: #fff;
        border-radius: 15px;
        display: inline-block;
        position: relative;
        max-width: 275px;
        text-transform: capitalize;
        box-shadow: -2px 10px 5px -8px rgba(219, 241, 194, .74);
        font-weight: 500
    }
    #ms-abm-v2 .clients .flex a p {
        margin: 0
    }
    #ms-abm-v2 .clients .flex a::after {
        content: "Case Study";
        position: absolute;
        font-size: 13px;
        bottom: 4px;
        right: 25px;
        font-weight: 500
    }
    #ms-abm-v2 .clients .flex a::before {
        content: "â€£";
        position: absolute;
        font-size: 33px;
        bottom: -11px;
        color: #fff;
        right: 11px;
        font-weight: normal
    }
    #ms-abm-v2 .clients .flex a:first-of-type::after {
        content: "See more on the Microsoft website"
    }
    #ms-abm-v2 .clients .flex a img {
        height: 45px;
        width: auto
    }
    #ms-abm-v2 .clients .flex a:last-of-type img {
        height: 40px
    }
    #ms-abm-v2 .clients .flex p {
        font-size: 18px;
        margin-bottom: 25px
    }
    #ms-abm-v2 .testimonials {
        margin-bottom: 60px
    }
    #ms-abm-v2 .testimonials .headings {
        font-family: "Poppins";
        letter-spacing: initial;
        color: #45454a;
        text-transform: inherit;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 24px
    }
    #ms-abm-v2 .testimonials .row {
        display: block
    }
    #ms-abm-v2 .testimonials .container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        background: #efefef;
        margin-top: 150px;
        height: 600px
    }
    #ms-abm-v2 .testimonials .container .flex {
        color: #45454a
    }
    #ms-abm-v2 .testimonials .container .descr {
        padding-top: 146px
    }
    #ms-abm-v2 .testimonials .container .descr p {
        text-align: center
    }
    #ms-abm-v2 .testimonials h2 {
        font-size: 24px;
        font-family: "Poppins";
        letter-spacing: initial;
        text-transform: inherit;
        font-weight: 500
    }
    #ms-abm-v2 .testimonials .carousel-inner {
        background: none !important;
        height: auto
    }
    #ms-abm-v2 .testimonials .img-grade {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        background: #00c0ff;
        color: white;
        padding: 5px;
        border-radius: 20px;
        font-size: 12px
    }
    #ms-abm-v2 .testimonials .img-grade img {
        height: 192px;
        width: 192px
    }
    #ms-abm-v2 .testimonials .grade {
        text-align: start;
        padding: 5px 10px
    }
    #ms-abm-v2 .testimonials .carousel-control-prev {
        top: -30%
    }
    #ms-abm-v2 .testimonials .carousel-control-next {
        top: -30%
    }
    #ms-abm-v2 .testimonials .carousel-control-prev-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png);
        transform: rotate(180deg)
    }
    #ms-abm-v2 .testimonials .carousel-control-next-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png)
    }
    #ms-abm-v2 .lets-talk {
        padding: 50px;
        text-align: center
    }
    #ms-abm-v2 .lets-talk .head {
        font-size: 34px;
        font-family: Roboto !important;
        letter-spacing: initial;
        color: #737373;
        text-transform: inherit;
        font-weight: normal;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:992px) {
    #ms-abm-v2 .button-right>div {
        height: 65px;
        background-color: #ff4100;
        position: fixed;
        right: 0;
        top: 47%;
        z-index: 99;
        margin: 0;
        width: 80px;
        font-size: 12px;
        font-weight: normal;
        border-radius: 10px 0 0 10px;
        padding: 10px
    }
    #ms-abm-v2 .button-right>div a {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        position: relative;
        margin-top: 30px;
        display: block;
        background: transparent !important
    }
    #ms-abm-v2 .button-right>div a:before {
        content: "";
        background: url("/sites/default/files/media-icons/headset.png") 100% no-repeat;
        position: absolute;
        height: 29px;
        width: 27px;
        background-size: 100%;
        display: block;
        top: -30px;
        right: 16px
    }
    #ms-abm-v2 .mobile,
    #ms-abm-v2 .hide,
    #ms-abm-v2 p[class^=rectangle] {
        display: none !important
    }
    #ms-abm-v2 .banner-section.desktop img {
        width: 100%;
        height: auto
    }
    #ms-abm-v2 .abm-form {
        width: 22%;
        position: absolute;
        background: white;
        padding: 25px;
        left: 7%;
        border-radius: 15px;
        border: 1px solid #ccc;
        font-family: "Poppins";
        text-transform: inherit;
        border-bottom: 5px solid #00c0ff;
        display: none
    }
    #ms-abm-v2 .abm-form label {
        display: none
    }
    #ms-abm-v2 .abm-form .form-group {
        margin-bottom: 10px
    }
    #ms-abm-v2 .abm-form input {
        font-family: "Poppins";
        background-color: #efefef !important;
        color: #868686;
        -webkit-appearance: none;
        border: 0 !important;
        border-radius: 5px !important;
        font-size: 12px;
        text-transform: inherit
    }
    #ms-abm-v2 .abm-form .error {
        font-family: "Poppins";
        color: red;
        font-size: 12px;
        font-weight: normal
    }
    #ms-abm-v2 .abm-form .input-group .input-group-prepend {
        margin-right: 20px;
        height: 32px
    }
    #ms-abm-v2 .abm-form .input-group .input-group-prepend span {
        border-radius: 5px
    }
    #ms-abm-v2 .abm-form .input-group input {
        flex: auto !important;
        display: inherit !important;
        width: auto !important;
        margin: 0
    }
    #ms-abm-v2 .abm-form .description.text-muted {
        display: none
    }
    #ms-abm-v2 .abm-form .webform-confirmation__back {
        display: none
    }
    #ms-abm-v2 .abm-form h3 {
        font-size: 20px;
        line-height: 24px;
        font-family: "Poppins";
        letter-spacing: initial;
        color: #292929;
        text-transform: inherit
    }
    #ms-abm-v2 .abm-form button[value="Submit Now"] {
        border-radius: 50px !important;
        background-color: #15a563 !important;
        color: white !important;
        border: 1px solid #15a563 !important;
        width: 100%;
        font-size: 14px;
        font-family: "Poppins";
    }
    #ms-abm-v2 .middle-content {
        margin: 70px 100px 70px 30px;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
    #ms-abm-v2 .middle-content .flex {
        display: flex;
        align-items: center
    }
    #ms-abm-v2 .middle-content .flex p {
        line-height: 2.1vw;
        font-size: 16px;
        color: #45454a
    }
    #ms-abm-v2 .middle-content .flex a {
        margin-left: 50px
    }
    #ms-abm-v2 .middle-content .flex a img {
        width: 675px;
        height: auto
    }
    #ms-abm-v2 .middle-content .field--name-field-field-title-description-ta {
        margin-left: 50px
    }
    #ms-abm-v2 .bg-grey {
        width: 90%;
        float: right;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-color: #efefef
    }
    #ms-abm-v2 .bg-grey .sla-section {
        width: 70%;
        text-align: center;
        margin: 0 auto;
        padding: 50px 0
    }
    #ms-abm-v2 .bg-grey .sla-section .headings {
        font-size: 36px;
        margin-bottom: 20px;
        font-family: "Poppins";
        letter-spacing: initial;
        text-transform: inherit;
        text-align: start;
        padding-left: 16px
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-title {
        border: 0
    }
    #ms-abm-v2 .bg-grey .sla-section button {
        -webkit-appearance: none;
        border: 0;
        background: 0 0;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #45454a;
        position: relative
    }
    #ms-abm-v2 .bg-grey .sla-section button p {
        margin: 0
    }
    #ms-abm-v2 .bg-grey .sla-section button:focus {
        outline: 0;
        box-shadow: none
    }
    #ms-abm-v2 .bg-grey .sla-section button.active {
        border-bottom: 2px solid #00c0ff;
        color: #45454a
    }
    #ms-abm-v2 .bg-grey .sla-section button.active:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -9px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #00c0ff;
        clear: both
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-content ul {
        line-height: 35px;
        list-style-type: none;
        position: relative
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-content ul li {
        color: #45454a
    }
    #ms-abm-v2 .bg-grey .sla-section #sla-content ul li:before {
        content: "â€¢";
        color: #00c0ff;
        font-weight: bold;
        display: inline-block;
        font-size: 30px;
        position: absolute;
        left: 15px
    }
    #ms-abm-v2 .bg-grey .sla-section hr {
        border: 1px solid #ccc;
        height: 30px;
        margin: 0 auto;
        margin-top: 10px
    }
    #ms-abm-v2 .bg-grey .sla-section hr:last-of-type {
        border: 0
    }
    #ms-abm-v2 .area-of-exp {
        clear: both;
        padding: 100px 135px 100px 0
    }
    #ms-abm-v2 .area-of-exp .flex {
        display: flex;
        align-items: center
    }
    #ms-abm-v2 .area-of-exp .flex h3 {
        font-size: 36px;
        font-family: "Poppins";
        letter-spacing: initial;
        color: #45454a;
        text-transform: inherit;
        margin-bottom: 20px
    }
    #ms-abm-v2 .area-of-exp .flex p {
        margin-bottom: 10px;
        color: #45454a;
        font-size: 24px;
        font-weight: normal
    }
    #ms-abm-v2 .area-of-exp .flex .field--name-field-area-intro-info {
        margin-left: 25px
    }
    #ms-abm-v2 .area-of-exp .flex ul {
        line-height: 35px;
        list-style-type: none;
        position: relative
    }
    #ms-abm-v2 .area-of-exp .flex ul li {
        color: #45454a
    }
    #ms-abm-v2 .area-of-exp .flex ul li:before {
        content: "â€¢";
        color: #00c0ff;
        font-weight: bold;
        display: inline-block;
        font-size: 30px;
        position: absolute;
        left: 15px
    }
    #ms-abm-v2 .bg-red {
        background-color: #01baef;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 90%
    }
    #ms-abm-v2 .bg-red .areas {
        text-align: start;
        margin: 0 auto;
        padding: 70px 90px;
        display: flex
    }
    #ms-abm-v2 .bg-red .areas .block {
        background-color: #1ac1f0;
        color: white;
        padding: 25px;
        margin: 0 25px;
        width: 33%;
        border-radius: 20px;
        position: relative
    }
    #ms-abm-v2 .bg-red .areas .block:first-of-type {
        margin-left: 0
    }
    #ms-abm-v2 .bg-red .areas .block:last-of-type {
        margin-right: 0
    }
    #ms-abm-v2 .bg-red .areas .block:last-of-type::before {
        border-bottom: 20px solid #ffb900;
        border-right: 85px solid #ffb900;
        position: absolute;
        bottom: -6px;
        right: -25px;
        border-radius: 30px;
        content: ""
    }
    #ms-abm-v2 .bg-red .areas .block>div {
        margin-bottom: 25px
    }
    #ms-abm-v2 .bg-red .areas .block ul {
        line-height: 40px
    }
    #ms-abm-v2 .bg-red .areas .headings {
        font-size: 24px;
        font-family: "Poppins";
        letter-spacing: initial;
        text-transform: inherit;
        padding-left: 20px
    }
    #ms-abm-v2 .clients {
        margin: 100px auto 75px auto;
        text-align: center
    }
    #ms-abm-v2 .clients .headings {
        font-family: "Poppins";
        letter-spacing: initial;
        color: #45454a;
        text-transform: inherit;
        width: 45%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 45px;
        line-height: 45px;
        font-size: 36px
    }
    #ms-abm-v2 .clients .flex {
        margin-bottom: 25px
    }
    #ms-abm-v2 .clients .flex a {
        margin: 0 25px;
        padding: 50px 35px;
        border-radius: 15px;
        display: inline-block;
        position: relative;
        background: #44464b;
        color: #fff;
        max-width: 275px;
        text-transform: capitalize;
        box-shadow: -2px 10px 5px -8px rgba(219, 241, 194, .74);
        font-weight: 500
    }
    #ms-abm-v2 .clients .flex a p {
        margin: 0
    }
    #ms-abm-v2 .clients .flex a::after {
        content: "Case Study";
        position: absolute;
        font-size: 13px;
        bottom: 4px;
        right: 25px;
        font-weight: 500
    }
    #ms-abm-v2 .clients .flex a::before {
        content: "â€£";
        position: absolute;
        font-size: 33px;
        bottom: -11px;
        color: #fff;
        right: 11px
    }
    #ms-abm-v2 .clients .flex a:first-of-type::after {
        content: "See more on the Microsoft website";
        font-weight: 500
    }
    #ms-abm-v2 .clients .flex a img {
        height: 45px;
        width: auto
    }
    #ms-abm-v2 .clients .flex a:last-of-type img {
        height: 40px
    }
    #ms-abm-v2 .clients .flex p {
        font-size: 18px;
        margin-bottom: 25px
    }
    #ms-abm-v2 .testimonials {
        margin-bottom: 100px
    }
    #ms-abm-v2 .testimonials .row {
        display: block
    }
    #ms-abm-v2 .testimonials .carousel-inner {
        height: inherit
    }
    #ms-abm-v2 .testimonials .container {
        padding: 25px 18% 25px 35%;
        max-width: -moz-fit-content;
        max-width: fit-content;
        background: #efefef;
        margin-top: 40px;
        height: 333px
    }
    #ms-abm-v2 .testimonials .container .flex {
        margin-left: 20px;
        color: #45454a
    }
    #ms-abm-v2 .testimonials .container h2 {
        font-size: 36px;
        font-family: Roboto !important;
        letter-spacing: initial;
        text-transform: inherit;
        font-weight: 500
    }
    #ms-abm-v2 .testimonials .img-grade {
        position: absolute;
        top: 0;
        left: 18%;
        text-align: center;
        background: #00c0ff;
        color: white;
        padding: 5px;
        border-radius: 20px;
        font-size: 12px
    }
    #ms-abm-v2 .testimonials .img-grade img {
        height: 192px;
        width: 192px
    }
    #ms-abm-v2 .testimonials .grade {
        text-align: start;
        padding: 5px 10px
    }
    #ms-abm-v2 .testimonials .carousel-control-prev {
        left: -25px
    }
    #ms-abm-v2 .testimonials .carousel-control-next {
        right: -25px
    }
    #ms-abm-v2 .testimonials .carousel-control-prev-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png);
        transform: rotate(180deg)
    }
    #ms-abm-v2 .testimonials .carousel-control-next-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png)
    }
    #ms-abm-v2 .lets-talk {
        padding: 50px;
        text-align: center
    }
    #ms-abm-v2 .lets-talk .head {
        font-size: 55px;
        font-family: Roboto !important;
        letter-spacing: initial;
        color: #45454a;
        text-transform: inherit;
        font-weight: normal;
        margin-bottom: 40px
    }
    #ms-abm-v2 .green {
        border-radius: 15px !important;
        background-color: #ff4100 !important;
        color: white !important;
        width: 10%;
        font-size: 14px;
        font-family: "Poppins";
        display: block;
        padding: 7px 25px;
        margin: 15px auto
    }
}

#mortgage h1,
#mortgage h2,
#mortgage h3,
#mortgage h4,
#mortgage h5,
#mortgage h6,
#mortgage span,
#mortgage div,
#mortgage li,
#mortgage a,
#mortgage ul {
    font-family: "Poppins";
}

#mortgage .field--name-field-banner-text-small {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#mortgage .field--name-field-six-pack-info img {
    width: 100%;
    height: auto
}

#mortgage .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#mortgage .field--name-field-request-a-demo a {
    -webkit-appearance: none;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

#mortgage .field--name-field-request-a-demo a a,
#mortgage .field--name-field-request-a-demo a a:link,
#mortgage .field--name-field-request-a-demo a a:visited,
#mortgage .field--name-field-request-a-demo a a:hover,
#mortgage .field--name-field-request-a-demo a a:active {
    color: white;
    text-decoration: none
}

#mortgage .des-block-wrapper {
    padding: 50px 100px;
    margin-bottom: -24px;
    background-color: #f7f7f7
}

#mortgage .des-block-wrapper .field_item p {
    font-size: 22px
}

#mortgage .des-block-wrapper ul li {
    font-size: 14px;
    margin: 10px 0
}

#mortgage .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#mortgage .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#mortgage .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#mortgage .resource>.grids:nth-child(4) .images>div {
    background-color: #4e4f54
}

#mortgage .resource>.grids .images>div h3,
#mortgage .resource>.grids .images>div p,
#mortgage .resource>.grids .images>div div {
    text-align: start
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #mortgage.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #mortgage .six-pack-grid {
        padding: 15px 0 !important
    }
    #mortgage .middle-content .flex {
        padding: 20px !important
    }
    #mortgage .resource {
        padding: 0 35px 71px !important
    }
    #mortgage .resource .images>div {
        width: 70% !important
    }
    #mortgage .testimonial-section .auth {
        padding: 75px !important
    }
    #mortgage .four-grid {
        padding: 20px !important
    }
    #mortgage .resource .images>div {
        padding: 50px 15px 30px 15px
    }
    #mortgage .prodenggird .gridrow {
        min-width: 130px !important
    }
}

@media screen and (min-width:1920px) {
    #mortgage.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #mortgage.container {
        max-width: 1440px;
        padding: 0
    }
}

#mortgage .field__label {
    display: none
}

@media only screen and (max-width:898px) {
    #mortgage .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        display: block;
        text-align: start !important
    }
    #mortgage .bg-light.foot>div {
        margin: 15px 0
    }
    #mortgage .bg-light.foot img {
        margin-right: 10px;
        height: 20px
    }
    #mortgage .bg-light.foot a,
    #mortgage .bg-light.foot a:hover,
    #mortgage .bg-light.foot a:focus {
        color: white;
        font-size: 14px;
        letter-spacing: .5px
    }
    #mortgage .bg-light.foot .phone {
        height: 28px
    }
    #mortgage iframe {
        width: 100%
    }
    #mortgage .middle-content {
        margin-bottom: 35px !important;
        padding: 0 20px
    }
    #mortgage .middle-content .title {
        margin-top: 23px
    }
    #mortgage .field--name-field-field-title-description-ta {
        text-align: center;
        font-size: 14px
    }
    #mortgage .field--name-field-field-title-description-ta p {
        font-size: 14px
    }
    #mortgage .des-block-wrapper {
        padding: 30px 15px;
        background-color: #f7f7f7;
        margin: 0
    }
    #mortgage .des-block-wrapper .field_item p {
        font-size: 22px
    }
    #mortgage .des-block-wrapper ul li {
        font-size: 14px;
        margin: 10px 0
    }
    #mortgage .desktop,
    #mortgage .hide,
    #mortgage p[class^=rectangle] {
        display: none !important
    }
    #mortgage.container {
        padding: 0;
        max-width: 100%
    }
    #mortgage #block-breadcrumbs .breadcrumb,
    #mortgage #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 12px 20px
    }
    #mortgage #block-breadcrumbs .breadcrumb li,
    #mortgage #block-breadcrumbs .breadcrumb a,
    #mortgage #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #mortgage #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #mortgage h1.seo-title,
    #mortgage h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 35px
    }
    #mortgage h1.seo-title p,
    #mortgage h3.title p {
        margin: 0
    }
    #mortgage .banner-section {
        position: relative;
        text-align: center
    }
    #mortgage .banner-section img {
        height: auto;
        width: 100%
    }
    #mortgage .banner-section .field--name-field-know {
        display: none
    }
    #mortgage .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
    #mortgage .flex img {
        width: 100%;
        margin-bottom: 35px
    }
    #mortgage .flex .field--name-field-title-description,
    #mortgage .flex .field--name-field-title-description-ta {
        font-size: 14px;
        margin-top: 10px;
        text-align: center
    }
    #mortgage .pack-title {
        background-color: #f7f7f7;
        margin: 20px 0 0 0 !important;
        padding: 15px 20px 15px 20px
    }
    #mortgage .six-pack-grid {
        text-align: center;
        background-color: #f7f7f7;
        padding-bottom: 5px
    }
    #mortgage .six-pack-grid img {
        width: 64px;
        height: 64px
    }
    #mortgage .six-pack-grid .headings {
        padding: 20px 0;
        margin: 10px 0
    }
    #mortgage .six-pack-grid .desc {
        font-size: 14px
    }
    #mortgage .six-pack-grid .desc img {
        width: 100%
    }
    #mortgage .six-pack-grid .grids {
        padding: 20px
    }
    #mortgage .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 10px 0;
        display: block;
        text-transform: uppercase
    }
    #mortgage .six-pack-grid .carousel-indicators li {
        height: 4px;
        width: 25px;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        background-color: #45454a
    }
    #mortgage .six-pack-grid .carousel-indicators li.active {
        background-color: #00bbf0
    }
    #mortgage .links {
        background: #f7f7f7;
        padding: 20px 40px;
        text-align: center;
        margin: 20px 0
    }
    #mortgage .links>div {
        color: #45454a;
        margin: 5px;
        padding: 5px;
        border: 1px solid #00bbf0
    }
    #mortgage .links a {
        display: block;
        font-size: 14px;
        color: #45454a
    }
    #mortgage .green-strip h3 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        padding: 10px;
        color: #45454a;
        margin: 0
    }
    #mortgage .green-strip div {
        background: #f7f7f7;
        padding: 20px;
        font-size: 16px
    }
    #mortgage .green-strip p {
        margin: 0
    }
    #mortgage .grids-images {
        padding: 20px
    }
    #mortgage .grids-images .grids {
        text-align: center
    }
    #mortgage .grids-images .grids img {
        width: 70px;
        height: 70px
    }
    #mortgage .grids-images .grids p {
        font-family: "Poppins";
        font-size: 14px;
        margin-top: 10px;
        color: #45454a
    }
    #mortgage .framework {
        position: relative;
        margin-bottom: 35px
    }
    #mortgage .framework img {
        width: 100%;
        height: 100px
    }
    #mortgage .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #mortgage .framework .flex p {
        margin: 0
    }
    #mortgage .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #mortgage .framework .field--name-field-demo a,
    #mortgage .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        text-transform: uppercase
    }
    #mortgage .bg-grey {
        background: #f7f7f7;
        padding: 20px;
        margin-bottom: 20px
    }
    #mortgage .bg-grey img {
        width: 100%;
        height: auto
    }
    #mortgage .bg-grey>div {
        background: #e6e6e6;
        padding: 15px;
        text-align: center;
        margin: 10px 0
    }
    #mortgage .bg-grey>div>p {
        color: #45454a;
        font-size: 16px;
        font-weight: 500;
        font-family: Roboto
    }
    #mortgage .bg-grey .info a {
        font-family: "Poppins";
        font-size: 14px;
        color: #45454a;
        margin-top: 15px;
        display: block
    }
    #mortgage .bg-grey .second-block a {
        font-family: "Poppins";
        font-size: 14px;
        color: #45454a;
        margin-top: 15px;
        display: block
    }
    #mortgage .resource .images {
        position: relative
    }
    #mortgage .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #mortgage .resource .images>div>a {
        display: none
    }
    #mortgage .resource .images .headings {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 500;
        color: white;
        letter-spacing: 0
    }
    #mortgage .resource .images .desc {
        font-size: 14px;
        margin: 5px 0
    }
    #mortgage .resource .images img {
        height: 300px;
        width: 80%
    }
    #mortgage .resource .grids {
        padding: 0 10px 35px 10px;
        margin: 0 10px
    }
}

@media only screen and (min-width:898px) {
    #mortgage .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        align-items: center;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #mortgage .bg-light.foot img {
        margin-right: 10px;
        height: 25px;
        width: auto
    }
    #mortgage .bg-light.foot a,
    #mortgage .bg-light.foot a:hover,
    #mortgage .bg-light.foot a:focus {
        color: white;
        font-size: 14px
    }
    #mortgage .bg-light.foot .phone {
        height: 22px
    }
    #mortgage .mobile {
        display: none !important
    }
    #mortgage h1.seo-title,
    #mortgage h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #mortgage h1.seo-title p,
    #mortgage h3.title p {
        margin-bottom: 0
    }
    #mortgage .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #mortgage .banner-section a,
    #mortgage .banner-section a:link,
    #mortgage .banner-section a:visited,
    #mortgage .banner-section a:hover,
    #mortgage .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #mortgage .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #mortgage .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #mortgage .banner-section .field--name-field-know {
        display: none
    }
    #mortgage #block-breadcrumbs .breadcrumb,
    #mortgage #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #mortgage #block-breadcrumbs .breadcrumb li,
    #mortgage #block-breadcrumbs .breadcrumb a,
    #mortgage #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #mortgage #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #mortgage .middle-content {
        margin: 25px 0 40px 0;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #mortgage .middle-content h1.title {
        margin-top: 0;
        font-size: 2.2vw;
        padding: 0 150px;
        line-height: initial
    }
    #mortgage .middle-content .flex {
        display: flex;
        padding: 0 150px;
        margin-top: -5px;
        padding-top: 0;
        font-size: 1.15vw
    }
    #mortgage .middle-content .field--name-field-image-block,
    #mortgage .middle-content .field--name-field-video {
        margin-right: 26px
    }
    #mortgage .middle-content .field--name-field-title-description,
    #mortgage .middle-content .field--name-field-field-title-description-ta {
        color: #45454a;
        margin-top: -5px
    }
    #mortgage .pack-title {
        margin: 0 !important
    }
    #mortgage .accordion {
        padding: 10px 100px
    }
    #mortgage .accordion .pack-title {
        margin-bottom: 20px !important;
        padding-top: 0;
        background-color: #fff
    }
    #mortgage .accordion .headings {
        margin-left: 30px;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
        font-size: 22px;
        color: #45454a
    }
    #mortgage .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 40px;
        padding: 25px;
        border: 1px solid #ccc;
        position: relative
    }
    #mortgage .accordion>.grids .images img {
        width: 63px;
        height: 64px
    }
    #mortgage .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #mortgage .accordion .grids.expanded .arrow {
        right: 30px;
        transform: rotate(180deg)
    }
    #mortgage .accordion .desc {
        padding: 20px;
        padding-left: 120px;
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 40px;
        color: #45454a;
        font-size: 14px;
        line-height: 22px
    }
    #mortgage .accordion .desc img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block
    }
    #mortgage .accordion .desc img[src*=NLP] {
        width: auto;
        height: 300px
    }
    #mortgage .accordion .arrow {
        height: 13px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 20px;
        transform: translateX(-50%);
        top: 50%
    }
    #mortgage .six-pack-grid {
        display: flex;
        flex-wrap: wrap;
        padding: 36px 40px 0 40px;
        align-items: initial;
        justify-content: center
    }
    #mortgage .six-pack-grid>.grids {
        width: 30%;
        text-align: center;
        margin: 0 15px 25px;
        background-color: #f7f7f7;
        position: relative;
        padding: 20px
    }
    #mortgage .six-pack-grid>.grids>a {
        margin: 10px 0;
        font-size: 13px;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0
    }
    #mortgage .six-pack-grid .images img {
        height: 64px;
        width: 64px
    }
    #mortgage .six-pack-grid .desc {
        color: #45454a;
        font-size: 14px;
        text-align: center
    }
    #mortgage .six-pack-grid .desc img {
        width: 100%
    }
    #mortgage .six-pack-grid .desc ul {
        text-align: start
    }
    #mortgage .six-pack-grid .headings {
        margin: 20px 0
    }
    #mortgage .six-pack-grid[length="4"]>.grids,
    #mortgage .six-pack-grid[length="7"]>.grids,
    #mortgage .six-pack-grid[length="8"]>.grids {
        width: 22%
    }
    #mortgage .hide {
        display: none !important
    }
    #mortgage .links {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        background: #f7f7f7;
        margin-bottom: 35px;
        padding: 20px 100px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        position: relative
    }
    #mortgage .links>div {
        width: 23%;
        color: #45454a;
        margin: 5px;
        padding: 7px;
        text-align: center;
        border: 3px solid #00bbf0;
        border-radius: 12px
    }
    #mortgage .links>div a {
        color: #45454a;
        font-size: 14px;
        display: block
    }
    #mortgage .green-strip {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        position: relative
    }
    #mortgage .green-strip h3 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        padding: 10px;
        color: #45454a;
        margin: 0
    }
    #mortgage .green-strip div {
        margin: auto;
        background: #f7f7f7;
        padding: 20px 100px;
        margin-bottom: 35px;
        font-size: 16px
    }
    #mortgage .green-strip p {
        margin: 0
    }
    #mortgage .bg-grey {
        background: #f7f7f7;
        padding: 50px 100px;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        position: relative
    }
    #mortgage .bg-grey>div {
        background: #e6e6e6;
        display: inline-block;
        vertical-align: top;
        min-height: 340px;
        max-height: 340px;
        margin: 7px;
        padding: 15px
    }
    #mortgage .bg-grey>div>p {
        color: #45454a;
        font-size: 18px;
        font-weight: 500;
        font-family: Roboto
    }
    #mortgage .bg-grey .first-block {
        width: 45%
    }
    #mortgage .bg-grey .first-block .block-1 {
        display: flex
    }
    #mortgage .bg-grey .first-block .block-1 .info {
        margin-left: 15px
    }
    #mortgage .bg-grey .first-block .block-1 img {
        height: 100%;
        width: 247px
    }
    #mortgage .bg-grey .info a {
        font-family: "Poppins";
        font-size: 14px;
        color: #45454a
    }
    #mortgage .bg-grey .second-block {
        width: 20%
    }
    #mortgage .bg-grey .second-block a {
        font-family: "Poppins";
        font-size: 14px;
        color: #45454a;
        margin-top: 5px;
        display: block
    }
    #mortgage .bg-grey .second-block img {
        width: 195px;
        height: auto
    }
    #mortgage .grids-images {
        padding: 0 100px
    }
    #mortgage .grids-images .grids {
        display: inline-block;
        width: 20%;
        text-align: center;
        vertical-align: top;
        margin: 0 25px
    }
    #mortgage .grids-images .grids img {
        width: 80px;
        height: 80px
    }
    #mortgage .grids-images .grids p {
        font-family: "Poppins";
        font-size: 14px;
        margin-top: 10px;
        color: #45454a
    }
    #mortgage .framework {
        position: relative;
        margin-bottom: 50px;
        margin-top: 27px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #mortgage .framework img {
        width: 100%;
        height: 100px
    }
    #mortgage .framework .flex {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    #mortgage .framework .flex .field--name-field-demo,
    #mortgage .framework .flex .field--name-field-request-a-demo {
        margin-top: 10px
    }
    #mortgage .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400;
        margin-right: 30px
    }
    #mortgage .framework .field--name-field-framework-title p {
        margin: 0
    }
    #mortgage .framework .field--name-field-demo a,
    #mortgage .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0;
        text-transform: uppercase
    }
    #mortgage .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #mortgage .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #mortgage .resource .images {
        position: relative
    }
    #mortgage .resource .images img {
        width: 80%;
        height: auto
    }
    #mortgage .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 50px;
        top: 50%;
        color: white;
        padding: 40px 15px 30px 15px
    }
    #mortgage .resource .images>div>a {
        display: none
    }
    #mortgage .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #mortgage .resource .images .desc {
        font-size: 16px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3
    }
    #mortgage .resource .images .date {
        font-size: 14px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #mortgage .resource .grids {
        cursor: pointer;
        display: inline-block;
        width: 46%;
        vertical-align: middle
    }
    #mortgage .resource .images>div {
        padding-top: 90px
    }
    #mortgage .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #mortgage .resource .grids {
        display: inline-block;
        vertical-align: middle;
        width: 46%
    }
    #mortgage .resource .images>div {
        padding-top: 90px
    }
    #mortgage .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

#mortgage .resources-section {
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#mortgage .resources-section .row {
    justify-content: center;
    width: 100%
}

#mortgage .resources-section .col-md-4:nth-child(4),
#mortgage .resources-section .col-md-4:nth-child(5),
#mortgage .resources-section .col-md-4:nth-child(6),
#mortgage .resources-section .col-md-4:nth-child(7) {
    margin-top: 30px
}

#mortgage .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#mortgage .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

#mortgage .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#mortgage .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#mortgage .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

#mortgage .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#mortgage .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

#mortgage .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

#mortgage .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#mortgage .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

#mortgage .resources-section .security-expert-button:hover,
#mortgage .resources-section .security-expert-button:active,
#mortgage .resources-section .security-expert-button:focus {
    outline: 0 !important
}

#mortgage .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    #mortgage .resources-section {
        padding: 0 15px 30px 15px
    }
}

@media(max-width:767px) {
    #mortgage .resources-section .col-md-4:nth-child(4),
    #mortgage .resources-section .col-md-4:nth-child(5),
    #mortgage .resources-section .col-md-4:nth-child(6),
    #mortgage .resources-section .col-md-4:nth-child(7) {
        margin-top: 0
    }
    #mortgage .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    #mortgage .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    #mortgage .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    #mortgage .resources-section .row .col-md-4 .resources-title a p,
    #mortgage .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
}

#static-pages h1,
#static-pages h2,
#static-pages h3,
#static-pages h4,
#static-pages h5,
#static-pages h6,
#static-pages span,
#static-pages div,
#static-pages li,
#static-pages a,
#static-pages ul {
    font-family: "Poppins";
}

#static-pages .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#static-pages .field--name-field-request-a-demo a {
    -webkit-appearance: none;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

#static-pages .field--name-field-request-a-demo a a,
#static-pages .field--name-field-request-a-demo a a:link,
#static-pages .field--name-field-request-a-demo a a:visited,
#static-pages .field--name-field-request-a-demo a a:hover,
#static-pages .field--name-field-request-a-demo a a:active {
    color: white;
    text-decoration: none
}

#static-pages .engage_withus .container .row {
    display: block
}

#static-pages .recent_news {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/news-section.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0
}

#static-pages .engage_withus {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/tab-bg.jpg);
    background-position: top center;
    height: auto;
    overflow: hidden;
    padding: 40px 0 0 0;
    text-align: center
}

#static-pages blockquote {
    font-family: "Poppins";
    font-size: 18px !important;
    border-left: 0 !important;
    line-height: 28px !important;
    padding: 10px 90px
}

#static-pages .fa-quote-left {
    font-size: 40px !important;
    vertical-align: -webkit-baseline-middle;
    color: #f4f4f4;
    position: absolute;
    left: 40px;
    top: 10px
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #static-pages.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

@media screen and (min-width:1920px) {
    #static-pages.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #static-pages.container {
        max-width: 1440px;
        padding: 0
    }
}

#static-pages .field__label {
    display: none
}

@media only screen and (max-width:898px) {
    #static-pages .desktop,
    #static-pages .hide,
    #static-pages p[class^=rectangle] {
        display: none !important
    }
    #static-pages.container {
        padding: 0;
        max-width: 100%
    }
    #static-pages center img {
        width: 100%;
        height: auto
    }
    #static-pages blockquote {
        padding: 10px !important
    }
    #static-pages blockquote .fa {
        font-size: 25px !important;
        vertical-align: -webkit-baseline-middle;
        color: #f4f4f4;
        position: absolute
    }
    #static-pages blockquote .fa-quote-left {
        left: 0;
        top: 0
    }
    #static-pages #block-breadcrumbs .breadcrumb,
    #static-pages #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 12px 20px
    }
    #static-pages #block-breadcrumbs .breadcrumb li,
    #static-pages #block-breadcrumbs .breadcrumb a,
    #static-pages #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #static-pages #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #static-pages h1,
    #static-pages h3 {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 35px
    }
    #static-pages h1 p,
    #static-pages h3 p {
        margin: 0
    }
    #static-pages .banner-section {
        position: relative;
        text-align: center
    }
    #static-pages .banner-section img {
        height: auto;
        width: 100%
    }
    #static-pages .banner-section .field--name-field-know {
        display: none
    }
    #static-pages .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (min-width:898px) {
    #static-pages .mobile {
        display: none !important
    }
    #static-pages h1,
    #static-pages h3 {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #static-pages h1 p,
    #static-pages h3 p {
        margin-bottom: 0
    }
    #static-pages .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #static-pages .banner-section a,
    #static-pages .banner-section a:link,
    #static-pages .banner-section a:visited,
    #static-pages .banner-section a:hover,
    #static-pages .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #static-pages .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #static-pages .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-weight: 500;
        top: 180px;
        width: 39%
    }
    #static-pages .banner-section .field--name-field-know {
        display: none
    }
    #static-pages #block-breadcrumbs .breadcrumb,
    #static-pages #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #static-pages #block-breadcrumbs .breadcrumb li,
    #static-pages #block-breadcrumbs .breadcrumb a,
    #static-pages #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #static-pages #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #static-pages .hide {
        display: none !important
    }
}

.page-node-4507.node--type-static-pages #static-pages .block-views-blocktestimonials-block-1 {
    display: none
}

.page-node-4507.node--type-static-pages #static-pages .banner-section .field--name-field-banner-image img {
    height: 630px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text {
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0 !important;
    position: absolute;
    top: 0 !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text #block-bootstrap-xoriant-breadcrumbs {
    width: 988px;
    margin: 0 auto 25px auto
}

.page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text .field--name-field-banner-text {
    width: 988px;
    margin: 0 auto
}

.page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text .field--name-field-banner-text .field__item {
    font-family: "League Spartan Extra Bold";
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -.05em;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.page-node-4507.node--type-static-pages #static-pages .container {
    max-width: 988px;
    margin: 0 auto;
    padding: 0
}

.page-node-4507.node--type-static-pages #static-pages .container h2 {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #00b23b
}

.page-node-4507.node--type-static-pages #static-pages .container p,
.page-node-4507.node--type-static-pages #static-pages .container li {
    font-family: "Mona Sans Medium";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px !important;
    letter-spacing: 0;
    color: #000;
    text-align: left
}

.page-node-4507.node--type-static-pages #static-pages .container p {
    padding-top: 15px
}

.page-node-4507.node--type-static-pages #static-pages .container p:first-child {
    padding-top: 0
}

.page-node-4507.node--type-static-pages #static-pages .container a {
    font-family: "Mona Sans Medium";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px !important;
    letter-spacing: 0
}

.page-node-4507.node--type-static-pages #static-pages .container.c1 {
    max-width: 988px;
    margin: 0 auto;
    padding: 100px 0 50px 0
}

.page-node-4507.node--type-static-pages #static-pages .bg-light.cloud-services {
    background-color: #f2f2f2 !important;
    padding: 50px 0;
    margin: 50px 0
}

.page-node-4507.node--type-static-pages #static-pages .container.p1 {
    padding: 50px 0
}

.page-node-4507.node--type-static-pages #static-pages .container.p1 .container.pb30 {
    padding: 0
}

.page-node-4507.node--type-static-pages #static-pages .container.p1 .container.pb30 .row.col-container {
    margin: 0
}

.page-node-4507.node--type-static-pages #static-pages .container.p1 .container.pb30 .row.col-container ul {
    margin: 0
}

.page-node-4507.node--type-static-pages #static-pages .cloudtech.recent_news {
    padding: 50px 0;
    margin: 50px 0 0 0
}

.page-node-4507.node--type-static-pages #static-pages .bg-fade {
    background-color: #f2f2f2 !important;
    padding: 50px 0;
    margin: 0 0 50px 0
}

.page-node-4507.node--type-static-pages #static-pages .engage_withus {
    margin: 50px 0 0 0;
    padding: 50px 0
}

.page-node-4507.node--type-static-pages #static-pages .engage_withus h2 {
    color: #fff
}

.page-node-4507.node--type-static-pages #static-pages .engage_withus .container.pt-60 .row {
    margin: 0
}

.page-node-4507.node--type-static-pages #static-pages .engage_withus .container.pt-60 .row .body-1.page-module__text h1 {
    font-family: "Poppins" !important;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px
}

.page-node-4507.node--type-static-pages #static-pages .engage_withus .container.pt-60 .row.pb-20 {
    margin: 0
}

.page-node-4507.node--type-static-pages #static-pages .engage_withus .container.pt-60 .row.pb-20 .page-module__component {
    text-align: left
}

.page-node-4507.node--type-static-pages #static-pages .engage_withus .container.pt-60 .row.pb-20 .page-module__component a.button.primary.inverse.large.mb {
    font-size: 14px !important;
     font-family: "Poppins";

}

@media screen and (max-width:1025px) {
    .page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text .field--name-field-banner-text .field__item {
        font-size: 45px;
        line-height: 40px
    }
}

@media screen and (max-width:500px) {
    .page-node-4507.node--type-static-pages #static-pages .banner-section .field--name-field-banner-image img {
        height: 450px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
    .page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text {
        width: 100%;
        padding: 0 20px;
        left: 0 !important;
        margin: 0 auto;
        top: 0 !important;
        transform: none !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        background-color: rgba(0, 0, 0, .5)
    }
    .page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text .field--name-field-banner-text {
        width: 100%
    }
    .page-node-4507.node--type-static-pages #static-pages .banner-section .banner-text .field--name-field-banner-text .field__item {
        font-size: 45px;
        line-height: 40px
    }
    .page-node-4507.node--type-static-pages #static-pages .container {
        padding: 0
    }
    .page-node-4507.node--type-static-pages #static-pages .container h2 {
        font-size: 23px;
        line-height: 26px
    }
    .page-node-4507.node--type-static-pages #static-pages .container.c1 {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 30px 25px 30px
    }
    .page-node-4507.node--type-static-pages #static-pages .container.c1 .col-sm-12.pb20 {
        padding: 0
    }
    .page-node-4507.node--type-static-pages #static-pages .bg-light.cloud-services {
        padding: 30px;
        margin: 25px 0
    }
    .page-node-4507.node--type-static-pages #static-pages .container.p1 {
        padding: 30px;
        margin: 25px 0
    }
    .page-node-4507.node--type-static-pages #static-pages .cloudtech.recent_news {
        padding: 30px;
        margin: 25px 0 0 0
    }
    .page-node-4507.node--type-static-pages #static-pages .bg-fade {
        padding: 30px;
        margin: 0 0 25px 0
    }
    .page-node-4507.node--type-static-pages #static-pages .engage_withus {
        padding: 30px;
        margin: 25px 0 0 0
    }
    .page-node-4507.node--type-static-pages #static-pages .engage_withus .container.pt-60 {
        padding: 0
    }
    .page-node-4507.node--type-static-pages #static-pages .engage_withus .container.pt-60 .row .body-1.page-module__text h1 {
        line-height: normal;
        margin: 0 0 15px 0
    }
    .page-node-4507.node--type-static-pages #static-pages .engage_withus .row.pb-20 .page-module__component {
        text-align: left
    }
    .page-node-4507.node--type-static-pages #static-pages .engage_withus .row.pb-20 .page-module__component a.button.primary.inverse.large.mb {
        padding: 5px 20px !important
    }
}

.page-node-4507.node--type-static-pages footer.site-footer {
    border: 0
}

.page-node-33 #l2-page-overview-1st .middle-content .flex {
    padding: 0 90px
}

#l2-page-overview-1st h1,
#l2-page-overview-1st h2,
#l2-page-overview-1st h3,
#l2-page-overview-1st h4,
#l2-page-overview-1st h5,
#l2-page-overview-1st h6,
#l2-page-overview-1st span,
#l2-page-overview-1st div,
#l2-page-overview-1st li,
#l2-page-overview-1st a,
#l2-page-overview-1st ul {
    font-family: "Poppins";
}

#l2-page-overview-1st .field--name-field-banner-text-small {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#l2-page-overview-1st .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#l2-page-overview-1st .glyphicon {
    position: absolute;
    height: 100px;
    width: 20px;
    background: #28a745;
    top: 30%;
    left: 25px
}

#l2-page-overview-1st .glyphicon:after {
    background: url(/themes/custom/bootstrap_xoriant/images/icons/play.png) !important;
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    top: 47%;
    left: 2px;
    transform: rotate(180deg)
}

#l2-page-overview-1st .glyphicon.glyphicon-chevron-right {
    left: 96.5%
}

#l2-page-overview-1st .glyphicon.glyphicon-chevron-right:after {
    transform: none
}

#l2-page-overview-1st .flip-container {
    -o-perspective: 1000;
    perspective: 1000
}

#l2-page-overview-1st .flip-container:hover .flipper,
#l2-page-overview-1st .flip-container.hover .flipper {
    transform: rotateY(180deg)
}

#l2-page-overview-1st .flip-container:hover .flipper .back,
#l2-page-overview-1st .flip-container.hover .flipper .back {
    z-index: 3
}

#l2-page-overview-1st .flip-container,
#l2-page-overview-1st .front,
#l2-page-overview-1st .back {
    width: 100%
}

#l2-page-overview-1st .flipper {
    -webkit-transition: 1.1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1.1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1.1s;
    -o-transform-style: preserve-3d;
    transition: 1.1s;
    transform-style: preserve-3d;
    height: 250px;
    position: relative
}

#l2-page-overview-1st .front,
#l2-page-overview-1st .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 250px
}

#l2-page-overview-1st .front {
    z-index: 2
}

#l2-page-overview-1st .back {
    transform: rotateY(180deg);
    background-color: #399b67;
    color: white
}

#l2-page-overview-1st .front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, .9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: .1em .1em .05em #333;
    transform: rotate(-20deg)
}

#l2-page-overview-1st .back p {
    position: absolute;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

#l2-page-overview-1st .field--name-field-request-a-demo a {
    -webkit-appearance: none;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

#l2-page-overview-1st .field--name-field-request-a-demo a a,
#l2-page-overview-1st .field--name-field-request-a-demo a a:link,
#l2-page-overview-1st .field--name-field-request-a-demo a a:visited,
#l2-page-overview-1st .field--name-field-request-a-demo a a:hover,
#l2-page-overview-1st .field--name-field-request-a-demo a a:active {
    color: white;
    text-decoration: none
}

#l2-page-overview-1st .des-block-wrapper {
    padding: 50px 100px;
    margin-bottom: -24px;
    background-color: #f7f7f7
}

#l2-page-overview-1st .des-block-wrapper .field_item p {
    font-size: 22px
}

#l2-page-overview-1st .des-block-wrapper ul li {
    font-size: 14px;
    margin: 10px 0
}

#l2-page-overview-1st .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#l2-page-overview-1st .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#l2-page-overview-1st .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#l2-page-overview-1st .resource>.grids .images>div h3,
#l2-page-overview-1st .resource>.grids .images>div p,
#l2-page-overview-1st .resource>.grids .images>div div {
    text-align: start
}

#l2-page-overview-1st .title-6-desc {
    text-align: center !important;
    padding-right: 80px;
    padding-left: 80px;
    margin: 20px 0
}

#l2-page-overview-1st .field--name-field-banner-text-small {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#l2-page-overview-1st ol.carousel-indicators {
    top: 98% !important
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #l2-page-overview-1st.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #l2-page-overview-1st .title-desc-block {
        font-size: 1rem
    }
    #l2-page-overview-1st .six-pack-grid {
        padding: 15px auto 15px auto !important
    }
    #l2-page-overview-1st .six-pack-grid .owl-item {
        margin-right: 40px !important
    }
    #l2-page-overview-1st .middle-content .flex {
        padding: 20px !important
    }
    #l2-page-overview-1st .resource {
        padding: 0 35px 71px !important
    }
    #l2-page-overview-1st .resource .images>div {
        width: 70% !important
    }
    #l2-page-overview-1st .testimonial-section .auth {
        padding: 75px !important
    }
    #l2-page-overview-1st .four-grid {
        padding: 20px !important
    }
    #l2-page-overview-1st .resource .images>div {
        padding: 50px 15px 30px 15px !important
    }
    #l2-page-overview-1st .prodenggird .gridrow {
        min-width: 130px !important
    }
    #l2-page-overview-1st .prodenggird {
        margin-top: 0 !important
    }
}

@media screen and (min-width:1920px) {
    #l2-page-overview-1st.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #l2-page-overview-1st.container {
        max-width: 1440px;
        padding: 0
    }
}

#l2-page-overview-1st .field__label {
    display: none
}

@media only screen and (max-width:898px) {
    #l2-page-overview-1st .prodenggird {
        overflow: hidden;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-top: 50px
    }
    #l2-page-overview-1st li.dots {
        background-color: gray
    }
    #l2-page-overview-1st li.dots.active {
        background-color: #353535
    }
    #l2-page-overview-1st .title-desc-block {
        font-size: 1rem;
        text-align: center
    }
    #l2-page-overview-1st .owl-item {
        border-left: 5px solid #45454a
    }
    #l2-page-overview-1st .owl-stage {
        padding-left: 10px !important
    }
    #l2-page-overview-1st .owl-dots {
        display: none
    }
    #l2-page-overview-1st .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        display: block;
        text-align: start !important
    }
    #l2-page-overview-1st .bg-light.foot>div {
        margin: 15px 0
    }
    #l2-page-overview-1st .bg-light.foot img {
        margin-right: 10px;
        height: 20px
    }
    #l2-page-overview-1st .bg-light.foot a,
    #l2-page-overview-1st .bg-light.foot a:hover,
    #l2-page-overview-1st .bg-light.foot a:focus {
        color: white;
        font-size: 14px;
        letter-spacing: .5px
    }
    #l2-page-overview-1st .bg-light.foot .phone {
        height: 28px
    }
    #l2-page-overview-1st iframe {
        width: 100%
    }
    #l2-page-overview-1st .accordianset {
        margin: unset !important;
        margin-bottom: 64px !important
    }
    #l2-page-overview-1st .accordianset .col-md-12.row {
        display: flex block !important;
        margin-bottom: 35px !important
    }
    #l2-page-overview-1st .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important
    }
    #l2-page-overview-1st .prodenggird .gridrow h6 {
        margin-bottom: unset !important
    }
    #l2-page-overview-1st .prodenggird {
        margin-top: 50px;
        margin-bottom: 30px
    }
    #l2-page-overview-1st .middle-content {
        margin-bottom: 35px !important;
        padding: 0 20px
    }
    #l2-page-overview-1st .middle-content .title {
        margin-top: 23px
    }
    #l2-page-overview-1st .field--name-field-field-title-description-ta {
        text-align: center;
        font-size: 14px
    }
    #l2-page-overview-1st .field--name-field-field-title-description-ta p {
        font-size: 14px
    }
    #l2-page-overview-1st .accordianset {
        margin: unset !important;
        margin-bottom: 64px
    }
    #l2-page-overview-1st .accordianset .col-md-12.row {
        display: flex block
    }
    #l2-page-overview-1st .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto !important
    }
    #l2-page-overview-1st .des-block-wrapper {
        padding: 30px 15px;
        background-color: #f7f7f7;
        margin: 0
    }
    #l2-page-overview-1st .des-block-wrapper .field_item p {
        font-size: 22px
    }
    #l2-page-overview-1st .des-block-wrapper ul li {
        font-size: 14px;
        margin: 10px 0
    }
    #l2-page-overview-1st .desktop,
    #l2-page-overview-1st .hide,
    #l2-page-overview-1st p[class^=rectangle] {
        display: none !important
    }
    #l2-page-overview-1st.container {
        padding: 0;
        max-width: 100%
    }
    #l2-page-overview-1st #block-breadcrumbs .breadcrumb,
    #l2-page-overview-1st #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 12px 20px
    }
    #l2-page-overview-1st #block-breadcrumbs .breadcrumb li,
    #l2-page-overview-1st #block-breadcrumbs .breadcrumb a,
    #l2-page-overview-1st #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #l2-page-overview-1st #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #l2-page-overview-1st h1.seo-title,
    #l2-page-overview-1st h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 35px
    }
    #l2-page-overview-1st h1.seo-title p,
    #l2-page-overview-1st h3.title p {
        margin: 0
    }
    #l2-page-overview-1st h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin-bottom: 20px
    }
    #l2-page-overview-1st .banner-section {
        position: relative;
        text-align: center
    }
    #l2-page-overview-1st .banner-section img {
        height: auto;
        width: 100%
    }
    #l2-page-overview-1st .banner-section .field--name-field-know {
        display: none
    }
    #l2-page-overview-1st .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
    #l2-page-overview-1st .peogridimg {
        padding: 20px 0
    }
    #l2-page-overview-1st .flex img {
        width: 100%;
        margin-bottom: 35px;
        height: auto
    }
    #l2-page-overview-1st .flex .field--name-field-title-description,
    #l2-page-overview-1st .flex .field--name-field-title-description-ta {
        font-size: 14px;
        margin-top: 10px;
        text-align: center
    }
    #l2-page-overview-1st .pack-title {
        margin: 20px 0 0 0 !important;
        padding: 15px 20px 15px 20px
    }
    #l2-page-overview-1st .title-6-desc {
        padding-right: 10px !important;
        padding-left: 10px !important
    }
    #l2-page-overview-1st .glyphicon.glyphicon-chevron-right {
        left: unset;
        right: -35px
    }
    #l2-page-overview-1st .glyphicon {
        left: -35px
    }
    #l2-page-overview-1st .six-pack-grid {
        text-align: start;
        padding-bottom: 5px;
        padding-left: 20px;
        margin-top: 20px
    }
    #l2-page-overview-1st .six-pack-grid .headings {
        margin: 0 0 10px 0;
        text-align: start;
        font-size: 18px;
        line-height: 20px
    }
    #l2-page-overview-1st .six-pack-grid .desc {
        font-size: 14px;
        text-align: start;
        line-height: 20px
    }
    #l2-page-overview-1st .six-pack-grid p {
        text-align: start;
        font-size: 14px;
        line-height: 20px
    }
    #l2-page-overview-1st .six-pack-grid .grids {
        padding: 15px;
        text-align: start
    }
    #l2-page-overview-1st .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 10px 0;
        text-align: start;
        display: block;
        text-transform: uppercase;
        color: #45454a;
        font-weight: bold
    }
    #l2-page-overview-1st .connect {
        margin: 35px 10px;
        border-radius: 60px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        padding: 10px;
        text-align: center;
        color: white
    }
    #l2-page-overview-1st .connect .field--name-field-expert-text {
        padding: 0 15px;
        font-size: 14px
    }
    #l2-page-overview-1st .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border-radius: 19px;
        text-transform: uppercase;
        width: 35%;
        margin: 10px auto 0 auto
    }
    #l2-page-overview-1st .connect .field--name-field-know-more a {
        color: white
    }
    #l2-page-overview-1st .testimonial-section {
        position: relative;
        margin-bottom: 35px
    }
    #l2-page-overview-1st .testimonial-section img {
        width: 100%
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-background img {
        height: 450px
    }
    #l2-page-overview-1st .testimonial-section img.background-img {
        height: 450px
    }
    #l2-page-overview-1st .testimonial-section .auth {
        position: absolute;
        padding: 10px 20px;
        color: white;
        font-size: 14px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%)
    }
    #l2-page-overview-1st .testimonial-section .auth img {
        width: auto;
        height: 95px
    }
    #l2-page-overview-1st .testimonial-section .auth-note p {
        line-height: 21px;
        font-size: 14px
    }
    #l2-page-overview-1st .testimonial-section .auth-info {
        text-align: center;
        margin-bottom: 10px;
        line-height: 21px;
        font-size: 14px;
        font-weight: 500
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        line-height: 1;
        height: 43px;
        width: 157px;
        padding-top: 11px;
        padding-bottom: 11px
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:link,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:visited,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:hover,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-author-name {
        margin: 5px 0
    }
    #l2-page-overview-1st .four-grid {
        text-align: center
    }
    #l2-page-overview-1st .four-grid .grids {
        padding: 0 20px 35px 20px
    }
    #l2-page-overview-1st .four-grid .grids .flipper {
        height: 325px
    }
    #l2-page-overview-1st .four-grid .grids .front,
    #l2-page-overview-1st .four-grid .grids .back {
        height: 300px
    }
    #l2-page-overview-1st .four-grid .grids .back p {
        line-height: 21px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%)
    }
    #l2-page-overview-1st .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #l2-page-overview-1st .four-grid .grids img {
        height: 300px;
        width: 100%
    }
    #l2-page-overview-1st .four-grid .grids .desc {
        font-size: 14px;
        margin: 0 auto
    }
    #l2-page-overview-1st .four-grid .grids .desc p {
        margin: 0;
        font-size: 14px
    }
    #l2-page-overview-1st .accordion {
        padding: 10px
    }
    #l2-page-overview-1st .accordion .pack-title {
        padding-top: 0;
        background-color: #fff
    }
    #l2-page-overview-1st .accordion .headings {
        margin-right: auto;
        margin-top: auto;
        font-size: 14px;
        text-align: inherit;
        font-weight: normal;
        margin-bottom: auto;
        width: 75%
    }
    #l2-page-overview-1st .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        position: relative
    }
    #l2-page-overview-1st .accordion>.grids img {
        width: 35px;
        height: 35px
    }
    #l2-page-overview-1st .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #l2-page-overview-1st .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #l2-page-overview-1st .accordion .desc {
        padding: 20px;
        border: 1px solid #ccc;
        border-top: 0;
        text-align: center
    }
    #l2-page-overview-1st .accordion .desc img {
        width: 100%;
        height: auto
    }
    #l2-page-overview-1st .accordion .desc p,
    #l2-page-overview-1st .accordion .desc span {
        font-size: 14px;
        line-height: 21px
    }
    #l2-page-overview-1st .accordion .desc ul {
        text-align: start;
        font-size: 14px;
        line-height: 21px
    }
    #l2-page-overview-1st .accordion .arrow {
        height: 15px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 15px
    }
    #l2-page-overview-1st .framework {
        position: relative;
        margin-bottom: 35px
    }
    #l2-page-overview-1st .framework img {
        width: 100%;
        height: 100px
    }
    #l2-page-overview-1st .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #l2-page-overview-1st .framework .flex p {
        margin: 0
    }
    #l2-page-overview-1st .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #l2-page-overview-1st .framework .field--name-field-demo a,
    #l2-page-overview-1st .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        text-transform: uppercase
    }
    #l2-page-overview-1st .resource .images {
        position: relative
    }
    #l2-page-overview-1st .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #l2-page-overview-1st .resource .images>div>a {
        display: none
    }
    #l2-page-overview-1st .resource .images .headings {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 500;
        color: white;
        letter-spacing: 0
    }
    #l2-page-overview-1st .resource .images .desc {
        font-size: 14px;
        margin: 5px 0
    }
    #l2-page-overview-1st .resource .images img {
        height: 300px;
        width: 80%
    }
    #l2-page-overview-1st .resource .grids {
        padding: 0 10px 35px 10px;
        margin: 0 10px
    }
    #l2-page-overview-1st .prodenggird {
        overflow: hidden;
        background: #f7f7f7;
        padding: 35px 25px
    }
    #l2-page-overview-1st .prodenggird>.clearfix {
        display: flex;
        flex-wrap: wrap
    }
    #l2-page-overview-1st .prodenggird .gridrow {
        text-align: center;
        font-weight: normal;
        text-transform: capitalize;
        font-family: "Poppins";
        cursor: pointer;
        margin: 15px 0 40px 0;
        flex: 0 0 50%;
        position: relative
    }
    #l2-page-overview-1st .prodenggird .gridrow:after {
        content: "";
        position: absolute;
        background: url(/themes/custom/bootstrap_xoriant/images/green-icon.png) no-repeat;
        background-repeat: no-repeat;
        height: 22px;
        width: 22px;
        left: 0;
        right: 0;
        margin: 7px auto
    }
    #l2-page-overview-1st .prodenggird .gridrow a {
        display: none
    }
    #l2-page-overview-1st .prodenggird .gridrow h6 {
        color: #45454a;
        font-size: 18px;
        font-family: "Poppins";
        font-weight: 500
    }
}

@media only screen and (max-width:897px) and (min-width:834px) {
    #l2-page-overview-1st .prodenggird .gridrow h6 {
        margin-bottom: 20px
    }
    #l2-page-overview-1st .middle-content.container-sm {
        margin-bottom: 30px
    }
}

#l2-page-overview-1st #six .carousel-item {
    width: 70%
}

#l2-page-overview-1st #six .carousel-item-next {
    display: none !important
}

#l2-page-overview-1st #six .carousel-item.active {
    width: 70%;
    border-left: 5px solid #45454a
}

#l2-page-overview-1st #six .carousel-item.active+div {
    display: block;
    float: none;
    left: 100%;
    width: 77%;
    z-index: 99;
    border-left: 5px solid #45454a
}

@media only screen and (min-width:898px) {
    #l2-page-overview-1st .overview {
        background: #f7f7f7;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        margin-bottom: 75px;
        margin-top: 50px
    }
    #l2-page-overview-1st .prodenggird {
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin: 0 !important
    }
    #l2-page-overview-1st ol.carousel-indicators {
        margin-top: 35px
    }
    #l2-page-overview-1st ol.carousel-indicators li {
        height: 4px;
        width: 47px;
        background-color: #45454a;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        margin-bottom: 0
    }
    #l2-page-overview-1st ol.carousel-indicators li.active {
        height: 4px;
        width: 47px;
        background-color: #00bbf0;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0
    }
    #l2-page-overview-1st .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        align-items: center;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page-overview-1st .bg-light.foot img {
        margin-right: 10px;
        height: 25px;
        width: auto
    }
    #l2-page-overview-1st .bg-light.foot a,
    #l2-page-overview-1st .bg-light.foot a:hover,
    #l2-page-overview-1st .bg-light.foot a:focus {
        color: white;
        font-size: 14px
    }
    #l2-page-overview-1st .bg-light.foot .phone {
        height: 22px
    }
    #l2-page-overview-1st .mobile {
        display: none !important
    }
    #l2-page-overview-1st h1.seo-title,
    #l2-page-overview-1st h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #l2-page-overview-1st h1.seo-title p,
    #l2-page-overview-1st h3.title p {
        margin-bottom: 0
    }
    #l2-page-overview-1st h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        margin-bottom: 20px
    }
    #l2-page-overview-1st .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page-overview-1st .banner-section a,
    #l2-page-overview-1st .banner-section a:link,
    #l2-page-overview-1st .banner-section a:visited,
    #l2-page-overview-1st .banner-section a:hover,
    #l2-page-overview-1st .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #l2-page-overview-1st .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #l2-page-overview-1st .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #l2-page-overview-1st .banner-section .field--name-field-know {
        display: none
    }
    #l2-page-overview-1st #block-breadcrumbs .breadcrumb,
    #l2-page-overview-1st #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #l2-page-overview-1st #block-breadcrumbs .breadcrumb li,
    #l2-page-overview-1st #block-breadcrumbs .breadcrumb a,
    #l2-page-overview-1st #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #l2-page-overview-1st #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #l2-page-overview-1st .middle-content {
        margin: 25px 0 40px 0;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #l2-page-overview-1st .middle-content h1.title {
        margin-top: 0;
        font-size: 2.2vw;
        padding: 0 150px;
        line-height: initial
    }
    #l2-page-overview-1st .middle-content .flex {
        display: flex;
        padding: 0 150px;
        margin-top: -5px;
        padding-top: 0;
        font-size: 16px
    }
    #l2-page-overview-1st .middle-content .flex img {
        width: 400px;
        height: auto
    }
    #l2-page-overview-1st .middle-content .field--name-field-image-block,
    #l2-page-overview-1st .middle-content .field--name-field-video {
        margin-right: 50px
    }
    #l2-page-overview-1st .middle-content .field--name-field-title-description,
    #l2-page-overview-1st .middle-content .field--name-field-field-title-description-ta {
        color: #45454a;
        margin-top: -5px
    }
    #l2-page-overview-1st .pack-title {
        margin: 0 !important
    }
    #l2-page-overview-1st .accordion {
        padding: 10px 100px
    }
    #l2-page-overview-1st .accordion .pack-title {
        margin-bottom: 20px !important;
        padding-top: 0;
        background-color: #fff
    }
    #l2-page-overview-1st .accordion .headings {
        margin-left: 30px;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
        font-size: 22px;
        color: #45454a
    }
    #l2-page-overview-1st .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 40px;
        padding: 25px;
        border: 1px solid #ccc;
        position: relative;
        cursor: pointer
    }
    #l2-page-overview-1st .accordion>.grids .images img {
        width: 63px;
        height: 64px
    }
    #l2-page-overview-1st .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #l2-page-overview-1st .accordion .grids.expanded .arrow {
        right: 30px;
        transform: rotate(180deg)
    }
    #l2-page-overview-1st .accordion .desc {
        padding: 20px;
        padding-left: 120px;
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 40px;
        color: #45454a;
        font-size: 14px;
        line-height: 22px
    }
    #l2-page-overview-1st .accordion .desc img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block
    }
    #l2-page-overview-1st .accordion .desc img[src*=NLP] {
        width: auto;
        height: 300px
    }
    #l2-page-overview-1st .accordion .arrow {
        height: 13px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 20px;
        transform: translateX(-50%);
        top: 50%
    }
    #l2-page-overview-1st .six-pack-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 50px;
        position: relative;
        width: 102% !important
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div::before,
    #l2-page-overview-1st .six-pack-grid .products-row>div::after,
    #l2-page-overview-1st .six-pack-grid .grids::before,
    #l2-page-overview-1st .six-pack-grid .grids::after {
        content: "";
        position: absolute;
        display: block;
        top: 0
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:before,
    #l2-page-overview-1st .six-pack-grid .grids:before {
        height: 100%;
        width: 0;
        right: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:after,
    #l2-page-overview-1st .six-pack-grid .grids:after {
        background-color: transparent;
        height: calc(100% - 0px);
        width: 0;
        left: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:hover,
    #l2-page-overview-1st .six-pack-grid .grids:hover {
        color: white !important;
        z-index: 99
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:hover *,
    #l2-page-overview-1st .six-pack-grid .grids:hover * {
        color: white !important;
        z-index: 99
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:hover a,
    #l2-page-overview-1st .six-pack-grid .grids:hover a {
        color: #0079c0 !important
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:hover a span,
    #l2-page-overview-1st .six-pack-grid .grids:hover a span {
        color: #0079c0 !important
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:hover:before,
    #l2-page-overview-1st .six-pack-grid .grids:hover:before {
        width: 100%
    }
    #l2-page-overview-1st .six-pack-grid .products-row>div:hover:after,
    #l2-page-overview-1st .six-pack-grid .grids:hover:after {
        width: 100%;
        background-color: #45454a;
        color: white
    }
    #l2-page-overview-1st .six-pack-grid .grids.col-lg-4:hover:before {
        width: 77%
    }
    #l2-page-overview-1st .six-pack-grid .grids.col-lg-4:hover:after {
        width: 77%
    }
    #l2-page-overview-1st .six-pack-grid .owl-nav {
        display: block;
        width: 100%;
        text-align: end;
        padding-right: 30px;
        padding-top: 15px
    }
    #l2-page-overview-1st .six-pack-grid .owl-nav button span {
        font-size: 30px;
        border: 1px solid #e5e5e5;
        color: #000;
        padding: 0 13px
    }
    #l2-page-overview-1st .six-pack-grid .owl-nav .disabled {
        opacity: .6
    }
    #l2-page-overview-1st .six-pack-grid .owl-nav.disabled {
        display: none !important
    }
    #l2-page-overview-1st .six-pack-grid .owl-prev {
        margin-right: 10px
    }
    #l2-page-overview-1st .six-pack-grid button:focus {
        outline: 0
    }
    #l2-page-overview-1st .six-pack-grid .grids {
        border-left: 8px solid #45454a;
        position: relative;
        padding: 5px 0 20px 20px
    }
    #l2-page-overview-1st .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 0 0 10px 0 !important;
        text-align: start;
        display: block;
        text-transform: uppercase;
        color: #45454a;
        font-weight: bold
    }
    #l2-page-overview-1st .six-pack-grid .desc {
        color: #45454a;
        font-size: 14px;
        text-align: start
    }
    #l2-page-overview-1st .six-pack-grid .desc img {
        width: 100%
    }
    #l2-page-overview-1st .six-pack-grid .desc ul {
        text-align: start
    }
    #l2-page-overview-1st .six-pack-grid .headings {
        margin: 20px 0;
        text-align: start
    }
    #l2-page-overview-1st .hide {
        display: none !important
    }
    #l2-page-overview-1st .grid-modal {
        display: flex;
        background-color: #f7f7f7;
        padding: 50px;
        position: relative;
        width: 86%;
        margin: 20px auto
    }
    #l2-page-overview-1st .grid-modal .images {
        margin-right: 25px;
        height: 60px
    }
    #l2-page-overview-1st .grid-modal h3 {
        letter-spacing: normal;
        text-transform: inherit;
        color: #45454a;
        font-size: 22px
    }
    #l2-page-overview-1st .grid-modal .close {
        position: absolute;
        top: 15px;
        right: 20px;
        height: 24px;
        width: 24px;
        background: url("/sites/default/files/media-icons/close.png")
    }
    #l2-page-overview-1st .connect {
        display: flex;
        justify-content: space-between;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto;
        border-radius: 50px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        align-items: baseline;
        padding: 13.5px 41px;
        margin-bottom: 40px
    }
    #l2-page-overview-1st .connect .field--name-field-expert-text {
        margin-right: 29px;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px
    }
    #l2-page-overview-1st .connect p {
        margin: 0
    }
    #l2-page-overview-1st .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        line-height: initial;
        border-radius: 19px;
        font-weight: bold;
        text-transform: uppercase
    }
    #l2-page-overview-1st .connect .field--name-field-know-more a,
    #l2-page-overview-1st .connect .field--name-field-know-more a:link,
    #l2-page-overview-1st .connect .field--name-field-know-more a:visited,
    #l2-page-overview-1st .connect .field--name-field-know-more a:hover,
    #l2-page-overview-1st .connect .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #l2-page-overview-1st .connect .field--name-field-know-more a {
        color: white
    }
    #l2-page-overview-1st .testimonial-section {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        position: relative
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-background img {
        width: 100%
    }
    #l2-page-overview-1st .testimonial-section .auth {
        position: absolute;
        padding: 90px 155px 90px 100px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-family: "Poppins";
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        left: 0;
        right: 0;
        max-width: 1440px
    }
    #l2-page-overview-1st .testimonial-section .auth-note {
        text-align: justify
    }
    #l2-page-overview-1st .testimonial-section .auth-note>div {
        font-style: normal;
        font-size: 18px;
        line-height: initial;
        text-align: initial;
        font-weight: 500
    }
    #l2-page-overview-1st .testimonial-section .auth-note em {
        font-style: normal
    }
    #l2-page-overview-1st .testimonial-section .auth-info {
        margin-right: 35px
    }
    #l2-page-overview-1st .testimonial-section .auth-info>div {
        text-align: center;
        width: 215px
    }
    #l2-page-overview-1st .testimonial-section .auth-info img {
        width: 106px;
        height: 98px
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-author-name {
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        line-height: initial;
        font-weight: 500
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        margin-top: 25px;
        padding: 10px;
        text-align: center !important;
        height: 43px;
        width: 135px
    }
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:link,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:visited,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:hover,
    #l2-page-overview-1st .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #l2-page-overview-1st .four-grid-title.title {
        margin-top: 50px;
        margin-bottom: 30px
    }
    #l2-page-overview-1st .four-grid {
        display: flex;
        justify-content: center;
        padding: 20px 80px 20px 80px;
        max-width: 1440px;
        margin: auto
    }
    #l2-page-overview-1st .four-grid .grids {
        margin: 0 16px;
        text-align: center
    }
    #l2-page-overview-1st .four-grid .grids .images img {
        width: 100%;
        height: 100%
    }
    #l2-page-overview-1st .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #l2-page-overview-1st .four-grid .grids .desc {
        font-size: 14px;
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background-color: #f7f7f7
    }
    #l2-page-overview-1st .four-grid .grids .desc p {
        padding: 20px
    }
    #l2-page-overview-1st .four-grid[length="1"] {
        width: 40%
    }
    #l2-page-overview-1st .four-grid[length="2"] {
        width: 60%
    }
    #l2-page-overview-1st .four-grid[length="3"] {
        width: 90%
    }
    #l2-page-overview-1st .framework {
        position: relative;
        margin-bottom: 50px;
        margin-top: 27px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page-overview-1st .framework img {
        width: 100%;
        height: 100px
    }
    #l2-page-overview-1st .framework .flex {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    #l2-page-overview-1st .framework .flex .field--name-field-demo,
    #l2-page-overview-1st .framework .flex .field--name-field-request-a-demo {
        margin-top: 10px
    }
    #l2-page-overview-1st .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400;
        margin-right: 30px
    }
    #l2-page-overview-1st .framework .field--name-field-framework-title p {
        margin: 0
    }
    #l2-page-overview-1st .framework .field--name-field-demo a,
    #l2-page-overview-1st .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0;
        text-transform: uppercase
    }
    #l2-page-overview-1st .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #l2-page-overview-1st .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #l2-page-overview-1st .resource .images {
        position: relative
    }
    #l2-page-overview-1st .resource .images img {
        width: 80%;
        height: auto
    }
    #l2-page-overview-1st .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 78%;
        left: 70px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #l2-page-overview-1st .resource .images>div>a {
        display: none
    }
    #l2-page-overview-1st .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #l2-page-overview-1st .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #l2-page-overview-1st .resource .images .date {
        font-size: 14px
    }
    #l2-page-overview-1st .prodenggird {
        background: #f7f7f7;
        padding: 0 10px;
        height: 250px;
        margin: 50px 0;
        overflow: hidden;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #l2-page-overview-1st .prodenggird .clearfix {
        display: flex;
        align-items: center;
        height: 250px;
        text-align: center;
        justify-content: center
    }
    #l2-page-overview-1st .prodenggird .gridrow {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        text-transform: capitalize;
        font-family: "Poppins";
        cursor: pointer;
        position: relative;
        padding: 0 15px;
        min-width: 160px;
        max-width: 200px;
        height: 250px
    }
    #l2-page-overview-1st .prodenggird .gridrow:after {
        content: "";
        height: 50%;
        width: 1.5px;
        position: absolute;
        right: 0;
        top: 70px;
        background-image: radial-gradient(#ccc, #fff), radial-gradient(#ccc, #fff)
    }
    #l2-page-overview-1st .prodenggird .gridrow:last-of-type:after {
        display: none;
        background-image: none
    }
    #l2-page-overview-1st .prodenggird .gridrow img[width="34"] {
        width: auto
    }
    #l2-page-overview-1st .prodenggird .gridrow a {
        display: none
    }
    #l2-page-overview-1st .prodenggird .gridrow p {
        margin-top: 40px
    }
    #l2-page-overview-1st .prodenggird .gridrow p img {
        margin-bottom: 20px;
        height: 64px;
        width: 64px
    }
    #l2-page-overview-1st .prodenggird .gridrow h6 {
        color: #45454a;
        font-size: 14px;
        font-family: "Poppins";
        font-weight: normal;
        display: block;
        margin: 0 auto;
        text-align: center
    }
    #l2-page-overview-1st .prodenggird .gridrow:hover {
        background: #44464b
    }
    #l2-page-overview-1st .prodenggird .gridrow:hover h6 {
        color: #fff;
        position: relative
    }
    #l2-page-overview-1st .prodenggird .gridrow:hover h6:after {
        position: absolute;
        height: 15px;
        width: 15px;
        top: 50px;
        right: 42%;
        background-size: 100% 100% !important;
        background: url(/themes/custom/bootstrap_xoriant/images/next_white.png) no-repeat;
        content: ""
    }
    #l2-page-overview-1st .prodenggird .gridrow:hover:after {
        display: none;
        background-image: none
    }
    #l2-page-overview-1st .prodenggird .gridrow:hover>p:first-of-type {
        display: none
    }
    #l2-page-overview-1st .prodenggird .gridrow:hover .hide {
        display: block !important
    }
    #l2-page-overview-1st .carousel-inner .active.left {
        left: -33%
    }
    #l2-page-overview-1st .carousel-inner .next {
        left: 33%
    }
    #l2-page-overview-1st .carousel-inner .prev {
        left: -33%
    }
    #l2-page-overview-1st .carousel-control.left,
    #l2-page-overview-1st .carousel-control.right {
        background-image: none
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner>.carousel-item {
        display: none
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner .active {
        display: flex;
        justify-content: space-between;
        padding: 20px 50px
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner .active>div {
        margin: 20px;
        padding: 20px
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner .active>div * {
        text-align: start
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner .active.left {
        left: -33%
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner .active.right {
        left: 33%
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner .next {
        left: 33%
    }
    #l2-page-overview-1st .carousel-multi .carousel-inner .prev {
        left: -33%
    }
}

@media only screen and (min-width:898px) and (transform-3d),
only screen and (min-width:898px) and (-webkit-transform-3d) {
    #l2-page-overview-1st .carousel-multi .carousel-inner>.carousel-item {
        transform: none !important
    }
}

@media only screen and (max-width:1211px) and (min-width:898px) {
    #l2-page-overview-1st .accordianset {
        margin: unset !important;
        margin-bottom: 64px !important;
        margin-top: 50px !important
    }
    #l2-page-overview-1st .accordianset .col-md-12.row {
        display: flex block
    }
    #l2-page-overview-1st .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
        margin: 0 auto !important
    }
    #l2-page-overview-1st .framework .field--name-field-framework-title {
        font-size: 22px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #l2-page-overview-1st .resource .grids {
        cursor: pointer;
        display: inline-block;
        width: 46%;
        vertical-align: middle
    }
    #l2-page-overview-1st .resource .images>div {
        padding-top: 90px
    }
    #l2-page-overview-1st .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #l2-page-overview-1st .resource .grids {
        display: inline-block;
        vertical-align: middle;
        width: 46%
    }
    #l2-page-overview-1st .resource .images>div {
        padding-top: 90px
    }
    #l2-page-overview-1st .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #l2-page-overview-1st.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #l2-page-overview-1st .middle-content .flex {
        padding: 0 25px !important
    }
    #l2-page-overview-1st .middle-content .field--name-field-image-block img {
        height: 250px;
        width: auto
    }
    #l2-page-overview-1st .gridrow {
        min-width: unset !important
    }
    #l2-page-overview-1st .flipper .back p {
        font-size: 12px !important;
        line-height: initial !important
    }
    #l2-page-overview-1st .resource {
        padding: 0 25px 71px
    }
    #l2-page-overview-1st .resource .images>div {
        padding: 30px 15px 30px 15px
    }
    #l2-page-overview-1st .breadcrumb {
        margin-left: 25px !important
    }
}

#l2-page-overview-1st .peogridimg {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 0;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-bottom: 50px
}

#l2-page-overview-1st .accordianset {
    margin: 50px 0
}

#l2-page-overview-1st .accordianset .col-md-12.row {
    margin: unset;
    padding: 0 20px
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3:nth-child(6) {
    margin-right: 0
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3:nth-child(7) {
    margin-left: 0;
    margin-right: 0
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3:nth-child(8) {
    margin-left: 0
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3:last-of-type {
    margin-right: auto
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3 {
    background: url("/themes/custom/bootstrap_xoriant/images/icons/Shape 46.png");
    background-size: auto;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 119px;
    position: relative
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3:hover {
    background: unset;
    background: url("/themes/custom/bootstrap_xoriant/images/icons/Shape 45.png");
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 85px;
    background-size: 90% 96%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    padding-bottom: 64px
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3:hover div.hide {
    display: block !important;
    top: 38px;
    position: inherit;
    bottom: 100px;
    font-size: 14px;
    padding: 10px
}

#l2-page-overview-1st .accordianset .col-md-12.row .col-md-3 h6 {
    top: 35px;
    position: inherit;
    font-size: 18px;
    font-weight: normal;
    font-family: "Poppins";
    padding: 0 20px
}

#l2-page-overview-1st .accordianset .field--name-field-heading {
    width: 100%;
    padding-bottom: 20px
}

#l2-page-overview-1st .accordianset .field--name-field-heading .field__item {
    color: #45454a;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 754px;
    margin: 0 auto
}

#l2-page-overview-1st .testimonial-section.overview {
    margin-top: 0 !important
}

body[about*="/cloud-infrastructure/infrastructure-management"] .resource .desc {
    height: auto !important
}

#l2-page-overview-1st .resources-section {
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#l2-page-overview-1st .resources-section .row {
    justify-content: center;
    width: 100%
}

#l2-page-overview-1st .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

#l2-page-overview-1st .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#l2-page-overview-1st .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

#l2-page-overview-1st .resources-section .security-expert-button:hover,
#l2-page-overview-1st .resources-section .security-expert-button:active,
#l2-page-overview-1st .resources-section .security-expert-button:focus {
    outline: 0 !important
}

#l2-page-overview-1st .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    #l2-page-overview-1st .resources-section {
        padding: 0 15px 30px 15px
    }
}

@media(max-width:767px) {
    #l2-page-overview-1st .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    #l2-page-overview-1st .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    #l2-page-overview-1st .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    #l2-page-overview-1st .resources-section .row .col-md-4 .resources-title a p,
    #l2-page-overview-1st .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
}

body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) .toast-wrapper {
    display: block !important;
    position: initial
}

body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) .toast.fade {
    display: block !important;
    opacity: 1 !important;
    width: 100% !important;
    margin: 150px auto 50px
}

body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) .toast.fade .toast-header {
    display: none
}

.page-node-7217 #page {
    margin-top: 0
}

.page-node-7217 .banner-text {
    display: none
}

.page-node-5471 header,
.page-node-7662 header {
    background: black
}

@media only screen and (max-width:898px) {
    .page-node-9870 .banner-text {
        top: 255px !important;
        margin-top: 33% !important
    }
}

@media only screen and (max-width:898px) {
    .page-node-9852 .banner-text {
        top: 140px !important
    }
}

@media only screen and (max-width:898px) {
    .page-node-9952 .banner-section.mobile img[alt="IDC Logo"] {
        display: none !important
    }
    .page-node-9952 .banner-section.mobile .banner-text {
        text-align: center !important;
        margin-top: 20% !important
    }
    .page-node-9952 .banner-section.mobile .banner-text hr.brand-line {
        margin-left: auto !important
    }
    .page-node-9952 .banner-section.mobile .banner-text .field--name-field-banner-text-small {
        font-size: 20px !important
    }
}

@media only screen and (max-width:898px) {
    article[about*="/whitepaper/download"] a,
    article[about*="/triple-play/thank-you"] a,
    article[about*="/idc/thank-you"] a,
    article[about*="/idc-spotlight/thank-you"] a {
        color: #00bbf0;
        line-height: 30px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: normal;
        font-family: "Poppins";
        text-transform: capitalize
    }
    article[about*="/whitepaper/download"] .block-field-blocknodepagebody:last-of-type,
    article[about*="/triple-play/thank-you"] .block-field-blocknodepagebody:last-of-type,
    article[about*="/idc/thank-you"] .block-field-blocknodepagebody:last-of-type,
    article[about*="/idc-spotlight/thank-you"] .block-field-blocknodepagebody:last-of-type {
        display: none
    }
    article[about*="/whitepaper/download"] h1,
    article[about*="/whitepaper/download"] h3,
    article[about*="/triple-play/thank-you"] h1,
    article[about*="/triple-play/thank-you"] h3,
    article[about*="/idc/thank-you"] h1,
    article[about*="/idc/thank-you"] h3,
    article[about*="/idc-spotlight/thank-you"] h1,
    article[about*="/idc-spotlight/thank-you"] h3 {
        line-height: 30px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: normal;
        font-family: "Poppins";
        text-transform: capitalize
    }
}

body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) #block-bootstrap-xoriant-breadcrumbs,
body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) .footermap,
body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) header,
body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) .idc {
    display: none !important
}

body.node--type-go-xoriant-pages:not(.page-node-9870):not(.page-node-9852):not(.page-node-9952) .banner-section.desktop .banner-text {
    top: 140px;
    width: 28%
}

.page-node-9852 nav.breadcrumb,
.page-node-9852 .others {
    display: none !important
}

.page-node-9852 nav.breadcrumb,
.page-node-9852 .others,
.page-node-9870 nav.breadcrumb,
.page-node-9870 .others,
.page-node-9952 nav.breadcrumb,
.page-node-9952 .others {
    display: none !important
}

@media only screen and (min-width:898px) {
    .page-node-9952 .banner-section .banner-text {
        margin-top: 30px
    }
    .page-node-9952 .banner-section .banner-text .field--name-field-banner-text-small {
        font-size: 26px !important
    }
    article[about*="/whitepaper/download"],
    article[about*="/triple-play/thank-you"],
    article[about*="/idc/thank-you"],
    article[about*="/idc-spotlight/thank-you"] {
        padding: 130px 100px 70px 100px;
        max-width: 1440px;
        margin: auto;
        text-align: center
    }
    article[about*="/whitepaper/download"] a,
    article[about*="/triple-play/thank-you"] a,
    article[about*="/idc/thank-you"] a,
    article[about*="/idc-spotlight/thank-you"] a {
        color: #00bbf0;
        line-height: 30px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: normal;
        font-family: "Poppins";
        text-transform: capitalize
    }
    article[about*="/whitepaper/download"] .block-field-blocknodepagebody:last-of-type,
    article[about*="/triple-play/thank-you"] .block-field-blocknodepagebody:last-of-type,
    article[about*="/idc/thank-you"] .block-field-blocknodepagebody:last-of-type,
    article[about*="/idc-spotlight/thank-you"] .block-field-blocknodepagebody:last-of-type {
        display: none
    }
    article[about*="/whitepaper/download"] h1,
    article[about*="/whitepaper/download"] h3,
    article[about*="/triple-play/thank-you"] h1,
    article[about*="/triple-play/thank-you"] h3,
    article[about*="/idc/thank-you"] h1,
    article[about*="/idc/thank-you"] h3,
    article[about*="/idc-spotlight/thank-you"] h1,
    article[about*="/idc-spotlight/thank-you"] h3 {
        line-height: 30px;
        font-size: 22px;
        letter-spacing: initial;
        font-weight: normal;
        font-family: "Poppins";
        text-transform: capitalize
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-9952 .banner-section .banner-text {
        margin-top: 30px
    }
    .page-node-9952 .banner-section .banner-text .field--name-field-banner-text-small {
        font-size: 26px !important
    }
}

#go-xoriant h1,
#go-xoriant h2,
#go-xoriant h3,
#go-xoriant h4,
#go-xoriant h5,
#go-xoriant h6,
#go-xoriant span,
#go-xoriant div,
#go-xoriant li,
#go-xoriant a,
#go-xoriant ul {
    font-family: "Poppins"; !important
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #go-xoriant .banner-section .banner-text {
        left: 50px !important
    }
    #go-xoriant .banner-section .banner-text img {
        width: 90px !important;
        margin-bottom: 0 !important
    }
    #go-xoriant .field--name-field-banner-text-small {
        font-size: 20px !important
    }
}

#go-xoriant .breadcrumb-item {
    display: none
}

#go-xoriant .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#go-xoriant .flex>.content {
    margin-right: 25px
}

#go-xoriant .flex>.content img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block
}

#go-xoriant .flex h3 {
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 500
}

#go-xoriant .form .headings,
#go-xoriant .form .field--name-field-webform-heading {
    background-color: #0aa468;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Poppins";
    letter-spacing: inherit;
    margin: 0
}

#go-xoriant .form form,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block {
    background-color: #e6e6ff;
    padding: 10px 20px;
    color: #fff
}

#go-xoriant .form form #edit-work-email,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block #edit-work-email {
    text-transform: lowercase
}

#go-xoriant .form form .captcha,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .captcha {
    margin-top: 10px
}

#go-xoriant .form form .captcha .input-group,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .captcha .input-group {
    display: flex;
    align-items: center
}

#go-xoriant .form form .captcha input,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .captcha input {
    margin: 0
}

#go-xoriant .form form .captcha input[id^=edit-captcha-response],
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .captcha input[id^=edit-captcha-response] {
    width: 45% !important;
    height: 40px
}

#go-xoriant .form form .captcha .field-prefix.input-group-text,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .captcha .field-prefix.input-group-text {
    height: 40px
}

#go-xoriant .form form #edit-captcha-response--description,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block #edit-captcha-response--description {
    font-size: 12px;
    height: 40px;
    display: block !important
}

#go-xoriant .form form label[for=edit-captcha-response],
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block label[for=edit-captcha-response] {
    display: block !important
}

#go-xoriant .form form .webform-required,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .webform-required {
    font-size: 12px;
    color: #45454a !important
}

#go-xoriant .form form .has-error .invalid-feedback,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .has-error .invalid-feedback {
    display: block
}

#go-xoriant .form form .msg_subtitle,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .msg_subtitle {
    display: none
}

#go-xoriant .form form .msg_title,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .msg_title {
    padding: 0
}

#go-xoriant .form form input::-moz-placeholder,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block input::-moz-placeholder {
    color: transparent
}

#go-xoriant .form form input::placeholder,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block input::placeholder {
    color: transparent
}

#go-xoriant .form form label,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block label {
    font-size: 14px;
    font-weight: 500;
    color: #45454a !important;
    margin: 0
}

#go-xoriant .form form strong.error,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block strong.error {
    display: block;
    width: 100%
}

#go-xoriant .form form .form-required::after,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .form-required::after {
    color: red;
    content: "*";
    background-image: none
}

#go-xoriant .form form .form-item-captcha-response,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .form-item-captcha-response {
    width: 100% !important;
    margin: 0
}

#go-xoriant .form form .error,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .error {
    color: red !important;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px
}

#go-xoriant .form form .reload-captcha-wrapper,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .reload-captcha-wrapper {
    margin-bottom: 10px
}

#go-xoriant .form form .reload-captcha-wrapper a,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block .reload-captcha-wrapper a {
    font-size: 12px;
    margin: 0
}

#go-xoriant .form form button,
#go-xoriant .form .block.block-resources-download-form.block-download-resources-block button {
    padding: 15px;
    border: 0;
    border-radius: 0;
    background-color: #0aa468;
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #go-xoriant.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

@media only screen and (min-width:1020px) and (max-width:1200px) {
    #go-xoriant .banner-text div {
        font-size: 34px
    }
}

@media screen and (min-width:1920px) {
    #go-xoriant.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #go-xoriant.container {
        max-width: 1440px;
        padding: 0
    }
}

@media only screen and (max-width:898px) {
    #go-xoriant .desktop,
    #go-xoriant .hide,
    #go-xoriant p[class^=rectangle] {
        display: none !important
    }
    #go-xoriant.container {
        padding: 0;
        max-width: 100%
    }
    #go-xoriant .flex {
        padding: 25px
    }
    #go-xoriant .flex p {
        text-align: start
    }
    #go-xoriant .flex>.content {
        margin-right: 0
    }
    #go-xoriant .flex>.content img {
        width: 100%;
        height: auto
    }
    #go-xoriant .banner-section {
        position: relative;
        text-align: center
    }
    #go-xoriant .banner-section img {
        height: auto;
        width: 100%
    }
    #go-xoriant .banner-section .field--name-field-know {
        display: none
    }
    #go-xoriant .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        margin-top: 0;
        text-align: start;
        font-size: 28px
    }
    #go-xoriant .banner-section .banner-text .brand-line {
        margin-left: 0
    }
    #go-xoriant .banner-section .banner-text img {
        width: 120px;
        height: auto;
        margin-bottom: 25px
    }
    #go-xoriant .banner-section .banner-text .field--name-field-banner-text {
        color: #00bbf0
    }
    #go-xoriant .banner-section .banner-text .field--name-field-banner-text-small {
        font-size: 24px;
        font-weight: normal
    }
    #go-xoriant .form .input-group {
        display: flex;
        align-items: center
    }
    #go-xoriant .form .input-group input {
        width: auto !important
    }
}

@media only screen and (min-width:898px) {
    #go-xoriant .mobile {
        display: none !important
    }
    #go-xoriant .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #go-xoriant .banner-section a,
    #go-xoriant .banner-section a:link,
    #go-xoriant .banner-section a:visited,
    #go-xoriant .banner-section a:hover,
    #go-xoriant .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #go-xoriant .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #go-xoriant .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #go-xoriant .banner-section .banner-text img {
        width: 120px;
        height: auto;
        margin-bottom: 25px
    }
    #go-xoriant .banner-section .banner-text .field--name-field-banner-text {
        color: #00bbf0
    }
    #go-xoriant .banner-section .banner-text .field--name-field-banner-text-small {
        width: 60%;
        font-size: 34px;
        font-weight: 500
    }
    #go-xoriant .banner-section .banner-text {
        width: 75% !important
    }
    #go-xoriant .banner-section .field--name-field-know {
        display: none
    }
    #go-xoriant .flex {
        margin: 50px 0;
        padding: 0 80px
    }
    #go-xoriant .flex .form {
        width: 32%;
        display: inline-block;
        vertical-align: top
    }
    #go-xoriant .flex>.content {
        margin-right: 25px;
        display: inline-block;
        width: 65%
    }
    #go-xoriant .flex .col-sm-12 {
        padding-right: 100px;
        padding-left: 35px
    }
    #go-xoriant #block-breadcrumbs .breadcrumb,
    #go-xoriant #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #go-xoriant #block-breadcrumbs .breadcrumb li,
    #go-xoriant #block-breadcrumbs .breadcrumb a,
    #go-xoriant #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #go-xoriant #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #go-xoriant .hide {
        display: none !important
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #go-xoriant.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #go-xoriant .flex>.content {
        width: 64%
    }
    #go-xoriant .breadcrumb {
        margin-left: 25px !important
    }
    #go-xoriant .flex {
        padding: 0 50px
    }
}

.page-node-7490.scroll-hide {
    overflow: hidden
}

.page-node-7490 .overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    justify-content: center;
    align-items: center
}

.page-node-7490.scroll-hide {
    overflow: hidden
}

.page-node-7490 .overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    justify-content: center;
    align-items: center
}

.page-node-7490 #data-management-1 .contact-us {
    height: 65px;
    background-color: #00bbf0;
    position: fixed;
    right: 0;
    top: 47%;
    z-index: 99;
    margin: 0;
    width: 80px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 10px 0 0 10px;
    padding: 10px
}

.page-node-7490 #data-management-1 img.contact-us-img {
    display: block;
    width: 30px;
    height: 25px;
    margin: auto
}

.page-node-7490 #data-management-1 .contact-title a {
    color: #fff;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px
}

.page-node-7490 #data-management-1 .resources-section {
    margin: 0 auto;
    padding: 0 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-node-7490 #data-management-1 .resources-section .row {
    justify-content: center;
    width: 100%
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-title {
    margin: 10px 20px 20px 20px
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-title a p {
    margin-bottom: 0
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-title a:hover {
    color: #00affb
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-3 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.page-node-7490 #data-management-1 .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#data-management-1 h1,
#data-management-1 h2,
#data-management-1 h3,
#data-management-1 h4,
#data-management-1 h5,
#data-management-1 h6,
#data-management-1 span,
#data-management-1 div,
#data-management-1 li,
#data-management-1 a,
#data-management-1 ul {
    font-family: "Poppins";
}

#data-management-1 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30% !important;
    height: auto;
    background-size: unset;
    margin: 20px
}

#data-management-1 .contact-form {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    background: white;
    width: 30%;
    padding: 25px 35px;
    top: 5px;
    z-index: 2001
}

#data-management-1 .contact-form .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url("/sites/default/files/media-icons/close.png")
}

#data-management-1 .contact-form .error {
    color: red;
    font-size: 12px;
    font-weight: 500
}

#data-management-1 .contact-form .form-control {
    height: 32px
}

#data-management-1 .contact-form label[for=edit-privacy-text].custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

#data-management-1 .contact-form label[for=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

#data-management-1 .contact-form .captcha img {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0
}

#data-management-1 .contact-form .captcha fieldset {
    width: 100% !important
}

#data-management-1 .contact-form .captcha fieldset label {
    margin: 0;
    font-size: 12px
}

#data-management-1 .contact-form .captcha .reload-captcha-wrapper {
    display: none
}

#data-management-1 .contact-form #edit-actions {
    margin-bottom: 0;
    text-align: center
}

#data-management-1 .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#data-management-1 h3.head {
    text-transform: capitalize;
    letter-spacing: inherit;
    font-weight: bold
}

#data-management-1 .field--name-field-request-a-demo a {
    -webkit-appearance: none;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 11px;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0;
    text-align: center
}

#data-management-1 .field--name-field-request-a-demo a a,
#data-management-1 .field--name-field-request-a-demo a a:link,
#data-management-1 .field--name-field-request-a-demo a a:visited,
#data-management-1 .field--name-field-request-a-demo a a:hover,
#data-management-1 .field--name-field-request-a-demo a a:active {
    color: white;
    text-decoration: none
}

#data-management-1 .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#data-management-1 .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#data-management-1 .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#data-management-1 .resource>.grids .images>div h3,
#data-management-1 .resource>.grids .images>div p,
#data-management-1 .resource>.grids .images>div div {
    text-align: start
}

#data-management-1 .title-6-desc {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding-right: 80px;
    padding-left: 80px;
    margin: 0;
    font-size: 1.1vw
}

#data-management-1 .title-6-desc h3 {
    margin-bottom: 10px !important;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500
}

#data-management-1 .field--name-field-banner-text-small {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px
}

#data-management-1 .field__label {
    display: none
}

#data-management-1 .banner-section .button-right>div a:before {
    right: 15px;
    top: 114px
}

#data-management-1 .banner-section .button-right>div {
    width: 195px !important;
    height: 180px !important
}

#data-management-1 .banner-section .button-right>div a {
    margin-top: 8px;
    text-align: start;
    font-size: 15px !important;
    line-height: 18px !important
}

#data-management-1 .banner-section .button-right>div a h3 {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 26px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #data-management-1 .testimonial-section picture img {
        height: 400px !important
    }
    #data-management-1 .testimonial-section .carousel-caption {
        bottom: 60px !important
    }
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #data-management-1 .banner-text {
        top: 120px
    }
    #data-management-1.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #data-management-1 .six-pack-grid {
        padding: 15px auto 15px auto !important
    }
    #data-management-1 .six-pack-grid .owl-item {
        margin-right: 40px !important
    }
    #data-management-1 .middle-content .flex {
        padding: 20px !important
    }
    #data-management-1 .resource {
        padding: 0 35px 71px !important
    }
    #data-management-1 .resource .images>div {
        width: 70% !important
    }
    #data-management-1 .testimonial-section .auth {
        padding: 75px !important
    }
    #data-management-1 .four-grid {
        padding: 20px !important
    }
    #data-management-1 .resource .images>div {
        padding: 50px 15px 30px 15px !important
    }
    #data-management-1 .prodenggird .gridrow {
        min-width: 130px !important
    }
}

@media screen and (min-width:1920px) {
    #data-management-1.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #data-management-1.container {
        max-width: 1440px;
        padding: 0
    }
}

@media only screen and (max-width:898px) {
    #data-management-1 .scroll {
        overflow: scroll;
        width: 100%
    }
    #data-management-1 .scroll picture img {
        width: 700px !important;
        height: auto;
        padding: 10px 25px;
        margin: auto
    }
    #data-management-1 .contact-form {
        width: 90%
    }
    #data-management-1 .prodenggird {
        overflow: hidden;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap
    }
    #data-management-1 li.dots {
        background-color: gray
    }
    #data-management-1 li.dots.active {
        background-color: #353535
    }
    #data-management-1 .title-desc-block {
        font-size: 1rem;
        text-align: center
    }
    #data-management-1 .owl-item {
        border-left: 5px solid #45454a
    }
    #data-management-1 .owl-stage {
        padding-left: 10px !important
    }
    #data-management-1 .owl-dots {
        display: none
    }
    #data-management-1 .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        display: block;
        text-align: start !important
    }
    #data-management-1 .bg-light.foot>div {
        margin: 15px 0
    }
    #data-management-1 .bg-light.foot img {
        margin-right: 10px;
        height: 20px
    }
    #data-management-1 .bg-light.foot a,
    #data-management-1 .bg-light.foot a:hover,
    #data-management-1 .bg-light.foot a:focus {
        color: white;
        font-size: 14px;
        letter-spacing: .5px
    }
    #data-management-1 .bg-light.foot .phone {
        height: 28px
    }
    #data-management-1 iframe {
        width: 100%
    }
    #data-management-1 .accordianset {
        margin: unset !important;
        margin-bottom: 64px !important
    }
    #data-management-1 .accordianset .col-md-12.row {
        display: flex block !important;
        margin-bottom: 35px !important
    }
    #data-management-1 .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important
    }
    #data-management-1 .prodenggird .gridrow h6 {
        margin-bottom: unset !important
    }
    #data-management-1 .prodenggird {
        margin-top: 15px;
        margin-bottom: 30px
    }
    #data-management-1 .middle-content {
        margin-bottom: 35px !important;
        padding: 0 20px
    }
    #data-management-1 .middle-content .title {
        margin-top: 23px
    }
    #data-management-1 .field--name-field-field-title-description-ta {
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
        font-size: 14px
    }
    #data-management-1 .field--name-field-field-title-description-ta p {
        font-size: 14px;
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center
    }
    #data-management-1 .accordianset {
        margin: unset !important;
        margin-bottom: 64px
    }
    #data-management-1 .accordianset .col-md-12.row {
        display: flex block
    }
    #data-management-1 .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto !important
    }
    #data-management-1 .des-block-wrapper {
        padding: 30px 15px;
        background-color: #f7f7f7;
        margin: 0
    }
    #data-management-1 .des-block-wrapper .field_item p {
        font-size: 22px
    }
    #data-management-1 .des-block-wrapper ul li {
        font-size: 14px;
        margin: 10px 0
    }
    #data-management-1 .desktop,
    #data-management-1 .hide,
    #data-management-1 p[class^=rectangle] {
        display: none !important
    }
    #data-management-1.container {
        padding: 0;
        max-width: 100%
    }
    #data-management-1 #block-breadcrumbs .breadcrumb,
    #data-management-1 #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 12px 20px
    }
    #data-management-1 #block-breadcrumbs .breadcrumb li,
    #data-management-1 #block-breadcrumbs .breadcrumb a,
    #data-management-1 #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #data-management-1 #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #data-management-1 h1.seo-title,
    #data-management-1 h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 10px
    }
    #data-management-1 h1.seo-title p,
    #data-management-1 h3.title p {
        margin: 0
    }
    #data-management-1 h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin-bottom: 20px
    }
    #data-management-1 .banner-section {
        position: relative;
        text-align: center
    }
    #data-management-1 .banner-section img {
        height: auto;
        width: 100%
    }
    #data-management-1 .banner-section .field--name-field-know {
        display: none
    }
    #data-management-1 .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        top: 20%;
        margin-top: 35% !important
    }
    #data-management-1 .peogridimg {
        padding: 20px 0
    }
    #data-management-1 .flex img {
        width: 100%;
        height: auto;
        margin-bottom: 35px
    }
    #data-management-1 .flex .field--name-field-title-description,
    #data-management-1 .flex .field--name-field-title-description-ta {
        font-size: 14px;
        margin-top: 10px;
        text-align: left
    }
    #data-management-1 .field--name-field-speaktous {
        bottom: 10px !important;
        width: 170px;
        border-radius: 10px;
        border: 1px solid #00bbf0;
        text-align: center;
        height: 90px
    }
    #data-management-1 .field--name-field-speaktous a {
        margin: 5px
    }
    #data-management-1 .field--name-field-speaktous a::before {
        top: inherit;
        right: 0;
        bottom: 0
    }
    #data-management-1 .field--name-field-speaktous a h3 {
        text-align: start;
        line-height: 24px;
        line-height: 18px !important;
        font-size: 18px !important
    }
    #data-management-1 .field--name-field-speaktous a span {
        text-align: start;
        margin: 0 auto;
        display: block;
        font-size: 10px;
        line-height: 11px
    }
    #data-management-1 .pack-title {
        margin: 20px 0 0 0 !important;
        padding: 0 20px 0 20px
    }
    #data-management-1 .title-6-desc {
        padding-right: 20px !important;
        padding-left: 20px !important;
        font-size: 14px
    }
    #data-management-1 .title-6-desc h3 {
        margin-bottom: 10px !important;
        text-align: center
    }
    #data-management-1 .title-6-desc p {
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center
    }
    #data-management-1 .glyphicon.glyphicon-chevron-right {
        left: unset;
        right: -35px
    }
    #data-management-1 .glyphicon {
        left: -35px
    }
    #data-management-1 .six-pack-grid {
        text-align: start;
        padding-bottom: 5px;
        padding-left: 20px;
        margin-top: 20px
    }
    #data-management-1 .six-pack-grid .headings {
        margin: 0 0 10px 0;
        text-align: start;
        font-size: 18px;
        line-height: 20px
    }
    #data-management-1 .six-pack-grid .desc {
        font-size: 14px;
        text-align: start;
        line-height: 20px
    }
    #data-management-1 .six-pack-grid p {
        text-align: start;
        font-size: 14px;
        line-height: 20px
    }
    #data-management-1 .six-pack-grid .grids {
        padding: 15px;
        text-align: start
    }
    #data-management-1 .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 10px 0;
        text-align: start;
        display: block;
        text-transform: uppercase;
        color: #45454a;
        font-weight: bold
    }
    #data-management-1 .connect {
        margin: 35px 10px;
        border-radius: 60px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        padding: 10px;
        text-align: center;
        color: white
    }
    #data-management-1 .connect .field--name-field-expert-text {
        padding: 0 15px;
        font-size: 14px
    }
    #data-management-1 .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border-radius: 19px;
        text-transform: uppercase;
        width: 35%;
        margin: 10px auto 0 auto
    }
    #data-management-1 .connect .field--name-field-know-more a {
        color: white
    }
    #data-management-1 .testimonial-section {
        position: relative;
        margin-bottom: 35px
    }
    #data-management-1 .testimonial-section img {
        width: 100%
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-background img {
        height: 450px
    }
    #data-management-1 .testimonial-section img.background-img {
        height: 450px
    }
    #data-management-1 .testimonial-section .auth {
        position: absolute;
        padding: 10px 20px;
        color: white;
        font-size: 14px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%)
    }
    #data-management-1 .testimonial-section .auth img {
        width: auto;
        height: 95px
    }
    #data-management-1 .testimonial-section .auth-note p {
        line-height: 21px;
        font-size: 14px;
        text-align: center !important
    }
    #data-management-1 .testimonial-section .auth-info {
        text-align: center;
        margin-bottom: 10px;
        line-height: 21px;
        font-size: 14px;
        font-weight: 500
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        line-height: 1;
        height: 43px;
        width: 157px;
        padding-top: 11px;
        padding-bottom: 11px
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:link,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:visited,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:hover,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-author-name {
        margin: 5px 0
    }
    #data-management-1 .testimonial-section {
        margin-top: 30px;
        margin-bottom: 70px
    }
    #data-management-1 .testimonial-section hr.brand-line {
        margin-left: unset;
        width: 60px !important
    }
    #data-management-1 .testimonial-section .d-block.w-100.background-img {
        visibility: hidden
    }
    #data-management-1 .testimonial-section ol.carousel-indicators {
        bottom: 50px !important
    }
    #data-management-1 .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #data-management-1 .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #data-management-1 .testimonial-section .arrows-next-prev {
        bottom: 14% !important;
        right: 61% !important
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #data-management-1 .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #data-management-1 .testimonial-section .carousel-caption {
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        text-align: left;
        border-radius: 10px;
        bottom: 5px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-name p {
        text-align: left !important
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-desc p {
        text-align: left !important
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px;
        width: 100px;
        height: 100px
    }
    #data-management-1 .four-grid {
        text-align: center
    }
    #data-management-1 .four-grid .grids {
        padding: 0 20px 35px 20px
    }
    #data-management-1 .four-grid .grids .flipper {
        height: 325px
    }
    #data-management-1 .four-grid .grids .front,
    #data-management-1 .four-grid .grids .back {
        height: 300px
    }
    #data-management-1 .four-grid .grids .back p {
        line-height: 21px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%)
    }
    #data-management-1 .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #data-management-1 .four-grid .grids img {
        height: 300px;
        width: 100%
    }
    #data-management-1 .four-grid .grids .desc {
        font-size: 14px;
        margin: 0 auto
    }
    #data-management-1 .four-grid .grids .desc p {
        margin: 0;
        font-size: 14px
    }
    #data-management-1 .accordion {
        padding: 10px
    }
    #data-management-1 .accordion .pack-title {
        padding-top: 0;
        background-color: #fff
    }
    #data-management-1 .accordion .headings {
        margin-right: auto;
        margin-top: auto;
        font-size: 14px;
        text-align: inherit;
        font-weight: normal;
        margin-bottom: auto;
        width: 75%
    }
    #data-management-1 .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 15px 0;
        padding: 10px;
        border: 1px solid #ccc;
        position: relative
    }
    #data-management-1 .accordion>.grids img {
        width: 35px;
        height: 35px
    }
    #data-management-1 .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #data-management-1 .accordion .grids.expanded .arrow {
        transform: rotate(180deg)
    }
    #data-management-1 .accordion .desc {
        padding: 20px;
        border: 1px solid #ccc;
        border-top: 0;
        text-align: left
    }
    #data-management-1 .accordion .desc img {
        width: 100%;
        height: auto
    }
    #data-management-1 .accordion .desc p,
    #data-management-1 .accordion .desc span {
        font-size: 14px;
        line-height: 21px
    }
    #data-management-1 .accordion .desc ul {
        text-align: start;
        font-size: 14px;
        line-height: 21px
    }
    #data-management-1 .accordion .arrow {
        height: 15px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 15px
    }
    #data-management-1 .framework {
        position: relative;
        margin-bottom: 35px
    }
    #data-management-1 .framework img {
        width: 100%;
        height: 100px
    }
    #data-management-1 .framework .flex {
        position: absolute;
        top: 0;
        text-align: center;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    #data-management-1 .framework .flex p {
        margin: 0
    }
    #data-management-1 .framework .field--name-field-framework-title {
        font-size: 16px;
        color: white
    }
    #data-management-1 .framework .field--name-field-demo a,
    #data-management-1 .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 12px;
        background-color: white;
        color: #00bbf0;
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        text-transform: uppercase
    }
    #data-management-1 .resource .images {
        position: relative
    }
    #data-management-1 .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 120px;
        cursor: pointer
    }
    #data-management-1 .resource .images>div>a {
        display: none
    }
    #data-management-1 .resource .images .headings {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 500;
        color: white;
        text-transform: capitalize
    }
    #data-management-1 .resource .images hr.brand-line {
        background-color: white;
        width: 60px;
        text-align: start;
        height: 6px;
        margin: 0 0 10px 0
    }
    #data-management-1 .resource .images .desc {
        font-size: 14px;
        margin: 5px 0;
        text-transform: capitalize
    }
    #data-management-1 .resource .images img {
        height: 300px;
        width: 80%
    }
    #data-management-1 .resource .grids {
        padding: 0 10px 35px 10px;
        margin: 0 10px
    }
    #data-management-1 .prodenggird {
        overflow: hidden;
        background: #f7f7f7;
        padding: 35px 25px
    }
    #data-management-1 .prodenggird>.clearfix {
        display: flex;
        flex-wrap: wrap
    }
    #data-management-1 .prodenggird .gridrow {
        text-align: center;
        font-weight: normal;
        text-transform: capitalize;
        font-family: "Poppins";
        cursor: pointer;
        margin: 15px 0 40px 0;
        flex: 0 0 50%;
        position: relative
    }
    #data-management-1 .prodenggird .gridrow:after {
        content: "";
        position: absolute;
        background: url(/themes/custom/bootstrap_xoriant/images/green-icon.png) no-repeat;
        background-repeat: no-repeat;
        height: 22px;
        width: 22px;
        left: 0;
        right: 0;
        margin: 7px auto
    }
    #data-management-1 .prodenggird .gridrow a {
        display: none
    }
    #data-management-1 .prodenggird .gridrow h6 {
        color: #45454a;
        font-size: 18px;
        font-family: "Poppins";
        font-weight: 500
    }
}

@media only screen and (max-width:897px) and (min-width:834px) {
    #data-management-1 .prodenggird .gridrow h6 {
        margin-bottom: 20px
    }
    #data-management-1 .middle-content.container-sm {
        margin-bottom: 30px
    }
}

#data-management-1 #six .carousel-item.active {
    width: 75%;
    border-left: 5px solid #45454a
}

#data-management-1 #six .carousel-item.active+div {
    display: block;
    float: none;
    left: 70%;
    width: 77%;
    z-index: 99;
    border-left: 5px solid #45454a
}

@media only screen and (min-width:898px) {
    #data-management-1 picture img {
        width: 80% !important;
        margin: 0 auto
    }
    #data-management-1 .logo-bg {
        margin: 20px 35px;
        width: 10% !important
    }
    #data-management-1 img[alt=Modern-Data-Challenges] {
        width: 403px !important;
        height: 230px !important
    }
    #data-management-1 .prodenggird {
        overflow: hidden;
        display: flex;
        justify-content: space-evenly
    }
    #data-management-1 ol.carousel-indicators {
        margin-top: 35px
    }
    #data-management-1 ol.carousel-indicators li {
        height: 4px;
        width: 47px;
        background-color: #45454a;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        margin-bottom: 0
    }
    #data-management-1 ol.carousel-indicators li.active {
        height: 4px;
        width: 47px;
        background-color: #00bbf0;
        border-radius: 4px;
        border-top: 0;
        border-bottom: 0
    }
    #data-management-1 .bg-light.foot {
        background: #4e4e4e !important;
        padding: 15px;
        align-items: center;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #data-management-1 .bg-light.foot img {
        margin-right: 10px;
        height: 25px;
        width: auto
    }
    #data-management-1 .bg-light.foot a,
    #data-management-1 .bg-light.foot a:hover,
    #data-management-1 .bg-light.foot a:focus {
        color: white;
        font-size: 14px
    }
    #data-management-1 .bg-light.foot .phone {
        height: 22px
    }
    #data-management-1 .mobile {
        display: none !important
    }
    #data-management-1 h1.seo-title,
    #data-management-1 h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #data-management-1 h1.seo-title p,
    #data-management-1 h3.title p {
        margin-bottom: 0
    }
    #data-management-1 h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        margin-bottom: 20px
    }
    #data-management-1 .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #data-management-1 .banner-section a,
    #data-management-1 .banner-section a:link,
    #data-management-1 .banner-section a:visited,
    #data-management-1 .banner-section a:hover,
    #data-management-1 .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #data-management-1 .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #data-management-1 .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #data-management-1 .banner-section .field--name-field-know {
        display: none
    }
    #data-management-1 #block-breadcrumbs .breadcrumb,
    #data-management-1 #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #data-management-1 #block-breadcrumbs .breadcrumb li,
    #data-management-1 #block-breadcrumbs .breadcrumb a,
    #data-management-1 #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #data-management-1 #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #data-management-1 .middle-content {
        margin: 25px 0 40px 0;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #data-management-1 .middle-content h1.title {
        margin-top: 0;
        font-size: 2.2vw;
        padding: 0 150px;
        line-height: initial
    }
    #data-management-1 .middle-content .flex {
        display: flex;
        padding: 0 150px;
        margin-top: -5px;
        padding-top: 0;
        font-size: 1.15vw
    }
    #data-management-1 .middle-content .field--name-field-image-block,
    #data-management-1 .middle-content .field--name-field-video {
        margin-right: 50px
    }
    #data-management-1 .middle-content .field--name-field-title-description,
    #data-management-1 .middle-content .field--name-field-field-title-description-ta {
        color: #45454a;
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
        margin-top: -5px;
        font-size: 1.1vw
    }
    #data-management-1 .pack-title {
        margin: 0 !important
    }
    #data-management-1 .accordion {
        padding: 10px 100px
    }
    #data-management-1 .accordion .pack-title {
        margin-bottom: 20px !important;
        padding-top: 0;
        background-color: #fff
    }
    #data-management-1 .accordion .headings {
        margin-left: 30px;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
        font-size: 22px;
        color: #45454a
    }
    #data-management-1 .accordion>.grids {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 40px;
        padding: 25px;
        border: 1px solid #ccc;
        position: relative;
        cursor: pointer
    }
    #data-management-1 .accordion>.grids .images img {
        width: 63px;
        height: 64px
    }
    #data-management-1 .accordion .grids.expanded {
        margin-bottom: 0;
        border-bottom: 0
    }
    #data-management-1 .accordion .grids.expanded .arrow {
        right: 30px;
        transform: rotate(180deg)
    }
    #data-management-1 .accordion .desc {
        padding: 20px;
        padding-left: 120px;
        border: 1px solid #ccc;
        border-top: 0;
        margin-bottom: 40px;
        color: #45454a;
        font-size: 14px;
        line-height: 22px
    }
    #data-management-1 .accordion .desc img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block
    }
    #data-management-1 .accordion .desc img[src*=NLP] {
        width: auto;
        height: 300px
    }
    #data-management-1 .accordion .arrow {
        height: 13px;
        width: 22px;
        background: url("/sites/default/files/media-icons/next.png") no-repeat;
        position: absolute;
        right: 20px;
        transform: translateX(-50%);
        top: 50%
    }
    #data-management-1 .six-pack-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 50px;
        position: relative
    }
    #data-management-1 .six-pack-grid .products-row>div::before,
    #data-management-1 .six-pack-grid .products-row>div::after,
    #data-management-1 .six-pack-grid .grids::before,
    #data-management-1 .six-pack-grid .grids::after {
        content: "";
        position: absolute;
        display: block;
        top: 0
    }
    #data-management-1 .six-pack-grid .products-row>div:before,
    #data-management-1 .six-pack-grid .grids:before {
        height: 100%;
        width: 0;
        right: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #data-management-1 .six-pack-grid .products-row>div:after,
    #data-management-1 .six-pack-grid .grids:after {
        background-color: transparent;
        height: calc(100% - 0px);
        width: 0;
        left: 0;
        transition: all 1s cubic-bezier(0.075, .81, .165, 1);
        z-index: -99
    }
    #data-management-1 .six-pack-grid .products-row>div:hover,
    #data-management-1 .six-pack-grid .grids:hover {
        color: white !important;
        z-index: 99
    }
    #data-management-1 .six-pack-grid .products-row>div:hover *,
    #data-management-1 .six-pack-grid .grids:hover * {
        color: white !important;
        z-index: 99
    }
    #data-management-1 .six-pack-grid .products-row>div:hover a,
    #data-management-1 .six-pack-grid .grids:hover a {
        color: #0079c0 !important
    }
    #data-management-1 .six-pack-grid .products-row>div:hover a span,
    #data-management-1 .six-pack-grid .grids:hover a span {
        color: #0079c0 !important
    }
    #data-management-1 .six-pack-grid .products-row>div:hover:before,
    #data-management-1 .six-pack-grid .grids:hover:before {
        width: 100%
    }
    #data-management-1 .six-pack-grid .products-row>div:hover:after,
    #data-management-1 .six-pack-grid .grids:hover:after {
        width: 100%;
        background-color: #45454a;
        color: white
    }
    #data-management-1 .six-pack-grid .grids.col-lg-4:hover:before {
        width: 77%
    }
    #data-management-1 .six-pack-grid .grids.col-lg-4:hover:after {
        width: 77%
    }
    #data-management-1 .six-pack-grid .owl-nav {
        display: block;
        width: 100%;
        text-align: end;
        padding-right: 30px;
        padding-top: 15px
    }
    #data-management-1 .six-pack-grid .owl-nav button span {
        font-size: 30px;
        border: 1px solid #e5e5e5;
        color: #000;
        padding: 0 13px
    }
    #data-management-1 .six-pack-grid .owl-nav .disabled {
        opacity: .6
    }
    #data-management-1 .six-pack-grid .owl-nav.disabled {
        display: none !important
    }
    #data-management-1 .six-pack-grid .owl-prev {
        margin-right: 10px
    }
    #data-management-1 .six-pack-grid button:focus {
        outline: 0
    }
    #data-management-1 .six-pack-grid .grids {
        border-left: 8px solid #45454a;
        position: relative;
        padding: 5px 0 20px 20px
    }
    #data-management-1 .six-pack-grid .grids>a {
        font-size: 14px;
        margin: 55px 0 10px 0 !important;
        text-align: start;
        display: block;
        text-transform: uppercase;
        color: #45454a;
        font-weight: bold
    }
    #data-management-1 .six-pack-grid .desc {
        color: #45454a;
        font-size: 14px;
        text-align: start
    }
    #data-management-1 .six-pack-grid .desc img {
        width: 100%
    }
    #data-management-1 .six-pack-grid .desc ul {
        text-align: start
    }
    #data-management-1 .six-pack-grid .headings {
        margin: 20px 0;
        text-align: start
    }
    #data-management-1 .hide {
        display: none !important
    }
    #data-management-1 .grid-modal {
        display: flex;
        background-color: #f7f7f7;
        padding: 50px;
        position: relative;
        width: 86%;
        margin: 20px auto
    }
    #data-management-1 .grid-modal .images {
        margin-right: 25px;
        height: 60px
    }
    #data-management-1 .grid-modal h3 {
        letter-spacing: normal;
        text-transform: inherit;
        color: #45454a;
        font-size: 22px
    }
    #data-management-1 .grid-modal .close {
        position: absolute;
        top: 15px;
        right: 20px;
        height: 24px;
        width: 24px;
        background: url("/sites/default/files/media-icons/close.png")
    }
    #data-management-1 .connect {
        display: flex;
        justify-content: space-between;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto;
        border-radius: 50px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        align-items: baseline;
        padding: 13.5px 41px;
        margin-bottom: 40px
    }
    #data-management-1 .connect .field--name-field-expert-text {
        margin-right: 29px;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px
    }
    #data-management-1 .connect p {
        margin: 0
    }
    #data-management-1 .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        line-height: initial;
        border-radius: 19px;
        font-weight: bold;
        text-transform: uppercase
    }
    #data-management-1 .connect .field--name-field-know-more a,
    #data-management-1 .connect .field--name-field-know-more a:link,
    #data-management-1 .connect .field--name-field-know-more a:visited,
    #data-management-1 .connect .field--name-field-know-more a:hover,
    #data-management-1 .connect .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #data-management-1 .connect .field--name-field-know-more a {
        color: white
    }
    #data-management-1 .testimonial-section {
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        position: relative
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-background img {
        width: 100%
    }
    #data-management-1 .testimonial-section .auth {
        position: absolute;
        padding: 90px 155px 90px 100px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-family: "Poppins";
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
        left: 0;
        right: 0;
        max-width: 1440px
    }
    #data-management-1 .testimonial-section .auth-note {
        text-align: justify
    }
    #data-management-1 .testimonial-section .auth-note>div {
        font-style: normal;
        font-size: 18px;
        line-height: initial;
        text-align: initial;
        font-weight: 500
    }
    #data-management-1 .testimonial-section .auth-note em {
        font-style: normal
    }
    #data-management-1 .testimonial-section .auth-info {
        margin-right: 35px
    }
    #data-management-1 .testimonial-section .auth-info>div {
        text-align: center;
        width: 215px
    }
    #data-management-1 .testimonial-section .auth-info img {
        width: 150px;
        height: auto
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-author-name {
        text-align: center;
        margin-top: 5px;
        font-size: 18px;
        line-height: initial;
        font-weight: 500
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-link {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        display: inline-block;
        margin-top: 25px;
        padding: 10px;
        text-align: center !important;
        height: 43px;
        width: 135px
    }
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:link,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:visited,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:hover,
    #data-management-1 .testimonial-section .field--name-field-testimonial-link a:active {
        color: white;
        text-decoration: none
    }
    #data-management-1 .testimonial-section {
        margin-top: 90px !important;
        margin-bottom: 80px !important
    }
    #data-management-1 .testimonial-section hr.brand-line {
        width: 70px !important
    }
    #data-management-1 .testimonial-section ol.carousel-indicators {
        bottom: -70px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        left: 1015px !important
    }
    #data-management-1 .testimonial-section ol.carousel-indicators li {
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50px;
        border-top: 0;
        border-bottom: 0;
        opacity: unset;
        border-style: solid;
        border-width: 1px
    }
    #data-management-1 .testimonial-section ol.carousel-indicators li.active {
        background-color: #45454a
    }
    #data-management-1 .testimonial-section .arrows-next-prev {
        bottom: 120% !important
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-prev {
        opacity: 1
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(360deg)
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-next {
        opacity: 1
    }
    #data-management-1 .testimonial-section .arrows-next-prev .carousel-control-next .carousel-control-next-icon {
        background-image: url(/sites/default/files/Bodhi-Images/pngfind.com-back-button-icon-png-3814557.png);
        height: 30px;
        width: 15px;
        transform: rotate(180deg)
    }
    #data-management-1 .testimonial-section .arrows-next-prev>a {
        height: 45px;
        width: 25px !important;
        display: block;
        border: 0;
        padding-top: 13px
    }
    #data-management-1 .testimonial-section .carousel-item[data-index="0"] {
        background: url(/sites/default/files/Bodhi-Images/1_0.png) !important
    }
    #data-management-1 .testimonial-section .carousel-item[data-index="1"] {
        background: url(/sites/default/files/Bodhi-Images/6.png) !important
    }
    #data-management-1 .testimonial-section .carousel-item[data-index="2"] {
        background: url(/sites/default/files/Bodhi-Images/7.png) !important
    }
    #data-management-1 .testimonial-section .carousel-caption {
        bottom: 70px;
        background-image: linear-gradient(#1b1b1b, gray);
        color: #fff;
        max-width: 350px;
        padding: 20px;
        position: absolute;
        left: 25% !important;
        text-align: left;
        border-radius: 10px
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-name {
        color: #fff;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        line-height: 20px !important
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-name .field--name-field-testimonial-author-name p {
        text-align: left !important
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-name span {
        color: #fff;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 500
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-desc {
        color: #fff;
        margin-top: 10px;
        font-family: "Poppins";
        margin-bottom: 80px
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-img {
        position: absolute;
        bottom: -20px
    }
    #data-management-1 .testimonial-section .carousel-caption .testimonial-img img {
        border-radius: 50px;
        width: 100px;
        height: 100px
    }
    #data-management-1 .four-grid-title.title {
        margin-top: 50px;
        margin-bottom: 30px
    }
    #data-management-1 .four-grid {
        display: flex;
        justify-content: center;
        padding: 20px 80px 20px 80px;
        max-width: 1440px;
        margin: auto
    }
    #data-management-1 .four-grid .grids {
        margin: 0 16px;
        text-align: center
    }
    #data-management-1 .four-grid .grids .images img {
        width: 100%;
        height: 100%
    }
    #data-management-1 .four-grid .grids h3 {
        text-transform: inherit;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 500
    }
    #data-management-1 .four-grid .grids .desc {
        font-size: 14px;
        color: #45454a;
        font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        background-color: #f7f7f7;
        text-transform: capitalize
    }
    #data-management-1 .four-grid .grids .desc p {
        padding: 20px
    }
    #data-management-1 .four-grid[length="1"] {
        width: 40%
    }
    #data-management-1 .four-grid[length="2"] {
        width: 60%
    }
    #data-management-1 .four-grid[length="3"] {
        width: 90%
    }
    #data-management-1 .framework {
        position: relative;
        margin-bottom: 50px;
        margin-top: 27px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #data-management-1 .framework img {
        width: 100%;
        height: 100px
    }
    #data-management-1 .framework .flex {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    #data-management-1 .framework .flex .field--name-field-demo,
    #data-management-1 .framework .flex .field--name-field-request-a-demo {
        margin-top: 10px
    }
    #data-management-1 .framework .field--name-field-framework-title {
        font-size: 30px;
        color: white;
        font-family: "Poppins";
        font-weight: 400;
        margin-right: 30px
    }
    #data-management-1 .framework .field--name-field-framework-title p {
        margin: 0
    }
    #data-management-1 .framework .field--name-field-demo a,
    #data-management-1 .framework .field--name-field-request-a-demo a {
        -webkit-appearance: none;
        background: #00bbf0;
        color: white;
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        background-color: white;
        color: #00bbf0;
        text-transform: uppercase
    }
    #data-management-1 .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 0 100px 71px
    }
    #data-management-1 .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #data-management-1 .resource .images {
        position: relative
    }
    #data-management-1 .resource .images img {
        width: 80%;
        height: auto
    }
    #data-management-1 .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 80px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #data-management-1 .resource .images>div>a {
        display: none
    }
    #data-management-1 .resource .images .headings {
        font-size: 18px;
        color: white;
        letter-spacing: 0;
        text-transform: capitalize;
        font-weight: 500
    }
    #data-management-1 .resource .images hr.brand-line {
        background-color: white;
        width: 60px;
        text-align: start;
        height: 6px;
        margin: 0 0 10px 0
    }
    #data-management-1 .resource .images .desc {
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-transform: capitalize;
        -webkit-line-clamp: 4
    }
    #data-management-1 .resource .images .date {
        font-size: 14px
    }
    #data-management-1 .prodenggird {
        background: #f7f7f7;
        padding: 0 10px;
        height: 250px;
        margin: 50px 0;
        overflow: hidden;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #data-management-1 .prodenggird .clearfix {
        display: flex;
        align-items: center;
        height: 250px;
        text-align: center;
        justify-content: center
    }
    #data-management-1 .prodenggird .gridrow {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        text-transform: capitalize;
        font-family: "Poppins";
        cursor: pointer;
        position: relative;
        padding: 0 15px;
        min-width: 160px;
        max-width: 200px;
        height: 250px
    }
    #data-management-1 .prodenggird .gridrow:after {
        content: "";
        height: 50%;
        width: 1.5px;
        position: absolute;
        right: 0;
        top: 70px;
        background-image: radial-gradient(#ccc, #fff), radial-gradient(#ccc, #fff)
    }
    #data-management-1 .prodenggird .gridrow:last-of-type:after {
        display: none;
        background-image: none
    }
    #data-management-1 .prodenggird .gridrow img[width="34"] {
        width: auto
    }
    #data-management-1 .prodenggird .gridrow a {
        display: none
    }
    #data-management-1 .prodenggird .gridrow p {
        margin-top: 40px
    }
    #data-management-1 .prodenggird .gridrow p img {
        margin-bottom: 20px;
        height: 64px;
        width: 64px
    }
    #data-management-1 .prodenggird .gridrow h6 {
        color: #45454a;
        font-size: 14px;
        font-family: "Poppins";
        font-weight: normal;
        display: block;
        margin: 0 auto;
        text-align: center
    }
    #data-management-1 .prodenggird .gridrow:hover {
        background: #44464b
    }
    #data-management-1 .prodenggird .gridrow:hover a {
        color: inherit
    }
    #data-management-1 .prodenggird .gridrow:hover h6 {
        color: #fff;
        position: relative
    }
    #data-management-1 .prodenggird .gridrow:hover h6:after {
        position: absolute;
        height: 15px;
        width: 15px;
        top: 50px;
        right: 42%;
        background-size: 100% 100% !important;
        background: url(/themes/custom/bootstrap_xoriant/images/next_white.png) no-repeat;
        content: ""
    }
    #data-management-1 .prodenggird .gridrow:hover:after {
        display: none;
        background-image: none
    }
    #data-management-1 .prodenggird .gridrow:hover>p:first-of-type {
        display: none
    }
    #data-management-1 .prodenggird .gridrow:hover .hide {
        display: block !important
    }
    #data-management-1 .carousel-inner .active.left {
        left: -33%
    }
    #data-management-1 .carousel-inner .next {
        left: 33%
    }
    #data-management-1 .carousel-inner .prev {
        left: -33%
    }
    #data-management-1 .carousel-control.left,
    #data-management-1 .carousel-control.right {
        background-image: none
    }
    #data-management-1 .carousel-multi .carousel-inner>.carousel-item {
        display: none
    }
    #data-management-1 .carousel-multi .carousel-inner .active {
        display: flex;
        justify-content: space-between;
        padding: 20px 50px
    }
    #data-management-1 .carousel-multi .carousel-inner .active>div {
        margin: 20px;
        padding: 20px
    }
    #data-management-1 .carousel-multi .carousel-inner .active>div * {
        text-align: start
    }
    #data-management-1 .carousel-multi .carousel-inner .active.left {
        left: -33%
    }
    #data-management-1 .carousel-multi .carousel-inner .active.right {
        left: 33%
    }
    #data-management-1 .carousel-multi .carousel-inner .next {
        left: 33%
    }
    #data-management-1 .carousel-multi .carousel-inner .prev {
        left: -33%
    }
}

@media only screen and (min-width:898px) and (transform-3d),
only screen and (min-width:898px) and (-webkit-transform-3d) {
    #data-management-1 .carousel-multi .carousel-inner>.carousel-item {
        transform: none !important
    }
}

@media only screen and (max-width:1211px) and (min-width:898px) {
    #data-management-1 .accordianset {
        margin: unset !important;
        margin-bottom: 64px !important;
        margin-top: 50px !important
    }
    #data-management-1 .accordianset .col-md-12.row {
        display: flex block
    }
    #data-management-1 .accordianset .col-md-12.row .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
        margin: 0 auto !important
    }
    #data-management-1 .framework .field--name-field-framework-title {
        font-size: 22px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #data-management-1 .resource .grids {
        cursor: pointer;
        display: inline-block;
        width: 46%;
        vertical-align: middle
    }
    #data-management-1 .resource .images>div {
        padding-top: 90px
    }
    #data-management-1 .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #data-management-1 .resource .grids {
        display: inline-block;
        vertical-align: middle;
        width: 46%
    }
    #data-management-1 .resource .images>div {
        padding-top: 90px
    }
    #data-management-1 .flex img {
        margin: 15px auto;
        display: block;
        text-align: center;
        width: auto
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #data-management-1 .banner-text {
        top: 120px !important
    }
    #data-management-1.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #data-management-1 .middle-content .flex {
        padding: 0 25px !important
    }
    #data-management-1 .middle-content .field--name-field-image-block img {
        height: 250px;
        width: auto
    }
    #data-management-1 .gridrow {
        min-width: unset !important
    }
    #data-management-1 .flipper .back p {
        font-size: 12px !important;
        line-height: initial !important
    }
    #data-management-1 .resource {
        padding: 0 25px 71px
    }
    #data-management-1 .resource .images>div {
        padding: 30px 15px 30px 15px
    }
    #data-management-1 .breadcrumb {
        margin-left: 25px !important
    }
}

#data-management-1 .peogridimg {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 0;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-bottom: 50px
}

#data-management-1 .accordianset {
    margin: 50px 0
}

#data-management-1 .accordianset .col-md-12.row {
    margin: unset;
    padding: 0 20px
}

#data-management-1 .accordianset .col-md-12.row .col-md-3:nth-child(6) {
    margin-right: 0
}

#data-management-1 .accordianset .col-md-12.row .col-md-3:nth-child(7) {
    margin-left: 0;
    margin-right: 0
}

#data-management-1 .accordianset .col-md-12.row .col-md-3:nth-child(8) {
    margin-left: 0
}

#data-management-1 .accordianset .col-md-12.row .col-md-3:last-of-type {
    margin-right: auto
}

#data-management-1 .accordianset .col-md-12.row .col-md-3 {
    background: url("/themes/custom/bootstrap_xoriant/images/icons/Shape 46.png");
    background-size: auto;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 119px;
    position: relative
}

#data-management-1 .accordianset .col-md-12.row .col-md-3:hover {
    background: unset;
    background: url("/themes/custom/bootstrap_xoriant/images/icons/Shape 45.png");
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 85px;
    background-size: 90% 96%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    padding-bottom: 64px
}

#data-management-1 .accordianset .col-md-12.row .col-md-3:hover div.hide {
    display: block !important;
    top: 38px;
    position: inherit;
    bottom: 100px;
    font-size: 14px;
    padding: 10px
}

#data-management-1 .accordianset .col-md-12.row .col-md-3 h6 {
    top: 35px;
    position: inherit;
    font-size: 18px;
    font-weight: normal;
    font-family: "Poppins";
    padding: 0 20px
}

#data-management-1 .accordianset .field--name-field-heading {
    width: 100%;
    padding-bottom: 20px
}

#data-management-1 .accordianset .field--name-field-heading .field__item {
    color: #45454a;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 754px;
    margin: 0 auto
}

#data-management-1 .testimonial-section.overview {
    margin-top: 0 !important
}

body[about*="/cloud-infrastructure/infrastructure-management"] .resource .desc {
    height: auto !important
}

@media(max-width:768px) {
    .page-node-7490 #data-management-1 .resources-section .col-md-3 {
        padding: 0 30px 30px 30px
    }
    .page-node-7490 #data-management-1 .resources-section .col-md-3:last-child {
        padding: 0 30px 0 30px
    }
    .page-node-7490 #data-management-1 .resources-section .col-md-3 .resources-title a p,
    .page-node-7490 #data-management-1 .resources-section .col-md-3 .resources-subtitle p {
        text-align: left
    }
    .page-node-7490 #data-management-1 .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    .page-node-7490 #data-management-1 .contact-us {
        height: 70px;
        background-color: #00bbf0;
        position: fixed;
        right: 10px;
        z-index: 99;
        margin: 0;
        width: 70px;
        font-size: 9px;
        font-weight: normal;
        border-radius: 50%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
    .page-node-7490 #data-management-1 img.contact-us-img {
        height: 25px;
        width: 23px;
        display: block;
        margin: 0
    }
    .page-node-7490 #data-management-1 .contact-title a {
        color: #fff;
        font-family: "Poppins";
        font-size: 10px;
        line-height: 14px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        position: relative;
        margin-top: 0;
        display: block;
        background: transparent !important
    }
}

.page-node-7490 #data-management-1 .trends-title p {
    margin-bottom: 20px;
    margin-top: 0
}

.page-node-7490 #data-management-1 .testimonial-section picture img {
    width: 100% !important
}

.page-node-7490 #data-management-1 .button-right {
    display: none
}

.page-node-7490 #data-management-1 .show-popup {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity .3s linear;
    z-index: 20
}

.page-node-7490 #data-management-1 .popup-form {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-node-7490 #data-management-1 .popup-form .popup-box {
    display: flex;
    width: 80%
}

.page-node-7490 #data-management-1 .popup-form .image-box {
    width: 60%;
    background: url("/cdn/ff/i8KNw7dMthXj3GwY1ngVXHKBgFiWAysxOfbYK9rJOYE/1660902539/public/2022-08/Data%20Lineage%20Made%20Easy%20for%20Business%20Users%20%283%29.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 80px
}

.page-node-7490 #data-management-1 .popup-form .image-box .brand-line {
    margin-bottom: 15px;
    margin-top: 0
}

.page-node-7490 #data-management-1 .popup-form .image-box .popup-subtitle {
    color: #fff;
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 5px
}

.page-node-7490 #data-management-1 .popup-form .image-box .popup-title {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px
}

.page-node-7490 #data-management-1 .popup-form .image-box .popup-cta {
    color: #3d2f62;
    background-color: #d3d0e5;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    padding: 15px 30px;
    border: 0;
    outline: 0
}

.page-node-7490 #data-management-1 .popup-form .image-box .popup-cta:hover,
.page-node-7490 #data-management-1 .popup-form .image-box .popup-cta:focus,
.page-node-7490 #data-management-1 .popup-form .image-box .popup-cta:active {
    outline: 0
}

.page-node-7490 #data-management-1 .popup-form .form-box {
    font-size: 14px;
    background: white;
    padding: 25px 35px;
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-node-7490 #data-management-1 .popup-form .form-box .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url(/sites/default/files/media-icons/close.png);
    cursor: pointer
}

.page-node-7490 #data-management-1 .popup-form .form-box .captcha {
    margin-top: 20px
}

.page-node-7490 #data-management-1 .popup-form .form-box #edit-captcha-response--2-error {
    width: 100%
}

.page-node-7490 #data-management-1 .popup-form .form-box .form-item-captcha-response {
    width: 100% !important
}

.page-node-7490 #data-management-1 .popup-form .form-box .reload-captcha-wrapper {
    display: none
}

.page-node-7490 #data-management-1 .popup-form .form-box .error {
    color: red;
    font-size: 12px;
    font-weight: 500
}

.page-node-7490 #data-management-1 .popup-form .form-box label.custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

.page-node-7490 #data-management-1 .popup-form .form-box label.custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.page-node-7490 #data-management-1 .lets-connect-form {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box {
    font-size: 14px;
    background: white;
    padding: 25px 35px;
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url(/sites/default/files/media-icons/close.png);
    cursor: pointer
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box #edit-captcha-response--2-error {
    width: 100%
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box .reload-captcha-wrapper {
    display: none
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box #edit-actions {
    text-align: center
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box .form-item-captcha-response {
    width: 100% !important
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box .error {
    color: red;
    font-size: 12px;
    font-weight: 500
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box label.custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

.page-node-7490 #data-management-1 .lets-connect-form .form-box label.custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.page-node-7490 #data-management-1 .bottom-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #00bbf0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear
}

.page-node-7490 #data-management-1 .bottom-banner span {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold
}

.page-node-7490 #data-management-1 .bottom-banner button {
    color: #00bbf0;
    background-color: #fff;
    border: 0;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 6px;
    margin-left: 10px;
    font-weight: bold
}

.page-node-7490 #data-management-1 .bottom-banner button:hover,
.page-node-7490 #data-management-1 .bottom-banner button:focus,
.page-node-7490 #data-management-1 .bottom-banner button:active {
    outline: 0
}

@media(max-width:1024px) {
    .page-node-7490 #data-management-1 .resource {
        padding: 30px 35px 90px 35px !important
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box {
        width: 85%
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box {
        width: 65%;
        padding: 30px 60px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .brand-line {
        margin-left: 0
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .popup-subtitle {
        font-size: 25px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .popup-title {
        font-size: 50px;
        line-height: 50px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .popup-cta {
        font-size: 16px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .form-box {
        width: 45%
    }
}

@media(max-width:767px) {
    .page-node-7490 #data-management-1 .banner-section .banner-text {
        margin-top: 25% !important
    }
    .page-node-7490 #data-management-1 .mobile.speak-to-us {
        display: none
    }
    .page-node-7490 #data-management-1 .resource {
        padding: 10px 0 90px 0 !important
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box {
        flex-direction: column;
        width: 85%
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box {
        width: 100%;
        padding: 30px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .brand-line {
        margin-bottom: 10px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .popup-subtitle {
        font-size: 16px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .popup-title {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .image-box .popup-cta {
        font-size: 12px;
        padding: 5px 15px
    }
    .page-node-7490 #data-management-1 .popup-form .popup-box .form-box {
        width: 100%
    }
    .page-node-7490 #data-management-1 .lets-connect-form .form-box {
        width: 100%
    }
    .page-node-7490 #data-management-1 .bottom-banner {
        flex-direction: column
    }
    .page-node-7490 #data-management-1 .bottom-banner span {
        font-size: 18px;
        margin-bottom: 5px;
        margin-right: 0
    }
    .page-node-7490 #data-management-1 .bottom-banner button {
        margin-left: 0
    }
}

.page-node-7490 #data-management-1 .resources-section {
    margin: 0 auto;
    padding: 0 15px 85px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-node-7490 #data-management-1 .resources-section .row {
    justify-content: center
}

.page-node-7490 #data-management-1 .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

.page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b
}

.page-node-7490 #data-management-1 .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

.page-node-7490 #data-management-1 .resources-section .security-expert-button:hover,
.page-node-7490 #data-management-1 .resources-section .security-expert-button:active,
.page-node-7490 #data-management-1 .resources-section .security-expert-button:focus {
    outline: 0 !important
}

.page-node-7490 #data-management-1 .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    .page-node-7490 #data-management-1 .page-node-7490 #data-management-1 .resources-section {
        padding: 0 15px 30px 15px
    }
}

@media(max-width:767px) {
    .page-node-7490 #data-management-1 .resources-section {
        padding: 0 15px 30px 15px
    }
    .page-node-7490 #data-management-1 .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    .page-node-7490 #data-management-1 .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    .page-node-7490 #data-management-1 .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    .page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-title a p,
    .page-node-7490 #data-management-1 .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
}

@media(max-width:767px) {
    .page-node-7516 .case-study-section {
        padding: 50px 70px !important
    }
    .page-node-7516 .case-study-section .case-study-link {
        padding: 5px 10px !important;
        width: 70% !important
    }
    .page-node-7516 .case-study-section .download-icon img {
        float: right;
        position: relative;
        top: 185px;
        z-index: 1
    }
    .page-node-7516 .case-study-1-form input[id^=edit-captcha-response],
    .page-node-7516 .case-study-2-form input[id^=edit-captcha-response],
    .page-node-7516 .case-study-3-form input[id^=edit-captcha-response],
    .page-node-7516 .case-study-4-form input[id^=edit-captcha-response] {
        width: 45% !important;
        padding: 20px !important;
        margin-top: unset !important
    }
    .page-node-7516 .case-study-1-form small.description.text-muted,
    .page-node-7516 .case-study-2-form small.description.text-muted,
    .page-node-7516 .case-study-3-form small.description.text-muted,
    .page-node-7516 .case-study-4-form small.description.text-muted {
        display: none
    }
    .page-node-7516 .case-study-1-form .invalid-feedback,
    .page-node-7516 .case-study-2-form .invalid-feedback,
    .page-node-7516 .case-study-3-form .invalid-feedback,
    .page-node-7516 .case-study-4-form .invalid-feedback {
        display: block !important
    }
    .page-node-7516 .case-study-1-form div[id^=edit-actions],
    .page-node-7516 .case-study-2-form div[id^=edit-actions],
    .page-node-7516 .case-study-3-form div[id^=edit-actions],
    .page-node-7516 .case-study-4-form div[id^=edit-actions] {
        text-align: center !important
    }
}

@media(min-width:750px) {
    .page-node-7516 .case-study-section .inline-flex {
        display: flex
    }
    .page-node-7516 .case-study-section .inline-flex .download-icon {
        left: 10px;
        top: 5px;
        position: relative
    }
    .page-node-7516 .case-study-1-form input[id^=edit-captcha-response],
    .page-node-7516 .case-study-2-form input[id^=edit-captcha-response],
    .page-node-7516 .case-study-3-form input[id^=edit-captcha-response],
    .page-node-7516 .case-study-4-form input[id^=edit-captcha-response] {
        width: 45% !important;
        padding: 20px !important;
        margin-top: unset !important
    }
    .page-node-7516 .case-study-1-form small.description.text-muted,
    .page-node-7516 .case-study-2-form small.description.text-muted,
    .page-node-7516 .case-study-3-form small.description.text-muted,
    .page-node-7516 .case-study-4-form small.description.text-muted {
        display: none
    }
    .page-node-7516 .case-study-1-form .invalid-feedback,
    .page-node-7516 .case-study-2-form .invalid-feedback,
    .page-node-7516 .case-study-3-form .invalid-feedback,
    .page-node-7516 .case-study-4-form .invalid-feedback {
        display: block !important
    }
    .page-node-7516 .case-study-1-form div[id^=edit-actions],
    .page-node-7516 .case-study-2-form div[id^=edit-actions],
    .page-node-7516 .case-study-3-form div[id^=edit-actions],
    .page-node-7516 .case-study-4-form div[id^=edit-actions] {
        text-align: center !important
    }
}

.page-node-7516 .team,
.page-node-7516 .connect.desktop,
.page-node-7516 .connect.mobile {
    display: none !important
}

.page-node-7516 input[id^=edit-email]::-moz-placeholder {
    text-transform: capitalize !important
}

.page-node-7516 .hide-cis {
    opacity: unset !important;
    visibility: unset !important
}

.page-node-7516 #lets-connect-form input[id^=edit-email],
.page-node-7516 #lets-connect-form input[id^=edit-user-name-last],
.page-node-7516 #lets-connect-form input[id^=edit-org-name],
.page-node-7516 #lets-connect-form input[id^=edit-user-name],
.page-node-7516 #lets-connect-form input[id^=edit-email] {
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    border-radius: unset !important;
    width: 100%
}

.page-node-7516 #lets-connect-form strong {
    margin-bottom: .5rem !important
}

.page-node-7516 #lets-connect-form input[id^=edit-captcha-response] {
    margin-top: unset !important
}

.page-node-7516 #lets-connect strong.error {
    color: red;
    font-size: 14px;
    height: 0;
    font-weight: normal !important
}

.node--type-microsoft-alliance.scroll-hide {
    overflow: hidden
}

.node--type-microsoft-alliance .overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    justify-content: center;
    align-items: center
}

#alliance-page h1,
#alliance-page h2,
#alliance-page h3,
#alliance-page h4,
#alliance-page h5,
#alliance-page h6,
#alliance-page span,
#alliance-page div,
#alliance-page li,
#alliance-page a,
#alliance-page ul {
    font-family: "Poppins";
}

#alliance-page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#alliance-page .resource hr.brand-line {
    background-color: white;
    width: 60px;
    text-align: start;
    height: 6px;
    margin: 0 0 10px 0
}

#alliance-page .resource>.grids .images>div {
    border-radius: 10px
}

#alliance-page .resource>.grids:nth-child(1) .images>div {
    background-color: #4e4f54
}

#alliance-page .resource>.grids:nth-child(2) .images>div {
    background-color: #219765
}

#alliance-page .resource>.grids:nth-child(3) .images>div {
    background-color: #246f91
}

#alliance-page .resource>.grids .images img {
    border-radius: 10px
}

#alliance-page .resource>.grids .images>div h3,
#alliance-page .resource>.grids .images>div p,
#alliance-page .resource>.grids .images>div div {
    text-align: start
}

@media only screen and (max-width:991px) {
    #alliance-page #testimonialCarouselIndicators .carousel-inner>div {
        height: 470px !important
    }
}

#alliance-page .case-study-section {
    max-width: 100%;
    padding: 75px 150px;
    background-color: #172d67
}

#alliance-page .case-study-section .case-study-carousel-prev {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%)
}

#alliance-page .case-study-section .case-study-carousel-prev i {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 30px;
    width: 30px;
    transform: rotate(-45deg)
}

#alliance-page .case-study-section .case-study-carousel-next {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%)
}

#alliance-page .case-study-section .case-study-carousel-next i {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 30px;
    width: 30px;
    transform: rotate(-45deg)
}

#alliance-page .case-study-section .case-study-category {
    color: #00affb;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold
}

#alliance-page .case-study-section .case-study-title p {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: bold
}

#alliance-page .case-study-section .case-study-subtitle p {
    color: #00affb;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px
}

#alliance-page .case-study-section .case-study-link {
    padding: 10px 30px;
    border: 2px solid #00affb;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer
}

#alliance-page .case-study-section .case-study-link:hover,
#alliance-page .case-study-section .case-study-link:active,
#alliance-page .case-study-section .case-study-link:focus {
    outline: 0;
    background-color: #00affb
}

#alliance-page .case-study-section .case-study-link a {
    color: #fff;
    font-size: 16px
}

#alliance-page .case-study-section .row .col-md-6:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#alliance-page .case-study-section .case-study-image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#alliance-page .resources-section {
    margin: 0 auto;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#alliance-page .resources-section .row {
    justify-content: center;
    width: 100%
}

#alliance-page .resources-section .trends-title p {
    margin-top: 0;
    font-size: 30px;
    line-height: initial;
    color: #45454a;
    text-transform: initial;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    letter-spacing: inherit
}

#alliance-page .resources-section .row .col-md-4 .resources-box {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: 100%;
    border-radius: 6px 6px 0 0
}

#alliance-page .resources-section .row .col-md-4 .resources-image img {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#alliance-page .resources-section .row .col-md-4 .resources-category {
    display: inline-block;
    margin: 20px 20px 10px 20px;
    padding: 7px 15px;
    background: #00add7;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: 0;
    font-weight: normal;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#alliance-page .resources-section .row .col-md-4 .resources-title {
    margin: 10px 20px 20px 20px
}

#alliance-page .resources-section .row .col-md-4 .resources-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#alliance-page .resources-section .row .col-md-4 .resources-title a:hover {
    color: #00affb
}

#alliance-page .resources-section .row .col-md-4 .resources-title a p {
    margin-bottom: 0
}

#alliance-page .resources-section .row .col-md-4 .resources-subtitle p {
    margin: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #2b2b2b;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

#alliance-page .resources-section .security-expert-button {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    cursor: pointer
}

#alliance-page .resources-section .security-expert-button:hover,
#alliance-page .resources-section .security-expert-button:active,
#alliance-page .resources-section .security-expert-button:focus {
    outline: 0 !important
}

#alliance-page .resources-section .security-expert-button p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0
}

@media(max-width:1024px) {
    #alliance-page .case-study-section {
        padding: 60px 100px
    }
    #alliance-page .case-study-section .case-study-carousel-prev {
        left: -60px
    }
    #alliance-page .case-study-section .case-study-carousel-next {
        right: -60px
    }
    #alliance-page .case-study-section .case-study-category {
        font-size: 18px
    }
    #alliance-page .case-study-section .case-study-title p {
        font-size: 35px;
        line-height: 40px
    }
    #alliance-page .case-study-section .case-study-subtitle p {
        font-size: 22px;
        line-height: 27px
    }
    #alliance-page .case-study-section .case-study-heading {
        margin-bottom: 0
    }
    #alliance-page .case-study-section .case-study-heading p {
        font-size: 26px;
        margin: 0
    }
    #alliance-page .case-study-section .case-study-subheading {
        margin-bottom: 0
    }
    #alliance-page .case-study-section .case-study-subheading p {
        margin: 0 0 30px 0
    }
    #alliance-page .resources-section {
        padding: 30px 15px
    }
    #alliance-page .resources-section .trends-title p {
        font-size: 26px
    }
    #alliance-page .resources-section .security-expert-button {
        margin: 30px auto 0 auto
    }
    #alliance-page .resources-section .security-expert-button p {
        font-size: 16px
    }
}

@media(max-width:767px) {
    #alliance-page .case-study-section {
        padding: 50px 80px
    }
    #alliance-page .case-study-section .case-study-category {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        width: 100%
    }
    #alliance-page .case-study-section .case-study-title p {
        font-size: 25px;
        line-height: 30px
    }
    #alliance-page .case-study-section .case-study-subtitle p {
        font-size: 20px;
        line-height: 25px
    }
    #alliance-page .case-study-section .case-study-link {
        padding: 5px 20px;
        margin: 0 auto;
        display: block;
        width: 85%;
        text-align: center;
        position: absolute;
        bottom: -190px
    }
    #alliance-page .case-study-section .case-study-link a {
        font-size: 14px
    }
    #alliance-page .case-study-section .case-study-image img {
        height: 130px;
        margin-bottom: 70px
    }
    #alliance-page .case-study-section .case-study-carousel-prev {
        left: -40px
    }
    #alliance-page .case-study-section .case-study-carousel-next {
        right: -40px
    }
    #alliance-page .case-study-section .case-study-heading {
        margin-bottom: 0
    }
    #alliance-page .case-study-section .case-study-heading p {
        font-size: 22px;
        margin: 0
    }
    #alliance-page .case-study-section .case-study-subheading {
        margin-bottom: 0
    }
    #alliance-page .case-study-section .case-study-subheading p {
        font-size: 16px;
        margin: 0 0 30px 0
    }
    #alliance-page .case-study-section .case-study-image img {
        z-index: 5
    }
    #alliance-page .case-study-section .case-study-link {
        z-index: 20
    }
    #alliance-page .resources-section .trends-title p {
        margin-bottom: 20px;
        margin-top: 0
    }
    #alliance-page .resources-section .col-md-4 {
        padding: 0 30px 30px 30px
    }
    #alliance-page .resources-section .col-md-4:last-child {
        padding: 0 30px 0 30px
    }
    #alliance-page .resources-section .row .col-md-4 .resources-title a p,
    #alliance-page .resources-section .row .col-md-4 .resources-subtitle p {
        text-align: left
    }
    #alliance-page .resources-section .security-expert-button {
        margin: 30px auto 0 auto;
        padding: 15px 35px
    }
    #alliance-page .resources-section .security-expert-button p {
        font-size: 16px;
        line-height: 18px
    }
}

#alliance-page .field__label {
    display: none
}

#alliance-page .contact-form,
#alliance-page .case-study-1-form,
#alliance-page .case-study-2-form,
#alliance-page .case-study-3-form,
#alliance-page .case-study-4-form {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    background: white;
    width: 30%;
    padding: 25px 35px;
    top: 75px;
    z-index: 2001
}

#alliance-page .contact-form .close-icon,
#alliance-page .case-study-1-form .close-icon,
#alliance-page .case-study-2-form .close-icon,
#alliance-page .case-study-3-form .close-icon,
#alliance-page .case-study-4-form .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url("/sites/default/files/media-icons/close.png")
}

#alliance-page .contact-form .error,
#alliance-page .case-study-1-form .error,
#alliance-page .case-study-2-form .error,
#alliance-page .case-study-3-form .error,
#alliance-page .case-study-4-form .error {
    color: red;
    font-size: 12px;
    font-weight: 500
}

#alliance-page .contact-form .form-control,
#alliance-page .case-study-1-form .form-control,
#alliance-page .case-study-2-form .form-control,
#alliance-page .case-study-3-form .form-control,
#alliance-page .case-study-4-form .form-control {
    height: 32px
}

#alliance-page .contact-form label[for=edit-privacy-text].custom-control-label.checked::before,
#alliance-page .case-study-1-form label[for=edit-privacy-text].custom-control-label.checked::before,
#alliance-page .case-study-2-form label[for=edit-privacy-text].custom-control-label.checked::before,
#alliance-page .case-study-3-form label[for=edit-privacy-text].custom-control-label.checked::before,
#alliance-page .case-study-4-form label[for=edit-privacy-text].custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

#alliance-page .contact-form label[for=edit-privacy-text].custom-control-label.checked::after,
#alliance-page .case-study-1-form label[for=edit-privacy-text].custom-control-label.checked::after,
#alliance-page .case-study-2-form label[for=edit-privacy-text].custom-control-label.checked::after,
#alliance-page .case-study-3-form label[for=edit-privacy-text].custom-control-label.checked::after,
#alliance-page .case-study-4-form label[for=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

#alliance-page .contact-form .captcha img,
#alliance-page .case-study-1-form .captcha img,
#alliance-page .case-study-2-form .captcha img,
#alliance-page .case-study-3-form .captcha img,
#alliance-page .case-study-4-form .captcha img {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0
}

#alliance-page .contact-form .captcha fieldset,
#alliance-page .case-study-1-form .captcha fieldset,
#alliance-page .case-study-2-form .captcha fieldset,
#alliance-page .case-study-3-form .captcha fieldset,
#alliance-page .case-study-4-form .captcha fieldset {
    width: 100% !important
}

#alliance-page .contact-form .captcha fieldset label,
#alliance-page .case-study-1-form .captcha fieldset label,
#alliance-page .case-study-2-form .captcha fieldset label,
#alliance-page .case-study-3-form .captcha fieldset label,
#alliance-page .case-study-4-form .captcha fieldset label {
    margin: 0;
    font-size: 12px
}

#alliance-page .contact-form .captcha .reload-captcha-wrapper,
#alliance-page .case-study-1-form .captcha .reload-captcha-wrapper,
#alliance-page .case-study-2-form .captcha .reload-captcha-wrapper,
#alliance-page .case-study-3-form .captcha .reload-captcha-wrapper,
#alliance-page .case-study-4-form .captcha .reload-captcha-wrapper {
    display: none
}

#alliance-page .contact-form #edit-actions,
#alliance-page .case-study-1-form #edit-actions,
#alliance-page .case-study-2-form #edit-actions,
#alliance-page .case-study-3-form #edit-actions,
#alliance-page .case-study-4-form #edit-actions {
    margin-bottom: 0;
    text-align: center
}

#alliance-page .blue {
    color: #00bbf0
}

#alliance-page hr.brand-line {
    background-color: #00bbf0
}

@media screen and (min-width:1920px) {
    #alliance-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #alliance-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media only screen and (max-width:898px) {
    #alliance-page .left-img {
        margin-left: 21px
    }
    #alliance-page .desktop,
    #alliance-page .hide,
    #alliance-page p[class^=rectangle] {
        display: none !important
    }
    #alliance-page.container {
        padding: 0;
        max-width: 100%
    }
    #alliance-page #block-breadcrumbs,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs {
        display: none
    }
    #alliance-page #block-breadcrumbs .breadcrumb,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        padding: 12px 20px
    }
    #alliance-page #block-breadcrumbs .breadcrumb li,
    #alliance-page #block-breadcrumbs .breadcrumb a,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 12px;
        color: #45454a !important
    }
    #alliance-page h1.seo-title,
    #alliance-page h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        font-family: "Poppins";
        font-size: 26px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #alliance-page h1.seo-title p,
    #alliance-page h3.title p {
        margin-bottom: 0
    }
    #alliance-page .banner-section {
        position: relative;
        text-align: center
    }
    #alliance-page .banner-section .micro-img {
        height: 70px !important;
        width: 180px !important
    }
    #alliance-page .banner-section img {
        height: auto;
        width: 100%
    }
    #alliance-page .banner-section .field--name-field-know {
        display: none
    }
    #alliance-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        margin-top: 80px
    }
    #alliance-page .banner-section .banner-text p {
        margin-bottom: 5px
    }
    #alliance-page .banner-section .banner-text .logo {
        height: 50px;
        width: auto
    }
    #alliance-page .field--name-field-connect-button button {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        display: block;
        margin: 0 auto;
        border-radius: 50px
    }
    #alliance-page .field--name-field-connect-button button:focus {
        outline: 0
    }
    #alliance-page .middle-content {
        margin: 20px auto;
        text-align: center
    }
    #alliance-page .middle-content h1 {
        width: 61%;
        margin: .5rem auto
    }
    #alliance-page .middle-content img {
        width: 100%;
        border-radius: 10px;
        height: auto;
        margin-bottom: 15px
    }
    #alliance-page .middle-content p {
        font-size: 14px;
        line-height: 22px
    }
    #alliance-page .logo {
        text-align: center
    }
    #alliance-page .logo .flex img {
        width: 200px;
        height: auto
    }
    #alliance-page .three-grid {
        margin: 25px auto
    }
    #alliance-page .three-grid .blue-box {
        background: linear-gradient(129deg, #0db3fb 0, #2379b3 100%);
        margin: 10px 25px;
        border-radius: 10px;
        padding: 15px 25px;
        color: white
    }
    #alliance-page .three-grid .blue-box span:first-of-type {
        font-size: 22px;
        font-weight: bold
    }
    #alliance-page .three-grid .blue-box span:last-of-type {
        font-size: 14px
    }
    #alliance-page .padding.right {
        text-align: center;
        margin: 0 20px
    }
    #alliance-page .padding.right p {
        display: inline;
        font-size: 14px;
        line-height: 18px
    }
    #alliance-page .padding.right .grid {
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap
    }
    #alliance-page .padding.right .grid .content {
        width: 50%;
        position: relative;
        margin: 10px 0
    }
    #alliance-page .padding.right .grid img {
        width: 150px;
        border-radius: 10px;
        height: auto
    }
    #alliance-page .padding.right .grid a {
        color: white;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 45%;
        font-weight: 500
    }
    #alliance-page .focus {
        background: linear-gradient(129deg, #0db3fb 0, #2379b3 100%);
        padding: 25px;
        color: white;
        text-align: center;
        margin: 25px 0
    }
    #alliance-page .focus h3 {
        color: white;
        line-height: 27px;
        text-transform: initial;
        font-family: "Poppins";
        font-weight: 500;
        letter-spacing: inherit
    }
    #alliance-page .focus .view-content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 25px
    }
    #alliance-page .focus .views-row {
        width: 50%
    }
    #alliance-page .focus .views-row img {
        height: 60px;
        width: 60px
    }
    #alliance-page .focus .views-row .views-field-field-know a {
        font-size: 14px;
        margin: 10px 0 20px;
        font-weight: 500;
        color: white;
        display: block
    }
    #alliance-page .ms-logo {
        text-align: center;
        padding: 0 25px
    }
    #alliance-page .ms-logo span {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        display: block
    }
    #alliance-page .ms-logo img {
        width: 230px;
        height: auto
    }
    #alliance-page #solutionsCar {
        margin: 25px 0
    }
    #alliance-page #solutionsCar .container {
        width: 80%;
        max-width: initial;
        border-left: 5px solid #00c0ff;
        position: relative;
        display: block;
        margin-left: 50px;
        padding: 15px
    }
    #alliance-page #solutionsCar .container a {
        color: #00c0ff;
        font-size: 12px;
        text-decoration: underline;
        position: absolute;
        bottom: 3px
    }
    #alliance-page #solutionsCar .short-desc {
        margin: 10px 0;
        font-size: 13px;
        line-height: 20px
    }
    #alliance-page #solutionsCar .title {
        font-size: 14px;
        font-weight: 500
    }
    #alliance-page #solutionsCar .glyphicon {
        position: absolute;
        height: 20px;
        width: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
    #alliance-page #solutionsCar .glyphicon:after {
        background: url(/themes/custom/bootstrap_xoriant/images/icons/play-blue.png) !important;
        content: "";
        height: 16px;
        width: 16px;
        position: absolute;
        transform: rotate(180deg)
    }
    #alliance-page #solutionsCar .glyphicon.glyphicon-chevron-right {
        right: 15px
    }
    #alliance-page #solutionsCar .glyphicon.glyphicon-chevron-right:after {
        transform: none
    }
    #alliance-page #solutionsCar .glyphicon.glyphicon-chevron-left {
        left: 15px
    }
    #alliance-page .res {
        text-align: center;
        padding-bottom: 25px
    }
    #alliance-page .contact-form,
    #alliance-page .case-study-1-form,
    #alliance-page .case-study-2-form,
    #alliance-page .case-study-3-form,
    #alliance-page .case-study-4-form {
        width: 90%;
        top: 30px
    }
    #alliance-page .contact-form .error,
    #alliance-page .case-study-1-form .error,
    #alliance-page .case-study-2-form .error,
    #alliance-page .case-study-3-form .error,
    #alliance-page .case-study-4-form .error {
        font-size: 16px !important
    }
    #alliance-page .connect {
        margin: 35px 10px;
        border-radius: 60px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        padding: 10px;
        text-align: center;
        color: white
    }
    #alliance-page .connect .field--name-field-expert-text {
        padding: 0 15px;
        font-size: 14px
    }
    #alliance-page .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border-radius: 19px;
        text-transform: uppercase;
        width: 50%;
        margin: 10px auto 0 auto
    }
    #alliance-page .connect .field--name-field-know-more a {
        color: white
    }
    #alliance-page .testimonials {
        margin-bottom: 30px
    }
    #alliance-page .testimonials .headings {
        font-family: "Poppins";
        letter-spacing: initial;
        color: #45454a;
        text-transform: inherit;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 24px
    }
    #alliance-page .testimonials .row {
        display: block
    }
    #alliance-page .testimonials .container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        background: #efefef;
        margin-top: 150px;
        padding-bottom: 25px
    }
    #alliance-page .testimonials .container .flex {
        color: #45454a
    }
    #alliance-page .testimonials .container .descr {
        padding-top: 146px
    }
    #alliance-page .testimonials .container .descr p {
        text-align: center
    }
    #alliance-page .testimonials h2 {
        font-size: 24px;
        font-family: "Poppins";
        letter-spacing: initial;
        text-transform: inherit;
        font-weight: 500
    }
    #alliance-page .testimonials .carousel-inner {
        background: none !important;
        height: auto
    }
    #alliance-page .testimonials .img-grade {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        background: #00c0ff;
        color: white;
        padding: 5px;
        border-radius: 20px;
        font-size: 12px
    }
    #alliance-page .testimonials .img-grade img {
        height: 192px;
        width: 192px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px
    }
    #alliance-page .testimonials .grade {
        text-align: start;
        padding: 5px 10px
    }
    #alliance-page .testimonials .carousel-control-prev {
        top: -30%
    }
    #alliance-page .testimonials .carousel-control-next {
        top: -30%
    }
    #alliance-page .testimonials .carousel-control-prev-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png);
        transform: rotate(180deg)
    }
    #alliance-page .testimonials .carousel-control-next-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png)
    }
    #alliance-page .team h3 {
        text-align: center
    }
    #alliance-page .team .views-col {
        float: none;
        text-align: center;
        width: 59% !important;
        vertical-align: middle;
        display: inline-block;
        flex: unset;
        max-width: unset;
        margin-left: 74px
    }
    #alliance-page .team .views-col img {
        width: 150px;
        height: auto
    }
    #alliance-page .team .views-col .field-content {
        font-size: 14px
    }
    #alliance-page .team .views-col .views-field.views-field-title {
        font-weight: 500
    }
    #alliance-page .team .views-element-container {
        margin-top: 30px
    }
    #alliance-page .resource .images {
        position: relative
    }
    #alliance-page .resource .images>div {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: left;
        color: #fff;
        width: 75%;
        opacity: .95;
        padding: 20px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 250px;
        padding-top: 100px;
        cursor: pointer
    }
    #alliance-page .resource .images>div>a {
        display: none
    }
    #alliance-page .resource .images .headings {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 500;
        color: white;
        letter-spacing: 0
    }
    #alliance-page .resource .images .desc {
        font-size: 14px;
        margin: 5px 0
    }
    #alliance-page .resource .images img {
        height: 300px;
        width: 80%
    }
    #alliance-page .resource .grids {
        padding: 0 10px 35px 10px;
        margin: 0 10px
    }
}

@media only screen and (min-width:898px) {
    #alliance-page .mobile {
        display: none !important
    }
    #alliance-page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        padding-top: 100px;
        background: #000
    }
    #alliance-page .banner-section a,
    #alliance-page .banner-section a:link,
    #alliance-page .banner-section a:visited,
    #alliance-page .banner-section a:hover,
    #alliance-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #alliance-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #alliance-page .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important;
        top: 150px
    }
    #alliance-page .banner-section .banner-text p {
        margin-bottom: 5px
    }
    #alliance-page .banner-section .field--name-field-know {
        display: none
    }
    #alliance-page #block-breadcrumbs,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs {
        display: none
    }
    #alliance-page #block-breadcrumbs .breadcrumb,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #alliance-page #block-breadcrumbs .breadcrumb li,
    #alliance-page #block-breadcrumbs .breadcrumb a,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #alliance-page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #alliance-page .hide {
        display: none !important
    }
    #alliance-page .field--name-field-connect-button button {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        display: block;
        margin: 10px 0;
        border-radius: 50px
    }
    #alliance-page .field--name-field-connect-button button:focus {
        outline: 0
    }
    #alliance-page .middle-content {
        margin: 25px 0 40px 0;
        max-width: -moz-max-content;
        max-width: max-content;
        color: #45454a
    }
    #alliance-page .middle-content .flex {
        display: flex;
        padding: 0 225px;
        margin-top: -5px;
        padding-top: 0;
        font-size: 1.15vw
    }
    #alliance-page .middle-content .flex .field--name-field-image-block {
        margin-right: 50px
    }
    #alliance-page .middle-content .flex .field--name-field-image-block img {
        border-radius: 10px
    }
    #alliance-page .middle-content .flex .field--name-field-left-side-content {
        color: #45454a;
        line-height: 26px
    }
    #alliance-page h1.seo-title,
    #alliance-page h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 30px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #alliance-page h1.seo-title p,
    #alliance-page h3.title p {
        margin-bottom: 0
    }
    #alliance-page .padding {
        padding: 0 150px
    }
    #alliance-page .logo .flex {
        text-align: center
    }
    #alliance-page .logo img {
        width: 200px;
        height: auto
    }
    #alliance-page .three-grid {
        display: flex;
        justify-content: center;
        margin: 35px auto
    }
    #alliance-page .three-grid .blue-box {
        background: linear-gradient(129deg, #0db3fb 0, #2379b3 100%);
        margin: 0 15px;
        border-radius: 10px;
        padding: 15px 25px;
        min-width: 250px;
        color: white
    }
    #alliance-page .three-grid .blue-box span:first-of-type {
        font-size: 30px;
        font-weight: bold
    }
    #alliance-page .three-grid .blue-box span:last-of-type {
        font-size: 14px
    }
    #alliance-page .padding.right {
        padding: 0 250px;
        display: flex;
        text-align: center
    }
    #alliance-page .padding.right .grid .content {
        display: inline-block;
        vertical-align: middle;
        margin: 10px;
        position: relative
    }
    #alliance-page .padding.right .grid .content img {
        border-radius: 10px;
        width: 200px;
        height: auto
    }
    #alliance-page .padding.right .grid .content a {
        color: white;
        position: absolute;
        top: 45%;
        transform: translateX(-50%);
        left: 50%;
        font-weight: 500
    }
    #alliance-page .padding.right .field--name-field-right-side-content {
        width: 80%;
        text-align: start;
        line-height: 30px;
        margin: 10px 0 25px 20px
    }
    #alliance-page .padding.right .field--name-field-right-side-content p,
    #alliance-page .padding.right .field--name-field-right-side-content h2 {
        margin: 0
    }
    #alliance-page .focus {
        background: linear-gradient(129deg, #0db3fb 0, #2379b3 100%);
        padding: 50px 150px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        text-align: center;
        margin-top: 35px;
        margin-bottom: 40px
    }
    #alliance-page .focus .headings {
        color: #fff;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 0 0 36px 0;
        font-family: "Poppins";
        font-size: 30px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #alliance-page .focus .view-ms-leaders>div {
        display: flex;
        width: 100%;
        justify-content: center
    }
    #alliance-page .focus .view-ms-leaders .views-row {
        width: 15%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px
    }
    #alliance-page .focus .view-ms-leaders .views-row img {
        height: 80px;
        width: 80px
    }
    #alliance-page .focus .view-ms-leaders .views-field.views-field-field-know a {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: white;
        display: block
    }
    #alliance-page .ms-logo span {
        display: block;
        text-align: center;
        width: 40%;
        margin: 0 auto
    }
    #alliance-page .ms-logo img {
        margin: 20px auto;
        display: block
    }
    #alliance-page .solutions-grid {
        padding: 0 30px;
        margin: 35px 0
    }
    #alliance-page .solutions-grid .prodenggird {
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
    #alliance-page .solutions-grid .prodenggird .container {
        width: 17%;
        max-width: initial;
        margin: 25px 15px;
        padding: 0 25px 25px;
        border-left: 5px solid #00c0ff;
        position: relative
    }
    #alliance-page .solutions-grid .prodenggird .short-desc {
        margin: 10px 0;
        font-size: 13px;
        line-height: 20px
    }
    #alliance-page .solutions-grid .prodenggird .title {
        font-size: 14px;
        font-weight: 500
    }
    #alliance-page .solutions-grid .prodenggird a {
        color: #00c0ff;
        font-size: 12px;
        text-decoration: underline;
        position: absolute;
        bottom: 3px
    }
    #alliance-page .connect {
        display: flex;
        justify-content: space-between;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto;
        border-radius: 50px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        align-items: baseline;
        padding: 13.5px 41px;
        margin-bottom: 50px
    }
    #alliance-page .connect .field--name-field-expert-text {
        margin-right: 29px;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px
    }
    #alliance-page .connect p {
        margin: 0
    }
    #alliance-page .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        line-height: initial;
        border-radius: 19px;
        font-weight: bold;
        text-transform: uppercase
    }
    #alliance-page .connect .field--name-field-know-more a,
    #alliance-page .connect .field--name-field-know-more a:link,
    #alliance-page .connect .field--name-field-know-more a:visited,
    #alliance-page .connect .field--name-field-know-more a:hover,
    #alliance-page .connect .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #alliance-page .connect .field--name-field-know-more a {
        color: white
    }
    #alliance-page .team {
        padding: 0 150px;
        margin: 35px 0
    }
    #alliance-page .team .view-ms-leaders {
        justify-content: center;
        display: flex;
        padding: 30px 0
    }
    #alliance-page .team .views-col {
        max-width: -moz-max-content;
        max-width: max-content;
        text-align: center;
        margin-right: 30px !important;
        margin-left: 30px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    #alliance-page .team .views-col .views-field.views-field-title {
        margin: 10px 0 5px 0;
        font-weight: 500
    }
    #alliance-page .team .views-col .views-field-body p {
        font-size: 14px;
        margin: 0
    }
    #alliance-page .testimonials .row {
        display: block
    }
    #alliance-page .testimonials .carousel-inner {
        height: inherit
    }
    #alliance-page .testimonials .container {
        padding: 25px 10% 25px 28%;
        max-width: -moz-fit-content;
        max-width: fit-content;
        background: #efefef;
        margin-top: 70px;
        height: 250px
    }
    #alliance-page .testimonials .container .flex {
        margin-left: 20px;
        color: #45454a
    }
    #alliance-page .testimonials .container h2 {
        font-size: 36px;
        font-family: Roboto !important;
        letter-spacing: initial;
        text-transform: inherit;
        font-weight: 500
    }
    #alliance-page .testimonials .img-grade {
        position: absolute;
        top: 10px;
        left: 11%;
        text-align: center;
        background: #00c0ff;
        color: white;
        padding: 5px;
        border-radius: 20px;
        font-size: 12px
    }
    #alliance-page .testimonials .img-grade img {
        height: 192px;
        width: 192px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px
    }
    #alliance-page .testimonials .grade {
        text-align: start;
        padding: 5px 10px
    }
    #alliance-page .testimonials .carousel-control-prev {
        left: -25px
    }
    #alliance-page .testimonials .carousel-control-next {
        right: -25px
    }
    #alliance-page .testimonials .carousel-control-prev-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png);
        transform: rotate(180deg)
    }
    #alliance-page .testimonials .carousel-control-next-icon {
        background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-blue.png)
    }
    #alliance-page .headings.res {
        padding-top: 40px;
        text-align: center
    }
    #alliance-page .resource {
        display: flex;
        justify-content: space-evenly;
        padding: 40px 100px 40px
    }
    #alliance-page .resource .grids {
        z-index: 1;
        margin-right: 20px;
        cursor: pointer
    }
    #alliance-page .resource .images {
        position: relative
    }
    #alliance-page .resource .images img {
        width: 80%;
        height: auto
    }
    #alliance-page .resource .images>div {
        z-index: 2;
        opacity: .9;
        text-align: left;
        position: absolute;
        color: white;
        transform: translateY(-50%);
        width: 75%;
        left: 80px;
        top: 50%;
        color: white;
        padding: 70px 15px 30px 15px
    }
    #alliance-page .resource .images>div>a {
        display: none
    }
    #alliance-page .resource .images .headings {
        font-size: 17px;
        color: white;
        letter-spacing: 0;
        font-weight: 500
    }
    #alliance-page .resource .images .desc {
        font-size: 17px;
        margin: 10px 0;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4
    }
    #alliance-page .resource .images .date {
        font-size: 14px
    }
}

@media only screen and (min-width:1010px) and (max-width:1180px) {
    #alliance-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #alliance-page .banner-text {
        top: 105px !important
    }
    #alliance-page .middle-content .flex {
        padding: 0 100px
    }
    #alliance-page .solutions-grid {
        padding: 0 40px
    }
    #alliance-page .testimonials .container {
        padding: 25px 10% 25px 35%
    }
    #alliance-page .team {
        padding: 0 50px;
        margin: 35px 0
    }
    #alliance-page .padding.right {
        padding: 0 100px
    }
    #alliance-page .resource {
        padding: 0 35px 71px !important
    }
    #alliance-page .resource .images>div {
        width: 70% !important
    }
    #alliance-page .resource .images>div {
        padding: 50px 15px 30px 15px !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:898px) {
    #alliance-page .resource .grids {
        cursor: pointer;
        display: inline-block;
        width: 46%;
        vertical-align: middle
    }
    #alliance-page .resource .images>div {
        padding-top: 90px
    }
}

@media screen and (max-device-width:813px) and (orientation:landscape) and (min-device-aspect-ratio:1/1) {
    #alliance-page .resource .grids {
        display: inline-block;
        vertical-align: middle;
        width: 46%
    }
    #alliance-page .resource .images>div {
        padding-top: 90px
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #alliance-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #alliance-page .resource {
        padding: 0 25px 71px
    }
    #alliance-page .resource .images>div {
        padding: 30px 15px 30px 15px
    }
    #alliance-page .breadcrumb {
        margin-left: 25px !important
    }
}

.page-node-9862 #aws-page .banner-section img.banner-logo {
    position: absolute;
    width: 150px;
    top: 25px;
    right: 25px
}

.page-node-9862 #aws-page .banner-section .banner-text hr.brand-line {
    background-color: #fff
}

.page-node-9862 #aws-page .banner-section .banner-text .field--name-field-connect-button button {
    border: 3px solid #f90;
    background: #f90
}

.page-node-9862 #aws-page .carousel-control-prev-icon {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-dark.png)
}

.page-node-9862 #aws-page .carousel-control-next-icon {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-dark.png)
}

.page-node-9862 #aws-page .resources-section {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 30px 150px;
    background-color: #252f3e;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

.page-node-9862 #aws-page .resources-section .w-100 .carousel-control-prev {
    opacity: 1
}

.page-node-9862 #aws-page .resources-section .w-100 .carousel-control-prev .carousel-control-prev-icon {
    border-left: 3px solid #f90;
    border-top: 3px solid #f90;
    height: 30px;
    width: 30px;
    transform: rotate(-45deg);
    background-image: none
}

.page-node-9862 #aws-page .resources-section .w-100 .carousel-control-next {
    opacity: 1
}

.page-node-9862 #aws-page .resources-section .w-100 .carousel-control-next .carousel-control-next-icon {
    border-right: 3px solid #f90;
    border-bottom: 3px solid #f90;
    height: 30px;
    width: 30px;
    transform: rotate(-45deg);
    background-image: none
}

.page-node-9862 #aws-page .resources-section .carousel-item .resources-box {
    padding: 0 50px
}

.page-node-9862 #aws-page .resources-section .carousel-item .resources-box .col-md-4 .resources-image img {
    border-radius: 0
}

.page-node-9862 #aws-page .resources-section .carousel-item .resources-box .col-md-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.page-node-9862 #aws-page .resources-section .carousel-item .resources-box .col-md-8 .resources-category {
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 25px;
    font-size: 20px
}

.page-node-9862 #aws-page .resources-section .carousel-item .resources-box .col-md-8 .resources-title p {
    color: #fff;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 5px 25px;
    font-size: 30px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.page-node-9862 #aws-page .resources-section .carousel-item .resources-box .col-md-8 .resources-cta a {
    color: #f90;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0 25px;
    font-size: 20px
}

.page-node-9862 #aws-page .logo img {
    width: 130px;
    margin: 0 30px
}

.page-node-9862 #aws-page .middle-content {
    margin: 25px auto 40px auto;
    max-width: 950px;
    padding: 0
}

.page-node-9862 #aws-page .middle-content h1 {
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.page-node-9862 #aws-page .middle-content h1.marketplace {
    margin: 0 auto 15px auto
}

.page-node-9862 #aws-page .middle-content a.marketplace-logo {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px auto
}

.page-node-9862 #aws-page .middle-content a.marketplace-logo img.video-logo {
    border-radius: 0;
    margin: 0
}

.page-node-9862 #aws-page .middle-content .flex {
    padding: 0
}

.page-node-9862 #aws-page .middle-content .flex .field--name-field-image-block {
    margin-right: 30px
}

.page-node-9862 #aws-page .middle-content .flex p,
.page-node-9862 #aws-page .middle-content .flex ul li {
    font-size: 16px;
    line-height: normal
}

.page-node-9862 #aws-page .middle-content .flex .marketplace-content p {
    font-size: 16px;
    line-height: normal
}

.page-node-9862 #aws-page .middle-content .flex iframe {
    border: 0;
    outline: 0;
    width: 375px;
    height: 220px
}

.page-node-9862 #aws-page .three-grid .blue-box {
    background: #f90
}

.page-node-9862 #aws-page .padding.right {
    padding: 0 15px
}

.page-node-9862 #aws-page .padding.right .grid .content {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.page-node-9862 #aws-page .padding.right .grid .content a {
    width: 50%;
    top: unset;
    left: unset;
    transform: none
}

.page-node-9862 #aws-page .padding.right .field--name-field-right-side-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-node-9862 #aws-page .padding.right .field--name-field-right-side-content p {
    font-size: 18px;
    line-height: normal
}

.page-node-9862 #aws-page .focus {
    background: #252f3e
}

.page-node-9862 #aws-page .padding {
    padding: 0;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.page-node-9862 #aws-page .testimonials .carousel-inner .carousel-item .img-grade {
    background: #252f3e
}

.page-node-9862 #aws-page .testimonials .carousel-control-prev,
.page-node-9862 #aws-page .testimonials .carousel-control-next {
    opacity: 1
}

.page-node-9862 #aws-page .testimonials {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

.page-node-9862 #aws-page .case-study-section {
    background-color: #252f3e;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

.page-node-9862 #aws-page .case-study-section .carousel-inner .carousel-item .row .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.page-node-9862 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-category,
.page-node-9862 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-subtitle p {
    color: #f90
}

.page-node-9862 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-link {
    border: 2px solid #f90
}

.page-node-9862 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-link:hover {
    outline: 0;
    background-color: #f90
}

.page-node-9862 #aws-page .connect {
    background: #f90;
    margin: 50px auto
}

.page-node-9862 #aws-page .connect .field--name-field-expert-text {
    margin: 0 auto
}

.page-node-9862 #aws-page .connect .field--name-field-expert-text a {
    color: #fff
}

.page-node-9862 #aws-page .connect .field--name-field-expert-text a:hover {
    color: #fff
}

@media(max-width:1025px) {
    .page-node-9862 #aws-page .banner-section img.banner-logo {
        width: 120px
    }
    .page-node-9862 #aws-page .banner-section .banner-text {
        font-size: 30px
    }
    .page-node-9862 #aws-page .middle-content h1 {
        font-size: 35px
    }
    .page-node-9862 #aws-page .middle-content h1.title.invoices {
        width: 100%;
        font-size: calc(1.3rem + 0.6vw);
        margin: .5rem auto
    }
    .page-node-9862 #aws-page h3.title {
        font-size: calc(1.3rem + 0.6vw)
    }
    .page-node-9862 #aws-page .padding.right {
        padding: 0 25px !important
    }
    .page-node-9862 #aws-page .padding.right .grid .content {
        width: 45%;
        margin: 6px
    }
}

@media(max-width:500px) {
    .page-node-9862 #aws-page .banner-section .banner-text hr.brand-line {
        background-color: #fff
    }
    .page-node-9862 #aws-page .banner-section .banner-text .field--name-field-connect-button button {
        border: 3px solid #f90;
        background: #f90
    }
    .page-node-9862 #aws-page .logo img {
        width: 120px;
        display: inline-block;
        margin: 15px
    }
    .page-node-9862 #aws-page .resources-section {
        padding: 30px 15px !important
    }
    .page-node-9862 #aws-page .resources-section .resources-box {
        padding: 0 !important
    }
    .page-node-9862 #aws-page .resources-section .resources-box .resources-title p {
        font-size: 20px !important;
        text-align: start !important
    }
    .page-node-9862 #aws-page .resources-section .resources-box .resources-cta {
        font-size: 16px
    }
    .page-node-9862 #aws-page .padding.right .grid {
        margin-top: 0;
        margin-bottom: 15px;
        justify-content: center
    }
    .page-node-9862 #aws-page .padding.right .grid .content {
        width: 45%;
        margin: 6px
    }
    .page-node-9862 #aws-page .padding.right .grid .content p {
        margin: 0 auto
    }
    .page-node-9862 #aws-page .middle-content {
        padding: 0 20px
    }
    .page-node-9862 #aws-page .middle-content h1,
    .page-node-9862 #aws-page .middle-content h1.marketplace {
        padding: 0;
        width: 100%;
        font-size: 30px;
        line-height: normal;
        margin: 0 auto 20px auto
    }
    .page-node-9862 #aws-page .middle-content .flex .field--name-field-image-block {
        margin-right: 0
    }
    .page-node-9862 #aws-page .middle-content .flex .field--name-field-image-block iframe {
        width: 100%;
        height: 180px;
        margin: 10px 0
    }
    .page-node-9862 #aws-page h3.title {
        margin-bottom: 15px
    }
    .page-node-9862 #aws-page .connect {
        margin: 50px
    }
}

.page-node-9961 #aws-page .banner-section {
    background: transparent !important
}

.page-node-9961 #aws-page .banner-section img.banner-logo {
    position: absolute;
    width: 150px;
    top: 25px;
    right: 25px
}

.page-node-9961 #aws-page .banner-section .banner-text hr.brand-line {
    background-color: #fff
}

.page-node-9961 #aws-page .banner-section .banner-text .field--name-field-connect-button button {
    border: 3px solid #f90;
    background: #f90
}

.page-node-9961 #aws-page .logo img {
    width: 130px;
    margin: 0 30px
}

.page-node-9961 #aws-page .middle-content {
    margin: 45px auto 40px auto;
    max-width: 950px;
    padding: 0
}

.page-node-9961 #aws-page .middle-content h1 {
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.page-node-9961 #aws-page .middle-content h1.marketplace {
    margin: 0 auto 15px auto
}

.page-node-9961 #aws-page .middle-content a.marketplace-logo {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px auto
}

.page-node-9961 #aws-page .middle-content .flex {
    padding: 0
}

.page-node-9961 #aws-page .middle-content .flex .field--name-field-image-block {
    margin-right: 30px
}

.page-node-9961 #aws-page .middle-content .flex p,
.page-node-9961 #aws-page .middle-content .flex ul li {
    font-size: 16px;
    line-height: normal
}

.page-node-9961 #aws-page .middle-content .flex .marketplace-content p {
    font-size: 16px;
    line-height: normal
}

.page-node-9961 #aws-page .middle-content .flex iframe {
    border: 0;
    outline: 0;
    width: 375px;
    height: 220px
}

.page-node-9961 #aws-page .three-grid .blue-box {
    background: #f90
}

.page-node-9961 #aws-page .padding.right {
    padding: 0 15px
}

.page-node-9961 #aws-page .padding.right .grid .content {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.page-node-9961 #aws-page .padding.right .grid .content a {
    width: 50%;
    top: unset;
    left: unset;
    transform: none
}

.page-node-9961 #aws-page .padding.right .field--name-field-right-side-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-node-9961 #aws-page .padding.right .field--name-field-right-side-content p {
    font-size: 18px;
    line-height: normal
}

.page-node-9961 #aws-page .focus {
    background: #252f3e
}

.page-node-9961 #aws-page .padding {
    padding: 0;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.page-node-9961 #aws-page .testimonials .carousel-inner .carousel-item .img-grade {
    background: #252f3e
}

.page-node-9961 #aws-page .testimonials .carousel-control-prev,
.page-node-9961 #aws-page .testimonials .carousel-control-next {
    opacity: 1
}

.page-node-9961 #aws-page .testimonials {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

.page-node-9961 #aws-page .testimonials .carousel-control-prev-icon {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-dark.png)
}

.page-node-9961 #aws-page .testimonials .carousel-control-next-icon {
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/next-dark.png)
}

.page-node-9961 #aws-page .case-study-section {
    background-color: #252f3e;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%)
}

.page-node-9961 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-category,
.page-node-9961 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-subtitle p {
    color: #f90
}

.page-node-9961 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-link {
    border: 2px solid #f90
}

.page-node-9961 #aws-page .case-study-section .carousel-inner .carousel-item .case-study-link:hover {
    outline: 0;
    background-color: #f90
}

.page-node-9961 #aws-page .connect {
    background: #f90;
    margin: 50px auto
}

.page-node-9961 #aws-page .connect .field--name-field-expert-text {
    margin: 0 auto
}

.page-node-9961 #aws-page .connect .field--name-field-expert-text a {
    color: #fff;
    font-weight: bold
}

.page-node-9961 #aws-page .connect .field--name-field-expert-text a:hover {
    color: #fff
}

@media(max-width:1025px) {
    .page-node-9961 #aws-page .banner-section {
        background: transparent !important
    }
    .page-node-9961 #aws-page .banner-section img.banner-logo {
        width: 120px
    }
    .page-node-9961 #aws-page .banner-section .banner-text {
        font-size: 30px
    }
    .page-node-9961 #aws-page .middle-content h1 {
        font-size: 35px
    }
    .page-node-9961 #aws-page .middle-content h1.title.invoices {
        width: 100%;
        font-size: calc(1.3rem + 0.6vw);
        margin: .5rem auto
    }
    .page-node-9961 #aws-page h3.title {
        font-size: calc(1.3rem + 0.6vw)
    }
    .page-node-9961 #aws-page .padding.right {
        padding: 0 25px !important
    }
    .page-node-9961 #aws-page .padding.right .grid .content {
        width: 45%;
        margin: 6px
    }
}

@media(max-width:500px) {
    .page-node-9961 #aws-page .banner-section {
        background: transparent !important
    }
    .page-node-9961 #aws-page .banner-section .banner-text hr.brand-line {
        background-color: #fff
    }
    .page-node-9961 #aws-page .banner-section .banner-text .field--name-field-connect-button button {
        border: 3px solid #f90;
        background: #f90;
        margin-top: 20px
    }
    .page-node-9961 #aws-page .testimonials .img-grade {
        top: 10% !important
    }
    .page-node-9961 #aws-page .testimonials .container .descr {
        padding-top: 170px !important
    }
    .page-node-9961 #aws-page .logo img {
        width: 120px;
        display: inline-block;
        margin: 15px
    }
    .page-node-9961 #aws-page .padding.right .grid {
        margin-top: 0;
        margin-bottom: 15px;
        justify-content: center
    }
    .page-node-9961 #aws-page .padding.right .grid .content {
        width: 45%;
        margin: 6px
    }
    .page-node-9961 #aws-page .padding.right .grid .content p {
        margin: 0 auto
    }
    .page-node-9961 #aws-page .middle-content {
        padding: 0 20px
    }
    .page-node-9961 #aws-page .middle-content h1,
    .page-node-9961 #aws-page .middle-content h1.marketplace {
        padding: 0;
        width: 100%;
        font-size: 30px;
        line-height: normal;
        margin: 0 auto 20px auto
    }
    .page-node-9961 #aws-page .middle-content .flex .field--name-field-image-block {
        margin-right: 0
    }
    .page-node-9961 #aws-page .middle-content .flex .field--name-field-image-block iframe {
        width: 100%;
        height: 180px;
        margin: 10px 0
    }
    .page-node-9961 #aws-page h3.title {
        margin-bottom: 15px
    }
    .page-node-9961 #aws-page .connect {
        margin: 50px
    }
    .page-node-9961 #aws-page #testimonialCarouselIndicators .carousel-inner>div {
        height: 550px !important
    }
}

.page-node-9906 .team-member-image img {
    width: 150px !important;
    height: 150px !important
}

.node--type-upcoming-events .field__label,
.node--type-upcoming-events #block-bootstrap-xoriant-breadcrumbs,
.node--type-event-landing-page .field__label,
.node--type-event-landing-page #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

.node--type-upcoming-events .banner-section,
.node--type-event-landing-page .banner-section {
    position: relative
}

.node--type-upcoming-events .banner-section .banner-text,
.node--type-event-landing-page .banner-section .banner-text {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #fff;
    left: 100px;
    width: 75%;
    font-size: 45px;
    font-weight: bold
}

.node--type-upcoming-events .banner-section img,
.node--type-event-landing-page .banner-section img {
    width: 100%;
    background-size: 100% 100%;
    height: auto
}

.node--type-upcoming-events .banner-section .banner-text hr.brand-line,
.node--type-event-landing-page .banner-section .banner-text hr.brand-line {
    margin-bottom: 15px
}

.node--type-upcoming-events .banner-section .banner-text .event-subtitle p,
.node--type-upcoming-events .banner-section .banner-text .event-title p,
.node--type-event-landing-page .banner-section .banner-text .event-subtitle p,
.node--type-event-landing-page .banner-section .banner-text .event-title p {
    margin-bottom: 5px
}

.node--type-upcoming-events .banner-section .banner-text .event-subtitle,
.node--type-event-landing-page .banner-section .banner-text .event-subtitle {
    font-size: 25px
}

.node--type-upcoming-events .event-timer,
.node--type-event-landing-page .event-timer {
    display: flex;
    align-items: center
}

.node--type-upcoming-events .banner-section .banner-text .timer-icon img,
.node--type-event-landing-page .banner-section .banner-text .timer-icon img {
    width: 30px;
    height: auto;
    margin-right: 10px
}

.node--type-upcoming-events .timer-days,
.node--type-event-landing-page .timer-days {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px
}

.node--type-upcoming-events .event-location,
.node--type-event-landing-page .event-location {
    font-size: 25px;
    color: #fff;
    font-weight: 600
}

.node--type-upcoming-events #upcoming-events,
.node--type-event-landing-page #upcoming-events {
    padding: 50px 0
}

.node--type-upcoming-events .event-content,
.node--type-event-landing-page .event-content {
    font-size: 16px;
    color: #000;
    margin-right: 30px
}

.node--type-upcoming-events .event-info,
.node--type-event-landing-page .event-info {
    background-color: #595959;
    padding: 30px;
    border-radius: 10px
}

.node--type-upcoming-events .event-info-title,
.node--type-event-landing-page .event-info-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px
}

.node--type-upcoming-events .address-info,
.node--type-event-landing-page .address-info {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 15px
}

.node--type-upcoming-events .address-icon img,
.node--type-event-landing-page .address-icon img {
    width: 40px;
    height: auto;
    margin-right: 15px
}

.node--type-upcoming-events .event-address,
.node--type-event-landing-page .event-address {
    font-size: 20px;
    color: #fff;
    line-height: 1.2
}

.node--type-upcoming-events .dates-info,
.node--type-event-landing-page .dates-info {
    display: flex;
    align-items: center
}

.node--type-upcoming-events .date-icon img,
.node--type-event-landing-page .date-icon img {
    width: 40px;
    height: auto;
    margin-right: 15px
}

.node--type-upcoming-events .event-dates,
.node--type-event-landing-page .event-dates {
    font-size: 20px;
    color: #fff;
    line-height: 1
}

.node--type-upcoming-events .cta-info,
.node--type-event-landing-page .cta-info {
    border-radius: 50px;
    background: linear-gradient(135deg, #1baef0 0, #049159 100%);
    padding: 15px 30px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center
}

.node--type-upcoming-events .cta-large,
.node--type-event-landing-page .cta-large {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px
}

.node--type-upcoming-events .event-cta,
.node--type-event-landing-page .event-cta {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-right: 20px
}

.node--type-upcoming-events .cta-contact-button,
.node--type-event-landing-page .cta-contact-button {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 15px;
    background: transparent
}

.node--type-upcoming-events .cta-contact-button:focus,
.node--type-event-landing-page .cta-contact-button:focus {
    outline: 0
}

.node--type-upcoming-events .team-title,
.node--type-event-landing-page .team-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center
}

.node--type-upcoming-events .team-container,
.node--type-event-landing-page .team-container {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.node--type-upcoming-events .team-member-box,
.node--type-event-landing-page .team-member-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 230px;
    padding: 0 17px
}

.node--type-upcoming-events .team-member-image img,
.node--type-event-landing-page .team-member-image img {
    margin-bottom: 25px;
    height: 200px;
    width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.node--type-upcoming-events .team-member-name,
.node--type-event-landing-page .team-member-name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center
}

.node--type-upcoming-events .team-member-designation,
.node--type-event-landing-page .team-member-designation {
    font-size: 16px;
    color: #595959;
    font-weight: 400;
    text-align: center
}

.node--type-upcoming-events .overlay,
.node--type-event-landing-page .overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    justify-content: center;
    align-items: center
}

.node--type-upcoming-events .contact-form,
.node--type-event-landing-page .contact-form {
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    position: fixed;
    background: white;
    width: 30%;
    padding: 25px 35px;
    z-index: 99999
}

.node--type-upcoming-events .close-icon,
.node--type-event-landing-page .close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url("/sites/default/files/media-icons/close.png")
}

.node--type-upcoming-events .webform-submission-upcoming-events-form-form .form-control,
.node--type-event-landing-page .webform-submission-upcoming-events-form-form .form-control {
    height: 32px
}

.node--type-upcoming-events .webform-submission-upcoming-events-form-form label[for=edit-privacy-text].custom-control-label.checked::before,
.node--type-event-landing-page .webform-submission-upcoming-events-form-form label[for=edit-privacy-text].custom-control-label.checked::before {
    color: #fff;
    border-color: #0079c0;
    background-color: #0079c0
}

.node--type-upcoming-events .webform-submission-upcoming-events-form-form label[for=edit-privacy-text].custom-control-label.checked::after,
.node--type-event-landing-page .webform-submission-upcoming-events-form-form label[for=edit-privacy-text].custom-control-label.checked::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.node--type-upcoming-events .webform-submission-upcoming-events-form-form .captcha fieldset,
.node--type-event-landing-page .webform-submission-upcoming-events-form-form .captcha fieldset {
    width: 100% !important
}

.node--type-upcoming-events .webform-submission-upcoming-events-form-form .captcha label,
.node--type-event-landing-page .webform-submission-upcoming-events-form-form .captcha label {
    margin: 0;
    font-size: 12px
}

.node--type-upcoming-events .error,
.node--type-event-landing-page .error {
    color: red;
    font-size: 14px;
    font-weight: normal
}

.node--type-upcoming-events .error strong,
.node--type-event-landing-page .error strong {
    height: 0;
    margin-bottom: .5rem
}

.node--type-upcoming-events .reload-captcha-wrapper,
.node--type-event-landing-page .reload-captcha-wrapper {
    display: none
}

.node--type-upcoming-events .captcha img,
.node--type-event-landing-page .captcha img {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0
}

.node--type-upcoming-events #edit-actions,
.node--type-event-landing-page #edit-actions {
    margin-bottom: 0;
    text-align: center
}

.node--type-upcoming-events .hide,
.node--type-event-landing-page .hide {
    display: none !important
}

.disclaimer-text {
    background-color: #f7f7f7
}

.disclaimer-text p {
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 15px;
    font-weight: 400;
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:750px) {
    .disclaimer-text p {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .disclaimer-text p {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .disclaimer-text p {
        max-width: 1140px
    }
}

@media(min-width:991px) and (max:1050px) {
    .node--type-upcoming-events #upcoming-events,
    .node--type-event-landing-page #upcoming-events {
        max-width: 850px
    }
}

@media only screen and (min-width:991px) {
    .node--type-upcoming-events .banner-section .mobile,
    .node--type-event-landing-page .banner-section .mobile {
        display: none !important
    }
    .node--type-upcoming-events .banner section .desktop,
    .node--type-event-landing-page .banner section .desktop {
        display: block !important
    }
    .node--type-upcoming-events img[alt^=CDAO],
    .node--type-event-landing-page img[alt^=CDAO] {
        height: 55px !important
    }
    .node--type-upcoming-events img[alt^=RSA],
    .node--type-event-landing-page img[alt^=RSA] {
        height: 80px !important
    }
    .node--type-upcoming-events h1.intro_title,
    .node--type-event-landing-page h1.intro_title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.46px;
        text-align: left;
        display: block
    }
}

@media only screen and (max-width:750px) {
    .node--type-upcoming-events .banner section .desktop,
    .node--type-event-landing-page .banner section .desktop {
        display: none !important
    }
    .node--type-upcoming-events img[alt^=CDAO],
    .node--type-event-landing-page img[alt^=CDAO] {
        height: 30px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important
    }
    .node--type-upcoming-events img[alt^=RSA],
    .node--type-event-landing-page img[alt^=RSA] {
        height: 60px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important
    }
    .node--type-upcoming-events .banner-section.mobile .banner-text,
    .node--type-event-landing-page .banner-section.mobile .banner-text {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        width: 100% !important;
        position: absolute;
        left: 0 !important;
        right: 0;
        text-align: center;
        margin: 0;
        top: 60% !important;
        padding: 0 20px
    }
    .node--type-upcoming-events .banner-section .banner-text hr.brand-line,
    .node--type-event-landing-page .banner-section .banner-text hr.brand-line {
        margin: 0 auto 15px auto !important
    }
    .node--type-upcoming-events .banner-section .banner-text .event-subtitle,
    .node--type-event-landing-page .banner-section .banner-text .event-subtitle {
        font-size: 20px
    }
    .node--type-upcoming-events .banner-section .banner-text .timer-icon img,
    .node--type-event-landing-page .banner-section .banner-text .timer-icon img {
        width: 25px
    }
    .node--type-upcoming-events .timer-text,
    .node--type-event-landing-page .timer-text {
        text-align: left
    }
    .node--type-upcoming-events .event-timer,
    .node--type-event-landing-page .event-timer {
        justify-content: center
    }
    .node--type-upcoming-events .timer-days,
    .node--type-event-landing-page .timer-days {
        font-size: 20px
    }
    .node--type-upcoming-events #upcoming-events,
    .node--type-event-landing-page #upcoming-events {
        padding: 30px 0
    }
    .node--type-upcoming-events .event-content,
    .node--type-event-landing-page .event-content {
        margin-right: 0;
        margin-bottom: 25px
    }
    .node--type-upcoming-events .event-info-title,
    .node--type-event-landing-page .event-info-title {
        font-size: 28px
    }
    .node--type-upcoming-events .address-info,
    .node--type-event-landing-page .address-info {
        margin-right: 0
    }
    .node--type-upcoming-events .event-address,
    .node--type-event-landing-page .event-address {
        font-size: 18px
    }
    .node--type-upcoming-events .cta-info,
    .node--type-event-landing-page .cta-info {
        flex-direction: column;
        padding: 15px 20px;
        margin: 30px auto
    }
    .node--type-upcoming-events .event-cta,
    .node--type-event-landing-page .event-cta {
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px
    }
    .node--type-upcoming-events .team-title,
    .node--type-event-landing-page .team-title {
        font-size: 28px;
        margin-bottom: 15px
    }
    .node--type-upcoming-events .team-container,
    .node--type-event-landing-page .team-container {
        flex-direction: column;
        align-items: center
    }
    .node--type-upcoming-events .team-member-box,
    .node--type-event-landing-page .team-member-box {
        width: 100%
    }
    .node--type-upcoming-events .team-member-image img,
    .node--type-event-landing-page .team-member-image img {
        margin-bottom: 10px
    }
    .node--type-upcoming-events .team-member-name,
    .node--type-event-landing-page .team-member-name {
        margin-bottom: 0
    }
    .node--type-upcoming-events .team-member-designation,
    .node--type-event-landing-page .team-member-designation {
        margin-bottom: 20px
    }
    .node--type-upcoming-events .contact-form,
    .node--type-event-landing-page .contact-form {
        width: 90%;
        top: 2%
    }
    .node--type-upcoming-events .disclaimer-text p,
    .node--type-event-landing-page .disclaimer-text p {
        font-size: 10px
    }
    .node--type-upcoming-events video,
    .node--type-event-landing-page video {
        width: 100% !important
    }
}

#error-page h1,
#error-page h2,
#error-page h3,
#error-page h4,
#error-page h5,
#error-page h6,
#error-page span,
#error-page div,
#error-page li,
#error-page a,
#error-page ul {
    font-family: "Poppins";
}

#error-page hr.brand-line {
    background-color: #26346d
}

@media(min-width:750px) {
    #error-page.container {
        height: 379px !important
    }
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #error-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

@media screen and (min-width:1920px) {
    #error-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #error-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media only screen and (max-width:898px) {
    #error-page .desktop,
    #error-page .hide,
    #error-page p[class^=rectangle] {
        display: none !important
    }
    #error-page.container {
        padding: 0;
        max-width: 100%
    }
    #error-page .banner-section {
        background-color: #8f8f8f;
        position: relative;
        text-align: center
    }
    #error-page .banner-section .white-btn {
        border: 3px solid #1c2f60;
        -webkit-appearance: none;
        color: white !important;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #1c2f60;
        margin: 0 auto;
        border-radius: 50px
    }
    #error-page .banner-section img {
        height: auto;
        width: 100%
    }
    #error-page .banner-section .field--name-field-know {
        display: none
    }
    #error-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        font-size: 20px !important;
        color: #26346d;
        font-weight: normal
    }
    #error-page .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-weight: bold;
        margin-bottom: 20px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #error-page.container {
        height: 284px !important
    }
}

@media only screen and (min-width:898px) {
    #error-page .mobile {
        display: none !important
    }
    #error-page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #error-page .banner-section .white-btn {
        border: 3px solid #1c2f60;
        -webkit-appearance: none;
        color: white !important;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #1c2f60;
        margin: 0 auto;
        border-radius: 50px
    }
    #error-page .banner-section a,
    #error-page .banner-section a:link,
    #error-page .banner-section a:visited,
    #error-page .banner-section a:hover,
    #error-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #error-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #error-page .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 30px !important;
        color: #26346d;
        font-weight: normal
    }
    #error-page .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-weight: bold;
        margin-bottom: 15px
    }
    #error-page .banner-section .field--name-field-know {
        display: none
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #error-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

#team-page h1,
#team-page h2,
#team-page h3,
#team-page h4,
#team-page h5,
#team-page h6,
#team-page span,
#team-page div,
#team-page li,
#team-page a,
#team-page ul {
    font-family: "Poppins";
}

#team-page .row {
    margin-top: 40px !important
}

#team-page .col-md-3 .icon {
    width: 200px;
    height: 200px
}

#team-page .col-md-3 .icon .field--name-field-image-block img {
    border-radius: 5px
}

#team-page .col-md-3 .icon a .linkedin {
    position: relative;
    float: right;
    bottom: 0;
    left: 45px;
    bottom: 38px;
    font-size: 35px;
    height: 30px;
    width: 30px
}

#team-page hr.brand-line {
    width: 80px !important;
    height: 10px !important;
    background-color: #00bbf0 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important
}

#team-page .leader {
    height: 60px;
    width: 100%;
    color: #333;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px
}

#team-page .leader .leader-name {
    font-size: 25px;
    text-align: left !important
}

#team-page .leader-desc .field--name-field-leader-bio p {
    color: #333;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 20px
}

#team-page .leader-link {
    font-size: 14px;
    display: flex;
    float: right;
    margin: 30px
}

#team-page .leader-link .field--name-field-know a {
    color: #00bbf0;
    font-weight: bold
}

#team-page .leader-link .fa {
    color: #00bbf0;
    font-weight: bold;
    height: 8px;
    width: 14px;
    margin: 4px 0 0 10px
}

@media only screen and (min-width:898px) {
    #team-page .leader-desc {
        width: 777px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #team-page .leader-desc {
        width: auto !important
    }
    #team-page hr.brand-line,
    #team-page .leader,
    #team-page .leader-desc {
        margin-left: 30px
    }
    #team-page .leader-desc .field--name-field-leader-bio p {
        font-size: 17px
    }
}

@media only screen and (max-width:898px) {
    #team-page hr.brand-line {
        margin: 0 0 15px 0 !important
    }
    #team-page .leader-desc .field--name-field-leader-bio p {
        font-size: 17px;
        text-align: left !important
    }
}

#leadership-page-new h1,
#leadership-page-new h2,
#leadership-page-new h3,
#leadership-page-new h4,
#leadership-page-new h5,
#leadership-page-new h6,
#leadership-page-new span,
#leadership-page-new div,
#leadership-page-new li,
#leadership-page-new a,
#leadership-page-new ul {
    font-family: "Poppins";
}

#leadership-page-new .breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important
}

#leadership-page-new .views-view-grid {
    padding: 0
}

#leadership-page-new hr.brand-line {
    background-color: #00bbf0;
    height: 10px;
    width: 80px;
    margin-top: 40px
}

#leadership-page-new .page-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
    margin: 0 0 70px 0
}

#leadership-page-new .col-md-4 {
    margin-bottom: 80px
}

#leadership-page-new .col-md-4 .card {
    height: 340px;
    width: 335px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    border: 0 solid rgba(0, 0, 0, .125) !important
}

#leadership-page-new .col-md-4 .img {
    height: 202px;
    width: 202px;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 50px;
    position: relative
}

#leadership-page-new .col-md-4 .leaders {
    margin-top: -20px;
    height: 19px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px
}

#leadership-page-new .col-md-4 .leaders a {
    color: #333
}

#leadership-page-new .col-md-4 .leaders a p {
    color: #333
}

#leadership-page-new .col-md-4 .roles {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px
}

#leadership-page-new .col-md-4 .desc {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
    color: #333;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px
}

#leadership-page-new .col-md-4 .fa {
    color: #a1a1a1;
    height: 8px;
    width: 14px;
    font-size: 17px;
    margin: 4px 0 0 10px;
    float: right
}

@media only screen and (min-width:898px) {
    #leadership-page-new .col-md-4:hover .leaders a {
        color: #00abfd
    }
    #leadership-page-new .col-md-4:hover .leaders a p {
        color: #00abfd
    }
    #leadership-page-new .col-md-4:hover .roles,
    #leadership-page-new .col-md-4:hover .desc {
        color: #000
    }
}

@media only screen and (max-width:898px) {
    #leadership-page-new hr.brand-line {
        margin-left: 0 !important
    }
    #leadership-page-new .col-md-4 {
        padding-left: 5px !important
    }
    #leadership-page-new .col-md-4 .card {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    #leadership-page-new .col-md-4 .leaders a {
        color: #00abfd
    }
    #leadership-page-new .col-md-4 .leaders a p {
        color: #00abfd
    }
    #leadership-page-new .col-md-4 .roles p,
    #leadership-page-new .col-md-4 .desc p,
    #leadership-page-new .col-md-4 .leaders p {
        text-align: left !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #leadership-page-new .col-md-4 .card {
        width: 300px !important
    }
    #leadership-page-new .col-md-4 .leaders a {
        color: #00abfd
    }
    #leadership-page-new .col-md-4 .leaders a p {
        color: #00abfd
    }
    #leadership-page-new #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        margin-left: 30px !important
    }
}

body.page-view-news-resources.path-webinar-and-podcast .hide-player {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast .show-player {
    display: block
}

body.page-view-news-resources.path-webinar-and-podcast .desktop-carousel {
    display: block
}

body.page-view-news-resources.path-webinar-and-podcast .mobile-carousel {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .carousel-inner {
    height: 380px
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .carousel-item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel ol.carousel-indicators {
    color: #fff;
    margin-bottom: 15px
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel ol.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
    background-color: rgba(255, 255, 255, .5);
    border: 2px solid #fff
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel ol.carousel-indicators li.active {
    background-color: #fff
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box {
    max-width: 1280px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin: 0 auto
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-featured {
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Poppins";
    text-transform: unset;
    letter-spacing: normal;
    margin-top: 50px
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box .brand-line {
    background-color: #fff;
    margin: 10px 0
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box h2.web-pod-carousel-title {
    color: #fff;
    width: 60%;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-subtitle {
    color: #fff;
    width: 40%;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Poppins";
    text-transform: unset;
    letter-spacing: normal
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box button.web-pod-carousel-button {
    color: #fff;
    outline: 0;
    background-color: #0d71ed;
    padding: 7px 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 15px;
    line-height: normal;
    border-radius: 50px;
    border: 0
}

body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box button.web-pod-carousel-button i {
    font-size: 15px;
    margin-left: 10px
}

body.page-view-news-resources.path-webinar-and-podcast #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
    margin: 0 !important;
    padding: 15px 50px !important;
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div {
    max-width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 50px
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box div .brand-line.web-pod {
    background-color: #b3d600
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box label {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000;
    display: flex
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box span {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast {
    margin: 0;
    padding: 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row {
    justify-content: flex-end;
    flex-wrap: unset
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-group {
    margin: 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-group input {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
    color: #000;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    font-size: 16px !important;
    padding: 0 40px 0 0 !important
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-group input::-moz-placeholder {
    color: #333
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-group input::placeholder {
    color: #333
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-type-select.form-item-type {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-type-textfield.form-item-combine {
    width: 50%;
    margin-right: 20px
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-type-textfield.form-item-combine .clear-input {
    right: 5px
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value {
    width: 50%;
    padding: 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value .select-styled {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
    color: #333;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    font-size: 16px !important;
    padding: 10px 16px 10px 0 !important
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value .select-styled::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 14px;
    background-repeat: no-repeat !important;
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
    background-size: 100%
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value .select-styled.active::before {
    transform: rotate(270deg)
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value .select-styled::after {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value .select-options {
    top: 45px;
    border-radius: 0;
    box-shadow: none !important;
    padding: 5px 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value .select-options li {
    margin: 0 !important;
    padding: 5px 20px;
    font-weight: 600
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-type-select.form-item-sort-order {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container #filter-categories input {
    border-radius: 14px;
    background-color: #dadada;
    color: #333
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container #filter-categories input:hover,
body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container #filter-categories input.selected {
    background-color: #333 !important;
    color: #dadada !important
}

body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container #filter-categories input:nth-child(n+9) {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container {
    padding: 50px 50px 0 50px
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container .no-result-text {
    padding: 0 0 50px 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    border-radius: 6px;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 50px;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: calc(33.33% - 27px)
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-type,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-type {
    order: 1;
    -webkit-box-ordinal-group: 1;
    position: absolute;
    font-size: 12px;
    top: 30px;
    line-height: normal;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0 4px 4px 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
    order: 2;
    -webkit-box-ordinal-group: 2;
    width: 50px;
    height: 50px;
    background-color: rgba(13, 113, 237, .5);
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    position: absolute;
    top: 145px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button i,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button i {
    color: #fff;
    font-size: 18px;
    margin-left: 3px
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-image,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-image {
    order: 3;
    -webkit-box-ordinal-group: 3
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-image img,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-image img {
    border-radius: 6px 6px 0 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-cat {
    order: 4;
    -webkit-box-ordinal-group: 4;
    margin: 20px 20px 10px 20px
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat li.list-group-item,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-cat li.list-group-item {
    background-color: transparent !important;
    color: #00a161;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    line-height: normal;
    margin-right: 0;
    letter-spacing: 0;
    margin-bottom: 0
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-title {
    order: 5;
    -webkit-box-ordinal-group: 5
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title a,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-title a {
    font-weight: 500;
    line-height: normal
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-short {
    order: 6;
    -webkit-box-ordinal-group: 6;
    font-weight: 500
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-button,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-button {
    order: 7;
    -webkit-box-ordinal-group: 7;
    border: 1px solid #000;
    outline: 0;
    background-color: #fff;
    padding: 7px 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px 20px auto;
    font-size: 15px;
    line-height: normal;
    border-radius: 50px;
    color: #000
}

body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-button i,
body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-button i {
    font-size: 15px;
    margin-left: 10px
}

body.page-view-news-resources.path-webinar-and-podcast nav[aria-labelledby^=pagination-heading] h4.visually-hidden {
    position: relative !important;
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast nav[aria-labelledby^=pagination-heading] ul.pager-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

body.page-view-news-resources.path-webinar-and-podcast nav[aria-labelledby^=pagination-heading] ul.pager-show-more li.pager__item {
    list-style-type: none
}

body.page-view-news-resources.path-webinar-and-podcast nav[aria-labelledby^=pagination-heading] ul.pager-show-more li.pager__item a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: normal;
    border-radius: 50px;
    border: 0;
    outline: 0;
    background-color: #333;
    padding: 7px 30px;
    color: #fff
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform {
    max-width: 100%;
    background: url("/cdn/ff/MScFWbvgv8oKKJhwFFD3NwQlPfvFQ8JpuTcZUZubstA/1669725785/public/2022-11/FormBannerimage.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 180px 0 50px 0
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription {
    max-width: 850px;
    margin: 0 auto
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form {
    background: linear-gradient(360deg, #57595d 0, #000 100%);
    margin: -150px 0 40px auto;
    border-radius: 6px;
    max-width: 500px
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form {
    padding: 30px
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form hr {
    display: block;
    width: 25%;
    margin-left: 0;
    height: 8px;
    background-color: #ff3d38;
    border: 0;
    margin-bottom: 10px;
    margin-top: 0
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .form_title h2 {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .form_subtitle {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form fieldset {
    border: 1px solid #fff;
    border-radius: 6px;
    width: 100% !important;
    float: none;
    padding: 0;
    position: relative;
    margin-bottom: 25px
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form fieldset legend {
    padding: 0 5px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form fieldset label.error {
    position: absolute;
    top: 35px;
    font-size: 12px !important;
    left: 0;
    padding: 0;
    background-color: transparent;
    color: #ad0000
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form input {
    background: transparent !important;
    color: #fff;
    padding: 0 15px 10px 15px !important;
    height: auto !important;
    margin: 0;
    border: 0 !important
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form input::-moz-placeholder {
    display: none !important;
    opacity: 0
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form input::placeholder {
    display: none !important;
    opacity: 0
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch {
    margin-bottom: 20px;
    padding-left: 2.25rem
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #fff
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #adb5bd
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label {
    color: #fff
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label:before {
    border: 1px solid #fff;
    background-color: transparent
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show a {
    color: #fff;
    text-decoration: underline
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label:after {
    background-color: #fff
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha {
    margin-bottom: 40px
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha img {
    order: 1;
    margin: 0 !important;
    border-radius: 6px;
    width: 46%;
    height: auto
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset {
    order: 2;
    width: 100% !important;
    margin: 0
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset legend {
    display: none
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset input {
    margin: 0
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset small {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    color: #fff !important
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha .reload-captcha-wrapper {
    order: 3;
    width: 50%
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha .reload-captcha-wrapper a {
    margin: 0;
    color: #fff
}

body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form button[name=Subscribe] {
    float: none;
    margin: 0 0 0 auto;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container {
    width: 100%;
    padding: 15px 0;
    background-color: #0d71ed;
    position: fixed;
    bottom: 0;
    z-index: 15
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #close-icon {
    background-color: #0d71ed;
    outline: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    line-height: 0
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #close-icon i {
    font-size: 15px;
    color: #fff
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player {
    margin: 0 auto;
    --seek-before-width: 0;
    --volume-before-width: 100%;
    --buffered-width: 0;
    position: relative;
    width: 100%;
    max-width: 700px;
    display: flex
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px;
    margin: 0;
    outline: 0;
    background: transparent;
    border-radius: 10px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    width: var(--seek-before-width);
    height: 5px;
    background-color: #333;
    cursor: pointer;
    border-radius: 10px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 0;
    height: 5px;
    width: 5px;
    border-radius: 10px 0 0 10px;
    background-color: #333;
    cursor: pointer;
    margin: 0 0 0 -2.5px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-moz-range-progress {
    background-color: #333;
    border: 0;
    height: 5px;
    border-radius: 10px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-moz-focus-outer {
    border: 0
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-moz-range-thumb {
    box-sizing: content-box;
    border: 0;
    height: 5px;
    width: 5px;
    border-radius: 10px 0 0 10px;
    background-color: #333;
    cursor: pointer;
    margin: 0 0 0 -2.5px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-ms-fill-lower {
    background-color: #007db5
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, .6) var(--buffered-width), rgba(0, 125, 181, .2) var(--buffered-width))
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player input[type=range]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player i.fa,
body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player i.fab {
    color: #fff;
    font-size: 20px;
    margin: 0 5px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player p.pod-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 {
    display: flex;
    align-items: center;
    padding: 0 15px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 #play-icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 #play-icon i {
    content: "";
    display: inline-block;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: normal
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
    left: 3px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-pause {
    left: 0
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 {
    width: 90%
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .current-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-start
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
    width: 50%;
    align-items: center;
    justify-content: center
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
    color: #fff;
    font-size: 14px;
    margin: 0 10px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
    color: #fff;
    font-size: 14px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-end
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .time {
    color: #fff;
    width: auto;
    font-size: 14px;
    margin: 0
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 #current-time {
    text-align: left
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 #duration {
    text-align: right
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 {
    display: flex;
    align-items: center;
    padding: 0 5px;
    align-items: center
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 #mute-icon i {
    font-size: 10px;
    margin-right: 0
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 #volume-slider {
    margin: 0;
    width: 100%;
    margin: 0 5px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 #volume-slider::-webkit-slider-runnable-track,
body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 #volume-slider::-moz-range-track,
body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 #volume-slider::-ms-fill-upper {
    background: #fff
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 #volume-slider::before {
    width: var(--volume-before-width)
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container {
    position: relative
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list {
    display: none;
    background-color: #0d71ed;
    position: absolute;
    flex-direction: column;
    bottom: 45px;
    padding: 5px 5px 0 5px;
    left: -5px;
    border-radius: 30px
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list a {
    margin: 5px 0
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
    cursor: pointer;
    padding: 20px 0
}

body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container:hover .social-list,
body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container:active .social-list {
    display: flex
}

@media(max-width:1025px) {
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box {
        width: 100%
    }
    body.page-view-news-resources.path-webinar-and-podcast .filter-categories-container .filter-categories-box {
        margin-bottom: 20px
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
    body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
        top: 90px
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription {
        max-width: 860px
    }
}

@media(max-width:500px) {
    body.page-view-news-resources.path-webinar-and-podcast .speak-to-us>div {
        bottom: 145px !important
    }
    body.page-view-news-resources.path-webinar-and-podcast .desktop-carousel {
        display: none
    }
    body.page-view-news-resources.path-webinar-and-podcast .mobile-carousel {
        display: block
    }
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel ol.carousel-indicators li {
        height: 10px;
        width: 10px;
        margin: 0 4px
    }
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .carousel-inner {
        height: 450px
    }
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box {
        width: 300px;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 60px 0
    }
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-featured {
        font-size: 12px;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box .brand-line {
        margin: 10px auto
    }
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box h2.web-pod-carousel-title {
        width: 100%;
        margin: 0 auto 10px auto;
        text-align: center;
        font-size: 25px
    }
    body.page-view-news-resources.path-webinar-and-podcast #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-subtitle {
        width: 100%;
        margin: 0 auto 15px auto;
        text-align: center;
        font-size: 16px
    }
    body.page-view-news-resources.path-webinar-and-podcast #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        padding: 15px 30px !important
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div {
        padding: 25px 0
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container {
        padding: 0 30px
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box {
        flex-direction: column;
        align-items: flex-start
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box div:first-child {
        order: 2
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box div:first-child .brand-line.web-pod {
        margin-left: 0
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box div:first-child label {
        margin-left: 0
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast {
        order: 1;
        width: 100%
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row {
        flex-direction: column
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-type-textfield.form-item-combine,
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-webinar-and-podcast form#views-exposed-form-news-resources-webinar-and-podcast .form-row fieldset.form-item-field-category-value {
        width: 97%;
        padding: 0;
        margin: 0 auto 20px auto
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-filter-div .filter-categories-container div #filter-categories {
        width: 100%
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-content-container {
        padding: 50px 50px 0 50px
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-content-container .no-result-text {
        padding: 0 0 50px 0
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
        max-width: 100%
    }
    body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
    body.page-view-news-resources.path-webinar-and-podcast .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
        top: 110px
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform {
        height: -moz-fit-content !important;
        height: fit-content !important;
        margin: 50px 0 50px 0;
        padding: 0
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription {
        max-width: 100%
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form {
        max-width: 100%;
        margin: 0;
        border-radius: 0
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form {
        padding: 40px 20px 20px 20px
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .form_title h2 {
        font-size: 25px;
        padding: 0;
        margin-bottom: 15px
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form fieldset .form-required,
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form fieldset .text-muted {
        display: none
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form fieldset legend {
        font-size: 12px;
        margin-left: 15px
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show {
        font-size: 14px
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha img {
        width: 48%
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset {
        width: 100% !important
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset .input-group {
        flex-wrap: nowrap
    }
    body.page-view-news-resources.path-webinar-and-podcast div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset label.error {
        top: 35px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container {
        padding: 0
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #close-icon {
        top: -35px;
        right: 0
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player {
        flex-wrap: wrap;
        padding: 15px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player i.fa,
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player i.fab {
        font-size: 15px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player p.pod-name {
        font-size: 12px;
        text-align: left
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 {
        padding: 0;
        width: 15%
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 #play-icon {
        width: 40px;
        height: 40px;
        margin: 0
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 #play-icon i {
        font-size: 15px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
        left: 1px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 {
        width: 85%
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .current-time-box {
        width: 20%
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
        width: 40%;
        position: absolute;
        bottom: 18%;
        left: 10px;
        justify-content: flex-start
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
        font-size: 12px;
        margin: 0 5px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
        font-size: 12px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
        width: 20%
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-2 .time {
        font-size: 12px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 {
        padding: 0 0 0 5px;
        width: 50%;
        margin: 0 0 0 auto
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container {
        margin: 0 5px
    }
    body.page-view-news-resources.path-webinar-and-podcast .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
        padding: 10px 0
    }
}

.path-node.node--type-webinar-and-podcast .node_content .content_title .brand-line.web-pod {
    background-color: #b3d600
}

.path-node.node--type-webinar-and-podcast .node_content .content_title h1.title_text {
    font-weight: 400 !important
}

.path-node.node--type-webinar-and-podcast .node_content .content_title .authshare .author_details .author_image .inital-name {
    height: 50px;
    width: 50px;
    padding: 12px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.path-node.node--type-webinar-and-podcast .node_content .content_title .authshare .author_details .author_image .inital-name span {
    font-size: 16px !important;
    line-height: normal
}

.path-node.node--type-webinar-and-podcast .node_content .content_title .authshare .author_details .author_det .authnamedesg b {
    margin-bottom: 8px;
    display: block
}

.path-node.node--type-webinar-and-podcast .node_content .content_title .authshare .author_details .author_det .authnamedesg span {
    display: block
}

.path-node.node--type-webinar-and-podcast .node_content .content_title .authshare .share {
    display: block !important
}

.path-node.node--type-webinar-and-podcast .node_content .content_category {
    margin: 25px 0 25px 0
}

.path-node.node--type-webinar-and-podcast .node_content .content_category a {
    pointer-events: none;
    border-radius: 14px;
    background-color: #dadada;
    color: #333;
    border: 0;
    padding: 7px 15px;
    font-weight: normal;
    line-height: normal;
    font-size: 14px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container {
    width: 100%;
    padding: 15px 10px;
    background-color: #0d71ed;
    border-radius: 6px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player {
    margin: 0 auto;
    --seek-before-width: 0;
    --volume-before-width: 100%;
    --buffered-width: 0;
    position: relative;
    width: 100%;
    display: flex
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px;
    margin: 0;
    outline: 0;
    background: transparent;
    border-radius: 10px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    width: var(--seek-before-width);
    height: 5px;
    background-color: #333;
    cursor: pointer;
    border-radius: 10px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 0;
    height: 5px;
    width: 5px;
    border-radius: 10px 0 0 10px;
    background-color: #333;
    cursor: pointer;
    margin: 0 0 0 -2.5px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, .6) var(--buffered-width), rgba(0, 125, 181, .2) var(--buffered-width))
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-moz-range-progress {
    background-color: #007db5
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-moz-focus-outer {
    border: 0
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #007db5
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-ms-fill-lower {
    background-color: #007db5
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, .6) var(--buffered-width), rgba(0, 125, 181, .2) var(--buffered-width))
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player input[type=range]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player i.fa,
.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player i.fab {
    color: #fff;
    font-size: 20px;
    margin: 0 5px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player p.pod-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff !important
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-1 {
    display: flex;
    align-items: center;
    padding: 0 15px 0 0
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-1 #play-icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-1 #play-icon i {
    content: "";
    display: inline-block;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: normal
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
    left: 3px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-pause {
    left: 0
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 {
    width: 90%
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 .current-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-start
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
    width: 50%;
    align-items: center;
    justify-content: center
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
    color: #fff;
    font-size: 14px;
    margin: 0 10px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
    color: #fff;
    font-size: 14px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-end
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 .time {
    color: #fff !important;
    width: auto;
    font-size: 14px;
    margin: 0
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 #current-time {
    text-align: left
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-2 #duration {
    text-align: right
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 {
    display: flex;
    align-items: center;
    padding: 0 5px;
    align-items: center
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 #mute-icon i {
    font-size: 10px;
    margin-right: 0
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 #volume-slider {
    margin: 0;
    width: 100%;
    margin: 0 5px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 #volume-slider::-webkit-slider-runnable-track,
.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 #volume-slider::-moz-range-track,
.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 #volume-slider::-ms-fill-upper {
    background: #fff
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 #volume-slider::before {
    width: var(--volume-before-width)
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container {
    position: relative
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list {
    display: none;
    background-color: #0d71ed;
    position: absolute;
    flex-direction: column;
    bottom: 45px;
    padding: 5px 5px 0 5px;
    left: -5px;
    border-radius: 30px
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list a {
    margin: 5px 0
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
    cursor: pointer;
    padding: 20px 0
}

.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container:hover .social-list,
.path-node.node--type-webinar-and-podcast .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container:active .social-list {
    display: flex
}

.path-node.node--type-webinar-and-podcast .node_content .content_image {
    margin: 50px 0 !important
}

.path-node.node--type-webinar-and-podcast .node_content .content_image .field--type-image img {
    width: 100% !important;
    height: 350px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.path-node.node--type-webinar-and-podcast .node_content .content_details {
    padding: 0 0 25px 0 !important
}

.path-node.node--type-webinar-and-podcast .sidebar_block .view-recent-post .col-md-12 h2 {
    font-size: 15px;
    letter-spacing: normal
}

.path-node.node--type-webinar-and-podcast .sidebar_block .view-recent-post .col-md-12 h2::after {
    width: 50%
}

.path-node.node--type-webinar-and-podcast .sidebar_block .view-recent-post .resource-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.path-node.node--type-webinar-and-podcast .sidebar_block .view-category .col-md-12 h2 {
    font-size: 15px;
    letter-spacing: normal
}

.path-node.node--type-webinar-and-podcast .sidebar_block .view-category .col-md-12 h2::after {
    width: 70%
}

.path-node.node--type-webinar-and-podcast .sidebar_block .view-category .views-row:hover a {
    background-color: #333 !important;
    color: #dadada !important
}

.path-node.node--type-webinar-and-podcast .sidebar_block .view-category .views-row a {
    border-radius: 14px;
    background-color: #dadada;
    color: #333
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock {
    display: block !important;
    max-width: 100%;
    background: url("/cdn/ff/MScFWbvgv8oKKJhwFFD3NwQlPfvFQ8JpuTcZUZubstA/1669725785/public/2022-11/FormBannerimage.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 150px 0 50px 0;
    padding: 50px 0 50px 0
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content {
    max-width: 850px;
    margin: 0 auto
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form {
    background: linear-gradient(360deg, #57595d 0, #000 100%);
    margin: -160px 0 0 auto;
    border-radius: 6px;
    max-width: 500px
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form {
    padding: 30px
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form hr {
    display: block;
    width: 25%;
    margin-left: 0;
    height: 8px;
    background-color: #ff3d38;
    border: 0;
    margin-bottom: 10px;
    margin-top: 0
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .form_title h2 {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .form_subtitle {
    display: none
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form fieldset {
    border: 1px solid #fff;
    border-radius: 6px;
    width: 100% !important;
    float: none;
    padding: 0;
    position: relative;
    margin-bottom: 25px
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form fieldset legend {
    padding: 0 5px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form fieldset label.error {
    position: absolute;
    top: 35px;
    font-size: 12px !important;
    left: 0;
    padding: 0;
    background-color: transparent;
    color: #ad0000
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form input {
    background: transparent !important;
    color: #fff;
    padding: 0 15px 10px 15px !important;
    height: auto !important;
    margin: 0;
    border: 0 !important
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form input::-moz-placeholder {
    display: none !important;
    opacity: 0
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form input::placeholder {
    display: none !important;
    opacity: 0
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch {
    margin-bottom: 20px;
    padding-left: 2.25rem
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #fff
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #adb5bd
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch label.custom-control-label {
    color: #fff
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch label.custom-control-label:before {
    border: 1px solid #fff;
    background-color: transparent
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show a {
    color: #fff;
    text-decoration: underline
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch label.custom-control-label:after {
    background-color: #fff
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha {
    margin-bottom: 40px
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha img {
    order: 1;
    margin: 0 !important;
    border-radius: 6px;
    width: 46%;
    height: auto
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha fieldset {
    order: 2;
    width: 46% !important;
    margin: 0
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha fieldset legend {
    display: none
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha fieldset input {
    margin: 0
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha fieldset small {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    color: #fff !important
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha .reload-captcha-wrapper {
    order: 3;
    width: 50%
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha .reload-captcha-wrapper a {
    margin: 0;
    color: #fff
}

.path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form button[name=Subscribe] {
    float: none;
    margin: 0 0 0 auto;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px
}

@media(max-width:1025px) {
    .path-node.node--type-webinar-and-podcast .page_container {
        padding: 0 50px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content {
        padding-right: 50px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .current-time-box {
        width: 20%
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
        width: 60%
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
        width: 20%
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-recent-post .col-md-12 h2::after {
        width: 55%
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-category .col-md-12 h2::after {
        width: 65%
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content {
        max-width: 860px
    }
}

@media(max-width:500px) {
    .path-node.node--type-webinar-and-podcast .speak-to-us>div {
        bottom: 50px !important
    }
    .path-node.node--type-webinar-and-podcast .page_container {
        padding: 0 20px !important
    }
    .path-node.node--type-webinar-and-podcast .page_container .breadcrumbs ol.breadcrumb {
        padding: 30px 0 0 0
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content {
        padding: 10px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .content_title h1 {
        font-size: 30px !important
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .content_title .authshare .author_details {
        margin-bottom: 25px !important
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .content_title .authshare .share {
        display: flex
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .content_image {
        margin: 30px 0 !important
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .content_image .field--type-image img {
        height: 200px !important
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container {
        padding: 0
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player {
        flex-wrap: wrap;
        padding: 15px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player i.fa,
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player i.fab {
        font-size: 15px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player p.pod-name {
        font-size: 12px;
        text-align: left
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-1 {
        padding: 0;
        width: 15%
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-1 #play-icon {
        width: 40px;
        height: 40px;
        margin: 0
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-1 #play-icon i {
        font-size: 15px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
        left: 1px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 {
        width: 85%
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .current-time-box {
        width: 20%
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
        width: 45%;
        position: absolute;
        bottom: 18%;
        left: 25px;
        justify-content: flex-start
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
        font-size: 12px;
        margin: 0 5px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
        font-size: 12px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
        width: 20%
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-2 .time {
        font-size: 12px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-3 {
        padding: 0 0 0 5px;
        width: 50%;
        margin: 0 0 0 auto
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container {
        margin: 0 5px
    }
    .path-node.node--type-webinar-and-podcast .page_container .node_content .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
        padding: 10px 0
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-recent-post .col-md-12 h2 {
        margin-top: 0;
        margin-bottom: 25px
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-recent-post .col-md-12 h2::after {
        width: 60%
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-recent-post .views-row {
        padding: 0;
        margin-bottom: 35px
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-category .col-md-12 h2 {
        margin-top: 0;
        margin-bottom: 10px
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-category .col-md-12 h2::after {
        width: 70%
    }
    .path-node.node--type-webinar-and-podcast .page_container .sidebar_block .view-category .views-row {
        padding: 0
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock {
        height: -moz-fit-content !important;
        height: fit-content !important;
        margin: 50px 0 50px 0;
        padding: 0
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content {
        max-width: 100%;
        margin: 0
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form {
        max-width: 100%;
        margin: 0;
        border-radius: 0
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form {
        padding: 40px 20px 20px 20px
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .form_title h2 {
        font-size: 25px;
        padding: 0;
        margin-bottom: 15px
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form fieldset .form-required,
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form fieldset .text-muted {
        display: none
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form fieldset legend {
        font-size: 12px;
        margin-left: 15px;
        text-align: left
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show {
        font-size: 14px
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha img {
        width: 48%
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha fieldset {
        width: 100% !important
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha fieldset .input-group {
        flex-wrap: nowrap
    }
    .path-node.node--type-webinar-and-podcast div#block-subscribeblock .content #subscribe-form form .captcha fieldset label.error {
        top: 35px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    body.page-view-news-resources.path-news #web-pod-carousel .carousel-inner {
        height: 550px !important
    }
}

body.page-view-news-resources.path-news .desktop-carousel {
    display: block
}

body.page-view-news-resources.path-news .mobile-carousel {
    display: none
}

body.page-view-news-resources.path-news #web-pod-carousel .carousel-inner {
    height: 620px
}

body.page-view-news-resources.path-news #web-pod-carousel .carousel-item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%
}

body.page-view-news-resources.path-news #web-pod-carousel ol.carousel-indicators {
    color: #fff;
    margin-bottom: 15px
}

body.page-view-news-resources.path-news #web-pod-carousel ol.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
    background-color: rgba(255, 255, 255, .5);
    border: 2px solid #fff
}

body.page-view-news-resources.path-news #web-pod-carousel ol.carousel-indicators li.active {
    background-color: #fff
}

body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box {
    max-width: 1280px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin: 0 auto
}

body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-featured {
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Poppins";
    text-transform: unset;
    letter-spacing: normal
}

body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box .brand-line {
    background-color: #fff;
    margin: 10px 0
}

body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box h2.web-pod-carousel-title {
    color: #fff;
    width: 60%;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-subtitle {
    color: #fff;
    width: 40%;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Poppins";
    text-transform: unset;
    letter-spacing: normal
}

body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box button.web-pod-carousel-button {
    color: #fff;
    outline: 0;
    background-color: #0d71ed;
    padding: 7px 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 15px;
    line-height: normal;
    border-radius: 50px;
    border: 0
}

body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box button.web-pod-carousel-button i {
    font-size: 15px;
    margin-left: 10px
}

body.page-view-news-resources.path-news #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
    margin: 0 !important;
    padding: 15px 50px !important
}

body.page-view-news-resources.path-news .resource-filter-div {
    max-width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 50px
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box div .brand-line.web-pod {
    background-color: #b3d600
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box label {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box span {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements {
    margin: 0;
    padding: 0
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row {
    justify-content: flex-end;
    flex-wrap: unset
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-group {
    margin: 0
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-group input {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
    color: #000;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    font-size: 16px !important;
    padding: 0 40px 0 0 !important
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-group input::-moz-placeholder {
    color: #333
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-group input::placeholder {
    color: #333
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-type-select.form-item-type {
    display: none
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-type-textfield.form-item-combine {
    width: 70%;
    padding: 0
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-type-textfield.form-item-combine .clear-input {
    right: 5px
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value {
    width: 50%
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value .select-styled {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
    color: #333;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    font-size: 16px !important;
    padding: 10px 16px 10px 0 !important
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value .select-styled::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 14px;
    background-repeat: no-repeat !important;
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
    background-size: 100%
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value .select-styled.active::before {
    transform: rotate(270deg)
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value .select-styled::after {
    display: none
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value .select-options {
    top: 45px;
    border-radius: 0;
    box-shadow: none !important;
    padding: 5px 0
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value .select-options li {
    margin: 0 !important;
    padding: 5px 20px;
    font-weight: 600
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-type-select.form-item-sort-order {
    display: none
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container #filter-categories input {
    border-radius: 14px;
    background-color: #dadada;
    color: #333
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container #filter-categories input:hover,
body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container #filter-categories input.selected {
    background-color: #333 !important;
    color: #dadada !important
}

body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container #filter-categories input:nth-child(n+7) {
    display: none
}

body.page-view-news-resources.path-news .resource-content-container {
    padding: 50px 50px 0 50px
}

body.page-view-news-resources.path-news .resource-content-container .no-result-text {
    padding: 0 0 50px 0
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    border-radius: 6px;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 50px;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: calc(33.33% - 27px)
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-type,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-type {
    order: 1;
    -webkit-box-ordinal-group: 1;
    position: absolute;
    font-size: 12px;
    top: 30px;
    line-height: normal;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0 4px 4px 0
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
    order: 2;
    -webkit-box-ordinal-group: 2;
    width: 50px;
    height: 50px;
    background-color: rgba(13, 113, 237, .5);
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    position: absolute;
    top: 145px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button i,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button i {
    color: #fff;
    font-size: 18px;
    margin-left: 3px
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-image,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-image {
    order: 3;
    -webkit-box-ordinal-group: 3
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-image img,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-image img {
    border-radius: 6px 6px 0 0
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-cat {
    order: 4;
    -webkit-box-ordinal-group: 4;
    margin: 20px 20px 10px 20px
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat li.list-group-item,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-cat li.list-group-item {
    background-color: transparent !important;
    color: #00a161;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    line-height: normal;
    margin-right: 0;
    letter-spacing: 0;
    margin-bottom: 0
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-title {
    order: 5;
    -webkit-box-ordinal-group: 5
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title a,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-title a {
    font-weight: 500;
    line-height: normal
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-short {
    order: 6;
    -webkit-box-ordinal-group: 6;
    font-weight: 500
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-button,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-button {
    order: 7;
    -webkit-box-ordinal-group: 7;
    border: 1px solid #000;
    outline: 0;
    background-color: #fff;
    padding: 7px 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px 20px auto;
    font-size: 15px;
    line-height: normal;
    border-radius: 50px;
    color: #000
}

body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-button i,
body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-button i {
    font-size: 15px;
    margin-left: 10px
}

body.page-view-news-resources.path-news nav[aria-labelledby^=pagination-heading] h4.visually-hidden {
    position: relative !important;
    display: none
}

body.page-view-news-resources.path-news nav[aria-labelledby^=pagination-heading] ul.pager-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

body.page-view-news-resources.path-news nav[aria-labelledby^=pagination-heading] ul.pager-show-more li.pager__item {
    list-style-type: none
}

body.page-view-news-resources.path-news nav[aria-labelledby^=pagination-heading] ul.pager-show-more li.pager__item a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: normal;
    border-radius: 50px;
    border: 0;
    outline: 0;
    background-color: #333;
    padding: 7px 30px;
    color: #fff
}

body.page-view-news-resources.path-news div.container.subform {
    max-width: 100%;
    background: url(/sites/default/files/2022-11/FormBannerimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 180px 0 50px 0
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription {
    max-width: 850px;
    margin: 0 auto
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form {
    background: linear-gradient(360deg, #57595d 0, #000 100%);
    margin: -150px 0 40px auto;
    border-radius: 6px;
    max-width: 500px
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form {
    padding: 30px
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form hr {
    display: block;
    width: 25%;
    margin-left: 0;
    height: 8px;
    background-color: #ff3d38;
    border: 0;
    margin-bottom: 10px;
    margin-top: 0
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .form_title h2 {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .form_subtitle {
    display: none
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form fieldset {
    border: 1px solid #fff;
    border-radius: 6px;
    width: 100% !important;
    float: none;
    padding: 0;
    position: relative;
    margin-bottom: 25px
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form fieldset legend {
    padding: 0 5px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form fieldset label.error {
    position: absolute;
    top: 35px;
    font-size: 12px !important;
    left: 0;
    padding: 0;
    background-color: transparent;
    color: #ad0000
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form input {
    background: transparent !important;
    color: #fff;
    padding: 0 15px 10px 15px !important;
    height: auto !important;
    margin: 0;
    border: 0 !important
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form input::-moz-placeholder {
    display: none !important;
    opacity: 0
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form input::placeholder {
    display: none !important;
    opacity: 0
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch {
    margin-bottom: 20px;
    padding-left: 2.25rem
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #fff
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #adb5bd
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label {
    color: #fff
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label:before {
    border: 1px solid #fff;
    background-color: transparent
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show a {
    color: #fff;
    text-decoration: underline
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label:after {
    background-color: #fff
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha {
    margin-bottom: 40px
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha img {
    order: 1;
    margin: 0 !important;
    border-radius: 6px;
    width: 46%;
    height: auto
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset {
    order: 2;
    width: 100% !important;
    margin: 0
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset legend {
    display: none
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset input {
    margin: 0
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset small {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    color: #fff !important
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha .reload-captcha-wrapper {
    order: 3;
    width: 50%
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha .reload-captcha-wrapper a {
    margin: 0;
    color: #fff
}

body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form button[name=Subscribe] {
    float: none;
    margin: 0 0 0 auto;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px
}

body.page-view-news-resources.path-news .podcast-container {
    width: 100%;
    padding: 15px 0;
    background-color: #0d71ed;
    position: fixed;
    bottom: 0;
    z-index: 15
}

body.page-view-news-resources.path-news .podcast-container #podcast-player {
    margin: 0 auto;
    --seek-before-width: 0;
    --volume-before-width: 100%;
    --buffered-width: 0;
    position: relative;
    width: 100%;
    max-width: 700px;
    display: flex
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px;
    margin: 0;
    outline: 0;
    background: transparent;
    border-radius: 10px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    width: var(--seek-before-width);
    height: 5px;
    background-color: #333;
    cursor: pointer;
    border-radius: 10px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 0;
    height: 5px;
    width: 5px;
    border-radius: 10px 0 0 10px;
    background-color: #333;
    cursor: pointer;
    margin: 0 0 0 -2.5px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, .6) var(--buffered-width), rgba(0, 125, 181, .2) var(--buffered-width))
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-moz-range-progress {
    background-color: #007db5
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-moz-focus-outer {
    border: 0
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #007db5
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-ms-fill-lower {
    background-color: #007db5
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, .6) var(--buffered-width), rgba(0, 125, 181, .2) var(--buffered-width))
}

body.page-view-news-resources.path-news .podcast-container #podcast-player input[type=range]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

body.page-view-news-resources.path-news .podcast-container #podcast-player button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

body.page-view-news-resources.path-news .podcast-container #podcast-player i.fa,
body.page-view-news-resources.path-news .podcast-container #podcast-player i.fab {
    color: #fff;
    font-size: 20px;
    margin: 0 5px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player p.pod-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 {
    display: flex;
    align-items: center;
    padding: 0 15px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 #play-icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 #play-icon i {
    content: "";
    display: inline-block;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: normal
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
    left: 3px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-pause {
    left: 0
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 {
    width: 90%
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .current-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-start
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
    width: 50%;
    align-items: center;
    justify-content: center
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
    color: #fff;
    font-size: 14px;
    margin: 0 10px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
    color: #fff;
    font-size: 14px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-end
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .time {
    color: #fff;
    width: auto;
    font-size: 14px;
    margin: 0
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 #current-time {
    text-align: left
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 #duration {
    text-align: right
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 {
    display: flex;
    align-items: center;
    padding: 0 5px;
    align-items: center
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 #mute-icon i {
    font-size: 10px;
    margin-right: 0
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 #volume-slider {
    margin: 0;
    width: 100%;
    margin: 0 5px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 #volume-slider::-webkit-slider-runnable-track,
body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 #volume-slider::-moz-range-track,
body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 #volume-slider::-ms-fill-upper {
    background: #fff
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 #volume-slider::before {
    width: var(--volume-before-width)
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container {
    position: relative
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list {
    display: none;
    background-color: #0d71ed;
    position: absolute;
    flex-direction: column;
    bottom: 45px;
    padding: 5px 5px 0 5px;
    left: -5px;
    border-radius: 30px
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list a {
    margin: 5px 0
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
    cursor: pointer;
    padding: 20px 0
}

body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container:hover .social-list,
body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container:active .social-list {
    display: flex
}

@media(max-width:1025px) {
    body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box {
        width: 100%
    }
    body.page-view-news-resources.path-news .filter-categories-container .filter-categories-box {
        margin-bottom: 20px
    }
    body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
    body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
        top: 90px
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription {
        max-width: 860px
    }
}

@media(max-width:500px) {
    body.page-view-news-resources.path-news .speak-to-us>div {
        bottom: 145px !important
    }
    body.page-view-news-resources.path-news .desktop-carousel {
        display: none
    }
    body.page-view-news-resources.path-news .mobile-carousel {
        display: block
    }
    body.page-view-news-resources.path-news #web-pod-carousel ol.carousel-indicators li {
        height: 10px;
        width: 10px;
        margin: 0 4px
    }
    body.page-view-news-resources.path-news #web-pod-carousel .carousel-inner {
        height: 450px
    }
    body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box {
        width: 300px;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 60px 0
    }
    body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-featured {
        font-size: 12px;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }
    body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box .brand-line {
        margin: 10px auto
    }
    body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box h2.web-pod-carousel-title {
        width: 100%;
        margin: 0 auto 10px auto;
        text-align: center;
        font-size: 25px
    }
    body.page-view-news-resources.path-news #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-subtitle {
        width: 100%;
        margin: 0 auto 15px auto;
        text-align: center;
        font-size: 16px
    }
    body.page-view-news-resources.path-news #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        padding: 15px 30px !important
    }
    body.page-view-news-resources.path-news .resource-filter-div {
        padding: 25px 0
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container {
        padding: 0 30px
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box {
        flex-direction: column;
        align-items: flex-start
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box div:first-child {
        order: 2
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box div:first-child .brand-line.web-pod {
        margin-left: 0
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box div:first-child label {
        margin-left: 0
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements {
        order: 1;
        width: 100%
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row {
        flex-direction: column
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-type-textfield.form-item-combine {
        width: 97%;
        margin: 0 auto 20px auto
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-news-announcements form#views-exposed-form-news-resources-news-announcements .form-row fieldset.form-item-field-category-value {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    body.page-view-news-resources.path-news .resource-filter-div .filter-categories-container div #filter-categories {
        width: 100%
    }
    body.page-view-news-resources.path-news .resource-content-container {
        padding: 50px 50px 0 50px
    }
    body.page-view-news-resources.path-news .resource-content-container .no-result-text {
        padding: 0 0 50px 0
    }
    body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
        max-width: 100%
    }
    body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
    body.page-view-news-resources.path-news .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
        top: 110px
    }
    body.page-view-news-resources.path-news div.container.subform {
        height: -moz-fit-content !important;
        height: fit-content !important;
        margin: 50px 0 50px 0;
        padding: 0
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription {
        max-width: 100%
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form {
        max-width: 100%;
        margin: 0;
        border-radius: 0
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form {
        padding: 40px 20px 20px 20px
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .form_title h2 {
        font-size: 25px;
        padding: 0;
        margin-bottom: 15px
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form fieldset .form-required,
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form fieldset .text-muted {
        display: none
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form fieldset legend {
        font-size: 12px;
        margin-left: 15px
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show {
        font-size: 14px
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha img {
        width: 48%
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset {
        width: 100% !important
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset .input-group {
        flex-wrap: nowrap
    }
    body.page-view-news-resources.path-news div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset label.error {
        top: 35px
    }
    body.page-view-news-resources.path-news .podcast-container {
        padding: 0
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player {
        flex-wrap: wrap;
        padding: 15px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player i.fa,
    body.page-view-news-resources.path-news .podcast-container #podcast-player i.fab {
        font-size: 15px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player p.pod-name {
        font-size: 12px;
        text-align: left
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 {
        padding: 0;
        width: 15%
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 #play-icon {
        width: 40px;
        height: 40px;
        margin: 0
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 #play-icon i {
        font-size: 15px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
        left: 1px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 {
        width: 85%
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .current-time-box {
        width: 20%
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
        width: 40%;
        position: absolute;
        bottom: 18%;
        left: 10px;
        justify-content: flex-start
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
        font-size: 12px;
        margin: 0 5px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
        font-size: 12px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
        width: 20%
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-2 .time {
        font-size: 12px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 {
        padding: 0 0 0 5px;
        width: 50%;
        margin: 0 0 0 auto
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container {
        margin: 0 5px
    }
    body.page-view-news-resources.path-news .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
        padding: 10px 0
    }
}

body.page-view-news-resources.path-events .desktop-carousel {
    display: block
}

body.page-view-news-resources.path-events .mobile-carousel {
    display: none
}

body.page-view-news-resources.path-events #web-pod-carousel .carousel-inner {
    height: 380px
}

body.page-view-news-resources.path-events #web-pod-carousel .carousel-item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%
}

body.page-view-news-resources.path-events #web-pod-carousel ol.carousel-indicators {
    color: #fff;
    margin-bottom: 15px
}

body.page-view-news-resources.path-events #web-pod-carousel ol.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
    background-color: rgba(255, 255, 255, .5);
    border: 2px solid #fff
}

body.page-view-news-resources.path-events #web-pod-carousel ol.carousel-indicators li.active {
    background-color: #fff
}

body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box {
    max-width: 1280px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin: 0 auto
}

body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-featured {
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Poppins";
    text-transform: unset;
    letter-spacing: normal
}

body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box .brand-line {
    background-color: #fff;
    margin: 10px 0
}

body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box h2.web-pod-carousel-title {
    color: #fff;
    width: 60%;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-subtitle {
    color: #fff;
    width: 40%;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Poppins";
    text-transform: unset;
    letter-spacing: normal
}

body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box button.web-pod-carousel-button {
    color: #fff;
    outline: 0;
    background-color: #0d71ed;
    padding: 7px 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 15px;
    line-height: normal;
    border-radius: 50px;
    border: 0
}

body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box button.web-pod-carousel-button i {
    font-size: 15px;
    margin-left: 10px
}

body.page-view-news-resources.path-events #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
    margin: 0 !important;
    padding: 15px 50px !important;
    display: none
}

body.page-view-news-resources.path-events .resource-filter-div {
    max-width: 100%;
    background-color: #f7f7f7;
    padding: 50px 0
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 50px
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box div .brand-line.web-pod {
    background-color: #b3d600
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box label {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000;
    display: flex
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box span {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #000
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events {
    margin: 0;
    padding: 0
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row {
    justify-content: flex-end;
    flex-wrap: unset
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-group {
    margin: 0
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-group input {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
    color: #000;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    font-size: 16px !important;
    padding: 0 40px 0 0 !important
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-group input::-moz-placeholder {
    color: #333
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-group input::placeholder {
    color: #333
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-type-select.form-item-type,
body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-type-textfield.form-item-created {
    display: none
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-type-textfield.form-item-combine {
    width: 70%;
    padding: 0
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-type-textfield.form-item-combine .clear-input {
    right: 5px
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created {
    width: 35%
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created .select-styled {
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
    color: #333;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    font-size: 16px !important;
    padding: 10px 16px 10px 0 !important
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created .select-styled::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 14px;
    background-repeat: no-repeat !important;
    background-image: url(/themes/custom/bootstrap_xoriant/css/../images/black-arrow.png);
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
    background-size: 100%
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created .select-styled.active::before {
    transform: rotate(270deg)
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created .select-styled::after {
    display: none
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created .select-options {
    top: 45px;
    border-radius: 0;
    box-shadow: none !important;
    padding: 5px 0
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created .select-options li {
    margin: 0 !important;
    padding: 5px 20px;
    font-weight: 600
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-type-select.form-item-sort-order {
    display: none
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container #filter-categories input {
    border-radius: 14px;
    background-color: #dadada;
    color: #333
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container #filter-categories input:hover,
body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container #filter-categories input.selected {
    background-color: #333 !important;
    color: #dadada !important
}

body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container #filter-categories input:nth-child(n+7) {
    display: none
}

body.page-view-news-resources.path-events .resource-content-container {
    padding: 50px 50px 0 50px
}

body.page-view-news-resources.path-events .resource-content-container .no-result-text {
    padding: 0 0 50px 0
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    border-radius: 6px;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 50px;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: calc(33.33% - 27px)
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-type,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-type {
    order: 1;
    -webkit-box-ordinal-group: 1;
    position: absolute;
    font-size: 12px;
    top: 30px;
    line-height: normal;
    font-weight: 500;
    padding: 5px 20px;
    color: #fff;
    border-radius: 0 4px 4px 0
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
    order: 2;
    -webkit-box-ordinal-group: 2;
    width: 50px;
    height: 50px;
    background-color: rgba(13, 113, 237, .5);
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    position: absolute;
    top: 145px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button i,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button i {
    color: #fff;
    font-size: 18px;
    margin-left: 3px
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-image,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-image {
    order: 3;
    -webkit-box-ordinal-group: 3
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-image img,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-image img {
    border-radius: 6px 6px 0 0
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-cat {
    order: 4;
    -webkit-box-ordinal-group: 4;
    margin: 20px 20px 10px 20px
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-cat li.list-group-item,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-cat li.list-group-item {
    background-color: transparent !important;
    color: #00a161;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    line-height: normal;
    margin-right: 0;
    letter-spacing: 0;
    margin-bottom: 0
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-title {
    order: 5;
    -webkit-box-ordinal-group: 5
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-title a,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-title a {
    font-weight: 500;
    line-height: normal
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-short,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-short {
    order: 6;
    -webkit-box-ordinal-group: 6;
    font-weight: 500
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-button,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-button {
    order: 7;
    -webkit-box-ordinal-group: 7;
    border: 1px solid #000;
    outline: 0;
    background-color: #fff;
    padding: 7px 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 20px 20px auto;
    font-size: 15px;
    line-height: normal;
    border-radius: 50px;
    color: #000
}

body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-button i,
body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-button i {
    font-size: 15px;
    margin-left: 10px
}

body.page-view-news-resources.path-events nav[aria-labelledby^=pagination-heading] h4.visually-hidden {
    position: relative !important;
    display: none
}

body.page-view-news-resources.path-events nav[aria-labelledby^=pagination-heading] ul.pager-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

body.page-view-news-resources.path-events nav[aria-labelledby^=pagination-heading] ul.pager-show-more li.pager__item {
    list-style-type: none
}

body.page-view-news-resources.path-events nav[aria-labelledby^=pagination-heading] ul.pager-show-more li.pager__item a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: normal;
    border-radius: 50px;
    border: 0;
    outline: 0;
    background-color: #333;
    padding: 7px 30px;
    color: #fff
}

body.page-view-news-resources.path-events div.container.subform {
    max-width: 100%;
    background: url(/sites/default/files/2022-11/FormBannerimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 180px 0 50px 0
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription {
    max-width: 850px;
    margin: 0 auto
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form {
    background: linear-gradient(360deg, #57595d 0, #000 100%);
    margin: -150px 0 40px auto;
    border-radius: 6px;
    max-width: 500px
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form {
    padding: 30px
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form hr {
    display: block;
    width: 25%;
    margin-left: 0;
    height: 8px;
    background-color: #ff3d38;
    border: 0;
    margin-bottom: 10px;
    margin-top: 0
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .form_title h2 {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 15px
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .form_subtitle {
    display: none
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form fieldset {
    border: 1px solid #fff;
    border-radius: 6px;
    width: 100% !important;
    float: none;
    padding: 0;
    position: relative;
    margin-bottom: 25px
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form fieldset legend {
    padding: 0 5px;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form fieldset label.error {
    position: absolute;
    top: 35px;
    font-size: 12px !important;
    left: 0;
    padding: 0;
    background-color: transparent;
    color: #ad0000
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form input {
    background: transparent !important;
    color: #fff;
    padding: 0 15px 10px 15px !important;
    height: auto !important;
    margin: 0;
    border: 0 !important
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form input::-moz-placeholder {
    display: none !important;
    opacity: 0
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form input::placeholder {
    display: none !important;
    opacity: 0
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch {
    margin-bottom: 20px;
    padding-left: 2.25rem
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #fff
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #adb5bd
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label {
    color: #fff
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label:before {
    border: 1px solid #fff;
    background-color: transparent
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show a {
    color: #fff;
    text-decoration: underline
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label:after {
    background-color: #fff
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha {
    margin-bottom: 40px
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha img {
    order: 1;
    margin: 0 !important;
    border-radius: 6px;
    width: 46%;
    height: auto
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset {
    order: 2;
    width: 100% !important;
    margin: 0
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset legend {
    display: none
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset input {
    margin: 0
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset small {
    display: block;
    position: absolute;
    width: 100%;
    margin-top: 10px;
    color: #fff !important
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha .reload-captcha-wrapper {
    order: 3;
    width: 50%
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha .reload-captcha-wrapper a {
    margin: 0;
    color: #fff
}

body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form button[name=Subscribe] {
    float: none;
    margin: 0 0 0 auto;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 10px 30px
}

body.page-view-news-resources.path-events .podcast-container {
    width: 100%;
    padding: 15px 0;
    background-color: #0d71ed;
    position: fixed;
    bottom: 0;
    z-index: 15
}

body.page-view-news-resources.path-events .podcast-container #podcast-player {
    margin: 0 auto;
    --seek-before-width: 0;
    --volume-before-width: 100%;
    --buffered-width: 0;
    position: relative;
    width: 100%;
    max-width: 700px;
    display: flex
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 10px;
    margin: 0;
    outline: 0;
    background: transparent;
    border-radius: 10px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    width: var(--seek-before-width);
    height: 5px;
    background-color: #333;
    cursor: pointer;
    border-radius: 10px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 0;
    height: 5px;
    width: 5px;
    border-radius: 10px 0 0 10px;
    background-color: #333;
    cursor: pointer;
    margin: 0 0 0 -2.5px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, .6) var(--buffered-width), rgba(0, 125, 181, .2) var(--buffered-width))
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-moz-range-progress {
    background-color: #007db5
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-moz-focus-outer {
    border: 0
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #007db5
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-ms-fill-lower {
    background-color: #007db5
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, .6) var(--buffered-width), rgba(0, 125, 181, .2) var(--buffered-width))
}

body.page-view-news-resources.path-events .podcast-container #podcast-player input[type=range]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

body.page-view-news-resources.path-events .podcast-container #podcast-player button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

body.page-view-news-resources.path-events .podcast-container #podcast-player i.fa,
body.page-view-news-resources.path-events .podcast-container #podcast-player i.fab {
    color: #fff;
    font-size: 20px;
    margin: 0 5px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player p.pod-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 {
    display: flex;
    align-items: center;
    padding: 0 15px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 #play-icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 #play-icon i {
    content: "";
    display: inline-block;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin: 0;
    line-height: normal
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
    left: 3px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-pause {
    left: 0
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 {
    width: 90%
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .current-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-start
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
    width: 50%;
    align-items: center;
    justify-content: center
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
    color: #fff;
    font-size: 14px;
    margin: 0 10px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
    color: #fff;
    font-size: 14px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
    width: 25%;
    align-items: center;
    justify-content: flex-end
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .time {
    color: #fff;
    width: auto;
    font-size: 14px;
    margin: 0
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 #current-time {
    text-align: left
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 #duration {
    text-align: right
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 {
    display: flex;
    align-items: center;
    padding: 0 5px;
    align-items: center
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 #mute-icon i {
    font-size: 10px;
    margin-right: 0
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 #volume-slider {
    margin: 0;
    width: 100%;
    margin: 0 5px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 #volume-slider::-webkit-slider-runnable-track,
body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 #volume-slider::-moz-range-track,
body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 #volume-slider::-ms-fill-upper {
    background: #fff
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 #volume-slider::before {
    width: var(--volume-before-width)
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container {
    position: relative
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list {
    display: none;
    background-color: #0d71ed;
    position: absolute;
    flex-direction: column;
    bottom: 45px;
    padding: 5px 5px 0 5px;
    left: -5px;
    border-radius: 30px
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list a {
    margin: 5px 0
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
    cursor: pointer;
    padding: 20px 0
}

body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container:hover .social-list,
body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container:active .social-list {
    display: flex
}

@media(max-width:1025px) {
    body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box {
        width: 100%
    }
    body.page-view-news-resources.path-events .filter-categories-container .filter-categories-box {
        margin-bottom: 20px
    }
    body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
    body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
        top: 90px
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription {
        max-width: 860px
    }
}

@media(max-width:500px) {
    body.page-view-news-resources.path-events .speak-to-us>div {
        bottom: 145px !important
    }
    body.page-view-news-resources.path-events .desktop-carousel {
        display: none
    }
    body.page-view-news-resources.path-events .mobile-carousel {
        display: block
    }
    body.page-view-news-resources.path-events #web-pod-carousel ol.carousel-indicators li {
        height: 10px;
        width: 10px;
        margin: 0 4px
    }
    body.page-view-news-resources.path-events #web-pod-carousel .carousel-inner {
        height: 450px
    }
    body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box {
        width: 300px;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 60px 0
    }
    body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-featured {
        font-size: 12px;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }
    body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box .brand-line {
        margin: 10px auto
    }
    body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box h2.web-pod-carousel-title {
        width: 100%;
        margin: 0 auto 10px auto;
        text-align: center;
        font-size: 25px
    }
    body.page-view-news-resources.path-events #web-pod-carousel .web-pod-carousel-box h3.web-pod-carousel-subtitle {
        width: 100%;
        margin: 0 auto 15px auto;
        text-align: center;
        font-size: 16px
    }
    body.page-view-news-resources.path-events #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        padding: 15px 30px !important
    }
    body.page-view-news-resources.path-events .resource-filter-div {
        padding: 25px 0
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container {
        padding: 0 30px
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box {
        flex-direction: column;
        align-items: flex-start
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box div:first-child {
        order: 2
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box div:first-child .brand-line.web-pod {
        margin-left: 0
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box div:first-child label {
        margin-left: 0
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events {
        order: 1;
        width: 100%
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row {
        flex-direction: column
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-type-textfield.form-item-combine {
        width: 97%;
        margin: 0 auto 20px auto
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container .filter-categories-box .block-views-exposed-filter-blocknews-resources-events form#views-exposed-form-news-resources-events .form-row fieldset.form-item-created {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    body.page-view-news-resources.path-events .resource-filter-div .filter-categories-container div #filter-categories {
        width: 100%
    }
    body.page-view-news-resources.path-events .resource-content-container {
        padding: 50px 30px 0 30px
    }
    body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop] {
        max-width: 100%
    }
    body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(odd) .resource-play-button,
    body.page-view-news-resources.path-events .resource-content-container div[class$=-row] div[class*=resource-content-row-desktop]:nth-child(even) .resource-play-button {
        top: 110px
    }
    body.page-view-news-resources.path-events div.container.subform {
        height: -moz-fit-content !important;
        height: fit-content !important;
        margin: 50px 0 50px 0;
        padding: 0
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription {
        max-width: 100%
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form {
        max-width: 100%;
        margin: 0;
        border-radius: 0
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form {
        padding: 40px 20px 20px 20px
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .form_title h2 {
        font-size: 25px;
        padding: 0;
        margin-bottom: 15px
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form fieldset .form-required,
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form fieldset .text-muted {
        display: none
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form fieldset legend {
        font-size: 12px;
        margin-left: 15px
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .checkbox.custom-switch label.custom-control-label .consent-text-show {
        font-size: 14px
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha img {
        width: 48%
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset {
        width: 100% !important
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset .input-group {
        flex-wrap: nowrap
    }
    body.page-view-news-resources.path-events div.container.subform .block-resource-subscription #subscribe-form form .captcha fieldset label.error {
        top: 35px
    }
    body.page-view-news-resources.path-events .podcast-container {
        padding: 0
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player {
        flex-wrap: wrap;
        padding: 15px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player i.fa,
    body.page-view-news-resources.path-events .podcast-container #podcast-player i.fab {
        font-size: 15px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player p.pod-name {
        font-size: 12px;
        text-align: left
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 {
        padding: 0;
        width: 15%
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 #play-icon {
        width: 40px;
        height: 40px;
        margin: 0
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 #play-icon i {
        font-size: 15px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-1 #play-icon i.fa-play {
        left: 1px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 {
        width: 85%
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .current-time-box {
        width: 20%
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .jump-time-box {
        width: 40%;
        position: absolute;
        bottom: 18%;
        left: 10px;
        justify-content: flex-start
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .jump-time-box button {
        font-size: 12px;
        margin: 0 5px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .jump-time-box button i {
        font-size: 12px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .duration-time-box {
        width: 20%
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-2 .time {
        font-size: 12px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 {
        padding: 0 0 0 5px;
        width: 50%;
        margin: 0 0 0 auto
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container {
        margin: 0 5px
    }
    body.page-view-news-resources.path-events .podcast-container #podcast-player .podcast-box-3 .social-list-container .social-list-button {
        padding: 10px 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-9590 ul.footermap-header--footer-menu {
        padding-top: 70px !important
    }
}

#thanks-page h1,
#thanks-page h2,
#thanks-page h3,
#thanks-page h4,
#thanks-page h5,
#thanks-page h6,
#thanks-page span,
#thanks-page div,
#thanks-page li,
#thanks-page a,
#thanks-page ul {
    font-family: "Poppins";
}

#thanks-page hr.brand-line {
    background-color: #00bbf0
}

@media(min-width:750px) {
    #thanks-page.container {
        height: 379px !important
    }
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #thanks-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

@media screen and (min-width:1920px) {
    #thanks-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #thanks-page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #thanks-page .banner-section .banner-text {
        left: 180px !important
    }
    #thanks-page .page-node-9590 ul.footermap-header--footer-menu {
        padding-top: 70px !important
    }
}

@media only screen and (max-width:898px) {
    #thanks-page .desktop,
    #thanks-page .hide,
    #thanks-page p[class^=rectangle] {
        display: none !important
    }
    #thanks-page.container {
        padding: 0;
        max-width: 100%
    }
    #thanks-page .banner-section {
        background-color: #8f8f8f;
        position: relative;
        text-align: center
    }
    #thanks-page .banner-section .white-btn {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white !important;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        margin: 0 auto;
        border-radius: 50px
    }
    #thanks-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #thanks-page .banner-section .field--name-field-know {
        display: none
    }
    #thanks-page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        font-size: 24px !important;
        color: black;
        font-weight: bold;
        margin-top: 10%
    }
    #thanks-page .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-weight: bold;
        margin-bottom: 10px
    }
    #thanks-page .banner-section .banner-text .field--name-field-banner-text-small {
        font-size: 20px;
        margin-top: 35px;
        font-weight: bold
    }
    #thanks-page .banner-section .banner-text p {
        margin-top: 5px !important;
        margin-bottom: 0;
        font-size: 20px !important;
        font-weight: normal !important
    }
    #thanks-page .banner-section .banner-text p a {
        color: #0079c0 !important
    }
    #thanks-page .banner-section .banner-text .imageColumn {
        padding: 10px;
        display: inline-block;
        float: none
    }
    #thanks-page .banner-section .banner-text .imageColumn img#icon2,
    #thanks-page .banner-section .banner-text .imageColumn img#icon4,
    #thanks-page .banner-section .banner-text .imageColumn img#icon6,
    #thanks-page .banner-section .banner-text .imageColumn img#icon8 {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #thanks-page.container {
        height: 284px !important
    }
}

@media only screen and (min-width:898px) {
    #thanks-page .mobile {
        display: none !important
    }
    #thanks-page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #thanks-page .banner-section .white-btn {
        border: 3px solid #00bbf0;
        -webkit-appearance: none;
        color: white !important;
        padding: 10px 15px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        background: #00bbf0;
        margin: 0 auto;
        border-radius: 50px
    }
    #thanks-page .banner-section a,
    #thanks-page .banner-section a:link,
    #thanks-page .banner-section a:visited,
    #thanks-page .banner-section a:hover,
    #thanks-page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #thanks-page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #thanks-page .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important;
        left: 250px;
        color: black;
        font-weight: bold
    }
    #thanks-page .banner-section .banner-text .field--name-field-banner-text-second-line {
        font-weight: bold;
        margin-bottom: 15px
    }
    #thanks-page .banner-section .banner-text .field--name-field-banner-text-small {
        font-size: 20px;
        margin-top: 35px;
        font-weight: bold
    }
    #thanks-page .banner-section .banner-text p {
        margin-top: 20px;
        font-size: 20px;
        line-height: 5px;
        font-weight: normal
    }
    #thanks-page .banner-section .banner-text p a {
        color: #0079c0
    }
    #thanks-page .banner-section .banner-text .alignRow .imageColumn:first-child {
        padding-left: 0 !important
    }
    #thanks-page .banner-section .banner-text .imageColumn {
        float: left;
        padding: 10px
    }
    #thanks-page .banner-section .banner-text .imageColumn img#icon2,
    #thanks-page .banner-section .banner-text .imageColumn img#icon4,
    #thanks-page .banner-section .banner-text .imageColumn img#icon6,
    #thanks-page .banner-section .banner-text .imageColumn img#icon8 {
        display: none
    }
    #thanks-page .banner-section .field--name-field-know {
        display: none
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #thanks-page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

.node--type-event-landing-page .banner-section .banner-text .event-subtitle .field--name-field-event-location .field__item {
    margin-top: 10px !important
}

@media only screen and (max-width:898px) {
    .node--type-event-landing-page .banner-section.mobile .banner-text {
        top: 70% !important
    }
}

#event_landing_page h1,
#event_landing_page h2,
#event_landing_page h3,
#event_landing_page h4,
#event_landing_page h5,
#event_landing_page h6,
#event_landing_page span,
#event_landing_page div,
#event_landing_page li,
#event_landing_page a,
#event_landing_page ul {
    font-family: "Poppins";
}

#event_landing_page .breadcrumb-item {
    display: none
}

#event_landing_page .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#event_landing_page .flex>.content {
    margin-right: 25px
}

#event_landing_page .flex>.content img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block
}

#event_landing_page .form input#edit-phone {
    box-sizing: border-box !important;
    padding: .3em .4em .3em .5em !important;
    border: 1px solid #b8b8b8 !important;
    border-top-color: #999 !important;
    border-radius: 2px !important;
    background: #fcfcfa !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125) !important
}

#event_landing_page .form .headings {
    background-color: #4fdce0;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: "Poppins";
    letter-spacing: inherit;
    margin: 0
}

#event_landing_page .form .invalid-feedback {
    display: block !important;
    font-size: 12px !important;
    font-weight: 410 !important;
    color: red !important
}

#event_landing_page .form label[for^=edit-captcha-response] {
    visibility: hidden
}

#event_landing_page .form .input-group {
    margin-bottom: 10px !important
}

#event_landing_page .form #edit-captcha-response--description {
    display: none
}

#event_landing_page .form>form,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block {
    background-color: #e9ecef;
    padding: 10px 20px;
    color: #fff
}

#event_landing_page .form>form .webform-required,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .webform-required {
    font-size: 12px;
    color: #45454a !important
}

#event_landing_page .form>form .msg_subtitle,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .msg_subtitle {
    display: none
}

#event_landing_page .form>form .msg_title,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .msg_title {
    padding: 0
}

#event_landing_page .form>form input::-moz-placeholder,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block input::-moz-placeholder {
    color: transparent !important;
    opacity: 0
}

#event_landing_page .form>form input::placeholder,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block input::placeholder {
    color: transparent !important;
    opacity: 0
}

#event_landing_page .form>form input:focus::-moz-placeholder,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block input:focus::-moz-placeholder {
    opacity: 0
}

#event_landing_page .form>form label,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block label {
    font-size: 14px;
    font-weight: 500;
    color: #45454a !important;
    margin: 0
}

#event_landing_page .form>form .form-required::after,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .form-required::after {
    color: red;
    content: "*";
    background-image: none
}

#event_landing_page .form>form .form-item-captcha-response,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .form-item-captcha-response {
    width: 100% !important;
    margin: 0
}

#event_landing_page .form>form .form-control.error,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .form-control.error {
    font-size: 16px !important
}

#event_landing_page .form>form .form-item--error-message,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .form-item--error-message {
    color: red !important;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px
}

#event_landing_page .form>form .reload-captcha-wrapper,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .reload-captcha-wrapper {
    margin-bottom: 10px
}

#event_landing_page .form>form .reload-captcha-wrapper a,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block .reload-captcha-wrapper a {
    font-size: 12px;
    margin: 0
}

#event_landing_page .form>form button,
#event_landing_page .form .block.block-resources-download-form.block-download-resources-block button {
    padding: 15px;
    border: 0;
    border-radius: 0;
    background-color: #4fdce0;
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

@media only screen and (min-width:1010px) and (max-width:1024px) {
    #event_landing_page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
}

@media screen and (min-width:1920px) {
    #event_landing_page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    #event_landing_page.container {
        max-width: 1440px;
        padding: 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    #event_landing_page .flex {
        padding: 0 30px !important
    }
    #event_landing_page .flex .content {
        margin-right: 0 !important
    }
    #event_landing_page .flex .col-sm-12 {
        padding-right: 50px !important;
        padding-left: 0 !important
    }
}

@media only screen and (max-width:898px) {
    #event_landing_page .connect {
        margin: 35px auto;
        border-radius: 60px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        padding: 10px;
        text-align: center;
        color: white;
        font-weight: bold;
        width: 100%
    }
    #event_landing_page .connect .field--name-field-expert-text .field__item p {
        margin: 5px !important;
        text-align: center
    }
    #event_landing_page .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 5px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border-radius: 19px;
        text-transform: uppercase;
        width: 35%;
        margin: 10px auto 0 auto
    }
    #event_landing_page .connect .field--name-field-know-more a {
        color: white
    }
    #event_landing_page input#edit-captcha-response {
        padding: 20px !important
    }
    #event_landing_page .desktop,
    #event_landing_page .hide,
    #event_landing_page p[class^=rectangle] {
        display: none !important
    }
    #event_landing_page.container {
        padding: 0;
        max-width: 100%
    }
    #event_landing_page h1.seo-title,
    #event_landing_page h3.title {
        color: #45454a;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 10px;
        margin-bottom: 35px
    }
    #event_landing_page h1.seo-title p,
    #event_landing_page h3.title p {
        margin: 0
    }
    #event_landing_page h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin-bottom: 20px
    }
    #event_landing_page .flex {
        padding: 25px
    }
    #event_landing_page .flex p {
        text-align: start
    }
    #event_landing_page .flex>.content {
        margin-right: 0
    }
    #event_landing_page .flex>.content img {
        width: 100%;
        height: auto
    }
    #event_landing_page .flex>.content .col-sm-12 {
        padding: unset !important
    }
    #event_landing_page .banner-section {
        position: relative;
        text-align: center
    }
    #event_landing_page .banner-section img {
        height: auto;
        width: 100%
    }
    #event_landing_page .banner-section .field--name-field-know {
        display: none
    }
    #event_landing_page .banner-section .banner-text {
        color: white;
        font-size: 30px;
        font-weight: 500;
        width: 100%;
        margin-top: 33%;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (min-width:898px) {
    #event_landing_page .connect {
        color: white;
        display: flex;
        justify-content: space-between;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto;
        border-radius: 50px;
        background: linear-gradient(135deg, #1baef0 0, #049159 100%);
        align-items: baseline;
        padding: 13.5px 41px;
        margin-bottom: 40px
    }
    #event_landing_page .connect .field--name-field-expert-text {
        margin-right: 29px;
        color: #fff;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px
    }
    #event_landing_page .connect p {
        margin: 0
    }
    #event_landing_page .connect .field--name-field-know-more {
        -webkit-appearance: none;
        background: transparent;
        color: white;
        border: 1px solid rgba(255, 255, 255, .6);
        padding: 11px;
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        line-height: initial;
        border-radius: 19px;
        font-weight: bold;
        text-transform: uppercase
    }
    #event_landing_page .connect .field--name-field-know-more a,
    #event_landing_page .connect .field--name-field-know-more a:link,
    #event_landing_page .connect .field--name-field-know-more a:visited,
    #event_landing_page .connect .field--name-field-know-more a:hover,
    #event_landing_page .connect .field--name-field-know-more a:active {
        color: white;
        text-decoration: none
    }
    #event_landing_page .connect .field--name-field-know-more a {
        color: white
    }
    #event_landing_page input#edit-captcha-response {
        width: 55% !important;
        height: 41px !important;
        margin-top: 0 !important
    }
    #event_landing_page .mobile {
        display: none !important
    }
    #event_landing_page h1.seo-title,
    #event_landing_page h3.title {
        color: #45454a;
        line-height: 27px;
        text-transform: initial;
        text-align: center;
        margin: 20px 0 36px 0;
        font-family: "Poppins";
        font-size: 22px;
        font-weight: 500;
        letter-spacing: inherit
    }
    #event_landing_page h1.seo-title p,
    #event_landing_page h3.title p {
        margin-bottom: 0
    }
    #event_landing_page h3.title-desc {
        color: #45454a;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 27px;
        text-transform: initial;
        margin-bottom: 20px
    }
    #event_landing_page .banner-section {
        position: relative;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%)
    }
    #event_landing_page .banner-section a,
    #event_landing_page .banner-section a:link,
    #event_landing_page .banner-section a:visited,
    #event_landing_page .banner-section a:hover,
    #event_landing_page .banner-section a:active {
        color: white;
        text-decoration: none
    }
    #event_landing_page .banner-section img {
        width: 100%;
        background-size: 100% 100%;
        height: auto
    }
    #event_landing_page .banner-section .banner-text {
        position: absolute;
        color: white;
        left: 100px;
        width: 100%;
        font-size: 40px;
        font-weight: bold;
        top: 50% !important;
        transform: translateY(-50%) !important
    }
    #event_landing_page .banner-section .field--name-field-know {
        display: none
    }
    #event_landing_page .flex {
        display: flex;
        margin: 50px 0;
        padding: 0 90px
    }
    #event_landing_page .flex .form {
        width: 250%
    }
    #event_landing_page .flex .col-sm-12 {
        padding-right: 0;
        padding-left: 35px
    }
    #event_landing_page #block-breadcrumbs .breadcrumb,
    #event_landing_page #block-bootstrap-xoriant-breadcrumbs .breadcrumb {
        background: 0 0;
        margin-left: 75px;
        padding: 15px .75rem;
        margin-bottom: 0
    }
    #event_landing_page #block-breadcrumbs .breadcrumb li,
    #event_landing_page #block-breadcrumbs .breadcrumb a,
    #event_landing_page #block-bootstrap-xoriant-breadcrumbs .breadcrumb li,
    #event_landing_page #block-bootstrap-xoriant-breadcrumbs .breadcrumb a {
        font-size: 14px;
        color: #45454a !important
    }
    #event_landing_page .hide {
        display: none !important
    }
}

@media only screen and (min-width:898px) and (max-width:1250px) {
    #event_landing_page.container {
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
    }
    #event_landing_page .breadcrumb {
        margin-left: 25px !important
    }
}

.node--type-cisco-page .content-container {
    max-width: 988px;
    padding: 0
}

.node--type-cisco-page .content-container #industries-section {
    max-width: 988px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative
}

.node--type-cisco-page .content-container #industries-section .industries-title-box .industries-subtitle {
    color: #00b23b;
     font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0;
    text-transform: capitalize
}

.node--type-cisco-page .content-container #industries-section .industries-title-box .industries-title {
    color: #000;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -.8px;
    margin: 0
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container {
    margin: 20px -15px 0 -15px;
    row-gap: 30px
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box {
    position: relative;
    height: 250px;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: background-color 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
    width: 90px;
    padding: 18px;
    border-radius: 50% 15px 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box .industry-icon {
    height: 100%;
    width: auto;
    transition: height, filter 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-title {
    color: #000;
     font-family: "Poppins";
    font-size: 21px;
    font-style: normal;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    transition: color 1s ease;
    letter-spacing: normal
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-body {
    margin: 0;
    padding: 0 0 0 15px
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-body li {
    color: #000;
    font-family: "Mona Sans Medium";
    font-size: 16px;
    line-height: 20px;
    transition: color 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow {
    margin: auto 0 0 0;
    font-family: "Mona Sans Medium";
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    color: #00b23b;
    display: none
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow img {
    width: 30px;
    height: auto;
    transition: transform 1s ease;
    margin-left: -20px
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow:hover {
    color: white
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow:hover img {
    transform: translate(10px, 0);
    transition: transform 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover {
    background-color: #00b23b;
    transition: background-color 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box {
    height: 80px;
    width: 80px;
    background-color: #07881d;
    transition: background-color 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box .industry-icon {
    height: 99%;
    filter: invert(100%) sepia(0%) saturate(7439%) hue-rotate(188deg) brightness(127%) contrast(112%);
    transition: height, filter 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-title {
    color: #fff;
    transition: color 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-body li {
    color: #fff;
    transition: color 1s ease
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-arrow {
    color: white
}

.node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(332deg) brightness(96%) contrast(112%)
}

@media only screen and (min-width:992px) {
    .node--type-cisco-page #main-wrapper #block-bootstrap-xoriant-breadcrumbs {
        position: absolute !important;
        top: 120px !important;
        margin: 0 !important
    }
    .node--type-cisco-page #dots-section .dot-1 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-2 {
        position: absolute;
        right: 13%;
        top: 2478px
    }
    .node--type-cisco-page #dots-section .dot-4 {
        position: absolute;
        top: 750px;
        right: -20px
    }
    .node--type-cisco-page #dots-section .dot-9 {
        position: absolute;
        top: 1150px;
        right: 230px
    }
    .node--type-cisco-page #dots-section .dot-5 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-6 {
        top: 4230px;
        position: absolute;
        right: 0
    }
    .node--type-cisco-page #dots-section .dot-7 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-8 {
        display: none
    }
    .node--type-cisco-page #dots-section .triangle-1 {
        position: absolute;
        top: 760px;
        left: 1px
    }
    .node--type-cisco-page #dots-section .triangle-2 {
        position: absolute;
        top: 3990px;
        left: 0
    }
    .node--type-cisco-page #dots-section .triangle-3 {
        position: absolute;
        top: 2800px;
        left: 0;
        z-index: -1
    }
    .node--type-cisco-page #dots-section .triangle-4 {
        position: absolute;
        top: 2800px;
        right: 50px;
        width: 110px
    }
    .node--type-cisco-page #top-wave-section {
        position: relative
    }
    .node--type-cisco-page #top-wave-section .top-wave-image-desktop {
        position: absolute;
        top: -850px;
        z-index: -1
    }
    .node--type-cisco-page #top-wave-section .top-wave-image-mobile {
        display: none
    }
    .node--type-cisco-page #bottom-wave-section {
        position: relative
    }
    .node--type-cisco-page #bottom-wave-section .top-wave-image-desktop {
        position: absolute;
        top: -1930px;
        z-index: -1
    }
    .node--type-cisco-page #bottom-wave-section .top-wave-image-mobile {
        display: none
    }
    .node--type-cisco-page .banner-container {
        max-width: inherit;
        padding: 0;
        margin: 0
    }
    .node--type-cisco-page .banner-container .banner-section {
        position: relative;
        overflow: hidden
    }
    .node--type-cisco-page .banner-container .banner-section:hover .field--name-field-banner-desktop-image img {
        transform: scale(1.07)
    }
    .node--type-cisco-page .banner-container .banner-section img {
        width: 100%;
        transition: transform .9s ease
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text {
        position: absolute;
        top: 357px !important;
        left: 226px
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text .field--name-field-hr-line-text {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 32px;
        line-height: normal;
        letter-spacing: -.96px
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text .field--name-field-banner-text {
        color: #FFF;
         font-family: "Poppins";
        font-size: 70px;
        line-height: 78px;
        letter-spacing: -3.5px;
        text-transform: uppercase;
        width: 70%
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text .field--name-field-banner-text-small {
        color: #FFF;
         font-family: "Poppins";
;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -.56px
    }
    .node--type-cisco-page .content-container {
        max-width: 988px;
        padding: 0
    }
    .node--type-cisco-page .content-container .intro-section {
        margin: 70px 0
    }
    .node--type-cisco-page .content-container .intro-section .field--name-field-banner-text-second-line {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-cisco-page .content-container .intro-section .intro-title p {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px
    }
    .node--type-cisco-page .content-container .intro-section .field--name-field-intro-body p {
        color: #000;
 font-family: "Poppins";        font-size: 16px;
        line-height: 136%
    }
    .node--type-cisco-page .content-container .intro-section .intro-image .field--name-field-intro-image {
        overflow: hidden;
        border-radius: 8px
    }
    .node--type-cisco-page .content-container .intro-section .intro-image .field--name-field-intro-image img {
        transition: transform .9s ease;
        width: 100%;
        height: auto
    }
    .node--type-cisco-page .content-container .intro-section .intro-image .field--name-field-intro-image:hover img {
        transform: scale(1.07)
    }
    .node--type-cisco-page .content-container .tab-desc {
        margin-top: 90px
    }
    .node--type-cisco-page .content-container .tab-desc .field--name-field-tab-desc-1 {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-cisco-page .content-container .tab-desc .field--name-field-tab-desc-2 {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper {
        margin-bottom: 90px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .careercisco,
    .node--type-cisco-page .content-container .cisco-tab-wrapper .funcisco {
        display: none
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab {
        margin-top: 30px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab .tablinks-cisco {
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        border-bottom: unset;
        color: #9c9c9c;
        text-align: center;
        font-size: 30px;
         font-family: "Poppins";
;
        line-height: 48px;
        letter-spacing: -.2px;
        text-transform: capitalize;
        padding: 0;
        margin-right: 80px;
        padding-bottom: 1px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab .tablinks-cisco:not(.active):hover {
        color: #00b23b
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab .tablinks-cisco.active {
        border-bottom: 3px solid #00b23b !important;
        color: #000;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: -.2px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab .tablinks-cisco:focus {
        outline: unset
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row {
        width: 30%;
        margin: 25px 32px 90px 0;
        padding-right: 90px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-heading {
        color: #000;
        font-family: "Mona Sans Extra Bold" !important;
        font-size: 16px;
        line-height: 112.7%;
        text-transform: capitalize
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-desc {
        color: #000;
 font-family: "Poppins";        font-size: 12px;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        height: 90px;
        color: #333;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 23px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-link a {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 13px;
        line-height: normal
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-link a:hover img.arrow {
        transform: translateX(60%)
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-link a img.arrow {
        transition: transform 1s ease
    }
    .node--type-cisco-page .promise-to-cisco {
        position: relative
    }
    .node--type-cisco-page .promise-to-cisco .field--name-field-promise-image {
        overflow: hidden
    }
    .node--type-cisco-page .promise-to-cisco .field--name-field-promise-image::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }
    .node--type-cisco-page .promise-to-cisco .field--name-field-promise-image img {
        width: 100%;
        height: auto;
        transition: transform .9s ease
    }
    .node--type-cisco-page .promise-to-cisco .field--name-field-promise-image:hover img {
        transform: scale(1.07)
    }
    .node--type-cisco-page .promise-to-cisco .promise-heading {
        position: absolute;
        top: 30%;
        left: 12%
    }
    .node--type-cisco-page .promise-to-cisco .promise-heading .field--name-field-promise-heading {
        color: #FFF;
         font-family: "Poppins";
        font-size: 50px;
        line-height: normal;
        letter-spacing: -.5px;
        text-transform: capitalize;
        width: 50%
    }
    .node--type-cisco-page .promise-to-cisco .promise-heading .field--name-field-promise-body {
        color: #FFF;
         font-family: "Poppins";
;
        font-size: 27px;
        line-height: 32px;
        width: 50%;
        margin-top: 10px
    }
    .node--type-cisco-page .promise-to-cisco .promise-heading .field--name-field-promise-body p {
         font-family: "Poppins";

    }
    .node--type-cisco-page .promise-to-cisco .animation-body {
        display: inline-grid
    }
    .node--type-cisco-page .promise-to-cisco .animation-body .col-md-1 {
        padding: 0
    }
    .node--type-cisco-page .promise-to-cisco .animation-body .col-md-1 img {
        width: 35px;
        height: 35px
    }
    .node--type-cisco-page .promise-to-cisco .promise-points {
        position: absolute;
        top: 28%;
        right: -5%
    }
    .node--type-cisco-page .promise-to-cisco .promise-points .box-1,
    .node--type-cisco-page .promise-to-cisco .promise-points .box-2,
    .node--type-cisco-page .promise-to-cisco .promise-points .box-3 {
        color: #FFF;
 font-family: "Poppins";        font-size: 20px;
        line-height: normal;
        letter-spacing: -.2px;
        text-transform: capitalize;
        background: rgba(255, 255, 255, .14);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 20px 0;
        display: inline-flex;
        padding: 20px;
        justify-content: left;
        align-items: center;
        width: 80%;
        margin: 10px 0;
        position: relative
    }
    @keyframes slide1 {
        from {
            transform: translateX(150%)
        }
        to {
            transform: translateX(0%)
        }
    }
    @keyframes slide2 {
        from {
            transform: translateX(170%)
        }
        to {
            transform: translateX(0%)
        }
    }
    @keyframes slide3 {
        from {
            transform: translateX(200%)
        }
        to {
            transform: translateX(0%)
        }
    }
    @keyframes slide1Reverse {
        from {
            transform: translateX(0%)
        }
        to {
            transform: translateX(150%)
        }
    }
    @keyframes slide2Reverse {
        from {
            transform: translateX(0%)
        }
        to {
            transform: translateX(170%)
        }
    }
    @keyframes slide3Reverse {
        from {
            transform: translateX(0%)
        }
        to {
            transform: translateX(200%)
        }
    }
    .node--type-cisco-page .promise-to-cisco.desktop .box-1 {
        animation: slide1Reverse .5s .2s forwards
    }
    .node--type-cisco-page .promise-to-cisco.desktop .box-2 {
        animation: slide2Reverse .5s .1s forwards
    }
    .node--type-cisco-page .promise-to-cisco.desktop .box-3 {
        animation: slide2Reverse .5s 0s forwards
    }
    .node--type-cisco-page .promise-to-cisco.desktop:hover .box-1 {
        animation: slide1 .5s 0s backwards
    }
    .node--type-cisco-page .promise-to-cisco.desktop:hover .box-2 {
        animation: slide2 .5s .1s backwards
    }
    .node--type-cisco-page .promise-to-cisco.desktop:hover .box-3 {
        animation: slide2 .5s .2s backwards
    }
    .node--type-cisco-page .adoption-section {
        position: relative;
        margin-top: -60px
    }
    .node--type-cisco-page .adoption-section .field--name-field-recent-cisco img {
        width: 100%;
        height: auto
    }
    .node--type-cisco-page .adoption-section .adoption-title p {
        color: #FFF;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin-bottom: -20px
    }
    .node--type-cisco-page .adoption-section .adoption-image {
        position: relative;
        overflow: hidden;
        border-radius: 20px
    }
    .node--type-cisco-page .adoption-section .adoption-image img {
        -o-object-fit: cover;
        object-fit: cover;
        transition: transform .9s ease;
        width: 100%;
        height: auto
    }
    .node--type-cisco-page .adoption-section .adoption-image .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%);
        opacity: 0;
        transition: opacity .3s ease
    }
    .node--type-cisco-page .adoption-section .adoption-desc {
        position: absolute;
        top: 75%;
        width: 25%;
        padding: 0 15px;
        transition: transform 2s;
        transform: translateY(0)
    }
    .node--type-cisco-page .adoption-section .adoption-desc .adoption-subtitle {
        color: #FFF;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 10px
    }
    .node--type-cisco-page .adoption-section .adoption-desc .adoption-body {
        color: #FFF;
 font-family: "Poppins";        font-size: 16px;
        line-height: normal;
        text-transform: capitalize;
        transition: transform 2s;
        display: none
    }
    .node--type-cisco-page .adoption-section .container-sm {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        margin: auto auto
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box {
        margin-top: 80px
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box {
        width: 25%;
        padding: 0 7px
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:hover .adoption-desc {
        transform: translateY(-25%);
        top: 65%
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:hover .adoption-body {
        display: block
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:hover .image-overlay {
        opacity: 1 !important
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:hover .adoption-image img {
        transform: scale(1.07)
    }
    .node--type-cisco-page #success-stories-carousel-section {
        margin: 100px auto
    }
    .node--type-cisco-page #success-stories-carousel-section .success-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .node--type-cisco-page #success-stories-carousel-section .success-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    .node--type-cisco-page #success-stories-carousel-section .success-stories-link {
        width: 25px;
        transition: transform 1s ease
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-link:hover {
        transform: translateX(30%);
        color: #00b23b
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-pdf {
        color: #00b23b !important;
        font-family: "Mona Sans Extra Bold" !important;
        font-size: 18px !important;
        font-style: normal !important;
        display: flex;
        gap: 10px
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-pdf img {
        transition: transform 1s ease
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-pdf:hover img {
        transform: translateX(30%)
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-content-box {
        border-radius: 8px 0 0 8px
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-content-box .high-green {
        display: block;
        margin-bottom: 10px
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-content-box .short-desc {
        display: block;
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-image-box {
        overflow: hidden;
        border-radius: 0 8px 8px 0
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-image-box img {
        width: 100%;
        height: 100%;
        transition: transform .4s;
        transform-origin: bottom right
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-image-box:hover img {
        transform: scale(1.03)
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots {
        bottom: 20px !important
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button {
        background-color: #fff !important
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button:hover {
        background-color: #ccc !important
    }
    .node--type-cisco-page .glimpse {
        margin-bottom: 100px;
        width: 100%;
        background-color: #f5f6f6;
        padding: 30px 0
    }
    .node--type-cisco-page .glimpse .col-md-6.row {
        margin-left: -50px
    }
    .node--type-cisco-page .glimpse .glimpse-video {
        padding-left: 70px
    }
    .node--type-cisco-page .glimpse .glimpse-video video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 490px;
        height: 350px;
        border-radius: 20px
    }
    .node--type-cisco-page .glimpse .glimpse-text {
        width: 60%;
        padding-top: 90px;
        padding-left: 80px
    }
    .node--type-cisco-page .glimpse .glimpse-text .glimpse-title {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-cisco-page .glimpse .glimpse-text .glimpse-subtitle {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 42px;
        letter-spacing: -.8px
    }
    .node--type-cisco-page .glimpse .glimpse-arrow {
        padding-top: 50px
    }
}

@media only screen and (max-width:992px) {
    .node--type-cisco-page #dots-section {
        position: relative
    }
    .node--type-cisco-page #dots-section .dot-2,
    .node--type-cisco-page #dots-section .dot-3,
    .node--type-cisco-page #dots-section .dot-4,
    .node--type-cisco-page #dots-section .dot-5,
    .node--type-cisco-page #dots-section .dot-6,
    .node--type-cisco-page #dots-section .dot-7,
    .node--type-cisco-page #dots-section .dot-8,
    .node--type-cisco-page #dots-section .dot-9,
    .node--type-cisco-page #dots-section .triangle-1 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-1 {
        position: absolute;
        top: 450px;
        right: 25px;
        height: 10px
    }
    .node--type-cisco-page #top-wave-section {
        position: relative
    }
    .node--type-cisco-page #top-wave-section .top-wave-image-desktop {
        display: none
    }
    .node--type-cisco-page #top-wave-section .top-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -1400px;
        z-index: -1
    }
    .node--type-cisco-page #bottom-wave-section {
        position: relative
    }
    .node--type-cisco-page #bottom-wave-section .top-wave-image-desktop {
        display: none
    }
    .node--type-cisco-page #bottom-wave-section .top-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -400px;
        z-index: -1
    }
    .node--type-cisco-page .banner-container {
        padding: 0;
        margin: 0;
        overflow-x: hidden !important;
        overflow-x: clip !important
    }
    .node--type-cisco-page .banner-container .banner-section {
        position: relative
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text {
        position: absolute;
        top: 80px !important;
        left: 0;
        padding: 25px;
        text-align: left
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text .field--name-field-hr-line-text {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 27px;
        line-height: normal;
        letter-spacing: -.81px
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text .field--name-field-banner-text {
        color: #FFF;
         font-family: "Poppins";
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.4px;
        text-transform: uppercase
    }
    .node--type-cisco-page .banner-container .banner-section .banner-text .field--name-field-banner-text-small {
        color: #FFF;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -.28px;
        margin-top: 0
    }
    .node--type-cisco-page .content-container {
        max-width: 988px;
        padding: 0 25px;
        overflow-x: hidden !important;
        overflow-x: clip !important
    }
    .node--type-cisco-page .content-container .intro-section {
        overflow-x: clip !important;
        margin: 70px 0
    }
    .node--type-cisco-page .content-container .intro-section .col-md-6 {
        padding: 0
    }
    .node--type-cisco-page .content-container .intro-section .field--name-field-banner-text-second-line {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: normal;
        letter-spacing: -.51px
    }
    .node--type-cisco-page .content-container .intro-section .intro-title p {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.46px;
        text-align: left
    }
    .node--type-cisco-page .content-container .intro-section .field--name-field-intro-body p {
        color: #000;
 font-family: "Poppins";        font-size: 16px;
        line-height: 136%;
        text-align: left
    }
    .node--type-cisco-page .content-container .intro-section .intro-image .field--name-field-intro-image img {
        transition: transform .9s ease;
        width: 100%;
        height: auto;
        border-radius: 8px
    }
    .node--type-cisco-page .content-container #industries-section {
        overflow-x: clip !important;
        padding: 0
    }
    .node--type-cisco-page .content-container #industries-section .industries-title-box .industries-subtitle {
        font-size: 16px;
        letter-spacing: -.5px
    }
    .node--type-cisco-page .content-container #industries-section .industries-title-box .industries-title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    .node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container {
        row-gap: 15px
    }
    .node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box {
        height: 90px;
        width: 90px
    }
    .node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box {
        height: 80px;
        width: 80px
    }
    .node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-arrow {
        color: white;
        display: none
    }
    .node--type-cisco-page .content-container .tab-desc {
        overflow-x: clip !important;
        margin-top: 50px
    }
    .node--type-cisco-page .content-container .tab-desc .field--name-field-tab-desc-1 {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-cisco-page .content-container .tab-desc .field--name-field-tab-desc-2 {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: normal;
        letter-spacing: -.8px;
        margin-bottom: 10px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper {
        overflow-x: clip !important;
        margin-bottom: 50px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .mobile-tab button.active+hr.mobile {
        display: none
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .careercisco,
    .node--type-cisco-page .content-container .cisco-tab-wrapper .funcisco {
        display: none
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .digital::after {
        right: 10px;
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/vector-down.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 43px;
        height: 43px;
        border-radius: 50px;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .cloud::after {
        right: 10px;
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/vector-down.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 43px;
        height: 43px;
        border-radius: 50px;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute;
        transform: rotate(270deg)
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .data::after {
        right: 10px;
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/vector-down.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 43px;
        height: 43px;
        border-radius: 50px;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute;
        transform: rotate(270deg)
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .cloud.active::after {
        transform: rotate(0deg)
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .data.active::after {
        transform: rotate(0deg)
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .digital:not(.active)::after {
        transform: rotate(270deg)
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab {
        margin-top: 30px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab .tablinks-cisco {
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        border-bottom: unset;
        color: #9c9c9c;
        text-align: center;
        font-size: 30px;
        font-family: "Mona Sans Regular";
        line-height: 48px;
        letter-spacing: -.2px;
        text-transform: capitalize;
        padding: 0;
        margin-right: 80px;
        padding-bottom: 13px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab .tablinks-cisco.active {
        border-bottom: 3px solid #00b23b !important;
        color: #000;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: -.2px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .desktop-tab .tablinks-cisco:focus {
        outline: unset
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .tablinks-cisco {
        border-top: unset !important;
        border-left: unset !important;
        border-right: unset !important;
        box-shadow: unset !important;
        background: unset !important;
        border-radius: unset !important;
        border-bottom: unset;
        color: #9c9c9c;
        text-align: center;
        font-size: 18px;
        font-family: "Mona Sans Regular";
        line-height: 48px;
        letter-spacing: -.2px;
        text-transform: capitalize;
        padding: 0;
        margin-right: 80px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .tablinks-cisco.active {
        border-bottom: 3px solid #00b23b !important;
        color: #000;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: -.2px;
        margin-bottom: 20px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .tablinks-cisco:focus {
        outline: unset
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 30px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-heading {
        color: #000;
        font-family: "Mona Sans Extra Bold" !important;
        font-size: 16px;
        line-height: 112.7%;
        text-transform: capitalize
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-desc {
        color: #000;
 font-family: "Poppins";        font-size: 12px;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 50px;
        color: #333;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 23px;
        text-align: left
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-link {
        margin-bottom: 10px
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-link a {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 13px;
        line-height: normal
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-link a:hover img.arrow {
        transform: translateX(60%)
    }
    .node--type-cisco-page .content-container .cisco-tab-wrapper .card-wrapper .views-element-container .view-id-products_carousel .views-row .products-link a img.arrow {
        transition: transform 1s ease
    }
    .node--type-cisco-page .promise-to-cisco {
        overflow-x: clip !important;
        position: relative;
        margin-top: -20px
    }
    .node--type-cisco-page .promise-to-cisco .field--name-field-promise-image::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }
    .node--type-cisco-page .promise-to-cisco .field--name-field-promise-image img {
        width: 100%;
        height: 380px
    }
    .node--type-cisco-page .promise-to-cisco .animation-body {
        display: inline-grid
    }
    .node--type-cisco-page .promise-to-cisco .promise-points {
        position: absolute;
        top: 5%
    }
    .node--type-cisco-page .promise-to-cisco .promise-points .box-1,
    .node--type-cisco-page .promise-to-cisco .promise-points .box-2,
    .node--type-cisco-page .promise-to-cisco .promise-points .box-3 {
        color: #FFF;
 font-family: "Poppins";        font-size: 14px;
        line-height: normal;
        letter-spacing: -.2px;
        text-transform: capitalize;
        background: rgba(255, 255, 255, .14);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        margin: 20px 20px;
        display: inline-flex;
        padding: 20px 0;
        justify-content: left;
        align-items: center;
        gap: 10px
    }
    .node--type-cisco-page .promise-to-cisco .promise-points .col.first {
        max-width: 1%
    }
    .node--type-cisco-page .promise-to-cisco-heading {
        margin: 50px 0
    }
    .node--type-cisco-page .promise-to-cisco-heading .field--name-field-promise-heading {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: normal;
        letter-spacing: -.51px
    }
    .node--type-cisco-page .promise-to-cisco-heading .field--name-field-promise-body p {
        color: #070707;
         font-family: "Poppins";
;
        font-size: 27px;
        line-height: 32px;
        text-align: left
    }
    .node--type-cisco-page #success-stories-carousel-section {
        margin: 100px auto
    }
    .node--type-cisco-page #success-stories-carousel-section .view-content.row {
        background-color: #f2f2f2;
        border-radius: 0 0 8px 8px
    }
    .node--type-cisco-page #success-stories-carousel-section .view-content.row ul.slick-dots {
        position: initial;
        padding-bottom: 20px
    }
    .node--type-cisco-page .success-stories-content-box .short-desc {
        display: block;
 font-family: "Poppins";        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000
    }
    .node--type-cisco-page .success-stories-content-box .success-stories-pdf {
        color: #00b23b !important;
        font-family: "Mona Sans Extra Bold" !important;
        font-size: 13px !important;
        font-style: normal !important;
        display: flex;
        gap: 5px
    }
    .node--type-cisco-page #success-stories-carousel-section {
        overflow-x: clip !important;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 70px
    }
    .node--type-cisco-page #success-stories-carousel-section .success-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.46px;
        text-align: left
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container {
        width: 100%;
        position: relative
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 650px !important;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column-reverse
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        width: 100%;
        height: 50%;
        padding: 20px 65px 65px 20px;
        background-color: #f2f2f2;
        border-radius: 0 0 8px 8px
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body {
        text-align: left
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        color: #000;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.44px;
        text-align: left;
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
        height: 55%
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 8px 8px 0 0
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style-type: none;
        position: absolute;
        padding: 0 0 0 13px;
        margin: 0;
        bottom: 20px;
        width: 100%
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #ccc;
        background-color: transparent
    }
    .node--type-cisco-page #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    .node--type-cisco-page .adoption-section {
        overflow-x: clip !important;
        max-width: 988px;
        padding: 0 25px
    }
    .node--type-cisco-page .adoption-section .field--name-field-recent-cisco {
        display: none
    }
    .node--type-cisco-page .adoption-section .adoption-title p {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.46px;
        text-align: left;
        margin-bottom: -50px
    }
    .node--type-cisco-page .adoption-section .adoption-image {
        position: relative;
        overflow: hidden;
        border-radius: 20px
    }
    .node--type-cisco-page .adoption-section .adoption-image img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto
    }
    .node--type-cisco-page .adoption-section .adoption-image .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%);
        opacity: 1
    }
    .node--type-cisco-page .adoption-section .adoption-desc {
        position: relative;
        padding: 0 15px;
        bottom: 140px
    }
    .node--type-cisco-page .adoption-section .adoption-desc .adoption-subtitle {
        color: #FFF;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 112.7%;
        text-transform: capitalize
    }
    .node--type-cisco-page .adoption-section .adoption-desc .adoption-body p {
        color: #FFF;
 font-family: "Poppins";        font-size: 16px;
        line-height: 136%;
        text-transform: capitalize;
        text-align: left
    }
    .node--type-cisco-page .adoption-section .container-sm {
        padding: 0
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box {
        margin-top: 80px
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box {
        width: 100%;
        margin-bottom: -90px
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box .adoption-body {
        display: block
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box .adoption-subtitle {
        margin-bottom: 10px
    }
    .node--type-cisco-page .glimpse {
        overflow-x: clip !important;
        margin-bottom: 100px;
        width: 100%;
        background-color: #f5f6f6;
        padding: 30px 0
    }
    .node--type-cisco-page .glimpse .col-md-6.row {
        margin-left: -20px
    }
    .node--type-cisco-page .glimpse .glimpse-video video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: auto;
        border-radius: 20px
    }
    .node--type-cisco-page .glimpse .glimpse-text {
        width: 90%;
        padding-top: 30px;
        padding-left: 150px
    }
    .node--type-cisco-page .glimpse .glimpse-text .glimpse-title {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-cisco-page .glimpse .glimpse-text .glimpse-subtitle {
        color: #000;
         font-family: "Poppins";
;
        font-size: 25px;
        line-height: normal;
        letter-spacing: -.8px;
        text-align: left
    }
    .node--type-cisco-page .glimpse .glimpse-arrow {
        padding-top: 0;
        width: 10%
    }
    .node--type-cisco-page .glimpse .glimpse-arrow img {
        width: 150px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .node--type-cisco-page #dots-section .dot-1,
    .node--type-cisco-page #dots-section .triangle-1 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-2 {
        position: absolute;
        right: 13%;
        top: 2300px
    }
    .node--type-cisco-page #dots-section .dot-4 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-9 {
        position: absolute;
        top: 1150px;
        right: 230px
    }
    .node--type-cisco-page #dots-section .dot-5 {
        position: absolute;
        top: 3675px;
        left: 88.56px
    }
    .node--type-cisco-page #dots-section .dot-6 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-7 {
        display: none
    }
    .node--type-cisco-page #dots-section .dot-8 {
        right: 20.5%;
        position: absolute;
        top: 16.5%;
        transform: rotate(90deg)
    }
    .node--type-cisco-page #dots-section .triangle-1 {
        position: absolute;
        top: 760px;
        left: 1px
    }
    .node--type-cisco-page #dots-section .triangle-2 {
        display: none
    }
    .node--type-cisco-page #dots-section .triangle-3 {
        display: none
    }
    .node--type-cisco-page #dots-section .triangle-4 {
        position: absolute;
        top: 2500px;
        right: 30px;
        width: 80px
    }
    .node--type-cisco-page .content-container #industries-section {
        padding: 60px 0
    }
    .node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box {
        height: 75px;
        width: 75px
    }
    .node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box {
        height: 65px;
        width: 65px
    }
    .node--type-cisco-page .content-container #industries-section #industries-blocks-section .industries-blocks-container .industry-arrow:hover {
        filter: none;
        display: none
    }
    .node--type-cisco-page .promise-to-cisco .promise-heading {
        top: 20% !important;
        left: 1%
    }
    .node--type-cisco-page .promise-to-cisco .promise-heading .field--name-field-promise-heading {
        width: 60% !important
    }
    .node--type-cisco-page .promise-to-cisco .promise-heading .field--name-field-promise-body {
        width: 60% !important
    }
    .node--type-cisco-page .promise-to-cisco .promise-points {
        top: 20%;
        right: 0
    }
    .node--type-cisco-page .promise-to-cisco .promise-points .box-1,
    .node--type-cisco-page .promise-to-cisco .promise-points .box-2,
    .node--type-cisco-page .promise-to-cisco .promise-points .box-3 {
        width: 100%
    }
    .node--type-cisco-page .promise-to-cisco .promise-points .box-1 {
        left: 0
    }
    .node--type-cisco-page .promise-to-cisco .promise-points .box-2 {
        left: 0
    }
    .node--type-cisco-page .promise-to-cisco .promise-points .box-3 {
        left: 0
    }
    .node--type-cisco-page .promise-to-cisco.desktop .box-1,
    .node--type-cisco-page .promise-to-cisco.desktop .box-2,
    .node--type-cisco-page .promise-to-cisco.desktop .box-3 {
        animation: none
    }
    .node--type-cisco-page .promise-to-cisco.desktop:hover .box-1,
    .node--type-cisco-page .promise-to-cisco.desktop:hover .box-2,
    .node--type-cisco-page .promise-to-cisco.desktop:hover .box-3 {
        animation: none
    }
    .node--type-cisco-page .glimpse .glimpse-text {
        width: 40%;
        padding-left: 40px
    }
    .node--type-cisco-page .glimpse .glimpse-text .glimpse-subtitle {
        font-size: 25px
    }
    .node--type-cisco-page .glimpse .glimpse-video video {
        width: 490px
    }
    .node--type-cisco-page .adoption-section .adoption-image .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%);
        opacity: 1
    }
    .node--type-cisco-page .adoption-section .adoption-desc {
        top: 85%
    }
    .node--type-cisco-page .adoption-section .adoption-desc .adoption-subtitle {
        font-size: 20px
    }
    .node--type-cisco-page .adoption-section .adoption-desc .adoption-body {
        font-size: 15px
    }
    .node--type-cisco-page .adoption-section .container-sm {
        top: 50px
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:first-child .adoption-body {
        transform: translateY(-220%) !important
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box {
        padding: 0 4px
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box .adoption-body {
        transform: translateY(-150%);
        display: block
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box .adoption-subtitle {
        transform: translateY(-180%)
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:hover .adoption-body {
        transform: translateY(-150%);
        display: block
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:hover .adoption-subtitle {
        transform: translateY(-180%)
    }
    .node--type-cisco-page .adoption-section .container-sm .adoption-box .col-box:hover .adoption-desc {
        top: 85% !important;
        transform: none !important
    }
}

.node--type-home {
    max-width: 100% !important;
    overflow-x: hidden
}

.node--type-home .field--name-field-get-started-subtitle {
    visibility: hidden
}

.node--type-home #page {
    margin: 0;
    position: relative
}

.node--type-home #page #block-bootstrap-xoriant-breadcrumbs {
    display: none
}

.node--type-home #main-wrapper {
    margin-top: 0 !important
}

@media only screen and (min-width:898px) {
    .node--type-home .home_form_section {
        padding: 0
    }
    .node--type-home .home_form_section .field--name-field-get-started-subtitle {
        display: none
    }
    .node--type-home .home_form_section .col-md-6.questions form {
        top: 71% !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .node--type-home .home_form_section {
        padding: 0
    }
    .node--type-home .home_form_section .field--name-field-get-started-subtitle {
        display: none
    }
    .node--type-home .home_form_section .col-md-6.questions form {
        top: 71% !important
    }
    .node--type-home .home_form_section .col-md-6.questions .custom-control-label {
        font-size: 9.84px !important
    }
    .node--type-home .home_page_resources_section {
        max-width: 850px !important
    }
    .node--type-home .home_page_resources_section .view-content .row-1,
    .node--type-home .home_page_resources_section .view-content .row-2 {
        width: 225px !important
    }
    .node--type-home .home_page_resources_section .view-content .row-3 {
        width: 370px !important
    }
}

@media only screen and (max-width:898px) {
    .node--type-home .home_form_section {
        padding: 0
    }
    .node--type-home .home_form_section .field--name-field-get-started-subtitle {
        display: none
    }
}

.reveal-timeline {
    position: relative;
    opacity: 0;
    height: 0;
    transition: 2s all ease
}

.reveal-timeline.active {
    opacity: 1;
    height: 100%
}

.reveal-icon {
    position: relative;
    opacity: 0;
    transition: 2s all ease
}

.reveal-icon.active {
    opacity: 1
}

.reveal-content {
    position: relative;
    transform: translateX(200px);
    opacity: 0;
    transition: 2s all ease
}

.reveal-content.active {
    transform: translateX(0);
    opacity: 1
}

.node--type-home #home {
    overflow: hidden
}

@media only screen and (min-width:898px) {
    .node--type-home #home #dots-section .dot-1 {
        position: absolute;
        top: 700px;
        right: 100px
    }
    .node--type-home #home #dots-section .dot-2 {
        position: absolute;
        top: 2200px;
        left: 0
    }
    .node--type-home #home #dots-section .dot-3 {
        position: absolute;
        top: 2550px;
        right: 100px
    }
    .node--type-home #home #dots-section .dot-4 {
        display: none;
        position: absolute;
        top: 2770px;
        left: 450px
    }
    .node--type-home #home #dots-section .dot-5 {
        position: absolute;
        top: 3900px;
        left: 100px
    }
    .node--type-home #home #dots-section .dot-6 {
        position: absolute;
        top: 4350px;
        right: 50px
    }
    .node--type-home #home #dots-section .dot-7 {
        position: absolute;
        top: 5720px;
        left: 100px
    }
    .node--type-home #home #dots-section .triangle-1 {
        position: absolute;
        top: 740px
    }
    .node--type-home #home #dots-section .triangle-2 {
        position: absolute;
        top: 2840px;
        right: 40px
    }
    .node--type-home #home #dots-section .triangle-3 {
        position: absolute;
        top: 4600px
    }
    .node--type-home #home #dots-section .triangle-4 {
        position: absolute;
        top: 6990px
    }
    @-moz-document url-prefix() {
        .node--type-home #home #dots-section .triangle-4 {
            top: 7200px
        }
        .node--type-home #home #dots-section .triangle-3 {
            top: 4700px
        }
        .node--type-home #home #dots-section .triangle-2 {
            top: 2940px
        }
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: inherit !important;
        position: relative
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container {
        display: flex;
        height: 100vh;
        position: relative
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item {
        flex: 1;
        transition: all 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box {
        height: 100%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 0 45px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .5;
        z-index: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-tab-button {
        display: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box {
        width: 100%;
        z-index: 2
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-title {
        font-family: "League Spartan Extra Bold";
        font-size: 140px;
        color: #fff;
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: -7px;
        margin: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-title span {
        font-family: "League Spartan Extra Bold";
        font-size: 0;
        color: #fff;
        text-transform: uppercase;
        visibility: hidden;
        opacity: 0;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-subtitle {
         font-family: "Poppins";
        color: #00b23b;
        font-size: 0;
        line-height: normal;
        letter-spacing: -1.2px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 1s ease;
        margin: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-body {
 font-family: "Poppins";        font-size: 16px;
        color: #fff;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 20px 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-arrow {
        width: auto;
        height: auto;
        display: flex;
        margin: 0 0 100px 0;
        color: #fff;
 font-family: "Poppins";        font-size: 16px;
        line-height: normal
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-arrow img {
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-arrow:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover {
        flex: 1.5;
        transition: all 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover .hero-hover-box .hero-hover-overlay {
        opacity: 0;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover .hero-hover-box .hero-hover-content-box .hero-hover-title {
        font-size: 80px;
        color: #fff;
        line-height: 60px;
        letter-spacing: -4px;
        margin: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover .hero-hover-box .hero-hover-content-box .hero-hover-title span {
        font-size: 80px;
        line-height: 60px;
        letter-spacing: -4px;
        margin: 0;
        visibility: visible;
        opacity: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover .hero-hover-box .hero-hover-content-box .hero-hover-subtitle {
        font-size: 40px;
        visibility: visible;
        opacity: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        overflow: hidden
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .section-container {
        max-width: 1000px;
        margin: 0 auto;
        position: relative
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-video-box-desktop {
        display: block;
        z-index: -1
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-video-box-desktop video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        -o-object-fit: fill;
        object-fit: fill;
        z-index: -1
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-video-box-desktop video::-webkit-media-controls-panel {
        display: none !important
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-video-box-mobile {
        display: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 200px 0 100px 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-title {
        width: 55%;
        color: #fff;
        font-size: 50px;
         font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        margin: 0 auto 10px 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-subtitle {
        width: 50%;
        color: #fff;
        font-size: 22px;
 font-family: "Poppins";        letter-spacing: normal;
        line-height: 28px;
        margin: 0 auto 25px 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-subtitle .money-logo {
        width: 400px;
        height: auto
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .banner-subtitle {
         font-family: "Poppins";
;
        font-size: 38px;
        line-height: normal;
        letter-spacing: -.56px;
        text-align: left;
        margin-bottom: 10px;
        text-transform: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-link {
        display: inline;
        color: #fff;
 font-family: "Poppins";        font-size: 16px;
        line-height: normal
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-link img {
        transform: translate(0, 0);
        transition: transform 1s ease;
        display: inline
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-link:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-image-desktop {
        display: block
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-image-mobile {
        display: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop ul.slick-dots {
        display: flex;
        list-style-type: none;
        position: absolute;
        bottom: 15px;
        width: 100%;
        justify-content: center;
        padding: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop ul.slick-dots li button {
        font-size: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
        border-radius: 100%;
        background-color: transparent;
        border: 1px solid #fff;
        margin: 0 10px;
        outline: 0 !important
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop ul.slick-dots li.slick-active button {
        background-color: #fff
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile {
        display: none
    }
    .node--type-home #home #book-ms {
        width: 850px;
        padding: 0 32.5px;
        margin: 150px auto
    }
    .node--type-home #home #book-ms h2 {
 font-family: "Poppins";
        letter-spacing: -.8px;
        line-height: normal;
        margin: 0;
        color: #000
    }
    .node--type-home #home #book-ms h2 span {
        color: #00b23b;
         font-family: "Poppins"; !important
    }
    .node--type-home #home #book-ms h3 {
        color: #000;
        font-size: 40px;
         font-family: "Poppins";
;
        line-height: 40px;
        letter-spacing: -.6px;
        margin: 10px 0 15px 0;
        text-transform: initial
    }
    .node--type-home #home #book-ms a {
        margin: 0;
        font-size: 0;
        line-height: 0;
        transition: transform 1s ease;
 font-family: "Poppins";        font-size: 16px;
        line-height: normal;
        color: #000
    }
    .node--type-home #home #book-ms a img {
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #book-ms a:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #book-ms .views-element-container {
        margin-top: 60px
    }
    .node--type-home #home #book-ms .views-element-container .view-content {
        display: flex;
        justify-content: space-between
    }
    .node--type-home #home #book-ms .views-element-container .view-content>div {
        display: flex;
        align-items: center
    }
    .node--type-home #home #book-ms .views-element-container .view-content>div:hover .img img {
        transform: translate(0, -10px);
        transition: transform 1s ease
    }
    .node--type-home #home #book-ms .views-element-container .view-content .img img {
        height: auto;
        width: 50px;
        transition: transform 1s ease
    }
    .node--type-home #home #book-ms .views-element-container .view-content h4 {
        color: #00b23b;
        font-size: 27px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        font-weight: 800
    }
    .node--type-home #home #book-ms .views-element-container .view-content .second-line {
        font-size: 15px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin-top: -5px;
        padding-left: 2px;
        color: #000
    }
    .node--type-home #home #book-ms .views-element-container .view-content .miles {
        margin-left: 10px
    }
    .node--type-home #home .home-video {
        width: 850px;
        padding: 0 32.5px;
        margin: -50px auto 110px
    }
    .node--type-home #home .home-video iframe,
    .node--type-home #home .home-video video {
        border-radius: 8px;
        height: 440px
    }
    .node--type-home #home .home-video .green-title {
         font-family: "Poppins";
        font-size: 40px;
        line-height: 46.08px;
        text-align: center;
        color: #00b23b
    }
    .node--type-home #home .home-video .black-title {
         font-family: "Poppins";
        font-size: 40px;
        line-height: 46.08px;
        text-align: center;
        color: black;
        margin-bottom: 30px
    }
    .node--type-home #home .home-video .video-container {
        position: relative
    }
    .node--type-home #home .home-video .video-container video {
        border-radius: 10px
    }
    .node--type-home #home .home-video .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 50px;
        cursor: pointer;
        background-color: #00b23b;
        align-content: center;
        border-radius: 8px
    }
    .node--type-home #home .home-video .play-button:hover {
        opacity: .5
    }
    .node--type-home #home .home-video .play-button img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .node--type-home #home .home-video video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .node--type-home #home #top-wave-section {
        position: relative
    }
    .node--type-home #home #top-wave-section .top-wave-image-desktop {
        width: 100%;
        position: absolute;
        top: -680px;
        z-index: -1
    }
    .node--type-home #home #top-wave-section .top-wave-image-mobile {
        display: none
    }
    .node--type-home #home #hero-word-section {
        max-width: 850px;
        margin: 0 auto;
        position: relative
    }
    .node--type-home #home #hero-word-section .d-video-popup-box {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .5);
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #hero-word-section .d-video-popup-box.popup {
        display: flex
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup {
        padding: 20px;
        border-radius: 20px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: -moz-fit-content;
        width: fit-content
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button {
        background-color: transparent;
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0 0 10px auto;
        cursor: pointer
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button:focus,
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button:active {
        border: 0;
        outline: 0
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button img {
        width: 20px;
        height: 20px
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video {
        border-radius: 20px;
        width: 500px;
        height: auto;
        margin: 0;
        outline: 0;
        border: 0;
        aspect-ratio: 16/9
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container {
        width: 50%;
        margin: 0 auto 0 0;
        padding: 0 0 0 30px;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container .hero-word-start-timeline-circle {
        width: 15px;
        height: 15px;
        background: #000;
        border-radius: 50%;
        margin: 0 -6px 0 auto
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container .hero-word-start-timeline-box-1 {
        width: 50%;
        height: 100px;
        margin: 0 0 0 auto;
        border: solid transparent;
        border-width: 0 2px 2px 0;
        border-radius: 0 0 40px 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #00b23b, #000) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container .hero-word-start-timeline-box-2 {
        width: 50%;
        height: 100px;
        margin: -2px auto 0 0;
        border: solid transparent;
        border-width: 2px 0 0 2px;
        border-radius: 40px 0 0 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #00b23b, #000, #00b23b) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-section-container {
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection {
        width: 100%;
        height: auto;
        padding: 30px 0;
        display: flex;
        align-items: center;
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection:first-child {
        padding: 0 0 30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection:last-child {
        padding: 30px 0 0 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-timeline-container {
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-timeline-container .hero-word-timeline {
        width: 2px;
        max-height: 100%;
        background: linear-gradient(to bottom, #00b23b, #000, #00b23b)
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container {
        display: flex;
        -moz-column-gap: 40px;
        column-gap: 40px;
        align-items: flex-start;
        width: 100%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-icon-container .hero-word-icon-box {
        background-color: #000;
        border-radius: 50%;
        padding: 15px;
        height: 65px;
        width: 65px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-icon-container .hero-word-icon-box .hero-word-icon {
        width: 100%;
        height: auto
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container {
        width: 88%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .hero-word-title-box .hero-word-title {
        color: #00b23b;
        font-size: 80px;
         font-family: "Poppins";
        text-transform: uppercase;
        letter-spacing: -.8px;
        line-height: normal;
        text-align: left;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .hero-word-title-box .hero-word-subtitle {
        color: #0c0b0e;
        font-size: 50px;
         font-family: "Poppins";
        text-transform: capitalize;
        letter-spacing: -.8px;
        line-height: normal;
        text-align: left;
        margin: 0 0 20px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .hero-word-title-box .hero-word-body {
        color: #000;
        font-size: 30px;
         font-family: "Poppins";
;
        line-height: 30px;
        letter-spacing: -.6px;
        text-align: left;
        margin: 0 0 30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box {
        border-radius: 20px;
        width: 100%;
        margin: 0 0 20px 0;
        height: 300px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-size 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box:hover {
        background-size: 120%;
        transition: background-size 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button {
        background-color: transparent;
        padding: 10px;
        border: 1px solid #fff;
        outline: 0;
        border-radius: 50%;
        cursor: pointer
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button:focus,
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button:active {
        outline: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button img {
        width: 70px;
        height: 70px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-title {
        color: #000;
        font-size: 24px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        text-transform: capitalize;
        text-align: left;
        margin: 0 0 10px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-body {
        color: #000;
        font-size: 16px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section {
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button {
        background-color: transparent;
        padding: 10px;
        border: 0;
        outline: 0;
        border-radius: 0;
        cursor: pointer;
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 2
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button:focus,
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button:active {
        outline: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button img {
        width: 50px;
        height: 50px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .r-carousel-container {
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .r-carousel-container .slick-slide:nth-child(1) .r-carousel-item .r-carousel-box:hover .r-title {
        transform: translate(0, -60px)
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .r-carousel-container .slick-slide:nth-child(2) .r-carousel-item .r-carousel-box:hover .r-title {
        transform: translate(0, -85px)
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners {
        margin-top: 25px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners h3.partners-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 15px;
        text-transform: initial
    }
}

@media only screen and (min-width:898px) and (max-width:992px) {
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners h3.partners-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:898px) {
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block {
        transition: all 1s
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        display: inline-block;
        color: #000;
        margin-right: 5px;
        text-transform: initial
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block img {
        margin-top: 7px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block img.green-f {
        display: none
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block:hover a {
        color: #00b23b
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block:hover img.green-f {
        display: inline
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block:hover img.black-f {
        display: none
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container {
        margin: 0 -15px;
        width: 100%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box {
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
        border-radius: 10px;
        padding: 20px 45px;
        margin: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        transition: background-position 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-overlay {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
        z-index: 0;
        opacity: 1;
        filter: blur(25px);
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-title {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 0 45px;
        color: #fff;
        font-size: 25px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        text-transform: capitalize;
        margin: 0 0 10px 0;
        text-align: left;
        z-index: 1;
        transform: translate(0, -10px);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-body {
        color: #fff;
        font-size: 0;
        opacity: 0;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        text-align: left;
        z-index: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-link {
        color: #fff;
        font-size: 0;
        opacity: 0;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 10px 0 0 0;
        text-align: left;
        z-index: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-link img {
        display: inline-block;
        margin: 0 0 0 5px;
        opacity: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box:hover {
        background-position: left center;
        transition: background-position 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box:hover .r-overlay {
        background: linear-gradient(0deg, #00b23b 0, rgba(0, 0, 0, 0) 75%);
        opacity: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box:hover .r-title {
        transform: translate(0, -100px);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box:hover .r-body {
        font-size: 16px;
        opacity: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box:hover .r-link {
        font-size: 16px;
        opacity: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box:hover .r-link img {
        opacity: 1;
        transition: opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop {
        width: 100%;
        display: flex
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container {
        width: 30%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .e-indicator-carousel-item {
        color: #666;
        font-size: 30px;
 font-family: "Poppins";        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        padding: 0;
        position: relative;
        cursor: pointer
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .e-indicator-carousel-item:hover {
        color: #00b23b
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .e-indicator-carousel-item::before {
        content: "";
        position: absolute;
        display: block;
        height: 2px;
        width: 0;
        top: 50%;
        left: -50px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .slick-list .slick-track {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        margin: -30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .slick-list .slick-track .slick-slide {
        width: 80% !important;
        margin: 0 0 0 auto
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .slick-list .slick-track .slick-slide.slick-current .e-indicator-carousel-item {
        color: #000;
         font-family: "Poppins";

    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .slick-list .slick-track .slick-slide.slick-current .e-indicator-carousel-item:hover {
        color: #000
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-indicator-carousel-container .slick-list .slick-track .slick-slide.slick-current .e-indicator-carousel-item::before {
        content: "";
        background: url(/themes/custom/bootstrap_xoriant/images/eng-icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        background-size: auto;
        position: absolute;
        top: 2px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container {
        width: 70%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-main-box {
        margin: 0 0 20px 0;
        background-color: #f2f2f2
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-main-box .e-main-title {
        font-size: 30px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #00b23b;
        margin: 20px 20px 10px 20px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-main-box .e-main-body {
        color: #000;
        font-size: 12px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        text-align: left;
        margin: 0 20px 20px 20px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-main-box .e-main-link {
        color: #00b23b;
        display: block;
        font-size: 18px;
        font-family: "League Spartan Extra Bold";
        line-height: normal;
        letter-spacing: normal;
        text-decoration: underline;
        text-align: left;
        margin: 0 20px 20px 20px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-main-box .e-main-link img {
        display: inline-block;
        height: 10px;
        width: auto;
        margin: 0 0 0 5px;
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-main-box .e-main-link:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-box {
        margin: 0 0 20px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-box .e-title {
        color: #000;
        font-size: 16px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        text-transform: capitalize;
        text-align: left;
        margin: 0 0 10px 0;
        display: block
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-box .e-title:hover {
        color: #00af4b
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop .e-content-carousel-container .e-content-carousel-item .e-content-box .e-body {
        color: #000;
        font-size: 14px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        text-align: left;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile {
        display: none
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section {
        display: inline-flex;
        margin-right: 20px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection {
        height: 280px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 45px 30px;
        position: relative;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-size 1s ease;
        width: 350px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection:hover {
        background-size: 120%;
        transition: background-size 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-overlay {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
        z-index: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-image {
        width: 180px;
        height: auto;
        margin: 0 0 5px -8px;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-title {
        color: #fff;
        font-size: 24px;
         font-family: "Poppins";
;
        line-height: 26px;
        letter-spacing: normal;
        text-transform: capitalize;
        margin: 0 0 10px 0;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-body {
        color: #fff;
        font-size: 16px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 10px 0;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-link {
        display: block;
        color: #00b23b;
        font-size: 16px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-link img {
        display: inline-block;
        height: 14px;
        width: auto;
        margin: 0 0 0 5px;
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-link:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container {
        row-gap: 20px;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title {
        display: block;
        color: #fff;
        font-size: 13px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title:hover {
        text-decoration: underline
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-title-green {
        color: #00b23b;
        font-size: 14px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-arrow {
        margin: auto 0 auto 5px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 20px 0 0 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-title {
        width: 20%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-title a {
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
;
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-title a:hover {
        color: #00b23b
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container {
        width: 80%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .a-logos-carousel-container {
        width: 100%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item {
        padding: 0 20px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item .a-logo-image {
        width: 90px;
        height: auto
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container {
        width: 85%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box {
        margin: 0 0 30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box:nth-child(4),
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box:nth-child(5) {
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link {
        display: block
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link .m-icon {
        height: 55px;
        width: auto;
        margin: 0 0 15px 0;
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link .m-icon-title {
        color: #000;
        font-size: 16px;
         font-family: "Poppins";
        letter-spacing: normal;
        line-height: 20px;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link:hover .m-icon {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link:hover .m-icon-title {
        color: #00b23b
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container {
        width: 50%;
        margin: 0 auto 0 0;
        padding: 0 0 0 30px;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container .hero-word-end-timeline-box-1 {
        width: 50%;
        height: 100px;
        margin: 0 auto 0 0;
        border: solid transparent;
        border-width: 0 0 2px 2px;
        border-radius: 0 0 0 40px;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #000, #00b23b, #000) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container .hero-word-end-timeline-box-2 {
        width: 50%;
        height: 100px;
        margin: -2px 0 0 auto;
        border: solid transparent;
        border-width: 2px 2px 0 0;
        border-radius: 0 40px 0 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #000, #00b23b) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container .hero-word-end-timeline-circle {
        width: 15px;
        height: 15px;
        background: #000;
        border-radius: 50%;
        margin: 0 -6px 0 auto
    }
    .node--type-home #home #bottom-wave-section {
        position: relative;
        padding: 60px 0
    }
    .node--type-home #home #bottom-wave-section .bottom-wave-image-desktop {
        width: 100%;
        position: absolute;
        top: -650px;
        transform: rotate(-16deg);
        z-index: -1
    }
    .node--type-home #home #bottom-wave-section .bottom-wave-image-mobile {
        display: none
    }
    .node--type-home #home #success-stories-section {
        max-width: 1000px;
        height: 100vh;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #success-stories-section .success-stories-title-box {
        width: 100%
    }
    .node--type-home #home #success-stories-section .success-stories-title-box .success-stories-title {
        color: #000;
 font-family: "Poppins";
        text-align: center;
        font-size: 50px;
        line-height: normal;
        letter-spacing: -.5px;
        text-transform: capitalize;
        margin: 0 0 5px 0
    }
    .node--type-home #home #success-stories-section .success-stories-title-box .success-stories-title .success-stories-title-green {
        color: #00b23b;
 font-family: "Poppins";
        font-size: 50px;
        line-height: normal;
        letter-spacing: -.5px;
        margin: 0 0 5px 0
    }
    .node--type-home #home #success-stories-section .success-stories-title-box .success-stories-subtitle {
        color: #000;
        text-align: center;
        font-size: 22px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section {
        width: 100%;
        border-radius: 20px;
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container {
        width: 100%;
        position: relative
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 500px;
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #000;
        opacity: .5;
        z-index: 0
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        width: 45%;
        height: 100%;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        color: #000;
         font-family: "Poppins";
        font-size: 38px;
        line-height: 38px;
        letter-spacing: -.76px;
        text-transform: capitalize;
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a:hover {
        color: #00b23b
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body .short-desc {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
        width: 55%;
        height: 100%;
        overflow: hidden
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 85% center;
        object-position: 85% center;
        transform: scale(1);
        transition: transform 1s ease
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box:hover .success-stories-image {
        transform: scale(1.05);
        transition: transform 1s ease
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        padding: 0 0 0 42px;
        margin: 0;
        bottom: 30px;
        width: 100%
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #fff;
        background-color: #fff
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 50px 0 0 0;
        display: none
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title {
        width: 25%;
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
;
        text-align: left;
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel {
        width: 75%
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container {
        width: 100%
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item {
        padding: 0 20px
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image {
        width: 90px;
        height: auto
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    .node--type-home #home #csr-section {
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #csr-section .csr-title-box {
        width: 100%;
        padding: 0 50px
    }
    .node--type-home #home #csr-section .csr-title-box .csr-title {
        color: #000;
 font-family: "Poppins";
        text-align: left;
        font-size: 50px;
        line-height: normal;
        letter-spacing: -.5px;
        text-transform: capitalize;
        margin: 0 0 5px 0
    }
    .node--type-home #home #csr-section .csr-title-box .csr-subtitle {
        color: #000;
        text-align: left;
        font-size: 22px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .node--type-home #home #csr-section #csr-carousel-section {
        width: 100%;
        overflow: hidden
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container {
        width: 100%;
        position: relative
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box {
        height: 400px;
        padding: 0 0 140px 0;
        position: relative;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        transition: background-size 1s ease
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box:hover {
        background-size: 120%;
        transition: background-size 1s ease
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box .csr-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #000;
        opacity: .5;
        z-index: 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box .csr-body {
        color: #fff;
         font-family: "Poppins";
        font-size: 40px;
        line-height: 45px;
        letter-spacing: -.82px;
        text-transform: capitalize;
        width: 75%;
        height: auto;
        position: relative;
        padding: 0 60px;
        margin: 0;
        z-index: 1
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box .csr-body .csr-link {
        display: inline-block;
        margin: 0 0 0 20px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-link {
        position: absolute;
        bottom: 110px;
        left: 60px;
        display: block;
        color: #00b23b;
        font-size: 16px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-link img {
        display: inline-block;
        height: 14px;
        width: auto;
        margin: 0 0 0 5px;
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-link:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container {
        position: absolute;
        bottom: 40px;
        left: 60px;
        width: 35%;
        border-bottom: 1px solid #d3d3d3
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .csr-carousel-item {
        color: #fff;
        font-size: 12px;
 font-family: "Poppins";        line-height: 14px;
        letter-spacing: normal;
        text-transform: capitalize;
        padding: 0 0 20px 0;
        margin: 0;
        border-bottom: 3px solid transparent
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .csr-carousel-item:hover {
        color: #00b23b
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track {
        display: flex
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide:nth-child(1) {
        margin: 0 20px 0 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide:nth-child(2) {
        margin: 0 10px 0 10px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide:nth-child(3) {
        margin: 0 0 0 20px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide.slick-current .csr-carousel-item {
        border-bottom: 3px solid #00b23b;
         font-family: "Poppins";

    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide.slick-current .csr-carousel-item:hover {
        color: #fff
    }
    .node--type-home #home #resources-wave-section {
        position: relative
    }
    .node--type-home #home #resources-wave-section .resources-wave-image-desktop {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: -1
    }
    .node--type-home #home #resources-wave-section .resources-wave-image-mobile {
        display: none
    }
    .node--type-home #home .careers_section {
        position: relative;
        margin: 70px 0;
        overflow: hidden
    }
    .node--type-home #home .careers_section img[alt="HomePage - Career Section"] {
        width: 100%;
        height: auto;
        transform: scale(1);
        transition: transform 1s ease
    }
    .node--type-home #home .careers_section:hover img[alt="HomePage - Career Section"] {
        transform: scale(1.05);
        transition: transform 1s ease
    }
    .node--type-home #home .careers_section .careers_text {
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%)
    }
    .node--type-home #home .careers_section .careers_text .careers-small-text {
        color: #fff;
        font-size: 22px;
        line-height: 12px;
        padding-bottom: 40px;
         font-family: "Poppins";

    }
    .node--type-home #home .careers_section .careers_text .careers-heading-text {
        color: #fff;
        font-size: 50px;
        letter-spacing: -.5px;
        text-transform: capitalize;
        line-height: 45px;
         font-family: "Poppins";
    }
    .node--type-home #home .careers_section .careers_text .careers-heading-text span {
        color: #00b23b;
         font-family: "Poppins";
    }
    .node--type-home #home .careers_section .careers_text .careers-subheading-text a {
        color: #fff;
        font-size: 27px;
        font-weight: 600;
        line-height: 42px;
        padding-bottom: 20px;
         font-family: "Poppins";

    }
    .node--type-home #home .careers_section .careers_text a img {
        transform: translate(0, 0);
        transition: transform 1s ease;
        margin-left: 10px
    }
    .node--type-home #home .careers_section .careers_text a:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .node--type-home #home #dots-section .dot-1 {
        top: 675px
    }
    .node--type-home #home #dots-section .dot-2 {
        top: 2190px
    }
    .node--type-home #home #dots-section .dot-3 {
        top: 2550px;
        right: 70px
    }
    .node--type-home #home #dots-section .dot-4 {
        display: none;
        top: 2750px;
        left: 280px
    }
    .node--type-home #home #dots-section .dot-5 {
        top: 3850px;
        left: 40px
    }
    .node--type-home #home #dots-section .dot-6 {
        top: 4350px;
        right: 0
    }
    .node--type-home #home #dots-section .dot-7 {
        top: 5600px;
        left: 20px
    }
    .node--type-home #home #dots-section .triangle-1 {
        position: absolute;
        top: 890px
    }
    .node--type-home #home #dots-section .triangle-2 {
        position: absolute;
        top: 2700px;
        left: 800px;
        width: 100px
    }
    .node--type-home #home #dots-section .triangle-3 {
        position: absolute;
        top: 4550px;
        width: 100px
    }
    .node--type-home #home #dots-section .triangle-4 {
        position: absolute;
        top: 6850px;
        width: 80px
    }
    @-moz-document url-prefix() {
        .node--type-home #home #dots-section .triangle-4 {
            top: 7100px
        }
        .node--type-home #home #dots-section .triangle-3 {
            top: 4750px
        }
        .node--type-home #home #dots-section .triangle-2 {
            top: 2800px
        }
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container {
        height: 650px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box {
        padding: 0 28px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item .hero-hover-box .hero-hover-content-box .hero-hover-title {
        font-size: 100px;
        line-height: 35px;
        letter-spacing: -5px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover .hero-hover-box .hero-hover-content-box .hero-hover-title {
        font-size: 65px;
        line-height: 50px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover .hero-hover-box .hero-hover-content-box .hero-hover-title span {
        font-size: 65px;
        line-height: 50px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-carousel-item:hover .hero-hover-box .hero-hover-content-box .hero-hover-subtitle {
        font-size: 35px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-hover-box {
        padding: 0 28px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-content-box .hero-hover-title {
        font-size: 100px;
        line-height: 35px;
        letter-spacing: -5px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-hover-box:hover .hero-hover-content-box .hero-hover-title {
        font-size: 65px;
        line-height: 50px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-hover-box:hover .hero-hover-content-box .hero-hover-title span {
        font-size: 65px;
        line-height: 50px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-hover-container .hero-hover-box:hover .hero-hover-content-box .hero-hover-subtitle {
        font-size: 35px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .section-container {
        max-width: 750px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box {
        height: 650px
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-title {
        width: 75%
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-subtitle {
        width: 60%
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-subtitle .money-logo {
        width: 500px
    }
    .node--type-home #home #top-wave-section .top-wave-image-desktop {
        top: -520px
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container .hero-word-start-timeline-box-2 {
        height: 80px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection {
        height: auto;
        padding: 30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection:first-child {
        padding: 0 0 30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection:last-child {
        padding: 30px 0 0 0
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container .hero-word-end-timeline-box-1 {
        height: 80px
    }
    .node--type-home #home #bottom-wave-section .bottom-wave-image-desktop {
        top: -490px
    }
    .node--type-home #home #success-stories-section {
        max-width: 850px;
        height: auto;
        padding: 30px 0
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 605px
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        font-size: 30px;
        line-height: 30px
    }
    .node--type-home #home #csr-section {
        max-width: 850px;
        height: auto;
        padding: 30px 0
    }
    .node--type-home #home #csr-section #csr-carousel-section {
        width: 100%;
        border-radius: 20px;
        overflow: hidden
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box {
        background-size: 120%
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box:hover {
        background-size: 140%
    }
}

@media only screen and (max-width:898px) {
    .node--type-home #home #book-ms {
        padding: 70px 30px 0 30px
    }
    .node--type-home #home #book-ms h2 {
        font-size: 18px;
 font-family: "Poppins";
        letter-spacing: -.5px;
        line-height: normal;
        margin: 0;
        color: #000
    }
    .node--type-home #home #book-ms h2 span {
        color: #00b23b;
         font-family: "Poppins"; !important
    }
    .node--type-home #home #book-ms h3 {
        color: #000;
         font-family: "Poppins";
;
        letter-spacing: -.6px;
        margin: 10px 0 15px 0;
        font-size: 22px;
        line-height: 25px;
        letter-spacing: -.46px;
        text-transform: initial
    }
    .node--type-home #home #book-ms a {
 font-family: "Poppins";        font-size: 12px;
        line-height: normal;
        color: #000
    }
    .node--type-home #home #book-ms .views-element-container .view-content {
        display: flex;
        flex-wrap: wrap;
        margin: 25px 0
    }
    .node--type-home #home #book-ms .views-element-container .view-content>div {
        flex: 50%;
        display: flex;
        margin-bottom: 20px
    }
    .node--type-home #home #book-ms .views-element-container .view-content .img img {
        height: auto;
        width: 40px
    }
    .node--type-home #home #book-ms .views-element-container .view-content h4 {
        margin: 0
    }
    .node--type-home #home #book-ms .views-element-container .view-content h4 span {
        color: #00b23b;
        font-size: 20px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: -.18px;
        margin: 0
    }
    .node--type-home #home #book-ms .views-element-container .view-content .second-line {
        font-size: 14px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }
    .node--type-home #home #book-ms .views-element-container .view-content .miles {
        margin-left: 15px
    }
    .node--type-home #home .home-video {
        padding: 0 32.5px;
        margin: 50px auto
    }
    .node--type-home #home .home-video iframe,
    .node--type-home #home .home-video video {
        border-radius: 8px;
        height: 185px
    }
    .node--type-home #home .home-video .green-title {
         font-family: "Poppins";
        font-size: 25px;
        line-height: normal;
        text-align: left;
        color: #00b23b
    }
    .node--type-home #home .home-video .black-title {
         font-family: "Poppins";
        font-size: 25px;
        line-height: normal;
        text-align: left;
        color: black;
        margin-bottom: 15px
    }
    .node--type-home #home .home-video .video-container {
        position: relative
    }
    .node--type-home #home .home-video .video-container video {
        border-radius: 10px
    }
    .node--type-home #home .home-video .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 40px;
        cursor: pointer;
        background-color: #00b23b;
        align-content: center;
        border-radius: 8px
    }
    .node--type-home #home .home-video .play-button:hover {
        opacity: .8
    }
    .node--type-home #home .home-video .play-button img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .node--type-home #home .home-video video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .node--type-home #home .careers_section {
        position: relative
    }
    .node--type-home #home .careers_section .field--name-field-careers-section-video-mobi img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100% !important;
        max-width: 100%;
        height: 300px
    }
    .node--type-home #home .careers_section .careers_text {
        position: absolute;
        top: 55%;
        left: 30%;
        transform: translate(-50%, -50%)
    }
    .node--type-home #home .careers_section .careers_text .careers-small-text {
        color: #fff;
        font-size: 15px;
        line-height: 50px;
         font-family: "Poppins";

    }
    .node--type-home #home .careers_section .careers_text .careers-heading-text {
        color: #fff;
        font-size: 30px;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 25px;
         font-family: "Poppins";
    }
    .node--type-home #home .careers_section .careers_text .careers-heading-text span {
        color: #00b23b;
         font-family: "Poppins";
    }
    .node--type-home #home .careers_section .careers_text .careers-subheading-text a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
         font-family: "Poppins";

    }
    .node--type-home #home .careers_section .careers_text .careers-subheading-text a img {
        margin-left: 5px;
        height: auto;
        width: 10px
    }
    .node--type-home #home .careers_section .careers_text p {
        text-align: left
    }
    .node--type-home #home #hero-section .hero-carousel-container-desktop {
        display: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        position: relative
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .view-display-id-home_hero_hover_section .view-content.row {
        background: url("/themes/custom/bootstrap_xoriant/images/dream-mobile-background.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container {
        display: flex;
        flex-direction: column;
        height: 650px;
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -25%, rgba(0, 0, 0, .91) 48.77%, rgba(0, 0, 0, .74) 56.77%);
        width: 100%;
        padding: 50px 0 0 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box {
        height: auto;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex: 1;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 30px 15px;
        margin: 0 15px;
        transition: flex .4s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .5;
        z-index: 1;
        transition: opacity .4s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-tab-button {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        background: transparent;
        padding: 0;
        margin: 0;
        outline: 0;
        border: 0;
        z-index: 3
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-tab-button img {
        width: 16px;
        height: auto;
        margin: 14px 0;
        transform: rotate(360deg);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-content-box {
        width: 100%;
        z-index: 2
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-content-box .hero-hover-title {
        font-family: "League Spartan Extra Bold";
        font-size: 40px;
        color: #00b23b;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-content-box .hero-hover-title span {
        font-family: "League Spartan Extra Bold";
        font-size: 40px;
        color: #fff;
        text-transform: uppercase
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-content-box .hero-hover-subtitle {
        font-family: "Poppins" !important;
        color: #fff;
        font-size: 0;
        line-height: normal;
        letter-spacing: normal;
        visibility: hidden;
        opacity: 0;
        transition: opacity, font-size .4s ease;
        margin: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-content-box .hero-hover-body {
 font-family: "Poppins";        font-size: 0;
        color: #fff;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        transition: opacity, font-size .4s ease;
        margin: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box .hero-hover-content-box .hero-hover-arrow {
        width: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity .4s ease;
        margin: 0;
        display: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box.expand-tile {
        flex: 2;
        margin: 0;
        padding: 30px
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box.expand-tile .hero-hover-overlay {
        opacity: 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box.expand-tile .hero-hover-tab-button img {
        transform: rotate(180deg);
        transition: transform .5s ease-in-out
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box.expand-tile .hero-hover-content-box .hero-hover-subtitle {
        font-size: 25px;
        visibility: visible;
        opacity: 1;
        margin: 0 0 15px 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box.expand-tile .hero-hover-content-box .hero-hover-body {
        font-size: 14px;
        visibility: visible;
        opacity: 1;
        margin: 0 0 10px 0;
        width: 70%
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-hover-container .hero-hover-box.expand-tile .hero-hover-content-box .hero-hover-arrow {
        width: auto;
        height: auto;
        visibility: visible;
        opacity: 1;
        display: flex;
 font-family: "Poppins";        font-size: 12px;
        line-height: normal;
        color: #fff
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        overflow: hidden
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .section-container {
        max-width: 100%;
        margin: 0 auto;
        position: relative
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-video-box-desktop {
        display: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-video-box-mobile {
        display: block;
        z-index: -1
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-video-box-mobile video {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        -o-object-fit: fill;
        object-fit: fill;
        z-index: -1
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-video-box-mobile video::-webkit-media-controls-panel {
        display: none !important
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-banner-box {
        height: 650px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 100px 25px 100px 25px
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-title {
        width: 100%;
        color: #fff;
        font-size: 35px;
        font-family: "Poppins" !important;
        letter-spacing: normal;
        line-height: normal;
        margin: 0 auto 10px 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-banner-box .banner-subtitle {
         font-family: "Poppins";
;
        font-size: 25px;
        line-height: normal;
        letter-spacing: -.56px;
        text-align: left;
        margin-bottom: 0;
        text-transform: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-subtitle {
        width: 80%;
        color: #fff;
        font-size: 18px;
 font-family: "Poppins";        letter-spacing: normal;
        line-height: 24px;
        margin: 0 auto 25px 0
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-subtitle .money-logo {
        width: 260px;
        margin: 0 0 0 -10px
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-carousel-box .hero-banner-box .hero-banner-link {
        display: flex;
        color: #fff;
 font-family: "Poppins";        font-size: 12px;
        line-height: normal
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-image-desktop {
        display: none
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile .hero-carousel-item .hero-image-mobile {
        display: block
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile ul.slick-dots {
        display: flex;
        list-style-type: none;
        position: absolute;
        bottom: 10px;
        width: 100%;
        justify-content: flex-start;
        padding: 0 0 0 20px
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile ul.slick-dots li button {
        font-size: 0;
        display: block;
        width: 15px;
        height: 15px;
        padding: 0;
        border: 0;
        border-radius: 100%;
        background-color: transparent;
        border: 1px solid #fff;
        margin: 0 10px;
        outline: 0 !important
    }
    .node--type-home #home #hero-section .hero-carousel-container-mobile ul.slick-dots li.slick-active button {
        background-color: #00b23b;
        border: 1px solid #00b23b
    }
    .node--type-home #home #dots-section .dot-1 {
        position: absolute;
        top: 670px;
        right: 45px;
        width: 33%;
        height: auto
    }
    .node--type-home #home #dots-section .dot-2 {
        display: none
    }
    .node--type-home #home #dots-section .dot-3 {
        display: none
    }
    .node--type-home #home #dots-section .dot-4 {
        display: none
    }
    .node--type-home #home #dots-section .dot-5 {
        display: none
    }
    .node--type-home #home #dots-section .dot-6 {
        display: none
    }
    .node--type-home #home #dots-section .dot-7 {
        display: none
    }
    .node--type-home #home #dots-section .triangle-1 {
        position: absolute;
        top: 665px
    }
    .node--type-home #home #dots-section .triangle-2 {
        position: absolute;
        top: 3110px;
        right: 0;
        width: 50px
    }
    .node--type-home #home #dots-section .triangle-3 {
        position: absolute;
        top: 4900px;
        left: 35px
    }
    @-moz-document url-prefix() {
        .node--type-home #home #dots-section .triangle-3 {
            top: 5000px
        }
        .node--type-home #home #dots-section .triangle-2 {
            top: 3210px
        }
    }
    .node--type-home #home #top-wave-section {
        position: relative
    }
    .node--type-home #home #top-wave-section .top-wave-image-desktop {
        display: none
    }
    .node--type-home #home #top-wave-section .top-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -660px;
        z-index: -1
    }
    .node--type-home #home #hero-word-section {
        max-width: 100%;
        margin: 0 15px;
        position: relative
    }
    .node--type-home #home #hero-word-section .d-video-popup-box {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .5);
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #hero-word-section .d-video-popup-box.popup {
        display: flex
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup {
        padding: 15px;
        border-radius: 15px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button {
        background-color: transparent;
        border: 0;
        outline: 0;
        padding: 0;
        margin: 0 0 10px auto;
        cursor: pointer
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button:focus,
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button:active {
        border: 0;
        outline: 0
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video-close-button img {
        width: 20px;
        height: 20px
    }
    .node--type-home #home #hero-word-section .d-video-popup-box .d-video-popup .d-video {
        border-radius: 15px;
        width: 300px;
        height: auto;
        margin: 0;
        outline: 0;
        border: 0;
        aspect-ratio: 16/9
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container {
        width: 50%;
        margin: 0 auto 0 0;
        padding: 0 0 0 20px;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container .hero-word-start-timeline-circle {
        width: 15px;
        height: 15px;
        background: #000;
        border-radius: 50%;
        margin: 0 -6px 0 auto
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container .hero-word-start-timeline-box-1 {
        width: 50%;
        height: 70px;
        margin: 0 0 0 auto;
        border: solid transparent;
        border-width: 0 2px 2px 0;
        border-radius: 0 0 25px 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #00b23b, #000) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-start-timeline-container .hero-word-start-timeline-box-2 {
        width: 50%;
        height: 50px;
        margin: -2px auto 0 0;
        border: solid transparent;
        border-width: 2px 0 0 2px;
        border-radius: 25px 0 0 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #00b23b, #000, #00b23b) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-section-container {
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        padding: 30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-timeline-container {
        height: 100%;
        position: absolute;
        top: 0;
        left: 20px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-timeline-container .hero-word-timeline {
        width: 2px;
        max-height: 100%;
        background: linear-gradient(to bottom, #00b23b, #000, #00b23b)
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container {
        display: flex;
        -moz-column-gap: 10px;
        column-gap: 10px;
        align-items: flex-start;
        width: 100%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-icon-container .hero-word-icon-box {
        background-color: #000;
        border-radius: 50%;
        padding: 10px;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-icon-container .hero-word-icon-box .hero-word-icon {
        width: 100%;
        height: auto
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container {
        width: 85%;
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .hero-word-title-box .hero-word-title {
        color: #00b23b;
        font-size: 55px;
         font-family: "Poppins";
        text-transform: uppercase;
        letter-spacing: -.8px;
        line-height: normal;
        text-align: left;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .hero-word-title-box .hero-word-subtitle {
        color: #0c0b0e;
        font-size: 35px;
         font-family: "Poppins";
        text-transform: capitalize;
        letter-spacing: -.8px;
        line-height: normal;
        text-align: left;
        margin: 0 0 10px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .hero-word-title-box .hero-word-body {
        color: #000;
        font-size: 20px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: -.6px;
        text-align: left;
        margin: 0 30px 25px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box {
        border-radius: 10px;
        width: 115%;
        margin: 0 0 20px -50px;
        height: 180px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button {
        background-color: transparent;
        padding: 10px;
        border: 1px solid #fff;
        outline: 0;
        border-radius: 50%;
        cursor: pointer
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button:focus,
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button:active {
        outline: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-thumbnail-box .d-video-thumbnail-play-button img {
        width: 45px;
        height: 45px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-title {
        color: #000;
        font-size: 18px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        text-transform: capitalize;
        text-align: left;
        margin: 0 0 5px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section .d-video-body {
        color: #000;
        font-size: 14px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        margin: 0 30px 0 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section {
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button {
        background-color: transparent;
        padding: 10px;
        border: 0;
        outline: 0;
        border-radius: 0;
        cursor: pointer;
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 2
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button:focus,
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button:active {
        outline: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .d-video-thumbnail-play-button img {
        width: 30px;
        height: 30px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .r-carousel-container {
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .r-carousel-container .slick-slide:nth-child(1) .r-carousel-item .r-carousel-box:hover .r-title {
        transform: translate(0, -60px)
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #d-video-section #r-carousel-section .r-carousel-container .slick-slide:nth-child(2) .r-carousel-item .r-carousel-box:hover .r-title {
        transform: translate(0, -85px)
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners {
        margin-top: 25px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners h3.partners-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000;
        margin-bottom: 15px;
        text-transform: initial
    }
}

@media only screen and (max-width:898px) and (max-width:992px) {
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners h3.partners-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:898px) {
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        display: inline-block;
        color: #000;
        margin-right: 5px;
        text-transform: initial
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block img {
        margin-top: 5px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container .partners .arrow-block .green-arrow.green-f {
        display: none
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section {
        width: 115%;
        margin: 0 0 0 -50px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 25px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
        border-radius: 10px;
        padding: 25px 35px;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-overlay {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
        z-index: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-title {
        color: #fff;
        font-size: 20px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        text-transform: capitalize;
        margin: 0 0 10px 0;
        text-align: left;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-body {
        color: #fff;
        font-size: 14px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        text-align: left;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-link {
        color: #fff;
        font-size: 14px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 10px 0 0 0;
        text-align: left;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #r-carousel-section .r-carousel-container .r-carousel-item .r-carousel-box .r-link img {
        display: inline-block;
        margin: 0 0 0 5px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-carousel-container-desktop {
        display: none
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item {
        position: relative;
        padding: 20px 0;
        margin: 0 20px 0 0;
        border-bottom: 1px solid #e3e3e3
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item:last-child {
        border-bottom: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-button {
        position: absolute;
        top: 30px;
        right: 8px;
        background: transparent;
        padding: 0;
        margin: 0;
        outline: 0;
        border: 0;
        z-index: 2
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-button img {
        display: block;
        width: 35px;
        height: auto;
        margin: 0;
        transform: rotate(0deg);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container {
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .e-content-accordian-title {
        color: #666;
 font-family: "Poppins";        font-size: 24px;
        text-align: left;
        line-height: normal;
        letter-spacing: normal;
        text-transform: capitalize;
        margin: 0;
        transition: color 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row {
        margin: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: visibility, opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-main-box {
        margin: -42px 0 20px 0;
        background-color: #f2f2f2
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-main-box .e-main-title {
        font-size: 25px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #00b23b;
        margin: 10px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-main-box .e-main-body {
        color: #000;
        font-size: 12px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        text-align: left;
        margin: 0 0 10px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-main-box .e-main-link {
        color: #00b23b;
        display: block;
        font-size: 14px;
        font-family: "League Spartan Extra Bold";
        line-height: normal;
        letter-spacing: normal;
        text-decoration: underline;
        text-align: left;
        margin: 0 0 10px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-main-box .e-main-link img {
        display: inline-block;
        height: 10px;
        width: auto;
        margin: 0 0 0 5px;
        translate: 0, 0;
        transition: translate 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-main-box .e-main-link:hover img {
        translate: 10px, 0;
        transition: translate 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-box {
        padding: 0;
        margin: 0 0 20px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-box:last-child {
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-box .e-title {
        color: #000;
        font-size: 16px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        text-transform: capitalize;
        text-align: left;
        margin: 0 0 5px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item .e-content-accordian-container .row .e-content-box .e-body {
        color: #000;
        font-size: 14px;
 font-family: "Poppins";        line-height: 16px;
        letter-spacing: normal;
        text-align: left;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item.expand-e-accordian .e-content-accordian-button img {
        transform: rotate(90deg);
        transition: transform .5s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item.expand-e-accordian .e-content-accordian-container .e-content-accordian-title {
        color: #00b23b;
        transition: color 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #e-carousel-section .e-accordian-container-mobile .e-content-accordian-item.expand-e-accordian .e-content-accordian-container .row {
        margin: 15px 0 0 0;
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: visibility, opacity 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section {
        display: flex;
        flex-direction: column;
        width: 115%;
        margin: 0 0 30px -50px;
        row-gap: 25px
    }
    @media (min-width: 490px) and (max-width: 900px) {
  .node--type-home #home #hero-word-section .hero-word-section-container 
  .hero-word-subsection .hero-word-subsection-container 
  .hero-word-content-container #a-links-section {
    width:50%;
  }
}

    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection {
        max-width: auto;
        height: 40vh;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 20px 15px;
        position: relative
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-overlay {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
        z-index: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-image {
        width: 150px;
        height: auto;
        margin: 0 0 0 -8px;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-title {
        color: #fff;
        font-size: 24px;
         font-family: "Poppins";
;
        line-height: 26px;
        letter-spacing: normal;
        text-transform: capitalize;
        margin: 50px 0 10px 0;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-body {
        color: #fff;
        font-size: 16px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 10px 0;
        text-align: left;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-link {
        display: block;
        color: #00b23b;
        font-size: 16px;
 font-family: "Poppins";        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        z-index: 1
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-link img {
        display: inline-block;
        height: 14px;
        width: auto;
        margin: 0 0 0 5px;
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-subsection-link:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container {
        row-gap: 15px;
        z-index: 1;
        margin-left: -15px;
        margin-right: -15px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title {
        display: block;
        color: #fff;
        font-size: 12px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title:hover {
        text-decoration: underline
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-title-green {
        color: #00b23b;
        font-size: 12px;
 font-family: "Poppins";        line-height: 20px;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-links-section .a-links-subsection .a-links-container .a-link-box .a-link-title .a-link-arrow {
        margin: auto 0 auto 5px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-title a {
        width: 100%;
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-title a:hover {
        color: #00b23b
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container {
        width: 100%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .a-logos-carousel-container {
        width: 100%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item {
        padding: 0 20px
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item .a-logo-image {
        width: 100%;
        height: auto
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #a-carousel-section .a-carousel-container .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container {
        width: 100%
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box {
        margin: 0 0 30px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box:last-child {
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link {
        display: block
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link:hover .m-icon-title {
        color: #00b23b
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link .m-icon {
        height: 55px;
        width: auto;
        margin: 0 0 15px 0
    }
    .node--type-home #home #hero-word-section .hero-word-section-container .hero-word-subsection .hero-word-subsection-container .hero-word-content-container #m-icons-section .m-icons-container .m-icon-box .m-link .m-icon-title {
        color: #000;
        font-size: 12px;
         font-family: "Poppins";
        letter-spacing: normal;
        line-height: normal;
        margin: 0
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container {
        width: 50%;
        margin: 0 auto 0 0;
        padding: 0 0 0 20px;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container .hero-word-end-timeline-box-1 {
        width: 50%;
        height: 50px;
        margin: 0 auto 0 0;
        border: solid transparent;
        border-width: 0 0 2px 2px;
        border-radius: 0 0 0 25px;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #000, #00b23b, #000) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container .hero-word-end-timeline-box-2 {
        width: 50%;
        height: 70px;
        margin: -2px 0 0 auto;
        border: solid transparent;
        border-width: 2px 2px 0 0;
        border-radius: 0 25px 0 0;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(25deg, #000, #00b23b) border-box;
        position: relative;
        z-index: -2
    }
    .node--type-home #home #hero-word-section .hero-word-end-timeline-container .hero-word-end-timeline-circle {
        width: 15px;
        height: 15px;
        background: #000;
        border-radius: 50%;
        margin: 0 -6px 0 auto
    }
    .node--type-home #home #bottom-wave-section {
        position: relative;
        padding: 0;
        bottom: 300px
    }
    .node--type-home #home #bottom-wave-section .bottom-wave-image-desktop {
        display: none
    }
    .node--type-home #home #bottom-wave-section .bottom-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -660px;
        z-index: -1
    }
    .node--type-home #home #success-stories-section {
        max-width: 100%;
        margin: 0 15px;
        padding: 50px 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #success-stories-section .success-stories-title-box {
        width: 100%
    }
    .node--type-home #home #success-stories-section .success-stories-title-box .success-stories-title {
        color: #000;
 font-family: "Poppins";
        text-align: center;
        font-size: 35px;
        line-height: normal;
        letter-spacing: -.5px;
        text-transform: capitalize;
        margin: 0
    }
    .node--type-home #home #success-stories-section .success-stories-title-box .success-stories-title .success-stories-title-green {
        color: #00b23b;
 font-family: "Poppins";
        font-size: 35px;
        line-height: normal;
        letter-spacing: -.5px;
        margin: 0
    }
    .node--type-home #home #success-stories-section .success-stories-title-box .success-stories-subtitle {
        color: #000;
        text-align: center;
        font-size: 20px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section {
        width: 100%;
        border-radius: 10px;
        overflow: hidden
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container {
        width: 100%;
        position: relative
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 480px;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column-reverse
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        width: 100%;
        height: 45%;
        padding: 20px 65px 65px 20px;
        background-color: #f2f2f2
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body {
        text-align: left
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        color: #000;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.44px;
        text-align: left;
        text-transform: capitalize;
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body .short-desc {
 font-family: "Poppins";        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
        height: 55%
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 85% center;
        object-position: 85% center
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        padding: 0 0 0 13px;
        margin: 0;
        bottom: 20px;
        width: 100%
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #fff;
        background-color: #fff
    }
    .node--type-home #home #success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 25px 0 0 0;
        display: none
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title {
        width: 100%;
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
;
        text-align: left;
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel {
        width: 100%
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container {
        width: 100%
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item {
        padding: 0 20px
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image {
        width: 100%;
        height: auto
    }
    .node--type-home #home #success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    .node--type-home #home #csr-section {
        max-width: 100%;
        margin: 0 15px;
        padding: 50px 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .node--type-home #home #csr-section .csr-title-box {
        width: 100%;
        padding: 0 20px
    }
    .node--type-home #home #csr-section .csr-title-box .csr-title {
        color: #000;
 font-family: "Poppins";
        text-align: left;
        font-size: 30px;
        line-height: normal;
        letter-spacing: -.5px;
        text-transform: capitalize;
        margin: 0 0 5px 0
    }
    .node--type-home #home #csr-section .csr-title-box .csr-subtitle {
        color: #000;
        text-align: left;
        font-size: 16px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .node--type-home #home #csr-section #csr-carousel-section {
        width: 100%;
        border-radius: 10px;
        overflow: hidden
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container {
        width: 100%;
        position: relative
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box {
        height: 260px;
        padding: 0 0 115px 0;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box .csr-overlay {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #000;
        opacity: .5;
        z-index: 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box .csr-body {
        color: #fff;
         font-family: "Poppins";
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        letter-spacing: -.82px;
        text-transform: capitalize;
        width: 100%;
        height: auto;
        position: relative;
        padding: 0 30px;
        margin: 0;
        z-index: 1
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container .csr-content-carousel-item .csr-carousel-box .csr-body .csr-link {
        display: inline-block;
        margin: 0 0 0 10px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container button.slick-prev {
        position: absolute;
        top: 15px;
        right: 50px;
        width: 30px;
        height: 30px;
        background-color: #00b23b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        font-size: 0;
        line-height: 0;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container button.slick-prev::before {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/csr-icon-left.svg);
        transform: rotate(0deg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: relative;
        left: 10px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container button.slick-next {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background-color: #00b23b;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        line-height: 0;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-content-carousel-container button.slick-next::before {
        content: "";
        background-image: url(/themes/custom/bootstrap_xoriant/images/csr-icon-left.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        transform: rotate(180deg);
        position: relative;
        right: 10px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-link {
        position: absolute;
        bottom: 90px;
        left: 30px;
        display: block;
        color: #00b23b;
        font-size: 14px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-link img {
        display: inline-block;
        height: 14px;
        width: auto;
        margin: 0 0 0 5px;
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-link:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 83%;
        margin: 0 30px;
        border-bottom: 1px solid #d3d3d3
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .csr-carousel-item {
        color: #fff;
        font-size: 12px;
 font-family: "Poppins";        line-height: 14px;
        letter-spacing: normal;
        text-transform: capitalize;
        padding: 0 0 20px 0;
        margin: 0;
        border-bottom: 3px solid transparent
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track {
        display: flex
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide:nth-child(1) {
        margin: 0 20px 0 0
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide:nth-child(2) {
        margin: 0 10px 0 10px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide:nth-child(3) {
        margin: 0 0 0 20px
    }
    .node--type-home #home #csr-section #csr-carousel-section .csr-carousel-container .csr-indicator-carousel-container .slick-list .slick-track .slick-slide.slick-current .csr-carousel-item {
        border-bottom: 3px solid #00b23b;
         font-family: "Poppins";

    }
    .node--type-home #home #resources-wave-section {
        position: relative
    }
    .node--type-home #home #resources-wave-section .resources-wave-image-desktop {
        display: none
    }
    .node--type-home #home #resources-wave-section .resources-wave-image-mobile {
        display: none
    }
}

.page-node-10238 .expert-section {
    display: none !important
}

.page-node-10238 #l2-page-new .content-container .we-serve .col-md-4.loop-4,
.page-node-10238 #l2-page-new .content-container .we-serve .col-md-4.loop-5 {
    display: none !important
}

@media only screen and (min-width:992px) {
    .page-node-10238 #l2-page-new #dots-section .dot-4 {
        top: 10.7% !important
    }
    .page-node-10238 #l2-page-new #dots-section .dot-2 {
        top: 52.6% !important
    }
    .page-node-10238 #l2-page-new .content-container .we-serve .col-md-4:hover .serve-title {
        transform: translateY(-220%) !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-node-10238 #l2-page-new .content-container .we-serve .col-md-4:hover .serve-title {
        transform: translateY(0%) !important
    }
    .page-node-10238 #l2-page-new .content-container #dots-section .dot-4 {
        top: 10.65% !important
    }
    .page-node-10238 #l2-page-new .content-container #dots-section .dot-2 {
        top: 52.9% !important;
        right: 40px !important
    }
}

@media only screen and (max-width:992px) {
    .page-node-10238 #top-wave-section .top-wave-image-mobile {
        top: -220px !important
    }
    .page-node-10238 #top-wave-section .bottom-wave-image-mobile {
        top: 4700px !important
    }
}

.page-node-10233 .expert-section {
    display: none !important
}

.page-node-10233 #l2-page-new .content-container .we-serve .row.loop-7 {
    display: flex !important
}

@media only screen and (min-width:992px) {
    .page-node-10233 #l2-page-new .content-container .we-serve .col-md-4.loop-6:hover .serve-title,
    .page-node-10233 #l2-page-new .content-container .we-serve .col-md-4.loop-7:hover .serve-title {
        transform: translateY(-220%)
    }
}

.page-node-11841 a.success-stories-download {
    display: none !important
}

.page-node-11876 .success-stories-section,
.page-node-11841 .success-stories-section,
.page-node-11962 .success-stories-section {
    padding: 50px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative
}

.page-node-11876 .success-stories-section .success-stories-title,
.page-node-11841 .success-stories-section .success-stories-title,
.page-node-11962 .success-stories-section .success-stories-title {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

@media only screen and (max-width:992px) {
    .page-node-11876 .success-stories-section .success-stories-title,
    .page-node-11841 .success-stories-section .success-stories-title,
    .page-node-11962 .success-stories-section .success-stories-title {
        font-size: 23px;
        line-height: 26px
    }
}

.page-node-11876 .success-stories-section #success-stories-carousel-section,
.page-node-11841 .success-stories-section #success-stories-carousel-section,
.page-node-11962 .success-stories-section #success-stories-carousel-section {
    max-width: 988px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container {
    width: 100%;
    position: relative
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
    height: 400px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-overlay,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-overlay,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: .5;
    z-index: 0
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
    width: 45%;
    height: 100%;
    padding: 0 50px 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    background-color: #f2f2f2;
    border: 0
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-subtitle,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-subtitle,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-subtitle {
    color: #00b23b;
    text-align: left;
     font-family: "Poppins";
    font-size: 18px;
    line-height: normal;
    letter-spacing: -.76px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
    z-index: 1
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-title,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-title,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-title {
    color: #000;
    text-align: left;
     font-family: "Poppins";
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -.76px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 10px 0;
    z-index: 1
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title {
    transition: color 1s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title:hover,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title:hover,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box a.success-stories-title:hover {
    color: #00b23b;
    transition: color 1s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body {
    color: #000;
    text-align: left;
    font-family: "Mona Sans Medium";
    font-size: 16px;
    line-height: 21px;
    letter-spacing: normal;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 15px 0;
    z-index: 1
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download {
    color: #000;
    display: flex;
    text-align: left;
     font-family: "Poppins";
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    z-index: 1;
    transition: color 1s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download img,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download img,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download img {
    margin: 0 0 0 10px;
    transform: scale(1);
    filter: none;
    transition: filter, transform .5s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover {
    color: #00b23b;
    transition: color .5s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover img,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover img,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-download:hover img {
    transform: scale(1.05);
    filter: invert(39%) sepia(73%) saturate(1887%) hue-rotate(117deg) brightness(97%) contrast(105%);
    transition: filter, transform .5s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
    width: 55%;
    height: 100%;
    overflow: hidden
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(1);
    transition: transform 1s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box:hover .success-stories-image,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box:hover .success-stories-image,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box:hover .success-stories-image {
    transform: scale(1.05);
    transition: transform 1s ease
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    position: absolute;
    padding: 0 0 0 42px;
    margin: 0;
    bottom: 30px;
    width: 100%
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    outline: 0;
    padding: 0;
    margin: 0 8px;
    border-radius: 50%;
     font-family: "Poppins";
    color: #000;
    border: 1px solid #fff;
    background-color: #fff
}

.page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button,
.page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button,
.page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
    color: #fff;
    border: 1px solid #00b23b;
    background-color: #00b23b
}

@media only screen and (min-width:992px) {
    .page-node-11876 .intro-video-container img,
    .page-node-11876 .featured-section .right img,
    .page-node-11841 .intro-video-container img,
    .page-node-11841 .featured-section .right img,
    .page-node-11962 .intro-video-container img,
    .page-node-11962 .featured-section .right img {
        max-width: 100%;
        transition: all .75s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1)
    }
    .page-node-11876 .intro-video-container:hover img,
    .page-node-11841 .intro-video-container:hover img,
    .page-node-11962 .intro-video-container:hover img {
        transform: scale(1.05);
        transform-origin: top left
    }
    .page-node-11876 .featured-section .right:hover img,
    .page-node-11841 .featured-section .right:hover img,
    .page-node-11962 .featured-section .right:hover img {
        transform: scale(1.05);
        transform-origin: top right
    }
    .page-node-11876 .featured-section,
    .page-node-11841 .featured-section,
    .page-node-11962 .featured-section {
        display: flex
    }
    .page-node-11876 .featured-section:hover .field--name-field-featured-insight-image img,
    .page-node-11841 .featured-section:hover .field--name-field-featured-insight-image img,
    .page-node-11962 .featured-section:hover .field--name-field-featured-insight-image img {
        transform: scale(1.05);
        transform-origin: top right
    }
    .page-node-11876 .featured-section .left,
    .page-node-11841 .featured-section .left,
    .page-node-11962 .featured-section .left {
        background: #f2f2f2;
        padding: 120px 25px;
        width: 501px;
        border-radius: 8px 0 0 8px;
        height: 410px
    }
    .page-node-11876 .featured-section .left .ft,
    .page-node-11841 .featured-section .left .ft,
    .page-node-11962 .featured-section .left .ft {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        display: block;
        color: #00b23b;
        margin-bottom: 15px
    }
    .page-node-11876 .featured-section .left .field--name-field-featured-insight-titile,
    .page-node-11876 .featured-section .left .field--name-field-featured-insight-title,
    .page-node-11841 .featured-section .left .field--name-field-featured-insight-titile,
    .page-node-11841 .featured-section .left .field--name-field-featured-insight-title,
    .page-node-11962 .featured-section .left .field--name-field-featured-insight-titile,
    .page-node-11962 .featured-section .left .field--name-field-featured-insight-title {
         font-family: "Poppins";
;
        font-size: 29px;
        line-height: 29px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 15px
    }
    .page-node-11876 .featured-section .left .arrow-block,
    .page-node-11841 .featured-section .left .arrow-block,
    .page-node-11962 .featured-section .left .arrow-block {
        transition: all 1s
    }
    .page-node-11876 .featured-section .left .arrow-block:hover img[src*=green],
    .page-node-11841 .featured-section .left .arrow-block:hover img[src*=green],
    .page-node-11962 .featured-section .left .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .page-node-11876 .featured-section .left .arrow-block a,
    .page-node-11841 .featured-section .left .arrow-block a,
    .page-node-11962 .featured-section .left .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-right: 5px
    }
    .page-node-11876 .featured-section .left .arrow-block a div,
    .page-node-11841 .featured-section .left .arrow-block a div,
    .page-node-11962 .featured-section .left .arrow-block a div {
        display: initial;
        margin-right: 7px
    }
    .page-node-11876 .featured-section .left .arrow-block img.green-f,
    .page-node-11841 .featured-section .left .arrow-block img.green-f,
    .page-node-11962 .featured-section .left .arrow-block img.green-f {
        display: none
    }
    .page-node-11876 .featured-section .left .arrow-block:hover a,
    .page-node-11841 .featured-section .left .arrow-block:hover a,
    .page-node-11962 .featured-section .left .arrow-block:hover a {
        color: #00b23b
    }
    .page-node-11876 .featured-section .left .arrow-block:hover img.green-f,
    .page-node-11841 .featured-section .left .arrow-block:hover img.green-f,
    .page-node-11962 .featured-section .left .arrow-block:hover img.green-f {
        display: inline
    }
    .page-node-11876 .featured-section .left .arrow-block:hover img.black-f,
    .page-node-11841 .featured-section .left .arrow-block:hover img.black-f,
    .page-node-11962 .featured-section .left .arrow-block:hover img.black-f {
        display: none
    }
    .page-node-11876 .featured-section .left .auth,
    .page-node-11841 .featured-section .left .auth,
    .page-node-11962 .featured-section .left .auth {
 font-family: "Poppins";        font-size: 17px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -.03em;
        text-align: left;
        color: black;
        margin: 30px 0;
        display: block
    }
    .page-node-11876 .featured-section .right,
    .page-node-11841 .featured-section .right,
    .page-node-11962 .featured-section .right {
        width: 486px;
        border-radius: 0 8px 8px 0;
        overflow: hidden
    }
    .page-node-11876 #dots-section .dot-4,
    .page-node-11841 #dots-section .dot-4,
    .page-node-11962 #dots-section .dot-4 {
        top: 10.9% !important
    }
    .page-node-11876 .intro-section,
    .page-node-11841 .intro-section,
    .page-node-11962 .intro-section {
        margin: 100px 0 !important
    }
    .page-node-11876 .facts-section .row,
    .page-node-11841 .facts-section .row,
    .page-node-11962 .facts-section .row {
        justify-content: space-evenly;
        display: flex;
        flex-wrap: nowrap
    }
    .page-node-11876 .facts-section .row .col-md-4,
    .page-node-11841 .facts-section .row .col-md-4,
    .page-node-11962 .facts-section .row .col-md-4 {
        flex: unset !important;
        max-width: unset !important
    }
    .page-node-11876 .content-container .facts-section,
    .page-node-11841 .content-container .facts-section,
    .page-node-11962 .content-container .facts-section {
        margin-top: -30px !important
    }
    .page-node-11876 .differentiators-section,
    .page-node-11841 .differentiators-section,
    .page-node-11962 .differentiators-section {
        padding-bottom: 120px !important
    }
    .page-node-11876 .differentiators-section p,
    .page-node-11876 .differentiators-section a,
    .page-node-11876 .differentiators-section li,
    .page-node-11841 .differentiators-section p,
    .page-node-11841 .differentiators-section a,
    .page-node-11841 .differentiators-section li,
    .page-node-11962 .differentiators-section p,
    .page-node-11962 .differentiators-section a,
    .page-node-11962 .differentiators-section li {
        font-family: unset;
        text-transform: unset
    }
    .page-node-11876 .differentiators-section .diff-heading,
    .page-node-11876 .differentiators-section .field--name-field-image-title,
    .page-node-11841 .differentiators-section .diff-heading,
    .page-node-11841 .differentiators-section .field--name-field-image-title,
    .page-node-11962 .differentiators-section .diff-heading,
    .page-node-11962 .differentiators-section .field--name-field-image-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .page-node-11876 .differentiators-section .diff-heading,
    .page-node-11876 .differentiators-section .field--name-field-image-title,
    .page-node-11841 .differentiators-section .diff-heading,
    .page-node-11841 .differentiators-section .field--name-field-image-title,
    .page-node-11962 .differentiators-section .diff-heading,
    .page-node-11962 .differentiators-section .field--name-field-image-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    .page-node-11876 .differentiators-section .view-content.row,
    .page-node-11841 .differentiators-section .view-content.row,
    .page-node-11962 .differentiators-section .view-content.row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .page-node-11876 .differentiators-section .view-content.row>div,
    .page-node-11841 .differentiators-section .view-content.row>div,
    .page-node-11962 .differentiators-section .view-content.row>div {
        width: 32%;
        padding: 30px 20px;
        background: #f2f2f2;
        border-radius: 8px;
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s
    }
    .page-node-11876 .differentiators-section .view-content.row>div .views-field-field-tech-description p,
    .page-node-11841 .differentiators-section .view-content.row>div .views-field-field-tech-description p,
    .page-node-11962 .differentiators-section .view-content.row>div .views-field-field-tech-description p {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        margin-top: 15px
    }
    .page-node-11876 .differentiators-section .view-content.row>div:hover,
    .page-node-11841 .differentiators-section .view-content.row>div:hover,
    .page-node-11962 .differentiators-section .view-content.row>div:hover {
        border-bottom: 3px solid #00b23b;
        transition: none
    }
    .page-node-11876 .differentiators-section .view-content.row>div:hover img,
    .page-node-11841 .differentiators-section .view-content.row>div:hover img,
    .page-node-11962 .differentiators-section .view-content.row>div:hover img {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(15px)
    }
    .page-node-11876 .we-do-section,
    .page-node-11841 .we-do-section,
    .page-node-11962 .we-do-section {
        padding-bottom: 120px !important
    }
    .page-node-11876 .we-do-section .we-do-title,
    .page-node-11841 .we-do-section .we-do-title,
    .page-node-11962 .we-do-section .we-do-title {
         font-family: "Poppins";
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .page-node-11876 .we-do-section .we-do-title,
    .page-node-11841 .we-do-section .we-do-title,
    .page-node-11962 .we-do-section .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    .page-node-11876 .we-do-section .view-content.row,
    .page-node-11841 .we-do-section .view-content.row,
    .page-node-11962 .we-do-section .view-content.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: start
    }
    .page-node-11876 .we-do-section .view-content.row .views-row,
    .page-node-11841 .we-do-section .view-content.row .views-row,
    .page-node-11962 .we-do-section .view-content.row .views-row {
        width: 30%;
        margin: 25px 16px;
        border: 3px solid #00b23b;
        border-radius: 8px;
        border-left: 0;
        border-top: 0;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784);
        padding: 20px
    }
    .page-node-11876 .we-do-section .view-content.row .views-row:nth-of-type(1),
    .page-node-11876 .we-do-section .view-content.row .views-row:nth-of-type(4),
    .page-node-11876 .we-do-section .view-content.row .views-row:nth-of-type(7),
    .page-node-11841 .we-do-section .view-content.row .views-row:nth-of-type(1),
    .page-node-11841 .we-do-section .view-content.row .views-row:nth-of-type(4),
    .page-node-11841 .we-do-section .view-content.row .views-row:nth-of-type(7),
    .page-node-11962 .we-do-section .view-content.row .views-row:nth-of-type(1),
    .page-node-11962 .we-do-section .view-content.row .views-row:nth-of-type(4),
    .page-node-11962 .we-do-section .view-content.row .views-row:nth-of-type(7) {
        margin-left: 0
    }
    .page-node-11876 .we-do-section .view-content.row .views-row:nth-of-type(3),
    .page-node-11876 .we-do-section .view-content.row .views-row:nth-of-type(6),
    .page-node-11876 .we-do-section .view-content.row .views-row:nth-of-type(9),
    .page-node-11841 .we-do-section .view-content.row .views-row:nth-of-type(3),
    .page-node-11841 .we-do-section .view-content.row .views-row:nth-of-type(6),
    .page-node-11841 .we-do-section .view-content.row .views-row:nth-of-type(9),
    .page-node-11962 .we-do-section .view-content.row .views-row:nth-of-type(3),
    .page-node-11962 .we-do-section .view-content.row .views-row:nth-of-type(6),
    .page-node-11962 .we-do-section .view-content.row .views-row:nth-of-type(9) {
        margin-right: 0
    }
    .page-node-11876 .we-do-section .view-content.row .title,
    .page-node-11841 .we-do-section .view-content.row .title,
    .page-node-11962 .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0
    }
    .page-node-11876 .we-do-section .view-content.row .title:hover,
    .page-node-11841 .we-do-section .view-content.row .title:hover,
    .page-node-11962 .we-do-section .view-content.row .title:hover {
        color: #00b23b
    }
    .page-node-11876 .we-do-section .view-content.row .desc,
    .page-node-11841 .we-do-section .view-content.row .desc,
    .page-node-11962 .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        display: block
    }
    .page-node-11876 .we-do-section .view-content.row .arrow-block,
    .page-node-11841 .we-do-section .view-content.row .arrow-block,
    .page-node-11962 .we-do-section .view-content.row .arrow-block {
        transition: all 1s;
        display: block
    }
    .page-node-11876 .we-do-section .view-content.row .arrow-block:hover img[src*=green],
    .page-node-11841 .we-do-section .view-content.row .arrow-block:hover img[src*=green],
    .page-node-11962 .we-do-section .view-content.row .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
}

@media only screen and (min-width:992px) {
    .page-node-11876 div#frameworks-section,
    .page-node-11841 div#frameworks-section,
    .page-node-11962 div#frameworks-section {
        margin: 100px 0 !important
    }
    .page-node-11876 .success-stories-section,
    .page-node-11841 .success-stories-section,
    .page-node-11962 .success-stories-section {
        margin-top: 125px
    }
}

@media only screen and (max-width:992px) {
    .page-node-11876 .featured-section,
    .page-node-11841 .featured-section,
    .page-node-11962 .featured-section {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px 0 !important
    }
    .page-node-11876 .featured-section .left,
    .page-node-11841 .featured-section .left,
    .page-node-11962 .featured-section .left {
        background: #f2f2f2;
        padding: 25px;
        border-radius: 0 0 8px 8px;
        order: 2
    }
    .page-node-11876 .featured-section .left .ft,
    .page-node-11841 .featured-section .left .ft,
    .page-node-11962 .featured-section .left .ft {
         font-family: "Poppins";
        font-size: 22px;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        display: block;
        color: #00b23b;
        margin-bottom: 15px
    }
    .page-node-11876 .featured-section .left .field--name-field-featured-insight-titile,
    .page-node-11876 .featured-section .left .field--name-field-featured-insight-title,
    .page-node-11841 .featured-section .left .field--name-field-featured-insight-titile,
    .page-node-11841 .featured-section .left .field--name-field-featured-insight-title,
    .page-node-11962 .featured-section .left .field--name-field-featured-insight-titile,
    .page-node-11962 .featured-section .left .field--name-field-featured-insight-title {
         font-family: "Poppins";
;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 15px
    }
    .page-node-11876 .featured-section .left .arrow-block a,
    .page-node-11841 .featured-section .left .arrow-block a,
    .page-node-11962 .featured-section .left .arrow-block a {
         font-family: "Poppins";
;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        text-align: left;
        color: #00b23b;
        margin-right: 5px;
        display: block
    }
    .page-node-11876 .featured-section .left .arrow-block a div,
    .page-node-11841 .featured-section .left .arrow-block a div,
    .page-node-11962 .featured-section .left .arrow-block a div {
        display: inline;
        margin-right: 5px
    }
    .page-node-11876 .featured-section .left .arrow-block img.green-f,
    .page-node-11876 .featured-section .left .arrow-block img.black-f,
    .page-node-11841 .featured-section .left .arrow-block img.green-f,
    .page-node-11841 .featured-section .left .arrow-block img.black-f,
    .page-node-11962 .featured-section .left .arrow-block img.green-f,
    .page-node-11962 .featured-section .left .arrow-block img.black-f {
        height: 13px
    }
    .page-node-11876 .featured-section .left .arrow-block img.black-f,
    .page-node-11841 .featured-section .left .arrow-block img.black-f,
    .page-node-11962 .featured-section .left .arrow-block img.black-f {
        display: none
    }
    .page-node-11876 .featured-section .left .auth,
    .page-node-11841 .featured-section .left .auth,
    .page-node-11962 .featured-section .left .auth {
 font-family: "Poppins";        font-size: 17px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -.03em;
        text-align: left;
        color: black;
        margin: 30px 0;
        display: block
    }
    .page-node-11876 .featured-section .right,
    .page-node-11841 .featured-section .right,
    .page-node-11962 .featured-section .right {
        order: 1;
        padding-bottom: 0
    }
    .page-node-11876 .featured-section .right img,
    .page-node-11841 .featured-section .right img,
    .page-node-11962 .featured-section .right img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0
    }
    .page-node-11876 .facts-section .row,
    .page-node-11841 .facts-section .row,
    .page-node-11962 .facts-section .row {
        row-gap: 30px
    }
    .page-node-11876 .success-stories-section,
    .page-node-11841 .success-stories-section,
    .page-node-11962 .success-stories-section {
        margin: 0 25px !important
    }
    .page-node-11876 .success-stories-section text .success-stories-title,
    .page-node-11841 .success-stories-section text .success-stories-title,
    .page-node-11962 .success-stories-section text .success-stories-title {
         font-family: "Poppins";
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    .page-node-11876 .success-stories-section text .success-stories-title,
    .page-node-11841 .success-stories-section text .success-stories-title,
    .page-node-11962 .success-stories-section text .success-stories-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    .page-node-11876 .success-stories-section #success-stories-carousel-section,
    .page-node-11841 .success-stories-section #success-stories-carousel-section,
    .page-node-11962 .success-stories-section #success-stories-carousel-section {
        padding: 0 !important;
        margin: 0 auto 100px !important
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        height: 450px !important
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style-type: none;
        position: absolute;
        padding: 0 0 0 42px;
        margin: 0;
        bottom: 30px;
        width: 100%
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #fff;
        background-color: #fff
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    .page-node-11876 .differentiators-section,
    .page-node-11841 .differentiators-section,
    .page-node-11962 .differentiators-section {
        padding: 0 25px 80px !important;
        margin: 40px 0 -20px
    }
    .page-node-11876 .differentiators-section p,
    .page-node-11876 .differentiators-section a,
    .page-node-11876 .differentiators-section li,
    .page-node-11841 .differentiators-section p,
    .page-node-11841 .differentiators-section a,
    .page-node-11841 .differentiators-section li,
    .page-node-11962 .differentiators-section p,
    .page-node-11962 .differentiators-section a,
    .page-node-11962 .differentiators-section li {
        font-family: unset;
        text-transform: unset
    }
    .page-node-11876 .differentiators-section .diff-heading,
    .page-node-11876 .differentiators-section .field--name-field-image-title,
    .page-node-11841 .differentiators-section .diff-heading,
    .page-node-11841 .differentiators-section .field--name-field-image-title,
    .page-node-11962 .differentiators-section .diff-heading,
    .page-node-11962 .differentiators-section .field--name-field-image-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    .page-node-11876 .differentiators-section .diff-heading,
    .page-node-11876 .differentiators-section .field--name-field-image-title,
    .page-node-11841 .differentiators-section .diff-heading,
    .page-node-11841 .differentiators-section .field--name-field-image-title,
    .page-node-11962 .differentiators-section .diff-heading,
    .page-node-11962 .differentiators-section .field--name-field-image-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    .page-node-11876 .differentiators-section .view-content.row,
    .page-node-11841 .differentiators-section .view-content.row,
    .page-node-11962 .differentiators-section .view-content.row {
        margin: 0
    }
    .page-node-11876 .differentiators-section .view-content.row>div,
    .page-node-11841 .differentiators-section .view-content.row>div,
    .page-node-11962 .differentiators-section .view-content.row>div {
        padding: 25px 25px 15px 25px;
        background: #f2f2f2;
        border-radius: 8px;
        border-bottom: 3px solid #00b23b;
        margin: 10px 0
    }
    .page-node-11876 .differentiators-section .view-content.row>div:last-of-type,
    .page-node-11841 .differentiators-section .view-content.row>div:last-of-type,
    .page-node-11962 .differentiators-section .view-content.row>div:last-of-type {
        margin-bottom: 0
    }
    .page-node-11876 .differentiators-section .view-content.row>div .views-field-field-tech-description p,
    .page-node-11841 .differentiators-section .view-content.row>div .views-field-field-tech-description p,
    .page-node-11962 .differentiators-section .view-content.row>div .views-field-field-tech-description p {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        margin-top: 15px;
        color: #000
    }
    .page-node-11876 .differentiators-section .view-content.row>div .views-field-field-tech-description p p,
    .page-node-11841 .differentiators-section .view-content.row>div .views-field-field-tech-description p p,
    .page-node-11962 .differentiators-section .view-content.row>div .views-field-field-tech-description p p {
        text-align: start
    }
    .page-node-11876 #frameworks-section,
    .page-node-11841 #frameworks-section,
    .page-node-11962 #frameworks-section {
        margin: 50px 0 !important
    }
    .page-node-11876 .we-do-section .we-do-title,
    .page-node-11841 .we-do-section .we-do-title,
    .page-node-11962 .we-do-section .we-do-title {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    .page-node-11876 .we-do-section .we-do-title,
    .page-node-11841 .we-do-section .we-do-title,
    .page-node-11962 .we-do-section .we-do-title {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    .page-node-11876 .we-do-section .view-content.row .views-row,
    .page-node-11841 .we-do-section .view-content.row .views-row,
    .page-node-11962 .we-do-section .view-content.row .views-row {
        padding: 25px !important;
        margin: 15px 0;
        border: 3px solid #00b23b;
        border-radius: 8px;
        border-left: 0;
        border-top: 0;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784)
    }
    .page-node-11876 .we-do-section .view-content.row .title,
    .page-node-11841 .we-do-section .view-content.row .title,
    .page-node-11962 .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0
    }
    .page-node-11876 .we-do-section .view-content.row .desc,
    .page-node-11841 .we-do-section .view-content.row .desc,
    .page-node-11962 .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 95%;
        display: block
    }
    .page-node-11876 .facts-section,
    .page-node-11841 .facts-section,
    .page-node-11962 .facts-section {
        margin: 0 auto 90px !important
    }
    .page-node-11876 .expert-section,
    .page-node-11841 .expert-section,
    .page-node-11962 .expert-section {
        margin: 80px 0 80px !important
    }
}

@media(max-width:1025px) {
    .page-node-11876 .success-stories-section,
    .page-node-11841 .success-stories-section,
    .page-node-11962 .success-stories-section {
        padding: 50px 30px
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section,
    .page-node-11841 .success-stories-section #success-stories-carousel-section,
    .page-node-11962 .success-stories-section #success-stories-carousel-section {
        max-width: 100%
    }
}

@media(max-width:770px) {
    .page-node-11876 .success-stories-section,
    .page-node-11841 .success-stories-section,
    .page-node-11962 .success-stories-section {
        max-width: 100%;
        margin: 0 30px;
        padding: 25px 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }
    .page-node-11876 .success-stories-section .success-stories-title-box,
    .page-node-11841 .success-stories-section .success-stories-title-box,
    .page-node-11962 .success-stories-section .success-stories-title-box {
        width: 100%
    }
    .page-node-11876 .success-stories-section .success-stories-title-box .success-stories-subtitle,
    .page-node-11841 .success-stories-section .success-stories-title-box .success-stories-subtitle,
    .page-node-11962 .success-stories-section .success-stories-title-box .success-stories-subtitle {
        font-size: 20px;
        text-align: left
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section,
    .page-node-11841 .success-stories-section #success-stories-carousel-section,
    .page-node-11962 .success-stories-section #success-stories-carousel-section {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        padding: 0
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container {
        width: 100%;
        position: relative
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 550px;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column-reverse
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        width: 100%;
        height: 60%;
        padding: 20px 20px 65px 20px;
        background-color: #f2f2f2
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body {
        text-align: left
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-body a {
        color: #000;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.44px;
        text-align: left;
        text-transform: capitalize;
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box {
        height: 40%;
        width: 100%
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-image-box .success-stories-image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        list-style-type: none;
        position: absolute;
        padding: 0 0 0 13px;
        margin: 0;
        bottom: 20px;
        width: 100%
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li button {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        outline: 0;
        padding: 0;
        margin: 0 8px;
        border-radius: 50%;
         font-family: "Poppins";
        color: #000;
        border: 1px solid #fff;
        background-color: #fff
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container ul.slick-dots li.slick-active button {
        color: #fff;
        border: 1px solid #00b23b;
        background-color: #00b23b
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 25px 0 0 0
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title {
        width: 100%;
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
;
        text-align: left;
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel {
        width: 100%
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container {
        width: 100%
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item {
        padding: 0 20px
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image {
        width: 100%;
        height: auto
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track {
        display: flex;
        align-items: center
    }
}

@media(max-width:389px) {
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box {
        padding: 20px 15px 65px 15px
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-subtitle,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-subtitle,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-subtitle {
        font-size: 16px;
        text-align: left
    }
    .page-node-11876 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-title,
    .page-node-11841 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-title,
    .page-node-11962 .success-stories-section #success-stories-carousel-section .success-stories-carousel-container .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box .success-stories-content-box .success-stories-title {
        font-size: 20px;
        line-height: normal
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 25px 0 0 0
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel-title {
        width: 100%;
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
;
        text-align: left;
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel {
        width: 100%
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container {
        width: 100%
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item {
        padding: 0 20px
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .success-stories-logos-carousel-container .success-stories-logos-carousel-item .success-stories-logo-image {
        width: 100%;
        height: auto
    }
    .page-node-11876 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track,
    .page-node-11841 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track,
    .page-node-11962 .success-stories-section #success-stories-logos-carousel-section .success-stories-logos-carousel .slick-list .slick-track {
        display: flex;
        align-items: center
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .page-node-11876 #page .fx-strip ul li a,
    .page-node-11841 #page .fx-strip ul li a,
    .page-node-11962 #page .fx-strip ul li a {
        font-size: 16px
    }
    .page-node-11876 #dots-section .dot-4,
    .page-node-11841 #dots-section .dot-4,
    .page-node-11962 #dots-section .dot-4 {
        display: none !important
    }
}

.node--type-l2-pages #l2-page-new .success-title {
    font-family: "Poppins" !important;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    color: #000
}

@media only screen and (max-width:992px) {
    .node--type-l2-pages #l2-page-new .success-title {
        font-size: 23px;
        line-height: 26px
    }
}

.node--type-l2-pages #l2-page-new #keeping-updated .keeping-updated-title,
.node--type-l2-pages #l2-page-new #keeping-updated .framework-title,
.node--type-l2-pages #l2-page-new #frameworks-section .keeping-updated-title,
.node--type-l2-pages #l2-page-new #frameworks-section .framework-title {
    text-transform: unset
}

@media only screen and (min-width:992px) {
    .node--type-l2-pages #l2-page-new #dots-section .dot-4 {
        position: absolute;
        top: 9.8%;
        left: 40%
    }
    .node--type-l2-pages #l2-page-new #dots-section .dot-2 {
        position: absolute;
        top: 53.9%;
        right: 70px
    }
    .node--type-l2-pages #l2-page-new #top-wave-section .top-wave-image-desktop {
        width: 100%;
        position: absolute;
        top: 5%;
        z-index: -1;
        left: 1px
    }
    .node--type-l2-pages #l2-page-new .banner-container {
        max-width: inherit;
        padding: 0;
        margin: 0
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section {
        position: relative;
        overflow: hidden
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section:hover .field--name-field-banner-desktop-image img {
        transform: scale(1.07)
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .field--name-field-banner-desktop-image img {
        transition: transform .9s ease
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section img {
        width: 100%
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .banner-text {
        position: absolute;
        top: 357px !important;
        left: 226px
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .banner-text .field--name-field-banner-subtitle {
         font-family: "Poppins";
        font-size: 41px;
        line-height: 38px;
        letter-spacing: -.03em;
        text-align: left;
        margin-bottom: 15px
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .banner-text .field--name-field-banner-title {
        font-family: "League Spartan Extra Bold";
        font-size: 90px;
        line-height: 78px;
        letter-spacing: -.05em;
        text-align: left;
        text-transform: uppercase;
        width: 65%
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .field--name-field-banner-desktop-image {
        position: relative
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .field--name-field-banner-desktop-image::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%
    }
    .node--type-l2-pages #l2-page-new .content-container {
        max-width: 988px;
        padding: 0
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section {
        margin: 150px auto
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section p.intro_small_text {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section p.intro_title,
    .node--type-l2-pages #l2-page-new .content-container .intro-section h1.intro_title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section p.intro_description {
        color: #000;
 font-family: "Poppins";        font-size: 16px;
        line-height: 136%
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section .intro-link {
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section .intro-link a {
         font-family: "Poppins";
        font-size: 13px;
        line-height: 12.57px;
        text-align: left;
        color: #00b23b
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section .intro-link a:hover .arrow {
        transform: translateX(30%)
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section .intro-link a .arrow {
        transition: transform 1s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight {
        margin: 150px auto
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight:hover:hover .field--name-field-featured-insight-image img {
        transform: scale(1.05);
        transform-origin: top right
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .col-md-6:first-child() {
        border-radius: 8px 0 0 8px
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight p.insight {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px;
        margin: 30px 30px 0
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .field--name-field-featured-insight-title {
        color: #000;
         font-family: "Poppins";
        font-size: 29px;
        line-height: 29px;
        letter-spacing: -.58px;
        margin: 0 30px
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight a {
        color: #000;
         font-family: "Poppins";
        font-size: 16px;
        line-height: 60px;
        letter-spacing: -.32px;
        text-transform: capitalize;
        margin: 0 30px
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight a:hover {
        color: #00b23b
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight a:hover .arrow {
        transform: translateX(30%);
        filter: invert(39%) sepia(73%) saturate(1887%) hue-rotate(117deg) brightness(97%) contrast(105%);
        transition: filter, transform .5s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .col-md-6 {
        background: #f2f2f2
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .col-md-6 .arrow {
        transition: transform 1s ease;
        margin-left: 10px;
        filter: none;
        transition: filter, transform .5s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .col-md-6:nth-child(2) {
        padding-right: 0 !important
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .field--name-field-featured-insight-image {
        overflow: hidden;
        border-radius: 0 8px 8px 0
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .field--name-field-featured-insight-image img {
        width: 100%;
        height: 100%;
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .field--name-field-featured-insight-image:hover img {
        transform: scale(1.05);
        transform-origin: top right
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section {
        margin: 150px auto
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .field--name-field-facts-subtitle {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .field--name-field-facts-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 39.2px;
        line-height: 70px;
        letter-spacing: -.8px;
        margin-bottom: 30px
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 {
        display: flex
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4:hover img {
        transform: translateY(-20%)
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 img {
        transition: transform 1s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 img:hover {
        transform: translateY(-20%)
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 .facts-desc {
        margin-left: 20px
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 .number {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 27px;
        line-height: normal;
        letter-spacing: -.27px;
        text-transform: capitalize;
        margin-bottom: 0 !important
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 .description {
        color: #000;
         font-family: "Poppins";
;
        font-size: 15px;
        line-height: 108%
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve {
        margin: 150px auto
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .serve-subtile {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .field--name-field-we-serve-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 39.6px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin-bottom: 40px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .row:not(:nth-child(-n+4)) {
        display: none
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4.loop-2:hover .serve-title {
        transform: translateY(-220%)
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4:hover .serve-title {
        transform: translateY(-350%);
        transition: transform 1s
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4:hover .serve-desc ul {
        display: block
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4:hover .serve-desc .arrow {
        display: block
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4:hover .image-overlay {
        opacity: 1 !important
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-title {
        color: #FFF;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 112.7%;
        text-transform: capitalize;
        position: absolute;
        top: 75%;
        padding-left: 30px;
        transform: translateY(0);
        transition: transform 1s
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-desc {
        position: absolute;
        top: 60%;
        left: 10%;
        color: #fff;
        padding-left: 13px;
        width: 295px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-desc ul {
        display: none;
        padding-left: 15px;
        margin: 0
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-desc ul li {
        color: #FFF;
 font-family: "Poppins";        font-size: 16px;
        font-style: normal;
        font-weight: 400
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .arrow {
        display: none
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .image-container {
        position: relative;
        overflow: hidden;
        border-radius: 8px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .image-container .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%);
        opacity: 0;
        transition: opacity .3s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .arrow {
        transition: transform 1s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .arrow:hover {
        transform: translateX(30%)
    }
    .node--type-l2-pages #l2-page-new .content-container #frameworks-section {
        margin: 150px auto
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section {
        margin-bottom: 150px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .field--name-field-success-stories-subtitle p,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .field--name-field-success-stories-subtitle p {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .field--name-field-success-stories-title p,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .field--name-field-success-stories-title p {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin: 20px 0 40px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-link,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-link {
        width: 25px;
        transition: transform 1s ease
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-link:hover,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-link:hover {
        transform: translateX(30%)
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-image-box,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-image-box {
        overflow: hidden;
        border-radius: 0 8px 8px 0
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-image-box img,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-image-box img {
        width: 100%;
        height: 100%;
        transition: transform .4s
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-image-box:hover img,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-image-box:hover img {
        transform: scale(1.03)
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-box,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-box {
        border-radius: 8px 0 0 8px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-box .short-desc,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-box .short-desc {
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 450px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button {
        background-color: #fff !important
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button:hover,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button:hover {
        background-color: #ccc !important
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section {
        margin: 150px 0 50px;
        display: flex;
        -moz-column-gap: 50px;
        column-gap: 50px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section.zero {
        -moz-column-gap: 220px;
        column-gap: 220px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .expert-subtitle {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .field--name-field-experts- {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin-top: 15px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.arrow),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-gray-0),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-green-0),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-gray-1),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-green-1),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.arrow),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-gray-0),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-green-0),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-gray-1),
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-green-1) {
        transition: transform .4s
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.arrow):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-gray-0):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-green-0):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-gray-1):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 img:not(.linked-in-green-1):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.arrow):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-gray-0):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-green-0):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-gray-1):hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 img:not(.linked-in-green-1):hover {
        transform: scale(1.1)
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-image,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-image {
        overflow: hidden;
        border-radius: 8px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-text,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-text {
        height: 80px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-name,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-name {
        color: #000;
         font-family: "Poppins";
        font-size: 24px;
        line-height: 112.7%;
        text-transform: capitalize;
        margin-top: 10px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-designation p,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-designation p {
        color: #000;
        font-family: "League Spartan Regular";
        font-size: 21px;
        line-height: normal;
        letter-spacing: -.63px;
        margin-top: 5px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a {
        color: #000;
        font-family: "League Spartan Regular";
        font-size: 16px;
        line-height: normal;
        letter-spacing: -.48px;
        transition: transform 1s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a:hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a:hover {
        text-decoration-line: underline;
        color: #00b23b
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a:hover .arrow,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a:hover .arrow {
        transform: translateX(30%)
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a .arrow,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a .arrow {
        margin-left: 10px;
        transition: transform 1s ease
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a .arrow:hover,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a .arrow:hover {
        transform: translateX(30%)
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-gray-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-gray-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-gray-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-gray-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-1 {
        width: 26px;
        height: 26px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-1 {
        display: none
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a.linkedin,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a.linkedin {
        float: right
    }
    .node--type-l2-pages #l2-page-new .content-container #frameworks-section {
        display: block;
        margin-bottom: 150px
    }
    .node--type-l2-pages #l2-page-new .content-container #frameworks-section .field--name-field-frameworks-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.8px;
        margin: 20px 0
    }
    .node--type-l2-pages #l2-page-new .we-do-section .we-do-title,
    .node--type-l2-pages #l2-page-new .we-do-section .field--name-field-job-id {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .node--type-l2-pages #l2-page-new .we-do-section .we-do-title,
    .node--type-l2-pages #l2-page-new .we-do-section .field--name-field-job-id {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: start
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row {
        width: 30%;
        margin: 25px 16px
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:not(.hover):hover>img.image-style-keep-updated {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:not(.hover):hover .title {
        color: #00b23b
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:nth-of-type(1),
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:nth-of-type(4),
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:nth-of-type(7) {
        margin-left: 0
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:nth-of-type(3),
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:nth-of-type(6),
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:nth-of-type(9) {
        margin-right: 0
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0;
        min-height: 54px
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .title:hover {
        color: #00b23b
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 85%;
        display: block;
        min-height: 130px
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block {
        transition: all 1s;
        display: block;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: black
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block img.green-f,
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block img.black-f {
        height: 13px
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block img.green-f {
        display: none
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block:hover {
        color: #00b23b
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block:hover img.green-f {
        display: inline
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .arrow-block:hover img.black-f {
        display: none
    }
    .node--type-l2-pages #l2-page-new #frameworks-section .field--name-field-frameworks-title {
        margin: 0 !important
    }
}

@media only screen and (max-width:992px) {
    .node--type-l2-pages #l2-page-new .banner-container {
        padding: 0;
        margin: 0
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section {
        position: relative
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .banner-text {
        position: absolute;
        top: 50px !important;
        left: 0;
        padding: 25px
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .banner-text .field--name-field-banner-subtitle p {
         font-family: "Poppins";
        font-size: 27px;
        line-height: 28px;
        letter-spacing: -.03em;
        text-align: left;
        margin-bottom: 15px
    }
    .node--type-l2-pages #l2-page-new .banner-container .banner-section .banner-text .field--name-field-banner-title {
        font-family: "League Spartan Extra Bold";
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.05em;
        text-align: left;
        text-transform: uppercase
    }
    .node--type-l2-pages #l2-page-new .content-container {
        max-width: 988px;
        padding: 0
    }
    .node--type-l2-pages #l2-page-new .content-container #dots-section .dot-4,
    .node--type-l2-pages #l2-page-new .content-container #dots-section .dot-2 {
        display: none
    }
    .node--type-l2-pages #l2-page-new .content-container #dots-section .dot-1 {
        position: absolute;
        top: unset;
        right: 25px;
        height: 10px
    }
    .node--type-l2-pages #l2-page-new .content-container #top-wave-section {
        position: relative
    }
    .node--type-l2-pages #l2-page-new .content-container #top-wave-section .top-wave-image-desktop {
        display: none
    }
    .node--type-l2-pages #l2-page-new .content-container #top-wave-section .top-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -140px;
        z-index: -1
    }
    .node--type-l2-pages #l2-page-new .content-container #top-wave-section .bottom-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: 6300px;
        z-index: -1
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section {
        margin: 40px 0;
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section .field--name-field-intro-section p.intro_small_text {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: normal;
        letter-spacing: -.51px;
        text-align: left;
        margin-bottom: 1px;
        padding-top: 13px
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section .field--name-field-intro-section p.intro_title,
    .node--type-l2-pages #l2-page-new .content-container .intro-section .field--name-field-intro-section h1.intro_title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.46px;
        text-align: left;
        display: block
    }
    .node--type-l2-pages #l2-page-new .content-container .intro-section .field--name-field-intro-section p.intro_description {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        color: #000;
        text-align: left;
        display: block;
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight {
        margin: 80px auto;
        flex-direction: column-reverse;
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .col-md-6:first-child() {
        border-radius: 0 0 8px 8px
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight p.insight {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 22px;
        line-height: normal;
        letter-spacing: -.66px;
        margin: 50px 0 20px;
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .field--name-field-featured-insight-title {
        color: #000;
         font-family: "Poppins";
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -.58px
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight a {
        color: #000;
         font-family: "Poppins";
        font-size: 16px;
        line-height: 75px;
        letter-spacing: -.32px;
        text-transform: capitalize
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight a:first-child {
        display: block;
        margin: 0
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight a .arrow {
        margin-left: 10px
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .col-md-6 {
        background: #f2f2f2
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .col-md-6:nth-child(2) {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .node--type-l2-pages #l2-page-new .content-container .featured-insight .field--name-field-featured-insight-image img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section {
        margin: 80px auto;
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .field--name-field-facts-subtitle {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: normal;
        letter-spacing: -.66px
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .field--name-field-facts-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px;
        margin-bottom: 30px
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 {
        display: flex
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 .facts-desc {
        margin-left: 20px
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 .number {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 27px;
        line-height: normal;
        letter-spacing: -.27px;
        text-transform: capitalize;
        margin-bottom: 0 !important;
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container .facts-section .col-md-4 .description {
        color: #000;
         font-family: "Poppins";
;
        font-size: 15px;
        line-height: 108%;
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve {
        margin: 0 auto 80px;
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .serve-subtile {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: 16px;
        letter-spacing: -.66px;
        text-align: left;
        margin-bottom: 1px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .field--name-field-we-serve-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px;
        margin-bottom: 30px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .row:not(:nth-child(-n+4)) {
        display: none
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4.loop-2:hover .serve-title {
        transform: none !important
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-title {
        color: #FFF;
         font-family: "Poppins";
        font-size: 20px;
        line-height: 112.7%;
        text-transform: capitalize;
        position: absolute;
        top: 45%;
        padding-left: 30px;
        text-align: left !important
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-desc {
        position: absolute;
        top: 60%;
        left: 10%;
        color: #fff;
        padding-left: 13px;
        width: 295px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-desc ul {
        padding-left: 15px;
        margin: 0
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-desc ul li {
        color: #FFF;
 font-family: "Poppins";        font-size: 13.6px;
        font-style: normal;
        font-weight: 400
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .serve-desc p {
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .image-container {
        position: relative;
        overflow: hidden;
        border-radius: 8px
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .image-container .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%);
        opacity: 1 !important
    }
    .node--type-l2-pages #l2-page-new .content-container .we-serve .col-md-4 .image-container img {
        width: 100%;
        height: auto
    }
    .node--type-l2-pages #l2-page-new .content-container #frameworks-section {
        display: block;
        margin-bottom: 80px;
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .content-container #frameworks-section .field--name-field-frameworks-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px;
        margin: 0 0 30px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section {
        padding: 0 25px;
        margin: 100px auto
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .field--name-field-success-stories-subtitle p,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .field--name-field-success-stories-subtitle p {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: 16px;
        letter-spacing: -.66px;
        text-align: left;
        margin-bottom: 1px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .field--name-field-success-stories-title p,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .field--name-field-success-stories-title p {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px;
        margin-bottom: 30px;
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-image-box,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-image-box {
        overflow: hidden;
        border-radius: 8px 8px 0 0
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-image-box img,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-image-box img {
        width: 100%;
        height: 100%
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-box,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-box {
        border-radius: 0 0 8px 8px
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-box .short-desc,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-box .short-desc {
 font-family: "Poppins";        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.02em;
        text-align: left;
        margin-top: 7px;
        color: #000;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-carousel-container .success-stories-content-carousel-item .success-stories-carousel-box {
        height: 550px !important
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button {
        background-color: #fff !important
    }
    .node--type-l2-pages #l2-page-new .content-container #success-stories-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button:hover,
    .node--type-l2-pages #l2-page-new .content-container #success-stories-carousel-section .success-stories-content-carousel-container ul.slick-dots li:not(.slick-active) button:hover {
        background-color: #ccc !important
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section {
        margin: 80px 0 50px;
        display: grid;
        row-gap: 40px;
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .expert-subtitle {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: 16px;
        letter-spacing: -.66px;
        text-align: left;
        margin-bottom: 0
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .field--name-field-experts- {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-image img,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-image img {
        border-radius: 8px;
        width: 100%;
        height: auto
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-name,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-name {
        color: #000;
         font-family: "Poppins";
        font-size: 24px;
        line-height: 112.7%;
        text-transform: capitalize;
        margin-top: 10px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-designation p,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-designation p {
        color: #000;
        font-family: "League Spartan Regular";
        font-size: 21px;
        line-height: normal;
        letter-spacing: -.63px;
        margin-top: 5px;
        text-align: left
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a {
        color: #000;
        font-family: "League Spartan Regular";
        font-size: 16px;
        line-height: normal;
        letter-spacing: -.48px;
        text-decoration-line: underline
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a .arrow,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a .arrow {
        margin-left: 10px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-gray-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-gray-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-gray-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-gray-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-1 {
        width: 26px;
        height: 26px
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link img.linked-in-green-1,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-0,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link img.linked-in-green-1 {
        display: none
    }
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-0 .expert-link a.linkedin,
    .node--type-l2-pages #l2-page-new .content-container .expert-section .col-desc-1 .expert-link a.linkedin {
        float: right
    }
    .node--type-l2-pages #l2-page-new .content-container #keeping-updated {
        padding: 0 20px
    }
    .node--type-l2-pages #l2-page-new .we-do-section {
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .we-do-section .we-do-title,
    .node--type-l2-pages #l2-page-new .we-do-section .field--name-field-job-id {
        font-family: "Poppins" !important;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 15px;
        display: block;
        color: #000
    }
}

@media only screen and (max-width:992px) and (max-width:992px) {
    .node--type-l2-pages #l2-page-new .we-do-section .we-do-title,
    .node--type-l2-pages #l2-page-new .we-do-section .field--name-field-job-id {
        font-size: 23px;
        line-height: 26px
    }
}

@media only screen and (max-width:992px) {
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row {
        padding: 25px 0;
        border-bottom: 1px solid #dedede
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .views-row:last-of-type {
        border-bottom: 0;
        padding-bottom: 0
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .title {
         font-family: "Poppins";
;
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        display: block;
        margin: 15px 0
    }
    .node--type-l2-pages #l2-page-new .we-do-section .view-content.row .desc {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        position: relative;
        width: 95%;
        display: block
    }
    .node--type-l2-pages #l2-page-new .we-do-section .arrow-block {
        transition: all 1s;
        display: block;
         font-family: "Poppins";
;
        font-size: 13px;
        line-height: 30px;
        text-align: left;
        color: #00b23b
    }
    .node--type-l2-pages #l2-page-new .we-do-section .arrow-block:hover img[src*=green] {
        transition: all .75s;
        -webkit-transition: all .75s;
        -moz-transition: all .75s;
        -ms-transition: all .75s;
        -o-transition: all .75s;
        transform: translateX(10px)
    }
    .node--type-l2-pages #l2-page-new .we-do-section .arrow-block img.green-f,
    .node--type-l2-pages #l2-page-new .we-do-section .arrow-block img.black-f {
        height: 13px
    }
    .node--type-l2-pages #l2-page-new .we-do-section .arrow-block img.black-f {
        display: none
    }
    .node--type-l2-pages #l2-page-new #frameworks-section .field--name-field-frameworks-title {
        margin: 0 !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .node--type-l2-pages #l2-page-new #dots-section .dot-4 {
        top: 9.9% !important
    }
    .node--type-l2-pages #l2-page-new #dots-section .dot-2 {
        top: 54.5% !important;
        right: 40px !important
    }
    .node--type-l2-pages #l2-page-new #top-wave-section .top-wave-image-desktop {
        top: 8% !important
    }
    .node--type-l2-pages #l2-page-new .we-serve {
        margin: 0 auto 80px;
        padding: 0 25px
    }
    .node--type-l2-pages #l2-page-new .we-serve .serve-subtile {
        color: #00b23b;
         font-family: "Poppins";
        font-size: 17px;
        line-height: 16px;
        letter-spacing: -.66px;
        text-align: left;
        margin-bottom: 1px
    }
    .node--type-l2-pages #l2-page-new .we-serve .field--name-field-we-serve-title {
        color: #000;
         font-family: "Poppins";
;
        font-size: 23px;
        line-height: 26px;
        letter-spacing: -.8px;
        margin-bottom: 30px
    }
    .node--type-l2-pages #l2-page-new .we-serve .row:not(:nth-child(-n+4)) {
        display: none
    }
    .node--type-l2-pages #l2-page-new .we-serve .col-md-4.loop-2:hover .serve-title {
        transform: none !important
    }
    .node--type-l2-pages #l2-page-new .we-serve .col-md-4:hover .serve-title {
        transform: none !important;
        transition: transform 1s
    }
    .node--type-l2-pages #l2-page-new .we-serve .col-md-4 .serve-title {
        top: 45% !important
    }
    .node--type-l2-pages #l2-page-new .we-serve .col-md-4 .serve-desc {
        position: absolute;
        top: 60%;
        left: 10%;
        color: #fff;
        padding-left: 20px
    }
    .node--type-l2-pages #l2-page-new .we-serve .col-md-4 .serve-desc ul {
        display: block !important
    }
    .node--type-l2-pages #l2-page-new .we-serve .col-md-4 .image-container .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(360deg, #00b23b 0, rgba(0, 178, 59, 0) 100%) !important;
        opacity: 1 !important
    }
    .node--type-l2-pages #l2-page-new .we-serve .arrow {
        display: block !important
    }
}

.node--type-l2-pages.page-node-10232 #l2-page-new h3 {
    letter-spacing: normal;
    text-transform: unset
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .node--type-l2-pages.page-node-10232 #l2-page-new .triangle-1,
    .node--type-l2-pages.page-node-10232 #l2-page-new .triangle-2,
    .node--type-l2-pages.page-node-10232 #l2-page-new .triangle-3,
    .node--type-l2-pages.page-node-10232 #l2-page-new .triangle-4 {
        display: none !important
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new .industry-box:hover .industry-arrow {
        color: white !important
    }
}

.node--type-l2-pages.page-node-10232 #l2-page-new .content-container {
    max-width: 100%;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new .common {
    max-width: 988px
}

.node--type-l2-pages.page-node-10232 #l2-page-new .intro-section {
    max-width: 988px;
    margin: 0 auto;
    padding: 150px 0 100px 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new .home_page_resources_section {
    width: 1000px;
    padding: 100px 0 100px 0;
    margin: 0 auto
}

.node--type-l2-pages.page-node-10232 #l2-page-new .home_page_resources_section .title {
    color: #000;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -.8px;
    margin: 0;
    text-transform: none
}

.node--type-l2-pages.page-node-10232 #l2-page-new .home_page_resources_section .subtitle {
    color: #00b23b;
     font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #dots-section {
    position: relative
}

.node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-1 {
    display: none
}

.node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-2 {
    position: absolute;
    top: 240px;
    right: 100px
}

.node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-4 {
    position: absolute;
    top: -500px;
    left: 40%
}

.node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .triangle-1 {
    position: absolute;
    top: -350px
}

.node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .triangle-2 {
    position: absolute;
    top: 850px;
    right: 10px
}

.node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .triangle-3 {
    position: absolute;
    top: 2150px;
    right: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #top-wave-section {
    position: relative
}

.node--type-l2-pages.page-node-10232 #l2-page-new #top-wave-section .top-wave-image-desktop {
    width: 100%;
    position: absolute;
    top: -920px;
    z-index: -1
}

.node--type-l2-pages.page-node-10232 #l2-page-new #top-wave-section .top-wave-image-mobile {
    display: none
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section {
    max-width: 988px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section .industries-title-box .industries-subtitle {
    color: #00b23b;
     font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section .industries-title-box .industries-title {
    color: #000;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -.8px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container {
    margin: 20px -15px 0 -15px;
    row-gap: 30px
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box {
    position: relative;
    height: 250px;
    border-radius: 15px;
    border: 1px solid #dfdfdf;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: background-color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
    width: 90px;
    padding: 18px;
    border-radius: 50% 15px 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box .industry-icon {
    height: 100%;
    width: auto;
    transition: height, filter 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-title {
    color: #000;
     font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    transition: color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-body {
    margin: 0;
    padding: 0 0 0 15px
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-body li {
    color: #000;
    font-family: "Mona Sans Medium";
    font-size: 16px;
    line-height: 20px;
    transition: color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow {
    margin: auto 0 0 0;
    font-family: "Mona Sans Medium";
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    color: #00b23b
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow img {
    width: 30px;
    height: auto;
    transition: transform 1s ease;
    margin-left: -20px
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow:hover {
    color: white
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-arrow:hover img {
    transform: translate(10px, 0);
    transition: transform 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover {
    background-color: #00b23b;
    transition: background-color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box {
    height: 80px;
    width: 80px;
    background-color: #07881d;
    transition: background-color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box .industry-icon {
    height: 99%;
    filter: invert(100%) sepia(0%) saturate(7439%) hue-rotate(188deg) brightness(127%) contrast(112%);
    transition: height, filter 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-title {
    color: #fff;
    transition: color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-body li {
    color: #fff;
    transition: color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-arrow {
    color: white
}

.node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(332deg) brightness(96%) contrast(112%)
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section {
    max-width: 988px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section .testimonials-title-box .testimonials-subtitle {
    color: #00b23b;
     font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section .testimonials-title-box .testimonials-title {
    color: #000;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -.8px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section {
    margin: 60px 0 0 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-quote-image {
    width: 50px;
    height: auto
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container {
    width: 100%;
    position: relative;
    margin: 20px 0 0 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-body p {
    color: #444;
     font-family: "Poppins";
;
    font-size: 25px;
    font-style: italic;
    line-height: 35px;
    letter-spacing: -.72px;
    margin: 0 50px 20px 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box {
    width: 100%;
    display: flex;
    align-items: center
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-image-box {
    width: 12%
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-image-box .testimonial-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box {
    width: 88%;
    display: flex;
    flex-direction: column
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-name {
    color: #000;
     font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    line-height: 35px;
    letter-spacing: -.9px;
    margin: 0 0 10px 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-designation {
    color: #000;
    font-family: "League Spartan Regular";
    font-size: 22px;
    line-height: normal;
    letter-spacing: -.66px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev {
    position: absolute;
    top: -50px;
    right: 60px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev::before {
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-black.svg);
    transform: rotate(0deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 25px;
    display: block
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev:hover::before {
    width: 40px;
    height: 25px;
    transform: rotate(180deg);
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-green.svg)
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next::before {
    content: "";
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-black.svg);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 25px;
    display: block
}

.node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next:hover::before {
    width: 40px;
    height: 25px;
    transform: rotate(0deg);
    background-image: url(/themes/custom/bootstrap_xoriant/images/arrow-green.svg)
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section {
    max-width: 988px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section .faq-title-box .faq-title {
    color: #000;
    font-family: "Poppins" !important;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    letter-spacing: -.8px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container {
    margin: 50px 0 0 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box {
    border-top: 2px solid #dedede;
    position: relative;
    padding: 30px 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-button {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30px;
    right: 30px
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-button img {
    height: 30px;
    width: 30px;
    transition: filter 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-button:hover img {
    filter: invert(31%) sepia(99%) saturate(1719%) hue-rotate(125deg) brightness(106%) contrast(101%);
    transition: filter 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-question {
    width: 65%;
    color: #000;
     font-family: "Poppins";
;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    transition: color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-answer-box {
    margin: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height, visibility, opacity 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-answer-box .faq-answer {
    color: #000;
    font-family: "Mona Sans Regular";
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box:last-child {
    border-bottom: 2px solid #dedede
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box:first-child {
    border-top: 2px solid #00b23b
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box.expand-faq-accordion .faq-accordion-content-box .faq-question {
    color: #00b23b;
    transition: color 1s ease
}

.node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box.expand-faq-accordion .faq-accordion-content-box .faq-answer-box {
    margin: 25px 0 0 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: height, visibility, opacity 1s ease
}

@media only screen and (max-width:1025px) {
    .node--type-l2-pages.page-node-10232 #l2-page-new .intro-section {
        max-width: 988px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-2 {
        right: 20px !important;
        top: 480px !important
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-4 {
        left: 40%;
        top: -540px !important
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #top-wave-section .top-wave-image-desktop {
        top: -650px !important
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section {
        padding: 60px 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box {
        height: 75px;
        width: 75px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box {
        height: 65px;
        width: 65px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-arrow:hover {
        filter: none
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section {
        padding: 60px 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section {
        padding: 60px 0
    }
}

@media only screen and (max-width:898px) {
    .node--type-l2-pages.page-node-10232 #l2-page-new .home_page_resources_section {
        width: auto;
        padding: 60px 0;
        margin: 0 30px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new .home_page_resources_section .title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new .home_page_resources_section .subtitle {
        font-size: 16px;
        letter-spacing: -.5px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new .intro-section {
        max-width: 100%;
        margin: 0 30px;
        padding: 60px 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-1 {
        position: absolute;
        top: -475px;
        right: 25px;
        display: block
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-2,
    .node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .dot-4 {
        display: none
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #dots-section .triangle-1 {
        position: absolute;
        top: -500px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #top-wave-section .top-wave-image-desktop {
        display: none
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #top-wave-section .top-wave-image-mobile {
        width: 100%;
        position: absolute;
        top: -660px;
        z-index: -1
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section {
        max-width: 100%;
        margin: 0 30px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section .industries-title-box .industries-subtitle {
        font-size: 16px;
        letter-spacing: -.5px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section .industries-title-box .industries-title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container {
        row-gap: 15px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box .industry-icon-box {
        height: 90px;
        width: 90px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-icon-box {
        height: 80px;
        width: 80px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #industries-section #industries-blocks-section .industries-blocks-container .industry-box:hover .industry-arrow {
        color: white
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section {
        max-width: 100%;
        margin: 0 30px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section .testimonials-title-box .testimonials-subtitle {
        font-size: 16px;
        letter-spacing: -.5px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section .testimonials-title-box .testimonials-title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section {
        position: relative;
        margin: 60px 0 0 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-quote-image {
        position: absolute;
        top: 120px;
        left: 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container {
        margin: 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box {
        display: flex;
        flex-direction: column-reverse
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-body p {
        text-align: left;
        margin: 0 20px 20px 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box {
        margin: 0 0 100px 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-image-box {
        width: 35%
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box {
        width: 65%
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-name {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.9px;
        margin: 0 0 5px 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .testimonials-carousel-item .testimonial-carousel-box .testimonial-employee-box .testimonial-employee-content-box .testimonial-designation {
        font-size: 18px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-prev {
        bottom: -20px;
        left: 0;
        top: unset;
        right: unset;
        height: -moz-fit-content;
        height: fit-content
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #testimonials-section #testimonials-carousel-section .testimonials-carousel-container .slick-next {
        bottom: -20px;
        left: 60px;
        top: unset;
        right: unset;
        height: -moz-fit-content;
        height: fit-content
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section {
        max-width: 100%;
        margin: 0 30px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section .faq-title-box .faq-title {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -.46px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container {
        margin: 25px 0 0 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box {
        padding: 25px 0
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-question {
        font-size: 18px;
        line-height: 20px
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box .faq-accordion-content-box .faq-answer-box .faq-answer {
        text-align: left
    }
    .node--type-l2-pages.page-node-10232 #l2-page-new #faq-section #faq-accordion-section .faq-accordion-container .faq-accordion-box.expand-faq-accordion .faq-accordion-content-box .faq-answer-box {
        margin: 10px 0 0 0
    }
}

@media only screen and (min-width:992px) {
    .node--type-company-page .fx-strip li.active_tab::after {
        border-bottom: 6px solid #00b23b;
        content: "";
        width: 100%;
        display: block;
        bottom: 0;
        position: absolute
    }
    .node--type-company-page .xor_cp_hero.hero-image-desktop {
        display: block
    }
    .node--type-company-page .xor_cp_hero.hero-image-mobile {
        display: none
    }
    .node--type-company-page .xor_cp_hero-content {
        background-size: 102% 102%;
        transition: all .5s;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, .6980392157);
        background-blend-mode: color
    }
    .node--type-company-page .xor_cp_hero-content .section-container {
        margin: 0 auto;
        width: 64%;
        position: relative;
        padding: 8rem;
        height: 100vh;
        max-height: 685px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 200px 0 100px 0;
        gap: 1rem
    }
    .node--type-company-page .xor_cp_hero-content .section-container .xor_cp_hero-content-subtitle .field--name-field-cp-banner-header-line1 {
         font-family: "Poppins";
        font-size: 41px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -.03em;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_hero-content .section-container .xor_cp_hero-content-title .field--name-field-cp-banner-header-line2 {
        font-family: "League Spartan Extra Bold";
        font-size: 90px;
        font-weight: 800;
        line-height: 78px;
        letter-spacing: -.05em;
        text-align: left;
        color: #fff;
        text-transform: uppercase
    }
    .node--type-company-page .xor_cp_hero:hover .xor_cp_hero-content {
        background-size: 100% 100%
    }
    .node--type-company-page .xor_cp_about {
        width: 988px;
        margin: 150px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_about::after {
        content: url(/themes/custom/bootstrap_xoriant/images/dot-4.png);
        position: absolute;
        top: -76px;
        left: 31%
    }
    .node--type-company-page .xor_cp_about-content-label .field--name-field-cp-about-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_about-content-header .field--name-field-cp-about-summary {
         font-family: "Poppins";
;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_about-content-description {
        margin-bottom: 5rem
    }
    .node--type-company-page .xor_cp_about-content-description .field--name-field-cp-about-description {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row {
        display: flex;
        justify-content: space-between
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .views-row {
        flex: 0 0 21%
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row {
        display: flex;
        align-items: center;
        flex: 0 0 21%
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row img {
        transition: all .5s
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row:hover img {
        transform: translate(0, -10px)
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .img {
        height: 72px;
        width: 72px
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .img img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .miles {
        margin-left: 10px
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .miles h4 {
        margin: unset
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row h4 span {
        color: #00b23b;
        font-size: 27px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        font-weight: 800
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .green .first-line {
        color: #00b23b;
        font-size: 27px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        font-weight: 800
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .first-line,
    .node--type-company-page .xor_cp_about-milestones .view-content.row .second-line {
         font-family: "Poppins";
;
        font-size: 15px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_wave_section {
        position: relative
    }
    .node--type-company-page .xor_cp_wave_section img.top-wave.desktop {
        display: block;
        width: 108%;
        top: -916px;
        z-index: -1;
        position: absolute;
        left: -11%;
        transform: rotate(-1deg) scale(1.3)
    }
    .node--type-company-page .xor_cp_wave_section .top-wave-image-mobile {
        display: none
    }
    .node--type-company-page .xor_cp_wave_section img.top_about_dots {
        position: absolute;
        top: -680px;
        z-index: -1;
        left: 40%
    }
    .node--type-company-page .xor_cp_cvg {
        width: 988px;
        position: relative;
        margin: 0 auto;
        background-size: 100% 100%, 100% 102%;
        background-repeat: no-repeat;
        background-blend-mode: color;
        transition: all .5s;
        background-position: 0 0, -3px 0
    }
    .node--type-company-page .xor_cp_cvg-content-label {
        position: absolute;
        width: 988px
    }
    .node--type-company-page .xor_cp_cvg-content-label .field--name-field-cp-core-val-label {
         font-family: "Poppins";
;
        font-size: 31px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -.02em;
        text-align: left;
        color: #fff;
        width: 40%;
        margin-bottom: 1rem;
        padding: 22px
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper {
        display: flex;
        height: 30.06rem
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp {
        width: 12.35rem
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col {
        color: #fff;
        width: 12.35rem;
        margin-top: 10rem;
        transition: all 1s;
        padding: 22px
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col b {
        font-size: 22px
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col .cp_val_desc {
        display: none;
        font-size: 16px;
        font-family: "Mona Sans Medium"
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover {
        background-color: rgba(0, 0, 0, .4117647059)
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover .cp_core_col {
        margin-top: 7rem
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover .cp_core_col b {
        color: #00b23b
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover .cp_core_col .cp_val_desc {
        display: block
    }
    .node--type-company-page .xor_cp_cvg-content-inf b {
        font-family: "Mona Sans Extra Bold"
    }
    .node--type-company-page .xor_cp_cvg-content-inf ul {
        list-style: none;
        padding: 0 0 0 1rem;
        display: flex;
        gap: 1rem
    }
    .node--type-company-page .xor_cp_cvg-content-inf ul li {
        height: 481px;
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0;
        text-align: left;
        color: #fff;
        margin-bottom: .2rem;
        display: flex;
        align-items: center
    }
    .node--type-company-page .xor_cp_cvg-content-inf ul li div {
        display: none
    }
    .node--type-company-page .xor_cp_cvg-content-inf ul li:hover div {
        display: block
    }
    .node--type-company-page .xor_cp_cvg-content-sml {
        visibility: hidden;
        display: flex;
        gap: 1rem;
        align-content: center;
        align-items: flex-start;
        transition: all .5s;
        width: -moz-max-content;
        width: max-content
    }
    .node--type-company-page .xor_cp_cvg-content-sml>div,
    .node--type-company-page .xor_cp_cvg-content-sml a,
    .node--type-company-page .xor_cp_cvg-content-sml a:hover,
    .node--type-company-page .xor_cp_cvg-content-sml a:active,
    .node--type-company-page .xor_cp_cvg-content-sml a:focus,
    .node--type-company-page .xor_cp_cvg-content-sml a:visited {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #fff;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1px
    }
    .node--type-company-page .xor_cp_cvg-content-sml::after {
        content: url(/themes/custom/bootstrap_xoriant/images/small_green_arrow.png);
        cursor: none
    }
    .node--type-company-page .xor_cp_cvg-content-sml:hover {
        gap: 1.5rem
    }
    .node--type-company-page .xor_cp_cvg_MOB_main {
        display: none
    }
    .node--type-company-page .xor_cp_vision {
        padding: 2rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop {
        display: block;
        width: 988px;
        margin: 50px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop:hover .xor_cp_vision__quote-content {
        background-size: 120% 120%
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__subtitle .field.field--name-field-cp-visionary-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__title .field.field--name-field-cp-visionary-header {
         font-family: "Poppins";
;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote {
        overflow: hidden;
        height: 27rem;
        margin: 1rem 0
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content {
        padding: 4rem 5rem;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 102% 102%;
        height: 418px;
        width: inherit;
        transition: all 1.5s
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-desc {
        width: 70%
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-dts {
        border-left: 5px solid #00b23b;
        padding-left: 1rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-dts .field--name-field-cp-visionary-details div:first-child {
         font-family: "Poppins";
;
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-dts .field--name-field-cp-visionary-details div:last-child {
 font-family: "Poppins";        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote p {
         font-family: "Poppins";
;
        font-size: 21px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote span {
         font-family: "Poppins";
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left;
        color: #00b23b
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml {
        width: -moz-fit-content;
        width: fit-content
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:active,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:focus,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:visited {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1px
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:active:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:focus:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:visited:after {
        content: url(/themes/custom/bootstrap_xoriant/images/small_green_arrow.png);
        transition: all .5s;
        margin-left: 1rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:hover::after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:active:hover::after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:focus:hover::after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:visited:hover::after {
        margin-left: 1.2rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-wave {
        width: 147%;
        top: 11rem;
        z-index: -1;
        position: absolute;
        left: -28%;
        transform: rotate(-1deg) scale(1.5)
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-dot1 {
        position: absolute;
        top: 1rem;
        left: -10rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-dot2 {
        position: absolute;
        top: -1rem;
        right: 5rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-dot3 {
        position: absolute;
        right: -8rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile {
        display: none
    }
    .node--type-company-page .xor_cp_strenght_sec {
        width: 988px;
        margin: 150px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .title-xor-strength-identity .large-title-xor-strength-identity {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity {
        display: flex !important;
        gap: 20px
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner {
        background: #f5f6f6;
        padding: 10px 10px 10px 10px;
        height: 261px;
        width: 315px;
        position: relative
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_back_img_container img {
        position: absolute;
        right: 2.2rem;
        top: 1rem;
        transition: all .7s
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_field_subtitle {
        position: absolute;
        top: 38px;
        left: 20px;
 font-family: "Poppins";        font-size: 28px;
        line-height: 51px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_field_title {
        color: #00b23b;
         font-family: "Poppins";
;
        font-size: 58px;
        font-weight: 700;
        line-height: 51px;
        letter-spacing: 0;
        text-align: left;
        position: absolute;
        left: 18px;
        top: 77px
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_field_description {
        position: absolute;
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        top: 145px;
        left: 20px
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner:hover {
        border-bottom: 3px solid #00b23b
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner:hover .cp_strength_back_img_container img {
        transform: rotate(25deg)
    }
    .node--type-company-page .award_block {
        background-color: #f5f6f6;
        padding: 70px
    }
    .node--type-company-page .xor_cp_recg {
        width: 988px;
        margin: 0 auto 0 auto;
        position: relative
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 35px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        display: none !important
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        width: 988px;
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        background-color: #fff
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 20px
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner {
        width: 11rem;
        height: 11.5rem;
        background-color: #f5f6f6
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 11rem;
        height: 11rem;
        background-color: #fff;
        border-radius: 10px
    }
    .node--type-company-page .xor_cp_partners.desktop {
        display: block;
        position: relative;
        width: 850px;
        margin: 0 auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center {
        width: 518px;
        margin: auto;
        text-align: center;
        position: absolute;
        bottom: 2rem;
        left: 0;
        right: 0
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__subtitle {
        margin-bottom: 2rem
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__subtitle .field--name-field-cp-partner-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: center;
        color: #00b23b
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__subtitle .field--name-field-cp-partner-header {
         font-family: "Poppins";
;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: center;
        color: #000
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__subtitle .field--name-field-cp-partner-header::after {
        content: url("/themes/custom/bootstrap_xoriant/images/green-arrow.svg");
        padding-right: 1.2rem;
        padding-left: 1rem;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__subtitle .field--name-field-cp-partner-header:hover::after {
        padding-left: 1.2rem;
        padding-right: 1rem
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__logo {
        background: #f3f3f3;
        border-radius: 50%;
        width: 224px;
        height: 224px;
        padding: 3.1rem;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__logo__wrapper {
        height: 100%;
        border-radius: 50%;
        background: #fff;
        padding: 2rem
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__logo__wrapper img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__center__logo__wrapper:hover img {
        transform: scale(1.5)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle {
        height: 690px
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners {
        height: inherit;
        width: inherit
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container {
        height: inherit;
        width: inherit
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners {
        height: inherit;
        width: inherit
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content {
        height: inherit;
        width: inherit
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row {
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row .prt__logo {
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        transform-origin: center 300px;
        padding: 1.5rem;
        height: inherit;
        width: inherit;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row .prt__logo img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row .prt__logo:hover {
        padding: .5rem
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(3) {
        transform-origin: center 34rem;
        transform: rotate(267deg);
        height: 177px;
        width: 173px;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(3) .prt__logo img {
        transform: rotate(-267deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(5) {
        transform-origin: center 60rem;
        transform: rotate(320deg);
        height: 151px;
        width: 147px;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(5) .prt__logo img {
        transform: rotate(-320deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(4) {
        transform-origin: center 30rem;
        transform: rotate(286deg);
        height: 152px;
        width: 148px;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .1019607843)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(4) .prt__logo img {
        transform: rotate(-286deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(1) {
        transform-origin: center 24.4rem;
        transform: rotate(221deg);
        height: 141px;
        width: 138px;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .1019607843)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(1) .prt__logo img {
        transform: rotate(-221deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(8) {
        transform-origin: center 28rem;
        transform: rotate(86deg);
        height: 147px;
        width: 151px;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(8) .prt__logo img {
        transform: rotate(-86deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(10) {
        transform-origin: center 28rem;
        transform: rotate(340deg);
        height: 147px;
        width: 151px;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(10) .prt__logo img {
        transform: rotate(20deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(9) {
        transform-origin: center 28rem;
        transform: rotate(32deg);
        height: 147px;
        width: 151px;
        box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .0901960784)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(9) .prt__logo img {
        transform: rotate(328deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(2) {
        transform-origin: center 24rem;
        transform: rotate(135deg);
        height: 108px;
        width: 111px;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .1019607843)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(2) .prt__logo img {
        transform: rotate(-135deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(6) {
        transform-origin: center 25.3rem;
        transform: rotate(170deg);
        height: 108px;
        width: 111px;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .1019607843)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(6) .prt__logo img {
        transform: rotate(190deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(7) {
        transform-origin: center 55rem;
        transform: rotate(42deg);
        height: 108px;
        width: 111px;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .1019607843)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .views-element-container .view-company-page-partners .view-content .views-row:nth-child(7) .prt__logo img {
        transform: rotate(-42deg)
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .xor_cp_partners__cir2__emt1 {
        width: 19px;
        height: 19px;
        background: #00b23b;
        border-radius: 50%;
        transform-origin: center 35rem;
        transform: rotate(284deg);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .xor_cp_partners__cir2__emt2 {
        width: 28px;
        height: 28px;
        background: #00b23b;
        border-radius: 50%;
        transform-origin: center 24rem;
        transform: rotate(203deg);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .xor_cp_partners__cir2__emt3 {
        width: 18px;
        height: 18px;
        background: #000;
        border-radius: 50%;
        transform-origin: center 31.2rem;
        transform: rotate(90deg);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .xor_cp_partners__cir2__emt4 {
        width: 28px;
        height: 28px;
        background: #00b23b;
        border-radius: 50%;
        transform-origin: center 67rem;
        transform: rotate(31deg);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .xor_cp_partners__cir2__emt4 {
        width: 28px;
        height: 28px;
        background: #00b23b;
        border-radius: 50%;
        transform-origin: center 67rem;
        transform: rotate(31deg);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__partners .xor_cp_partners__cir2__emt5 {
        width: 28px;
        height: 28px;
        background: #000;
        border-radius: 50%;
        transform-origin: center 20rem;
        transform: rotate(298deg);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__drw {
        position: absolute;
        bottom: 0;
        height: inherit;
        z-index: -1
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__drw .circle1 {
        height: 932px;
        width: 1130px;
        border: 1px solid #dce1ea;
        border-radius: 50%;
        margin: auto;
        position: absolute;
        bottom: -3rem;
        left: -9rem
    }
    .node--type-company-page .xor_cp_partners.desktop .xor_cp_partners__circle__drw .circle2 {
        width: 754px;
        height: 600px;
        border-radius: 50%;
        border: 1px solid #dce1ea;
        position: absolute;
        bottom: 0;
        left: 2.5rem;
        right: 0;
        margin: auto 0;
        z-index: -1
    }
    .node--type-company-page .xor_cp_partners.mobile {
        display: none
    }
    .node--type-company-page .xor_cp_blg {
        width: 988px;
        margin: 150px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_blg__grid {
        display: flex;
        align-items: center;
        align-content: center;
        gap: 4rem
    }
    .node--type-company-page .xor_cp_blg__grid__col1 {
        position: relative;
        overflow: hidden;
        flex: 0 0 55%;
        background-size: 97%;
        background-position: top;
        background-repeat: no-repeat;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_blg__grid__col1 img.img_l2 {
        width: 101%;
        height: 112%
    }
    .node--type-company-page .xor_cp_blg__grid__col1:hover {
        background-size: 105%
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-subtitle .field--name-field-cp-belong-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-title .field--name-field-cp-belong-header {
         font-family: "Poppins";
;
        font-size: 39.2px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-desc {
        width: 74%
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-desc p {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml {
        display: flex;
        gap: 1rem;
        width: -moz-fit-content;
        width: fit-content;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml:hover {
        gap: 1.2rem
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml:hover .arrow {
        transform: translateX(30%)
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml .arrow {
        transition: transform 1s ease
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:active,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:focus,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:visited {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1px;
        color: #000
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:hover .arrow,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:active:hover .arrow,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:focus:hover .arrow,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:visited:hover .arrow {
        transform: translateX(30%)
    }
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a .arrow,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:active .arrow,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:focus .arrow,
    .node--type-company-page .xor_cp_blg__grid__col2-content-sml a:visited .arrow {
        transition: transform 1s ease
    }
    .node--type-company-page .xor_cp_blg .xor_cp_blg__background img.cvs-dot1 {
        position: absolute;
        left: -12rem;
        bottom: 1rem;
        z-index: -1
    }
    .node--type-company-page .xor_cp_blg .xor_cp_blg__background img.cvs-dot2 {
        position: absolute;
        right: -15rem;
        top: -7rem;
        z-index: -1
    }
    .node--type-company-page .xor_cp_blg .xor_cp_blg__background img.cvs-dot3 {
        position: absolute;
        right: 25%;
        top: -8rem;
        z-index: -1
    }
    .node--type-company-page .xor_cp_blg .xor_cp_blg__background img.cvs-dot6 {
        position: absolute;
        right: -12rem;
        transform: rotate(90deg);
        bottom: 11rem;
        z-index: -1
    }
    .node--type-company-page .xor_cp_blg .xor_cp_blg__background img.cvs-dot5 {
        position: absolute;
        top: -15rem;
        left: -10rem
    }
    .node--type-company-page .xor_cp_csr_xor {
        display: block
    }
    .node--type-company-page .xor_cp_csr_xor:hover .section_container {
        background-size: 103% 103%, 100% 102%
    }
    .node--type-company-page .xor_cp_csr_xor .section_container {
        background-size: 100% 100%, 100% 102%;
        background-repeat: no-repeat;
        background-blend-mode: color;
        background-position: 0 0, -6px 0;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content {
        padding: 11.5rem;
        width: 70%
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-subtitle .field--name-field-cp-social-res-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: 1.5rem
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-title .field--name-field-cp-social-res-header {
         font-family: "Poppins";
;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        color: #fff;
        margin-bottom: 2.7rem
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-desc {
        margin-bottom: 2.7rem
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-desc p {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-desc .csr-link {
        display: block;
        color: #00b23b;
        font-size: 16px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-desc .csr-link img {
        display: inline-block;
        height: 14px;
        width: auto;
        margin: 0 0 0 5px;
        transform: translate(0, 0);
        transition: transform 1s ease
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-desc .csr-link:hover img {
        transform: translate(10px, 0);
        transition: transform 1s ease
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore {
        display: flex;
        gap: 1rem;
        align-items: center;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore:hover {
        gap: 1.2rem
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore a,
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore a:focus,
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore a:visited,
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore a:hover {
         font-family: "Poppins";
;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore p {
        margin: unset
    }
    .node--type-company-page .xor_cp_csr_xor .section_container .xor_cp_csr_xor__content-sml .field--name-field-cp-social-res-seemore::after {
        content: url(/themes/custom/bootstrap_xoriant/images/green-arrow.svg);
        line-height: 16px
    }
    .node--type-company-page .xor_cp__glb {
        width: 988px;
        margin: 150px auto;
        position: relative
    }
    .node--type-company-page .xor_cp__glb__header {
        margin-bottom: 2rem
    }
    .node--type-company-page .xor_cp__glb__header__subtitle .field--name-field-cp-glb-subtitle {
        font-family: "League Spartan Extra Bold";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        margin-bottom: .5rem;
        color: #00b23b
    }
    .node--type-company-page .xor_cp__glb__header__title .field--name-field-cp-glb-title {
         font-family: "Poppins";
;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp__glb__tabs-content {
        display: flex;
        align-items: baseline;
        gap: 1.5rem;
        padding: .1rem;
        border-bottom: 1px solid #e3e3e3
    }
    .node--type-company-page .xor_cp__glb__tabs-content-tab {
         font-family: "Poppins";
;
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        cursor: pointer
    }
    .node--type-company-page .xor_cp__glb__tabs-content-tab.active {
        border-bottom: 5px solid #00b23b
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab {
        display: none
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab.active {
        display: block
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container {
        position: relative
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-header {
        padding: 5rem;
        height: 494px
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-header img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content .xor_cp_glb_rea_cnt {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin: .5rem 0
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content .xor_cp_glb_rea__map__loc {
        display: flex;
        flex-direction: row-reverse;
        gap: 1rem
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content .xor_cp_glb_rea__map__loc-pin img {
        width: 21px
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content .xor_cp_glb_rea__map__loc-pin:hover+.xor_cp_glb_rea__map__loc-content {
        display: block
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content .xor_cp_glb_rea__map__loc-content {
        position: absolute;
        bottom: 1rem;
        right: 25px;
        z-index: 99;
        display: none;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .2509803922);
        width: 156px;
        padding: 1rem;
        background: #fff;
        border-radius: 7px
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content .xor_cp_glb_rea__map__loc-content-lbl {
         font-family: "Poppins";
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container-content-tab .views-element-container .view-content .xor_cp_glb_rea__map__loc-content-addr {
 font-family: "Poppins";        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0;
        text-align: left;
        color: #5c5c5c
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #all {
        position: relative
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #all .xor_cp_glb_rea.all {
        width: 100%;
        height: 100%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #all .xor_cp_glb_rea__map {
        height: 100%;
        position: relative
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #all .xor_cp_glb_rea__map .xor_cp_glb_rea__map__namerica {
         font-family: "Poppins";
;
        position: absolute;
        top: 25%;
        left: 28%;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #00b23b;
        background: #fff;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -.02em;
        text-align: left;
        padding: 0 .5rem
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #all .xor_cp_glb_rea__map .xor_cp_glb_rea__map__asia {
        position: absolute;
        top: 43%;
        right: 32%;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #00b23b;
        background: #fff;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -.02em;
        text-align: left;
        padding: 0 .2rem
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #all .xor_cp_glb_rea__map .xor_cp_glb_rea__map__europe {
        position: absolute;
        top: 22%;
        left: 50%;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #00b23b;
        background: #fff;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -.02em;
        text-align: left;
        padding: 0 .5rem
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia {
        position: relative
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.mumbai {
        position: absolute;
        bottom: 44%;
        left: 42%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.pune {
        position: absolute;
        bottom: 44%;
        left: 45%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.singapore {
        position: absolute;
        bottom: 28%;
        right: 43%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.mumbai.thane {
        position: absolute;
        bottom: 40%;
        left: 43%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.bengaluru {
        position: absolute;
        bottom: 37%;
        left: 46%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.hyderabad {
        position: absolute;
        bottom: 33%;
        left: 46%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.gurugram {
        position: absolute;
        top: 36%;
        right: 52%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.chennai {
        position: absolute;
        bottom: 35%;
        right: 50%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.pune.hinjewadi {
        position: absolute;
        bottom: 49%;
        left: 45%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #asia .xor_cp_glb_rea__map__loc.ahmedabad {
        position: absolute;
        top: 41%;
        left: 43%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #europe {
        position: relative
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #europe .xor_cp_glb_rea__map__loc.dublin {
        position: absolute;
        left: 25%;
        top: 53%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #europe .xor_cp_glb_rea__map__loc.london {
        position: absolute;
        left: 20%;
        top: 58%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica {
        position: relative
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica .xor_cp_glb_rea__map__loc.seattle {
        position: absolute;
        left: 45%;
        top: 37%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica .xor_cp_glb_rea__map__loc.sunnyvale {
        position: absolute;
        left: 45%;
        bottom: 48%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica .xor_cp_glb_rea__map__loc.troy {
        position: absolute;
        right: 44%;
        top: 36%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica .xor_cp_glb_rea__map__loc.new.jersey {
        position: absolute;
        right: 44%;
        bottom: 50%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica .xor_cp_glb_rea__map__loc.dallas {
        position: absolute;
        right: 48%;
        bottom: 51%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica .xor_cp_glb_rea__map__loc.mexico {
        position: absolute;
        left: 48%;
        bottom: 43%
    }
    .node--type-company-page .xor_cp__glb .xor_cp__glb__tabs_container #namerica .xor_cp_glb_rea__map__loc.canada {
        position: absolute;
        left: 47%;
        top: 32%
    }
    .node--type-company-page #faq-section .faq-answer {
        width: 98%
    }
    .node--type-company-page .xor_cp_faq_wave_section {
        display: none
    }
    .node--type-company-page .xor_cp_faq_dot_section img.faq-dot3 {
        position: absolute;
        top: 1rem;
        right: 20%;
        transform: scale(0.75)
    }
    .node--type-company-page .xor_cp_faq_dot_section img.faq-dot6 {
        position: absolute;
        top: 3rem;
        right: -6rem
    }
    .node--type-company-page .company-comp-accordion-box.mobile-view {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .node--type-company-page .xor_cp_hero.hero-image-desktop {
        display: none
    }
    .node--type-company-page .xor_cp_hero.hero-image-mobile {
        display: block
    }
    .node--type-company-page .xor_cp_hero-content {
        background-size: 102% 102%;
        transition: all .5s;
        background-repeat: no-repeat;
        background-blend-mode: color
    }
    .node--type-company-page .xor_cp_hero-content .section-container {
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 200px 2rem 100px;
        gap: 1rem
    }
    .node--type-company-page .xor_cp_hero-content .section-container .xor_cp_hero-content-subtitle .field--name-field-cp-banner-header-line1 {
         font-family: "Poppins";
        color: #fff;
        font-size: 27px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -.03em;
        text-align: left
    }
    .node--type-company-page .xor_cp_hero-content .section-container .xor_cp_hero-content-title .field--name-field-cp-banner-header-line2 {
        font-family: "League Spartan Extra Bold";
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: -.01em;
        text-align: left
    }
    .node--type-company-page .xor_cp_hero:hover .xor_cp_hero-content {
        background-size: 100% 100%
    }
    .node--type-company-page .xor_cp_about {
        width: 100%;
        margin: 50px auto;
        position: relative;
        padding: 2rem
    }
    .node--type-company-page .xor_cp_about::after {
        content: url(/themes/custom/bootstrap_xoriant/images/dot-3.png);
        transform: rotate(90deg);
        position: absolute;
        top: -7rem;
        left: 65%
    }
    .node--type-company-page .xor_cp_about-content-label .field--name-field-cp-about-label {
         font-family: "Poppins";
        font-size: 17px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_about-content-header .field--name-field-cp-about-summary {
         font-family: "Poppins";
;
        font-size: 23px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_about-content-description {
        margin-bottom: 5rem
    }
    .node--type-company-page .xor_cp_about-content-description .field--name-field-cp-about-description p {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: .5rem
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row {
        display: flex;
        align-items: center
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row img {
        transition: all .5s
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row:hover img {
        transform: translate(0, -10px)
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .img {
        height: 68px;
        width: 68px
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .img img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .miles {
        margin-left: 10px
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .miles h4 {
        margin: unset
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row h4 span {
        color: #00b23b;
        font-size: 21.6px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        font-weight: 800
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .green .first-line {
        color: #00b23b;
        font-size: 21.6px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        font-weight: 800
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .first-line,
    .node--type-company-page .xor_cp_about-milestones .view-content.row .second-line {
         font-family: "Poppins";
;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_wave_section {
        position: relative
    }
    .node--type-company-page .xor_cp_wave_section .img.top-wave.desktop {
        display: none
    }
    .node--type-company-page .xor_cp_wave_section .top-wave-image-mobile {
        display: block;
        position: absolute;
        top: -42rem;
        width: 100%;
        z-index: -1
    }
    .node--type-company-page .xor_cp_cvg {
        display: none
    }
    .node--type-company-page .xor_cp_cvg_MOB_main {
        width: 100%;
        position: relative;
        padding: 0 2rem 2rem 2rem
    }
    .node--type-company-page .xor_cp_cvg_MOB_main .xor_cp_cvg_MOB-content-label .field--name-field-cp-core-val-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem;
        width: 13.5rem
    }
    .node--type-company-page .xor_cp_cvg_MOB_main .xor_cp_cvg_MOB {
        padding: 2.3rem .938rem;
        background-size: cover
    }
    .node--type-company-page .xor_cp_cvg_MOB_main .xor_cp_cvg_MOB-content-inf .field--name-field-cp-core-val-description .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col b {
        color: #00b23b;
        font-size: 1.5rem;
        line-height: 1rem;
        font-family: "Mona-Sans-";
        font-family: "Mona Sans Medium"
    }
    .node--type-company-page .xor_cp_cvg_MOB_main .xor_cp_cvg_MOB-content-inf .field--name-field-cp-core-val-description .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col .cp_val_desc {
        margin-top: .9rem;
        margin-bottom: .9rem;
        font-size: .75rem;
        line-height: 1.25rem;
        color: #fff;
        font-family: "Mona Sans Regular";
        padding-bottom: 1rem
    }
    .node--type-company-page .xor_cp_cvg_MOB_main .xor_cp_cvg_MOB-content-inf .field--name-field-cp-core-val-description .cp_core_valu_main_wrapper .cp_core_col_wrp:not(:last-child) .cp_core_col .cp_val_desc {
        margin-top: .9rem;
        margin-bottom: .9rem;
        font-size: .75rem;
        line-height: 1.25rem;
        color: #fff;
        font-family: "Mona Sans Regular";
        border-bottom: 1px solid;
        padding-bottom: 1rem
    }
    .node--type-company-page .xor_cp_cvg_MOB_main .xor_cp_cvg_MOB-content-inf .field--name-field-cp-core-val-description .cp_core_valu_main_wrapper .cp_core_col_wrp:last-child .cp_core_col .cp_val_desc {
        margin-top: .9rem;
        margin-bottom: .9rem;
        font-size: .75rem;
        line-height: 1.25rem;
        color: #fff;
        font-family: "Mona Sans Regular";
        padding-bottom: 1rem
    }
    .node--type-company-page .xor_cp_cvg_MOB_main .xor_cp_cvg_MOB-content-sml {
        display: none
    }
    .node--type-company-page .xor_cp_vision {
        padding: 0 2rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop {
        display: none
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile {
        display: block;
        width: 100%;
        margin: 150px auto 50px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__subtitle .field.field--name-field-cp-visionary-label {
         font-family: "Poppins";
        color: #00b23b;
        font-size: 17px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -.03em;
        text-align: left
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__title .field.field--name-field-cp-visionary-header {
         font-family: "Poppins";
;
        font-size: 23px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote {
        overflow: hidden;
        background-color: #2f2f2f;
        margin: 1rem 0
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote:hover .xor_cp_vision__quote-content {
        background-size: 120% 120%
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote-content {
        padding: 2rem 1rem;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 102% 102%;
        height: 450px;
        width: inherit;
        transition: all 1.5s
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote-content-dts {
        border-left: 5px solid #00b23b;
        padding-left: 1rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote-content-dts .field--name-field-cp-visionary-details div:first-child {
         font-family: "Poppins";
;
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote-content-dts .field--name-field-cp-visionary-details div:last-child {
 font-family: "Poppins";        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote p {
         font-family: "Poppins";
;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0;
        text-align: left
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote span {
         font-family: "Poppins";
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0;
        text-align: left;
        color: #00b23b
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__quote .xor_cp_vision__quote__pic {
        text-align: right
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml {
        width: -moz-fit-content;
        width: fit-content;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:active,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:focus,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:visited {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1px
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:active:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:focus:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:visited:after {
        content: url(/themes/custom/bootstrap_xoriant/images/small_green_arrow.png);
        margin-left: 1rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile .xor_cp_vision__background {
        display: none
    }
    .node--type-company-page .xor_cp_strenght_sec {
        width: 100%;
        margin: 5rem auto;
        position: relative;
        padding: 2rem
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row {
        width: 100%
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .title-xor-strength-identity .large-title-xor-strength-identity {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity {
        display: flex !important;
        gap: 20px;
        flex-direction: column;
        width: 100%
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner {
        background: #f5f6f6;
        padding: 10px 10px 10px 10px;
        height: 261px;
        position: relative
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_back_img_container img {
        position: absolute;
        right: 2.2rem;
        top: 1rem;
        transition: all .7s
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_field_subtitle {
        position: absolute;
 font-family: "Poppins";        top: 38px;
        left: 20px;
        font-size: 28px;
        line-height: 51px;
        font-weight: 400;
        color: #000
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_field_title {
        color: #00b23b;
         font-family: "Poppins";
;
        font-size: 51px;
        font-weight: 700;
        line-height: 58px;
        position: absolute;
        left: 20px;
        top: 75px
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_field_description {
        position: absolute;
 font-family: "Poppins";        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
        color: #000;
        top: 145px;
        left: 20px
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner:hover {
        border-bottom: 5px solid #00b23b
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner:hover .cp_strength_back_img_container img {
        transform: rotate(25deg)
    }
    .node--type-company-page .award_block {
        background-color: #f5f6f6
    }
    .node--type-company-page .xor_cp_recg {
        width: 100%;
        margin: 3rem auto 5rem;
        position: relative;
        padding: 2rem 1rem !important
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content {
        flex-wrap: wrap
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .smal-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 17px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog .large-title-xor-awar-recog {
         font-family: "Poppins";
        font-size: 23px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-desktop {
        display: none !important
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        gap: 1rem
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        background-color: #fff;
        flex: 0 0 47%
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 20px
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner {
        width: 9.3rem;
        height: 9.5rem;
        background-color: #f5f6f6
    }
    .node--type-company-page .xor_cp_recg dd .views-element-container .view-display-id-block_3 .view-content .title-xor-award-recog div .container-xoriant-award-recog-mobile .award-recog-image-class-inner .attribute-award-recog-image-class-inner {
        width: 9.3rem;
        height: 9.5rem;
        background-color: #fff;
        border-radius: 10px
    }
    .node--type-company-page .xor_cp_partners.desktop {
        display: none
    }
    .node--type-company-page .xor_cp_partners.mobile {
        display: block;
        padding: 0 2rem
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__header__subtitle {
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__header__subtitle .field--name-field-cp-partner-label {
         font-family: "Poppins";
        color: #00b23b;
        font-size: 17px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -.03em;
        text-align: left
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__header__subtitle .field--name-field-cp-partner-header {
         font-family: "Poppins";
;
        color: #000;
        font-size: 23px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -.02em;
        text-align: left
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__header__subtitle .field--name-field-cp-partner-header::after {
        content: url("/themes/custom/bootstrap_xoriant/images/small_green_arrow.png");
        padding-left: 1rem
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__header__logo {
        display: none
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section .a-carousel-title a {
        width: 100%;
        color: #727272;
        font-size: 16px;
         font-family: "Poppins";
        text-transform: capitalize;
        line-height: normal;
        letter-spacing: normal;
        margin: 0 0 15px 0
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section .a-carousel-title a:hover {
        color: #00b23b
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section .a-carousel-container {
        width: 100%
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section .a-carousel-container .a-logos-carousel-container {
        width: 100%
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item {
        padding: 0 20px
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section .a-carousel-container .a-logos-carousel-container .a-logos-carousel-item .a-logo-image {
        width: 100%;
        height: auto
    }
    .node--type-company-page .xor_cp_partners.mobile .xor_cp_partners__view #a-carousel-section .a-carousel-container .slick-list .slick-track {
        display: flex;
        align-items: center
    }
    .node--type-company-page .xor_cp_csr {
        width: 100%;
        margin: 5rem auto;
        position: relative;
        padding: 0 2rem
    }
    .node--type-company-page .xor_cp_csr__grid__col1 {
        position: relative;
        overflow: hidden;
        margin-bottom: 4rem;
        background-size: 98%;
        background-repeat: no-repeat;
        background-position: top
    }
    .node--type-company-page .xor_cp_csr__grid__col1 img.img_l2 {
        width: 100%
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-subtitle .field--name-field-cp-social-res-label {
         font-family: "Poppins";
        font-size: 17px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-title .field--name-field-cp-social-res-header {
         font-family: "Poppins";
;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-desc {
        width: 90%
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-desc p {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-desc .csr-link {
        display: block;
        color: #000;
        font-size: 16px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        transition: color 1s ease
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-desc .csr-link img {
        display: inline-block;
        height: 14px;
        width: auto;
        margin: 0 0 0 5px;
        transform: translate(0, 0);
        transition: all 1s ease
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-desc .csr-link:hover {
        color: #00b23b;
        transition: color 1s ease
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-desc .csr-link:hover img {
        filter: invert(39%) sepia(73%) saturate(1887%) hue-rotate(117deg) brightness(97%) contrast(105%);
        transform: translate(10px, 0);
        transition: all 1s ease
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-sml {
        display: flex;
        gap: 1rem;
        width: -moz-fit-content;
        width: fit-content;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-sml:hover {
        gap: 1.2rem
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-sml a,
    .node--type-company-page .xor_cp_csr__grid__col2-content-sml a:active,
    .node--type-company-page .xor_cp_csr__grid__col2-content-sml a:focus,
    .node--type-company-page .xor_cp_csr__grid__col2-content-sml a:visited {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1px;
        color: #000
    }
    .node--type-company-page .xor_cp_csr__grid__col2-content-sml:after {
        content: url(/themes/custom/bootstrap_xoriant/images/small_green_arrow.png)
    }
    .node--type-company-page .xor_cp_csr .xor_cp_csr__background {
        display: none
    }
    .node--type-company-page .xor_cp_blg_xor {
        display: block;
        margin-bottom: 60px
    }
    .node--type-company-page .xor_cp_blg_xor:hover .section_container {
        background-size: 103% 103%, 100% 102%
    }
    .node--type-company-page .xor_cp_blg_xor .section_container {
        background-size: 100% 100%, 100% 102%;
        background-repeat: no-repeat;
        background-blend-mode: color;
        background-position: 0 0, -6px 0;
        transition: all .5s;
        background-color: rgba(0, 0, 0, .6980392157);
        background-blend-mode: color
    }
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content {
        padding: 3rem 2rem
    }
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-subtitle .field--name-field-cp-belong-label {
        display: none
    }
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-title .field--name-field-cp-belong-header {
         font-family: "Poppins";
;
        font-size: 30px;
        font-weight: 600;
        line-height: 46px;
        letter-spacing: -.02em;
        text-align: left;
        margin-bottom: 2.7rem;
        color: #fff
    }
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-sml .field--name-field-cp-belong-seemore {
        display: flex;
        gap: 1rem;
        align-items: center;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-sml .field--name-field-cp-belong-seemore:hover {
        gap: 1.2rem
    }
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-sml .field--name-field-cp-belong-seemore a,
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-sml .field--name-field-cp-belong-seemore a:focus,
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-sml .field--name-field-cp-belong-seemore a:visited,
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-sml .field--name-field-cp-belong-seemore a:hover {
         font-family: "Poppins";
;
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -.02em;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_blg_xor .section_container .xor_cp_blg_xor__content-sml .field--name-field-cp-belong-seemore p {
        margin: unset
    }
    .node--type-company-page .xor_cp__glb {
        width: 100%;
        margin: 5rem auto 0;
        position: relative;
        padding: 0 2rem
    }
    .node--type-company-page .xor_cp__glb__header {
        margin-bottom: 2rem
    }
    .node--type-company-page .xor_cp__glb__header__subtitle .field--name-field-cp-glb-subtitle {
        font-family: "League Spartan Extra Bold";
        color: #00b23b;
        font-size: 17px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -.03em;
        text-align: left
    }
    .node--type-company-page .xor_cp__glb__header__title .field--name-field-cp-glb-title {
         font-family: "Poppins";
;
        color: #000;
        font-size: 23px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: -.02em;
        text-align: left
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-header {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab:not(:last-child) .loc_tab-header {
        border-bottom: 2px solid #e3e3e3
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-header-lbl.active {
        border-bottom: 5px solid #00b23b
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-header-lbl.active span {
         font-family: "Poppins";
;
        font-size: 18px;
        font-weight: 600;
        line-height: 45px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-header-lbl.active+.btn_img {
        transform: rotate(0)
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-header-lbl span {
 font-family: "Poppins";        font-size: 18px;
        font-weight: 400;
        line-height: 52px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .btn_img {
        transform: rotate(-90deg)
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container {
        position: relative
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-header {
        padding: 2rem
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-header img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea_cnt {
         font-family: "Poppins";
;
        font-size: 12px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin: .5rem 0
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea__map__loc {
        display: flex;
        flex-direction: row-reverse;
        gap: 1rem
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea__map__loc-pin img {
        width: 35px
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea__map__loc-pin:hover+.xor_cp_glb_rea__map__loc-content,
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea__map__loc-pin:focus+.xor_cp_glb_rea__map__loc-content {
        display: block
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea__map__loc-content {
        position: absolute;
        bottom: 2rem;
        right: 23px;
        z-index: 99;
        display: none;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .2509803922);
        width: 135px;
        padding: 1rem;
        background: #fff;
        border-radius: 7px
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea__map__loc-content-lbl {
         font-family: "Poppins";
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp__glb .company-comp-accordion .company-comp-accordion-box .loc_tab .loc_tab-body .views-element-container .view-content .xor_cp_glb_rea__map__loc-content-addr {
 font-family: "Poppins";        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0;
        text-align: left;
        color: #5c5c5c
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_all {
        position: relative
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_all .xor_cp_glb_rea.all {
        width: 100%;
        height: 100%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_all .xor_cp_glb_rea__map {
        height: 150px;
        position: relative
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_all .xor_cp_glb_rea__map .xor_cp_glb_rea__map__namerica {
        position: absolute;
        top: 20%;
        left: 20%;
        height: 27px;
        width: 27px;
        border-radius: 50%;
        border: 1px solid #00b23b;
        background: #fff;
         font-family: "Poppins";
;
        font-size: 12px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        text-align: left;
        padding: 0 .5rem;
        color: #000;
        cursor: pointer
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_all .xor_cp_glb_rea__map .xor_cp_glb_rea__map__asia {
        position: absolute;
        top: 21%;
        right: 28%;
        height: 27px;
        width: 27px;
        border-radius: 50%;
        border: 1px solid #00b23b;
        background: #fff;
         font-family: "Poppins";
;
        font-size: 12px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        text-align: left;
        padding: 0 .5rem;
        color: #000;
        cursor: pointer
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_all .xor_cp_glb_rea__map .xor_cp_glb_rea__map__europe {
        position: absolute;
        top: 12%;
        left: 47%;
        height: 27px;
        width: 27px;
        border: 1px solid #00b23b;
        background: #fff;
        border-radius: 50%;
         font-family: "Poppins";
;
        font-size: 12px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: -.02em;
        text-align: left;
        padding: 0 .5rem;
        color: #000;
        cursor: pointer
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia {
        position: relative
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.mumbai {
        position: absolute;
        bottom: 42%;
        left: 33%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.pune {
        position: absolute;
        bottom: 33%;
        right: 48%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.singapore {
        position: absolute;
        bottom: 18%;
        right: 34%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.mumbai.thane {
        position: absolute;
        bottom: 32%;
        left: 33%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.bengaluru {
        position: absolute;
        bottom: 23%;
        right: 51%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.hyderabad {
        position: absolute;
        bottom: 25%;
        right: 42%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.gurugram {
        position: absolute;
        top: 35%;
        right: 48%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.chennai {
        position: absolute;
        bottom: 42%;
        right: 39%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.pune.hinjewadi {
        position: absolute;
        bottom: 42%;
        right: 48%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_asia .xor_cp_glb_rea__map__loc.ahmedabad {
        position: absolute;
        top: 35%;
        left: 33%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_europe {
        position: relative
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_europe .xor_cp_glb_rea__map__loc.dublin {
        position: absolute;
        left: 19%;
        top: 43%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_europe .xor_cp_glb_rea__map__loc.dublin .xor_cp_glb_rea__map__loc-content {
        left: 25px;
        right: unset
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_europe .xor_cp_glb_rea__map__loc.london {
        position: absolute;
        left: 9%;
        top: 55%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_europe .xor_cp_glb_rea__map__loc.london .xor_cp_glb_rea__map__loc-content {
        left: 25px;
        right: unset
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica {
        position: relative
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica .xor_cp_glb_rea__map__loc.seattle {
        position: absolute;
        left: 33%;
        bottom: 56%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica .xor_cp_glb_rea__map__loc.sunnyvale {
        position: absolute;
        left: 34%;
        bottom: 50%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica .xor_cp_glb_rea__map__loc.troy {
        position: absolute;
        right: 27%;
        bottom: 55%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica .xor_cp_glb_rea__map__loc.new.jersey {
        position: absolute;
        right: 33%;
        bottom: 48%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica .xor_cp_glb_rea__map__loc.dallas {
        position: absolute;
        right: 49%;
        bottom: 51%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica .xor_cp_glb_rea__map__loc.mexico {
        position: absolute;
        left: 45%;
        bottom: 44%
    }
    .node--type-company-page .xor_cp__glb #accordion_collapse_namerica .xor_cp_glb_rea__map__loc.canada {
        position: absolute;
        left: 40%;
        top: 25%
    }
    .node--type-company-page .xor_cp_faq_wave_section {
        position: relative
    }
    .node--type-company-page .xor_cp_faq_wave_section img {
        width: 118%;
        position: absolute;
        bottom: -20rem;
        left: -2rem;
        z-index: -1
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .node--type-company-page .xor_cp_hero.hero-image-desktop {
        display: block
    }
    .node--type-company-page .xor_cp_hero.hero-image-mobile {
        display: none
    }
    .node--type-company-page .xor_cp_hero-content {
        background-size: 102% 102%;
        transition: all .5s;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, .6980392157);
        background-blend-mode: color
    }
    .node--type-company-page .xor_cp_hero-content .section-container {
        margin: 0 auto;
        width: 70%;
        position: relative;
        padding: 8rem;
        height: 100vh;
        max-height: 685px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 200px 0 100px 0;
        gap: 1rem
    }
    .node--type-company-page .xor_cp_hero-content .section-container .xor_cp_hero-content-subtitle .field--name-field-cp-banner-header-line1 {
         font-family: "Poppins";
        font-size: 41px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -.03em;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_hero-content .section-container .xor_cp_hero-content-title .field--name-field-cp-banner-header-line2 {
        font-family: "League Spartan Extra Bold";
        font-size: 90px;
        font-weight: 800;
        line-height: 78px;
        letter-spacing: -.05em;
        text-align: left;
        color: #fff;
        text-transform: uppercase
    }
    .node--type-company-page .xor_cp_hero:hover .xor_cp_hero-content {
        background-size: 100% 100%
    }
    .node--type-company-page .xor_cp_about {
        width: 988px;
        margin: 150px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_about::after {
        content: url(/themes/custom/bootstrap_xoriant/images/dot-4.png);
        position: absolute;
        top: -76px;
        left: 31%
    }
    .node--type-company-page .xor_cp_about-content-label .field--name-field-cp-about-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_about-content-header .field--name-field-cp-about-summary {
         font-family: "Poppins";
;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000;
        margin-bottom: 1rem
    }
    .node--type-company-page .xor_cp_about-content-description {
        margin-bottom: 5rem
    }
    .node--type-company-page .xor_cp_about-content-description .field--name-field-cp-about-description {
 font-family: "Poppins";        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row {
        display: flex;
        justify-content: space-between
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .views-row {
        flex: 0 0 21%
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row {
        display: flex;
        align-items: center;
        flex: 0 0 21%
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row img {
        transition: all .5s
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .milestone-row:hover img {
        transform: translate(0, -10px)
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .img {
        height: 72px;
        width: 72px
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .img img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .miles {
        margin-left: 10px
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .miles h4 {
        margin: unset
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row h4 span {
        color: #00b23b;
        font-size: 27px;
         font-family: "Poppins";
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        font-weight: 800
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .green .first-line {
        color: #00b23b;
        font-size: 27px;
         font-family: "Poppins";
;
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        font-weight: 800
    }
    .node--type-company-page .xor_cp_about-milestones .view-content.row .first-line,
    .node--type-company-page .xor_cp_about-milestones .view-content.row .second-line {
         font-family: "Poppins";
;
        font-size: 15px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_wave_section {
        position: relative
    }
    .node--type-company-page .xor_cp_wave_section img.top-wave.desktop {
        display: block;
        width: 108%;
        top: -690px;
        z-index: -1;
        position: absolute;
        left: -11%;
        transform: rotate(-1deg) scale(1.3)
    }
    .node--type-company-page .xor_cp_wave_section .top-wave-image-mobile {
        display: none
    }
    .node--type-company-page .xor_cp_wave_section img.top_about_dots {
        position: absolute;
        top: -680px;
        z-index: -1;
        left: 40%
    }
    .node--type-company-page .xor_cp_cvg {
        width: 988px;
        position: relative;
        margin: 0 auto;
        background-size: 100% 100%, 100% 102%;
        background-repeat: no-repeat;
        background-blend-mode: color;
        transition: all .5s;
        background-position: 0 0, -3px 0
    }
    .node--type-company-page .xor_cp_cvg-content-label {
        position: absolute;
        width: 988px
    }
    .node--type-company-page .xor_cp_cvg-content-label .field--name-field-cp-core-val-label {
         font-family: "Poppins";
;
        font-size: 31px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -.02em;
        text-align: left;
        color: #fff;
        width: 40%;
        margin-bottom: 1rem;
        padding: 22px
    }
    .node--type-company-page .xor_cp_cvg-content-inf {
        width: 62.5%
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper {
        display: flex;
        height: 30.06rem
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp {
        width: 12.35rem
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col {
        color: #fff;
        width: 12.35rem;
        margin-top: 10rem;
        transition: all 1s;
        padding: 22px
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col b {
        font-size: 22px
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp .cp_core_col .cp_val_desc {
        display: none;
        font-size: 16px;
        font-family: "Mona Sans Medium"
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover {
        background-color: rgba(0, 0, 0, .4117647059)
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover .cp_core_col {
        margin-top: 7rem
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover .cp_core_col b {
        color: #00b23b
    }
    .node--type-company-page .xor_cp_cvg-content-inf .cp_core_valu_main_wrapper .cp_core_col_wrp:hover .cp_core_col .cp_val_desc {
        display: block
    }
    .node--type-company-page .xor_cp_cvg-content-sml {
        display: flex;
        gap: 1rem;
        align-content: center;
        align-items: flex-start;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_cvg-content-sml>div,
    .node--type-company-page .xor_cp_cvg-content-sml a,
    .node--type-company-page .xor_cp_cvg-content-sml a:hover,
    .node--type-company-page .xor_cp_cvg-content-sml a:active,
    .node--type-company-page .xor_cp_cvg-content-sml a:focus,
    .node--type-company-page .xor_cp_cvg-content-sml a:visited {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #fff;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1px
    }
    .node--type-company-page .xor_cp_cvg-content-sml::after {
        content: url(/themes/custom/bootstrap_xoriant/images/green-arrow.svg)
    }
    .node--type-company-page .xor_cp_cvg-content-sml:hover {
        gap: 1.5rem
    }
    .node--type-company-page .xor_cp_cvg_MOB_main {
        display: none
    }
    .node--type-company-page .xor_cp_vision {
        padding: 2rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop {
        display: block;
        width: 100%;
        margin: 150px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop:hover .xor_cp_vision__quote-content {
        background-size: 120% 120%
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__subtitle .field.field--name-field-cp-visionary-label {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__title .field.field--name-field-cp-visionary-header {
         font-family: "Poppins";
;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -.02em;
        text-align: left;
        color: #000
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote {
        overflow: hidden;
        height: 27rem;
        margin: 1rem 0
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content {
        padding: 4rem 5rem;
        background-position: right;
        background-repeat: no-repeat;
        background-size: 102% 102%;
        height: 418px;
        width: inherit;
        transition: all 1.5s
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-desc {
        width: 70%
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-dts {
        border-left: 5px solid #00b23b;
        padding-left: 1rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-dts .field--name-field-cp-visionary-details div:first-child {
         font-family: "Poppins";
;
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote-content-dts .field--name-field-cp-visionary-details div:last-child {
 font-family: "Poppins";        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote p {
         font-family: "Poppins";
;
        font-size: 21px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left;
        color: #fff
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__quote span {
         font-family: "Poppins";
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0;
        text-align: left;
        color: #00b23b
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml {
        width: -moz-fit-content;
        width: fit-content;
        transition: all .5s
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:active,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:focus,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:visited {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #000;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1px
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:active:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:focus:after,
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__sml .field--name-field-cp-visionary-see-more a:visited:after {
        content: url(/themes/custom/bootstrap_xoriant/images/small_green_arrow.png);
        transition: all .5s;
        margin-left: 1rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-wave {
        width: 147%;
        top: 11rem;
        z-index: -1;
        position: absolute;
        left: -28%;
        transform: rotate(-1deg) scale(1.5)
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-dot1 {
        position: absolute;
        top: 1rem;
        left: -10rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-dot2 {
        position: absolute;
        top: -1rem;
        right: 5rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__desktop .xor_cp_vision__background img.cvs-dot3 {
        position: absolute;
        right: -8rem
    }
    .node--type-company-page .xor_cp_vision .xor_cp_vision__mobile {
        display: none
    }
    .node--type-company-page .xor_cp_strenght_sec {
        width: 988px;
        margin: 150px auto;
        position: relative
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .title-xor-strength-identity .large-title-xor-strength-identity {
         font-family: "Poppins";
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -.03em;
        text-align: left;
        color: #00b23b;
        margin-bottom: .5rem
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity {
        display: flex !important;
        gap: 20px
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner {
        background: #f5f6f6;
        padding: 10px 10px 10px 10px;
        height: 261px;
        width: 315px;
        position: relative
    }
    .node--type-company-page .xor_cp_strenght_sec .views-element-container .view-company-strength .view-content.row .container-xoriant-strength-identity div .attribute-strength-identity-image-class-inner .cp_strength_back_img_container img {
        position: absolute;
        right: 2.2rem;
        top: 1rem;
        transition: all .7s
    }

html {
    overflow: unset
}

html body {
    max-width: 100%;
    overflow-x: hidden
}




body {
    background: #fff
}

a {
    color: #0079c0;
    text-decoration: none;
    outline: 0
}

