@charset "UTF-8";
/* Setup*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =======================================================================
## ++ Media Queries
========================================================================== */
/*
    Used for media queries.
    Add these mixins in your normal scss flow.

    Eg.
    .container{
        width:1024px;

        @include tablets{
            width:90%;
        }
    }
*/
/* =======================================================================
## ++ Unit transform
========================================================================== */
/*
    Used for making containers have width in percentages.
    Usage: define elemnt width in px and the width of parent elemnt in px.
    eg. .block{width:cp(512px, 1024px)} this will result in .block{width:50%;}
*/
/*
    Used for making px values convert to rem values
    Usage: define font-size in px and it will convert to rems
    eg. font-size: rem(14px);
*/
/**/
/* fonts */
/**/
@font-face {
  font-family: Metric-black-italic;
  src: url("../css/fonts/metric-black-italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-black;
  src: url("../css/fonts/metric-black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-bold-italic;
  src: url("../css/fonts/metric-bold-italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-bold;
  size-adjust: 100%;
  src: url("../css/fonts/metric-bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-light-italic;
  src: url("../css/fonts/metric-light-italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-light;
  src: url("../css/fonts/metric-light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-medium-italic;
  src: url("../css/fonts/metric-medium-italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-medium;
  src: url("../css/fonts/metric-medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-italic;
  src: url("../css/fonts/metric-regular-italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric;
  src: url("../css/fonts/metric-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-semibold-italic;
  src: url("../css/fonts/metric-semibold-italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-semibold;
  src: url("../css/fonts/metric-semibold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-thin-italic;
  src: url("../css/fonts/metric-thin-italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Metric-thin;
  src: url("../css/fonts/metric-thin.woff2") format("woff2");
  font-display: swap;
}
html {
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Metric !important;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: Metric-bold;
}

/**/
/* DT Defined colors */
/**/
:root {
  --primary-color: #0bc5ba;
  --primary-light-color: #c2d1d0;
  --primary-hover-color: #1fb7ab;
  --secondary-color: #004064;
  --secondary-hover-color: #00273b;
  --tertiary-color: #007bbd;
  --text-main-color: #5e636b;
  --text-dark-color: #35364e;
  --body-background-color: #fff;
}

/**/
/* typography */
/**/
.h1, h1 {
  font-size: 46px;
  line-height: 1.125;
  letter-spacing: -0.025em;
  color: #004064;
  font-family: Metric-bold;
}

.h1-new {
  color: #112532;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
}

.h1--xlarge {
  font-size: 56px;
  line-height: 1.125;
}

.h1--xxlarge {
  font-size: 64px;
  line-height: 1.19;
}

.h1--large {
  font-size: 50px;
  line-height: 1.125;
}

.h1--small {
  font-size: 40px;
  line-height: 1.125;
}

.h2, h2 {
  font-size: 36px;
  letter-spacing: -0.025em;
  color: #004064;
  line-height: 1.15;
  font-family: Metric-bold;
}

.h2--xlarge {
  font-size: 48px;
  line-height: 1.15;
}

.h2--large {
  font-size: 38px;
  line-height: 1.15;
}

.h3, h3 {
  font-size: 30px;
  letter-spacing: -0.025em;
  color: #004064;
  line-height: 1.2;
  font-family: Metric-bold;
}

.h3--medium {
  font-size: 32px;
  line-height: 1.2;
}

.h3--small {
  font-size: 26px;
  line-height: 1.2;
}

.h3--xsmall {
  font-size: 24px;
  line-height: 1.25;
}

.h4, h4 {
  font-size: 22px;
  letter-spacing: 0;
  color: #004064;
  line-height: 1.28;
  font-family: Metric-semibold;
}

.h5, h5 {
  font-size: 20px;
  letter-spacing: 0;
  color: #007bbd;
  line-height: 1.2;
  font-family: Metric-semibold;
}

.h6, h6 {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #007bbd;
  font-family: Metric-semibold;
  line-height: 1.2;
}

.h6--large {
  font-size: 24px;
  line-height: 1.2;
}

.h6--medium {
  font-size: 18px;
  line-height: 1.2;
}

.h6--small {
  font-size: 12px;
  line-height: 1.2;
}

.overline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c3c5d7;
}

.overline--lg {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.p {
  font-size: 20px;
  line-height: 1.375; /* 21.24px */
  letter-spacing: 0;
}

.p--xxlarge {
  font-size: 32px;
  line-height: 1.25;
}

.p--xlarge {
  font-size: 24px;
  line-height: 1.35;
}

.p--large {
  font-size: 22px;
  line-height: 1.3;
}

.p--medium {
  font-size: 18px;
  line-height: 1.3;
}

.p--small {
  font-size: 16px;
  line-height: 1.3;
}

.p--xsmall {
  font-size: 15px;
  line-height: 1.3;
}

.p--xxsmall {
  font-size: 14px;
  line-height: 1.3;
}

.p--xxxsmall {
  font-size: 13px;
  line-height: 1.3;
}

.p--xxxxxsmall {
  font-size: 12px;
  line-height: 1.3;
}

.p--xxxxxxsmall {
  font-size: 10px;
  line-height: 1.3;
}

.ul {
  list-style: none;
}
.ul > li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
}
.ul > li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 18px;
}
.ul > li:first-child {
  margin-top: 0;
}

.text-link {
  color: #32bdb5;
}

.hr {
  border-top: 1px solid #e4e7ee;
}

.nobr {
  white-space: nowrap;
}

.fw--400 {
  font-weight: 400;
}

.fw--500 {
  font-weight: 500;
}

.fw--600 {
  font-weight: 600;
}

.fw--700 {
  font-weight: 700;
}

.ta--left {
  text-align: left;
}

.ta--center {
  text-align: center;
}

.ta--right {
  text-align: right;
}

.extra-bold {
  font-family: Metric-black;
}

.strong {
  font-family: Metric-bold;
}

.semibold {
  font-family: Metric-semibold;
}

.medium {
  font-family: Metric-medium;
}

.metric {
  font-family: Metric;
}

.light {
  font-family: Metric-light;
}

.thin {
  font-family: Metric-thin;
}

.em--extra-bold {
  font-family: Metric-black-italic;
}

.em--strong {
  font-family: Metric-bold-italic;
}

.em--semibold {
  font-family: Metric-semibold-italic;
}

.em--medium {
  font-family: Metric-medium-italic;
}

.em--light {
  font-family: Metric-light-italic;
}

.em--thin {
  font-family: Metric-thin-italic;
}

.em {
  font-family: Metric-italic;
}

@media screen and (max-width: 1283.98px) {
  .h1--large {
    font-size: 46px;
  }
  .p--xxlarge {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .h1 {
    font-size: 34px;
  }
  .h1--xlarge {
    font-size: 40px;
  }
  .h1--large {
    font-size: 36px;
  }
  .h1--small {
    font-size: 32px;
  }
  .h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .h3, h3 {
    font-size: 24px !important;
    line-height: 27.5px;
  }
  .h4, h4 {
    font-size: 20px !important;
  }
  .p {
    font-size: 19px;
  }
  .p--xxlarge {
    font-size: 24px;
  }
  .p--xlarge {
    font-size: 22px;
  }
  .p--large {
    font-size: 20px;
  }
  .p--medium {
    font-size: 16px;
  }
  .p--small {
    font-size: 15px;
  }
  .p--xsmall {
    font-size: 14px;
  }
  .p--xxxsmall {
    font-size: 12px;
  }
  .p--xxxxxsmall {
    font-size: 10px;
  }
  .p--xxxxxxsmall {
    font-size: 8px;
  }
}
/**/
/* text color */
/**/
.text-main-color {
  color: #5e636b;
}

.tc--light {
  color: #7d828b !important;
}

.tc--red {
  color: #e0685a;
}

.tc--blue {
  color: #007bbd;
}

.tc--darker-blue {
  color: var(--darker-blue, #112532);
}

.tc--dark-blue {
  color: #003F65;
}

.tc--teal {
  color: #0bc5ba;
}

.tc--yellow {
  color: #ddae38;
}

.tc--orange {
  color: #f68935;
}

.tc--primary {
  color: #36bdb5;
}

.tc--inherit {
  color: inherit;
}

.tc--dark {
  color: #35364e;
}

.tc--heading {
  color: #004064;
}

.tc--tertiary {
  color: #007bbd;
}

.tc--white {
  color: #ffffff;
}

.tc--secondary {
  color: #1f5aa0;
}

.tc--sky-blue {
  color: #3F8EFC;
}

.tc--matte-blue {
  color: #225191;
}

.tc--cyan-blue {
  color: #84b8d8;
}

.tc--light-teal {
  color: #76a2bc;
}

.tc--light-teal-2 {
  color: #CEE1EC;
}

.tc--baby-blue {
  color: #AAD3EC;
}

.tc--light-gray {
  color: #9FACC2;
}

.tc--black {
  color: #000000;
}

.tc--baby-blue {
  color: #AAD3EC;
}

.linear-gradient {
  background: linear-gradient(90deg, #174061 11.21%, #0BC5BA 73.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.bg-transparent {
  background-color: transparent;
}

.blue-radial-gradient-bg {
  background: var(--blue-radial-gradient, radial-gradient(125.62% 92.78% at 51.84% 17.58%, #193B59 20.11%, #121F37 100%), #112532);
}

body.page-node-6476 {
  overflow-x: hidden;
}

main {
  background-color: #fff;
  overflow: hidden;
}

.page--blue {
  background-image: linear-gradient(180deg, #f3f8fb, #ffffff);
}

.page-node-6441 {
  background-color: #0d1e29;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

html {
  font-size: 100%;
}

body {
  background: #fff;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0bc5ba;
}
a:link {
  color: #0bc5ba;
}
a:visited {
  color: #0bc5ba;
}
a:hover {
  color: #1fb7ab;
}
a:active {
  color: #0bc5ba;
}

.item-list li {
  margin-bottom: 15px;
  margin-left: 0;
}

div.views-row {
  margin-bottom: 30px;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clr {
  clear: both;
}

.display-none {
  display: none;
}

.story-grid-body-wrap .display-none {
  display: block;
}

#block-egnyte-content {
  width: 100%;
}

.layout-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
.layout-container.layout-container--front {
  padding-top: 72px;
}

.message-area + .layout-container,
.message-area + .layout-container-full-size {
  padding-top: 118px;
}

.message-area + .layout-container .header,
.message-area + .layout-container-full-size .header {
  top: 46px;
}

@media screen and (max-width: 991px) {
  .message-area + .layout-container,
  .message-area + .layout-container-full-size {
    padding-top: 108px;
  }
  .layout-container.layout-container--front,
  .layout-container-full-size {
    padding-top: 62px;
  }
}
@media screen and (max-width: 767.98px) {
  .message-area + .layout-container.layout-container--front {
    padding-top: 108px;
  }
}
@media screen and (max-width: 575.98px) {
  .message-area + .layout-container,
  .message-area + .layout-container-full-size {
    padding-top: 98px;
  }
}
.layout-content {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  padding: 0;
}

.full-size {
  width: 100% !important;
  max-width: 100% !important;
}

.views-view-grid .fixed-size.views-row,
.fixed-size.story-row,
.fixed-size {
  width: 1280px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.page-footer .layout-container {
  width: 1360px;
}

.header .layout-container {
  width: 1280px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.fixed-540 {
  width: 540px;
  max-width: 100%;
}

.fixed-500 {
  width: 500px;
  max-width: 100%;
}

.fixed-600 {
  width: 600px;
  max-width: 100%;
}

.fixed-700 {
  width: 650px;
  max-width: 100%;
}

.fixed-900 {
  width: 900px;
  max-width: 94%;
}

.fixed-980 {
  width: 980px;
  max-width: 100%;
}

.fixed-1100 {
  width: 1100px;
  max-width: 100%;
}

.fixed-1200 {
  width: 1200px;
  max-width: 100%;
}

.fixed-1400 {
  width: 1400px;
  max-width: 100%;
}

.center-box.story-row,
.center-box {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

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

p {
  margin: 0 0 30px;
  line-height: 1.3;
  font-size: 20px;
}

.wp-block-columns {
  margin-bottom: 0;
}

#block-egnyte-local-tasks .tabs ul {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin: 25px auto;
}

.toolbar-fixed .js-form-item {
  max-width: 94%;
  width: 450px;
  margin: 20px auto 20px;
  color: #000;
  text-align: center;
}
.toolbar-fixed .js-form-item h4.label {
  color: #000;
}
.toolbar-fixed #edit-info-wrapper .js-form-item {
  text-align: left;
}

#block-egnyte-content .user-login-form {
  max-width: 94%;
  width: 450px;
  margin: 60px auto 120px;
}
#block-egnyte-content .user-login-form label {
  display: block;
}
#block-egnyte-content .user-login-form input {
  padding: 8px 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#block-egnyte-content .user-login-form #edit-submit {
  background: #0bc5ba;
  color: #fff;
  border: 2px solid #0bc5ba;
  font-size: 21px;
  font-weight: normal;
}
#block-egnyte-content .user-login-form #edit-submit:hover {
  color: #0bc5ba;
  background: #fff;
}
#block-egnyte-content .user-login-form #edit-submit:focus {
  color: #0bc5ba;
  background: #fff;
}
#block-egnyte-content .user-login-form #edit-submit:active {
  color: #0bc5ba;
  background: #fff;
}

div[aria-label="Status message"] {
  margin-top: 35px;
  text-align: center;
}

#block-egnyte-page-title h1 {
  margin-top: 120px;
  text-align: center;
  font-size: 38px;
}

.uppercase {
  text-transform: uppercase;
}

.white-text h1 {
  color: #fff;
}
.white-text h2 {
  color: #fff;
}
.white-text h3 {
  color: #fff;
}
.white-text h4 {
  color: #fff;
}
.white-text p {
  color: #fff;
}

#block-egnyte-breadcrumbs {
  background: transparent;
}
#block-egnyte-breadcrumbs a {
  color: #333c50;
  font-size: 16px;
}
#block-egnyte-breadcrumbs a:hover {
  color: #0bc5ba;
}
#block-egnyte-breadcrumbs a:focus {
  color: #0bc5ba;
}

.bg--primary {
  background-color: #36bdb5;
}

.bg--blue {
  background-color: #007bbd;
}

.bg--dark-blue {
  background-color: #0a324c !important;
}

.bg--dark-blue-gradient {
  background: linear-gradient(249deg, #00214A 32.56%, #0A2342 143.45%);
}

.bg--yellow {
  background-color: #edbf47;
}

.bg--orange {
  background-color: #f68935;
}

.bg--red {
  background-color: #e0685a;
}

.bg--primary-teal {
  background-color: #32bdb5;
}

.bg--secondary-teal {
  background-color: #3ab8b4;
}

.teal-bg {
  background-color: #0bc5ba;
}

.bg--athens-gray {
  background-color: #e2e5eb;
}

.gray-bg {
  background-color: #fafafa;
}

.dark-bg {
  background-color: #000;
}

.jelly-bean-bg {
  background-color: #2b72a5;
}

.mystic-bg {
  background-color: #ebf0f3;
}

.center-y {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.center-text {
  text-align: center;
}

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

.align-right {
  text-align: right !important;
}

.margin-0-auto {
  margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
  .margin-0-auto--md {
    margin: 0 auto !important;
  }
}
.margin-10 {
  height: 10px;
}

.margin-20 {
  height: 20px;
}

.margin-30 {
  height: 30px;
}

.margin-40 {
  height: 40px;
}

.margin-50 {
  height: 50px;
}

.margin-60 {
  height: 60px;
}

.margin-70 {
  height: 70px;
}

.margin-80 {
  height: 80px;
}

.margin-90 {
  height: 90px;
}

.margin-100 {
  height: 100px;
}

.margin-110 {
  height: 110px;
}

.margin-120 {
  height: 120px;
}

.margin-130 {
  height: 130px;
}

.margin-140 {
  height: 140px;
}

.margin-150 {
  height: 150px;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-130 {
  margin-top: 130px;
}

.margin-top-140 {
  margin-top: 140px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-bottom-negetive-2 {
  margin-bottom: -2px !important;
}

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

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

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-110 {
  margin-bottom: 110px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.margin-bottom-130 {
  margin-bottom: 130px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.margin-top-bottom-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-top-bottom-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.margin-top-bottom-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-top-bottom-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-top-bottom-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.margin-top-bottom-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-top-bottom-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.margin-top-bottom-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin-top-bottom-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.margin-top-bottom-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-top-bottom-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.margin-top-bottom-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.margin-top-bottom-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

/**/
/* margins */
/**/
.mt-25 {
  margin-top: 4px;
}

.mt-50 {
  margin-top: 8px;
}

.mt-75 {
  margin-top: 12px;
}

.mt-100 {
  margin-top: 16px;
}

.mt-125 {
  margin-top: 20px;
}

.mt-150 {
  margin-top: 24px;
}

.mt-175 {
  margin-top: 28px;
}

.mt-200 {
  margin-top: 32px;
}

.mt-225 {
  margin-top: 36px;
}

.mt-250 {
  margin-top: 40px;
}

.mt-300 {
  margin-top: 48px;
}

.mt-325 {
  margin-top: 50px;
}

.mt-350 {
  margin-top: 56px;
}

.mt-400 {
  margin-top: 64px;
}

.mt-500 {
  margin-top: 80px !important;
}

.mt-550 {
  margin-top: 85px;
}

.mt-600 {
  margin-top: 96px;
}

.mt-750 {
  margin-top: 120px;
}

.mt-1000 {
  margin-top: 160px;
}

.mt-1250 {
  margin-top: 200px;
}

.mb-25 {
  margin-bottom: 4px;
}

.mb-50 {
  margin-bottom: 8px;
}

.mb-75 {
  margin-bottom: 12px;
}

.mb-100 {
  margin-bottom: 16px;
}

.mb-125 {
  margin-bottom: 20px;
}

.mb-150 {
  margin-bottom: 24px;
}

.mb-250 {
  margin-bottom: 40px;
}

.mb-300 {
  margin-bottom: 48px;
}

.mb-400 {
  margin-bottom: 64px;
}

.mb-500 {
  margin-bottom: 80px;
}

.mb-750 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767.98px) {
  .mt-25 {
    margin-top: 3px;
  }
  .mt-50 {
    margin-top: 6px;
  }
  .mt-75 {
    margin-top: 9px;
  }
  .mt-100 {
    margin-top: 12px;
  }
  .mt-125 {
    margin-top: 15px;
  }
  .mt-150 {
    margin-top: 18px;
  }
  .mt-175 {
    margin-top: 21px;
  }
  .mt-200 {
    margin-top: 24px;
  }
  .mt-225 {
    margin-top: 27px;
  }
  .mt-250 {
    margin-top: 30px;
  }
  .mt-300 {
    margin-top: 36px;
  }
  .mt-350 {
    margin-top: 42px;
  }
  .mt-400 {
    margin-top: 48px;
  }
  .mt-500 {
    margin-top: 60px;
  }
  .mb-500 {
    margin-bottom: 60px;
  }
  .mt-600 {
    margin-top: 72px;
  }
  .mt-750 {
    margin-top: 80px;
  }
  .mb-750 {
    margin-bottom: 80px;
  }
  .mt-1000 {
    margin-top: 80px;
  }
}
.mr-40 {
  margin-right: 40px;
}

.p-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

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

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-top-250 {
  padding-top: 250px;
}

.padding-top-300 {
  padding-top: 300px;
}

.padding-top-350 {
  padding-top: 350px;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

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

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-250 {
  padding-bottom: 250px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-350 {
  padding-bottom: 350px;
}

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

.padding-top-bottom-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-top-bottom-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.padding-top-bottom-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.padding-top-bottom-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-top-bottom-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-top-bottom-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.padding-top-bottom-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-top-bottom-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-top-bottom-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.padding-top-bottom-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding-top-bottom-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pl-0 {
  padding-left: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.clear {
  clear: both;
  min-height: 1px;
  width: 100%;
  display: block;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 600px) {
  .dark-grad-cols .wp-block-column {
    flex-basis: calc(50% - 8px);
    flex-grow: 0;
  }
  .dark-grad-cols .wp-block-column:nth-child(2n) {
    margin-left: 16px;
  }
}
@media (min-width: 782px) {
  .dark-grad-cols .wp-block-column:not(:first-child) {
    margin-left: 16px;
  }
}
@media (min-width: 320px) and (max-width: 782px) {
  .wp-block-columns.video-cards {
    display: block;
  }
  .wp-block-columns.video-cards .wp-block-column {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 320px;
  }
  .wp-block-columns.video-cards .wp-block-column:last-child {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 320px;
  }
  .four-col-dark.video-cards {
    display: flex;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

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

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

article ol,
article ul {
  margin: 0 0 30px;
  line-height: 1.56;
  list-style: outside disc;
  padding-left: 30px;
  font-size: 18px;
  color: var(--text-dark-color);
}

article ol li,
article ul li {
  margin-bottom: 15px;
}

.ul--checks > li {
  padding-left: 1.75em;
}

.ul--checks > li::before {
  content: "    ";
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5455 2L6.54545 12L2 7.45455" stroke="%2332BDB5" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') 50% 50%/100% 14px no-repeat;
}

strong {
  font-family: metric-bold;
}

.layout-container main {
  overflow: hidden;
}

sup {
  font-size: 11px;
  vertical-align: text-top;
}

.white-background {
  background: #fff;
}

#block-egnyte-local-tasks {
  position: relative;
  z-index: 99999;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-bold {
  font-family: metric-bold;
}

.botticelli-mystic-gradient-bg {
  background: linear-gradient(14.59deg, #cadbe3 16.92%, rgba(255, 255, 255, 0) 97.26%), #e5ebee;
}

.left-doublequote-mercury-bg {
  background: url("../images/left-doublequote-mercury.svg") no-repeat;
}

.fill-black {
  fill: #000000;
}

/**/
/* more link */
/**/
.more-link {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.375;
  font-family: metric-semibold;
  text-decoration: none;
  color: #0bc5ba;
  transition-duration: 0.125s;
  transition-property: color;
}

.more-link svg {
  vertical-align: top;
  width: 1em;
  height: 1.56em;
  margin: 0 -0.25em 0 0.125em;
  fill: currentColor;
}

.more-link:hover {
  color: #1fb7ab;
  text-decoration: none;
}

.more-link--alt {
  font-weight: 400;
  color: inherit;
}

.more-link--small {
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.more-link--large {
  font-size: 20px;
}

.more-link--xlarge {
  font-size: 22px;
}

.more-link--back svg {
  margin: 0 0.25em 0 -0.25em;
}

.more-link--enlarged::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .more-link {
    font-size: 17px;
  }
  .more-link--small {
    font-size: 16px;
  }
  .more-link--large {
    font-size: 18px;
  }
  .more-link--xlarge {
    font-size: 20px;
  }
}
/**/
/* button */
/**/
.button {
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #0bc5ba;
  font-size: 20px;
  line-height: 24px;
  font-family: metric-semibold;
  text-decoration: none;
  color: #fff !important;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
  text-align: center;
}

.button:hover {
  background: #1fb7ab;
  color: #fff;
  text-decoration: none;
}

.button--small {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 20px;
}

.button--large {
  padding: 16px 48px;
}

.button--xsmall {
  padding: 11px 23px;
  font-size: 18px;
  line-height: 20px;
}

.button--xxsmall {
  padding: 9px 23px;
  font-size: 18px;
  line-height: 20px;
}

.button--text {
  padding: 0;
  border: 0;
  background: none;
  color: #32BDB5 !important;
}

.button--secondary {
  background: #004064;
}

.button--secondary:hover {
  border-color: #007bbd;
  background-color: #007bbd;
}

.button--secondary__inverse {
  background-color: #007bbd;
}

.button--secondary__inverse:hover {
  border-color: #004064;
  background: #004064;
}

.button--tertiary {
  background: #007bbd;
}

.button--tertiary:hover {
  border-color: #037bbd;
  background-color: #037bbd;
}

.button--outlined {
  border-color: #0bc5ba;
  background: none;
  color: #0bc5ba !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}

.button--outlined:hover {
  border-color: #2CA19B;
  color: #2CA19B;
}

.button--outlined-tertiary {
  background: #e6f2f8;
  color: #007bbd !important;
}

.button--outlined-tertiary:hover {
  background: #007bbd !important;
  color: #fff !important;
}

.button--light {
  background-color: rgba(3, 123, 189, 0.1);
  color: #007BBD;
}

.button--light:hover {
  border-color: #007BBD;
  background-color: #007BBD;
  color: #FFF !important;
}

.button--iblock {
  display: inline-block;
  vertical-align: top;
}

.button--text {
  padding: 0;
  border: 0;
  background: none;
  color: #32BDB5 !important;
}
.button--text:hover {
  background: none;
  box-shadow: none;
  color: #2CA19B !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.button--text {
  padding: 0;
  border: 0;
  background: none;
  color: #32BDB5;
}

.button--text:hover {
  background: none;
  box-shadow: none;
  color: #2CA19B;
}

/**/
/* images */
/**/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.responsive-image {
  display: block;
}

@media screen and (max-width: 1359.98px) {
  .responsive-image {
    max-width: 100%;
    height: auto;
  }
}
.border-none {
  border: none !important;
}

.border {
  border: 1px solid #e6e6e6 !important;
}

.dots__item img {
  position: relative;
  z-index: 3;
}
.dots__item::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 189px;
  height: 173px;
  background: url(../images/company/dots.svg);
}

.dots__item--alt::before {
  top: auto;
  right: -40px;
  bottom: -40px;
  left: auto;
}

.w-100p {
  width: 100%;
}

.w-50p {
  width: 50%;
}

.position-absolute-bottom {
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 1283.98px) {
  .position-absolute-bottom-lg {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 991.98px) {
  .position-absolute-bottom-md {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 767.98px) {
  .position-absolute-bottom-sm {
    position: absolute !important;
    bottom: 0;
  }
}
@media screen and (min-width: 575.98px) {
  .position-absolute-bottom-xs {
    position: absolute;
    bottom: 0;
  }
}
.border-cta-link {
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid #0bc5ba !important;
}

@media screen and (max-width: 991.98px) {
  .width-fit-content--md {
    width: fit-content !important;
  }
}
/**/
/* FORMS */
/**/
/**/
/* input */
/**/
.input {
  position: relative;
}

.input__input {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 15px;
  border-radius: 4px;
  border: 1px solid #CCD3E0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 17px;
  line-height: 24px;
  color: #35364E;
  resize: none;
  transition-duration: 0.125s;
  transition-property: border-color, box-shadow;
}

.input__input:hover {
  border-color: #0BC5BA;
}

.input__input:focus {
  border-color: #0BC5BA;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1);
}

.input__input[disabled] {
  background-color: #F7F8F9;
}

.input__input::placeholder {
  color: #9395AD;
}

.input__input--invalid,
.input__input.parsley-error {
  border-color: #FD3C3C;
}

.input__input--invalid:focus,
.input__input.parsley-error:focus {
  border-color: #FD3C3C;
  box-shadow: 0 0 0 3px rgba(253, 60, 60, 0.1);
}

.input__counter {
  margin-top: 4px;
  font-size: 14px;
  text-align: right;
  color: #B9C1D1;
}

.input__icon {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 42px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #C3C3CA;
}

.input__passview {
  cursor: pointer;
  border: none;
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 1px;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23CCC" d="M8,14c4.707,0,7.744-5.284,7.871-5.508c0.171-0.304,0.172-0.676,0.001-0.98C15.746,7.287,12.731,2,8,2 C3.245,2,0.251,7.289,0.126,7.514c-0.169,0.303-0.168,0.672,0.002,0.975C0.254,8.713,3.269,14,8,14z M8,4 c2.839,0,5.036,2.835,5.818,4C13.034,9.166,10.837,12,8,12c-2.841,0-5.038-2.838-5.819-4.001C2.958,6.835,5.146,4,8,4z"></path><circle fill="%23CCC" cx="8" cy="8" r="2"></circle></svg>') 50% 50%/16px 16px no-repeat;
}

.input__passview.active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23CCC" d="M14.574,5.669l-1.424,1.424C13.428,7.44,13.656,7.757,13.819,8c-0.76,1.13-2.85,3.82-5.561,3.985L6.443,13.8 C6.939,13.924,7.457,14,8,14c4.707,0,7.744-5.284,7.871-5.508c0.171-0.304,0.172-0.676,0.001-0.98 C15.825,7.427,15.372,6.631,14.574,5.669z"></path><path fill="%23CCC" d="M0.293,15.707C0.488,15.902,0.744,16,1,16s0.512-0.098,0.707-0.293l14-14c0.391-0.391,0.391-1.023,0-1.414 s-1.023-0.391-1.414,0l-2.745,2.745C10.515,2.431,9.331,2,8,2C3.245,2,0.251,7.289,0.126,7.514 c-0.169,0.303-0.168,0.672,0.002,0.975c0.07,0.125,1.044,1.802,2.693,3.276l-2.529,2.529C-0.098,14.684-0.098,15.316,0.293,15.707z M2.181,7.999C2.958,6.835,5.146,4,8,4c0.742,0,1.437,0.201,2.078,0.508L8.512,6.074C8.348,6.029,8.178,6,8,6C6.895,6,6,6.895,6,8 c0,0.178,0.029,0.348,0.074,0.512L4.24,10.346C3.285,9.51,2.559,8.562,2.181,7.999z"></path></svg>');
}

.input__passview ~ .input__input {
  padding-right: 46px;
}

.input__tooltip {
  position: absolute;
  z-index: 5;
  top: 48px;
  right: 0;
  left: 0;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
  color: #FFF;
  transition-duration: 0.125s;
  transition-property: margin-top, opacity;
}

.input__tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 16px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.9);
  border-left: 6px solid transparent;
}

.input__input:focus ~ .input__tooltip {
  margin-top: 4px;
  opacity: 1;
}

.input__postfix {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 32px;
  border-radius: 0 4px 4px 0;
  background-color: #F0F8FB;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #007CC3;
}

.input__postfix ~ .input__input {
  padding-right: 154px;
}

@media screen and (max-width: 575.98px) {
  .input__postfix {
    padding-right: 20px;
    padding-left: 20px;
  }
  .input__postfix ~ .input__input {
    padding-right: 138px;
  }
}
/**/
/* select */
/**/
.select {
  position: relative;
}

.select__select {
  position: relative;
  width: 100%;
  padding: 11px 15px;
  border-radius: 4px;
  border: 1px solid #CCD3E0;
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="%237F7F7F" d="M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z"></path></svg>') 100% 50%/46px 12px no-repeat;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 17px;
  line-height: 24px;
  color: #9395AD;
  cursor: pointer;
  transition-duration: 0.125s;
  transition-property: border-color, box-shadow;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select__select:hover {
  border-color: #0BC5BA;
}

.select__select:focus {
  border-color: #0BC5BA;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1);
}

.select__select.changed {
  color: #35364E;
}

.select__select[disabled] {
  background-color: #F7F8F9;
}

.select__select--invalid,
.select__select.parsley-error {
  border-color: #FD3C3C;
}

.select__select--invalid:focus,
.select__select.parsley-error:focus {
  border-color: #FD3C3C;
  box-shadow: 0 0 0 3px rgba(253, 60, 60, 0.1);
}

/**Display hover state or cards***/
.disable-hover {
  transform: none !important;
  box-shadow: none !important;
}

.callout__outer-container {
  height: 360px;
  background: radial-gradient(38.64% 72.76% at 46% 81.31%, #193B59 0%, #121F37 100%);
}
.callout__outer-container .callout__inner-container {
  background-image: url(../images/hex-left-callout.webp), url(../images/hex-right-callout.webp);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  height: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.callout__outer-container .callout__inner-container .callout_cta {
  font-weight: 500;
  font-size: 22px;
  padding: 0;
  width: 280px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**/
/* divider */
/**/
.divider {
  position: relative;
  height: 1px;
  margin: 120px 0;
  pointer-events: none;
}

.divider::after,
.divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 300%;
  height: 960px;
  margin-left: -150%;
  background-image: linear-gradient(180deg, rgba(0, 123, 189, 0.05), rgba(255, 255, 255, 0));
  opacity: 0.5;
  transform-origin: 50% 0;
}

.divider::after {
  transform: rotate(-4deg);
}

.divider::before {
  transform: rotate(3deg);
}

.divider--left {
  transform: translateX(-560px);
}

.divider--right {
  transform: translateX(480px);
}

.divider--light::after, .divider--light::before {
  background: linear-gradient(172.01deg, rgba(0, 123, 189, 0.1) 8.6%, rgba(255, 255, 255, 0.0001) 30.48%);
}

.divider--light {
  height: auto;
  top: 191px;
}

.divider--nom {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .divider {
    margin: 120px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .divider {
    margin: 80px 0;
  }
  .divider--left {
    transform: translateX(-280px);
  }
  .divider--right {
    transform: translateX(240px);
  }
}
@media screen and (max-width: 575.98px) {
  .divider--left {
    transform: translateX(-140px);
  }
  .divider--right {
    transform: translateX(120px);
  }
}
a.btn {
  height: 60px;
  font-size: 22px;
  font-family: metric-medium;
  font-weight: 500;
  color: #fff;
  background-color: #0BC5BA;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
a.btn:hover {
  background-color: #23B6AA;
}

.btn--small {
  width: 170px;
}

.btn--medium {
  width: 240px;
}

.btn--large {
  width: 280px;
}

a.btn--outlined {
  background-color: #fff;
  border: 2px solid #0BC5BA;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
}

.lnk {
  font-size: 22px;
  font-weight: 600;
  font-family: metric-semibold;
  display: flex;
  align-items: center;
}
.lnk span {
  position: relative;
}
.lnk span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23B6AA;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.lnk span:hover::before {
  width: 100%;
}
.lnk svg {
  width: 18px;
  height: 16px;
  margin-top: 3px;
}

@media (max-width: 992px) {
  a.btn {
    height: 50px;
    font-size: 20px;
  }
  .btn--small {
    width: 150px;
  }
  .btn--medium {
    width: 220px;
  }
  .btn--large {
    width: 260px;
  }
  .lnk {
    font-size: 20px;
  }
  .lnk svg {
    width: 16px;
    height: 14px;
  }
}
.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mediabox-content {
  max-width: 96%;
  width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mediaboxhide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
  background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }
  .mediabox-close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }
  .mediabox-close {
    bottom: 262px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-ul ul .slick-dots li,
.slide-gal ul .slick-dots li,
.one-slide-img-text .slick-dots li,
.one-slide .slick-dots li {
  height: 30px;
  width: 40px;
  margin: 0;
}

.slide-ul ul .slick-dots li button,
.slide-gal ul .slick-dots li button,
.one-slide-img-text .slick-dots li button,
.one-slide .slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  height: 30px;
  width: 40px;
  outline: none;
  line-height: 1;
  font-size: 18px;
  color: #000;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #000;
}

.slide-ul ul .slick-dots li:first-child button,
.slide-gal ul .slick-dots li:first-child button,
.one-slide-img-text .slick-dots li:first-child button,
.one-slide .slick-dots li:first-child button {
  border-radius: 5px 0 0 5px;
}

.slide-ul ul .slick-dots li:last-child button,
.slide-gal ul .slick-dots li:last-child button,
.one-slide-img-text .slick-dots li:last-child button,
.one-slide .slick-dots li:last-child button {
  border-radius: 0 5px 5px 0;
}

.slide-ul ul .slick-dots li.slick-active button,
.slide-gal ul .slick-dots li.slick-active button,
.one-slide-img-text .slick-dots li.slick-active button,
.one-slide .slick-dots li.slick-active button {
  color: #fff;
  background: #000;
}

.slide-ul ul .slick-dots li button::before,
.slide-gal ul .slick-dots li button::before,
.one-slide-img-text .slick-dots li button::before,
.one-slide .slick-dots li button::before {
  display: none;
}

.slide-ul .blocks-gallery-item__caption,
.slide-gal .blocks-gallery-item__caption {
  display: none;
}

.img-text-slide-col,
.wp-block-column.img-text-slide-col {
  margin-left: auto !important;
  margin-right: auto !important;
  flex-basis: 1280px !important;
  width: 1280px;
  z-index: 1;
}

.wp-block-column.img-text-slide-col {
  max-width: 100%;
}

.fixed-980.slide-ul,
.fixed-800.slide-ul,
.fixed-700.slide-ul,
.fixed-600.slide-ul {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.wp-block-gallery.slide-ul {
  display: block !important;
}

.slide-row {
  position: relative;
}

.img-text-slide-col h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
}

.img-text-slide-col h2,
.img-text-slide-col p {
  text-align: left;
}

.img-text-slide-col p:last-child {
  margin-bottom: 0;
}

.slide-img-col.img-right-col {
  width: 450px;
}

.img-right-col .wp-block-image img {
  max-width: 100%;
  width: auto;
}

.slide-text-col.text-left-col {
  padding: 0 60px;
}

.slide-text-col.text-left-col {
  width: 90%;
  flex-basis: 90%;
}

.wp-block-columns.slide-row {
  display: flex !important;
  margin-bottom: 0;
}

.wp-block-column.img-text-slide-col {
  margin-bottom: 0;
}

.slide-img-col.img-right-col .wp-block-image {
  margin-bottom: 0;
}

.slide-img-col.img-right-col .wp-block-image img {
  border-radius: 5px;
}

.slide-round-bg-wrap {
  position: relative;
  padding: 80px 0;
}

.slide-round-bg-wrap::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  border-radius: 5px;
  background: #ecedef;
  z-index: 0;
}

.slick-dots {
  bottom: -35px;
}

.slide-round-bg-wrap .slick-dots {
  bottom: -45px;
}

.wp-block-column.is-vertically-aligned-center.slide-img-col {
  -ms-grid-row-align: center;
  align-self: center;
  justify-content: center;
  display: flex;
}

.wp-block-columns.slide-row {
  margin-bottom: 28px;
}

.slick-dotted.slick-slider {
  max-width: 100%;
  overflow: hidden;
}

.slick-dots {
  position: relative;
  bottom: auto;
}

@media only screen and (max-width: 1080px) {
  .slide-round-bg-wrap .slick-dots {
    bottom: -50px;
  }
}
/**/
/* platform reviews */
/**/
.platform-reviews {
  margin: 120px 0;
}

.platform-reviews__carousel {
  padding: 0 64px;
}

.platform-reviews__carousel .slick-list {
  border-radius: 6px;
}

.platform-reviews__item {
  overflow: hidden;
  border-radius: 6px;
  background-color: #F9FAFB;
  color: #2E2E2E;
}

.platform-reviews__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 100%;
  min-height: 208px;
  background-position: 50% 50%;
  background-size: cover;
}

.platform-reviews__cont {
  padding: 24px 40px;
}

.platform-reviews__photo {
  display: block;
  border-radius: 50%;
}

.platform-reviews__position {
  opacity: 0.5;
}

.platform-reviews__dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.platform-reviews__dots li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border: 1px solid #A7A8BD;
  border-radius: 50%;
  cursor: pointer;
}

.platform-reviews__dots li::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}

.platform-reviews__dots li.slick-active {
  background-color: #A7A8BD;
}

.platform-reviews__arrow {
  border: 0;
  background: none;
  color: #5e636b;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  transition-duration: 0.125s;
  transition-property: color;
}
.platform-reviews__arrow:focus {
  outline: none;
}

.platform-reviews__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.platform-reviews__arrow--prev {
  left: -6px;
}

.platform-reviews__arrow--next {
  right: -6px;
}

.platform-reviews__arrow:hover {
  color: #36BDB5;
}

@media screen and (max-width: 1023.98px) {
  .platform-reviews__carousel {
    padding: 0;
  }
  .platform-reviews__figure {
    min-height: 242px;
  }
  .platform-reviews__arrow {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .platform-reviews {
    margin: 60px -20px;
  }
  .platform-reviews__item {
    padding: 20px;
    border-radius: 0;
  }
  .platform-reviews__figure {
    min-height: 156px;
    margin: 0 auto;
    border-radius: 6px;
  }
  .platform-reviews__cont {
    margin-top: 20px;
    padding: 0;
  }
}
.solution-reviews {
  text-align: center;
}
.solution-reviews + .trusted-by {
  margin-top: 80px;
}
.solution-reviews .more-link--enlarged::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.solution-reviews__slide {
  padding: 16px 100px 30px;
}

.solution-reviews__item {
  position: relative;
  padding: 48px 64px;
  border-radius: 6px;
  border: 1px solid #DDE1E9;
  background-color: #FBFCFE;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.solution-reviews__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.solution-reviews__quotes {
  display: block;
}

.solution-reviews__photo {
  display: block;
  border-radius: 50%;
}

.solution-reviews__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -34px;
  border-radius: 50%;
  background-color: #F7F8FB;
  color: #32BDB5;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  border: 0;
  outline: 0;
}
.solution-reviews__arrow:hover {
  background-color: #32BDB5;
  color: #FFF;
}

.solution-reviews__arrow--prev {
  left: 28px;
}

.solution-reviews__arrow--next {
  right: 28px;
}

.solution-reviews__dots {
  list-style: none;
  display: flex;
  justify-content: center;
}
.solution-reviews__dots li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #DCDEE3;
  cursor: pointer;
}
.solution-reviews__dots li::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.solution-reviews__dots li.slick-active {
  background-color: #32BDB5;
}

@media screen and (max-width: 991.98px) {
  .solution-reviews__slide {
    padding-right: 24px;
    padding-left: 24px;
  }
  .solution-reviews__arrow {
    top: 100%;
    margin-top: -44px;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-reviews__item {
    padding: 24px;
  }
  .solution-reviews__photo {
    width: 54px;
    height: 54px;
  }
  .solution-reviews__foot {
    margin-top: 24px;
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 24px;
    border-top: 1px solid #E1E9EB;
    text-align: center;
  }
  .solution-reviews + .trusted-by {
    margin-top: 60px;
  }
}
/**/
/* support review */
/**/
.support-review {
  margin-top: 32px;
  padding: 24px 54px;
  border-radius: 6px;
  background-color: #F7FAFC;
}

.support-review__author {
  margin-right: 32px;
}

.support-review__photo {
  display: block;
  border-radius: 50%;
}
.support-review__photo img {
  display: block;
  border-radius: 50%;
}

.support-review__name {
  font-size: 15px;
  font-weight: 600;
  color: #35364E;
}

.support-review__position {
  font-size: 13px;
  color: #7D828B;
}

.support-review__text {
  font-style: italic;
}

@media screen and (max-width: 767.98px) {
  .support-review {
    padding: 24px;
  }
  .support-review__author {
    margin: 24px 0 0;
  }
}
@media screen and (min-width: 782px) {
  .support-review .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .support-review .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.awards-accolades__carousel__alt {
  padding: 0 56px;
}
.awards-accolades__carousel__alt .awards-accolades__slide {
  padding: 32px 8px;
}
.awards-accolades__carousel__alt .awards-accolades__item__alt {
  padding: 32px 24px;
}

@media screen and (max-width: 767.98px) {
  .awards-accolades__carousel__alt .awards-accolades__slide {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .awards-accolades__carousel__alt .awards-accolades__item__alt {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .awards-accolades__carousel__alt {
    margin: 0 -20px;
    padding: 0;
  }
  .awards-accolades__carousel__alt .awards-accolades__slide {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.art-modal {
  position: fixed;
  z-index: 10000; /* 1 */
  top: -24px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.art-modal.is-visible {
  visibility: visible;
}

.art-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.art-modal.is-visible .art-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.art-modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  max-width: 96%;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.art-modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.art-modal.is-visible .art-modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.art-modal-header,
.art-modal-content {
  padding: 1em;
}

.art-modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.art-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.art-modal-close:hover {
  color: #777;
}

.art-modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.art-modal-content > *:first-child {
  margin-top: 0;
}

.art-modal-content > *:last-child {
  margin-bottom: 0;
}

.art-modal-wrapper .wp-block-columns .wp-block-column:first-child {
  flex-basis: calc(40% - 16px) !important;
}

.art-modal-wrapper .wp-block-columns .wp-block-column:last-child {
  flex-basis: calc(60% - 16px) !important;
  padding: 30px 32px 30px 0;
}

.art-modal-wrapper .wp-block-columns .wp-block-column:last-child p {
  font-size: 18px;
  margin-bottom: 20px;
}

.art-modal-wrapper .wp-block-image {
  margin-bottom: 0;
}

.art-modal-wrapper h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0bc5ba;
  margin-bottom: 10px;
}

.art-modal-wrapper h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.wp-block-group.social-link {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.art-modal-wrapper .wp-block-columns .empty-col + .wp-block-column:last-child {
  flex-basis: 100% !important;
}

.art-modal-wrapper .wp-block-column > figure > img {
  margin-bottom: -2px;
}

.is-fixed {
  position: fixed;
}

.art-modal-wrapper.contact-modal-wrap {
  width: 600px;
  max-width: 94%;
}

.contact-form-modals {
  padding: 45px 35px;
  background: linear-gradient(to bottom, #333c50 0%, #333c50 40%, #000000 100%);
  width: 600px;
  max-width: 100%;
}

.contact-form-modals h2 {
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.42857143;
  text-align: center;
  font-size: 26px;
}

.contact-form-modals .mktoFormRow select {
  border: 1px solid #ccc !important;
}

@media only screen and (max-width: 1023px) {
  .art-modal {
    overflow-y: auto;
    top: 0;
  }
  .art-modal-wrapper {
    top: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .art-modal {
    top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .art-modal-wrapper .wp-block-columns .wp-block-column:first-child {
    flex-basis: 100% !important;
    margin: 0 auto;
  }
  .art-modal-wrapper .wp-block-columns .wp-block-column:last-child {
    flex-basis: 100% !important;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
  }
  .art-modal-wrapper .wp-block-columns .empty-col + .wp-block-column:last-child {
    padding: 30px 30px 30px 30px;
  }
  .art-modal-close a {
    background: #fff;
    padding: 5px 7px;
    display: inline-block;
    border-radius: 50%;
    line-height: 1;
  }
}
#hr-swag-modal {
  background: linear-gradient(to bottom, #333c50 0%, #333c50 40%, #000000 100%);
}
#hr-swag-modal .modal-dialog,
#hr-swag-modal .modal-content,
#hr-swag-modal .modal-body {
  height: 100%;
}
#hr-swag-modal .modal-footer {
  border-top: none;
}

.billing-form.contact-form-modals .mktoForm input[type=url],
.billing-form.contact-form-modals .mktoForm input[type=text],
.billing-form.contact-form-modals .mktoForm input[type=date],
.billing-form.contact-form-modals .mktoForm input[type=tel],
.billing-form.contact-form-modals .mktoForm input[type=email],
.billing-form.contact-form-modals .mktoForm input[type=number],
.billing-form.contact-form-modals .mktoForm select.mktoField,
.reseller-form.contact-form-modals .mktoForm input[type=url],
.reseller-form.contact-form-modals .mktoForm input[type=text],
.reseller-form.contact-form-modals .mktoForm input[type=date],
.reseller-form.contact-form-modals .mktoForm input[type=tel],
.reseller-form.contact-form-modals .mktoForm input[type=email],
.reseller-form.contact-form-modals .mktoForm input[type=number],
.reseller-form.contact-form-modals .mktoForm select.mktoField {
  margin-bottom: 10px !important;
}
.billing-form.contact-form-modals .mktoForm .mktoCheckboxList > input,
.reseller-form.contact-form-modals .mktoForm .mktoCheckboxList > input {
  top: 0px;
}

.contact-form-modals .mktoForm input[type=url],
.contact-form-modals .mktoForm input[type=text],
.contact-form-modals .mktoForm input[type=date],
.contact-form-modals .mktoForm input[type=tel],
.contact-form-modals .mktoForm input[type=email],
.contact-form-modals .mktoForm input[type=number],
.contact-form-modals .mktoForm select.mktoField {
  margin-bottom: 0px !important;
}
.contact-form-modals .mktoForm textarea.mktoField {
  margin-bottom: 10px !important;
}
.contact-form-modals .mktoForm .mktoCheckboxList > input {
  position: relative;
  top: -15px;
}

@media only screen and (max-width: 530px) {
  .billing-form.contact-form-modals #LblconsentGiven {
    width: 90% !important;
  }
}
@media only screen and (max-width: 500px) {
  .contact-form-modals .mktoForm input[type=url],
  .contact-form-modals .mktoForm input[type=text],
  .contact-form-modals .mktoForm input[type=date],
  .contact-form-modals .mktoForm input[type=tel],
  .contact-form-modals .mktoForm input[type=email],
  .contact-form-modals .mktoForm input[type=number],
  .contact-form-modals .mktoForm textarea.mktoField,
  .contact-form-modals .mktoForm select.mktoField {
    margin-top: 15px !important;
  }
  .contact-form-modals #LblconsentGiven {
    width: 90% !important;
  }
  .contact-form-modals .mktoForm .mktoCheckboxList > input {
    top: 0px !important;
  }
  .billing-form.contact-form-modals .mktoForm input[type=url],
  .billing-form.contact-form-modals .mktoForm input[type=text],
  .billing-form.contact-form-modals .mktoForm input[type=date],
  .billing-form.contact-form-modals .mktoForm input[type=tel],
  .billing-form.contact-form-modals .mktoForm input[type=email],
  .billing-form.contact-form-modals .mktoForm input[type=number],
  .billing-form.contact-form-modals .mktoForm textarea.mktoField,
  .billing-form.contact-form-modals .mktoForm select.mktoField,
  .reseller-form.contact-form-modals .mktoForm input[type=url],
  .reseller-form.contact-form-modals .mktoForm input[type=text],
  .reseller-form.contact-form-modals .mktoForm input[type=date],
  .reseller-form.contact-form-modals .mktoForm input[type=tel],
  .reseller-form.contact-form-modals .mktoForm input[type=email],
  .reseller-form.contact-form-modals .mktoForm input[type=number],
  .reseller-form.contact-form-modals .mktoForm textarea.mktoField,
  .reseller-form.contact-form-modals .mktoForm select.mktoField {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form-modals #LblconsentGiven a {
    padding: 0px !important;
  }
  .billing-form.contact-form-modals #LblconsentGiven,
  .reseller-form.contact-form-modals #LblconsentGiven {
    width: 85% !important;
  }
}
@media only screen and (max-width: 440px) {
  .contact-form-modals #LblconsentGiven {
    width: 85% !important;
  }
}
#mktoForm_2714 #LblconsentGiven {
  margin-top: 0 !important;
}
#mktoForm_2714 #Company,
#mktoForm_2714 #Phone {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 586px) {
  #mktoForm_2714 #LblconsentGiven {
    width: 90% !important;
  }
}
@media only screen and (max-width: 560px) {
  .contact-slide .modal-content {
    margin-top: -42px;
  }
  #mktoForm_2714 .mktoFormRow input[type=text],
  #mktoForm_2714 .mktoFormRow input[type=email],
  #mktoForm_2714 .mktoFormRow input[type=tel] {
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }
  #mktoForm_2714 .mktoButton {
    margin-left: 50%;
    margin-right: 50%;
    margin-top: 10%;
    height: 50px;
    width: 100px;
  }
}
@media only screen and (max-width: 440px) {
  #mktoForm_2714 #LblconsentGiven {
    width: 85% !important;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .contact-form__ce-ransomware-analyze form.mktoForm {
    padding: 0;
  }
}
/**/
/* tag */
/**/
.tag {
  display: inline-block;
  vertical-align: top;
  min-width: 68px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tag--website {
  background: #C9D2D4;
  color: #5E646C;
}

.tag--success_story {
  background: #FFF8E8;
  color: #F0C107;
}

.tag--webinar {
  background: #E8F4EC;
  color: #6EA37F;
}

.tag--blog {
  background: #FCE8E4;
  color: #FD5F3C;
}

.tag--report {
  background: #EAF5FF;
  color: #8BA2BA;
}

.tag--ebook {
  background: #F5E8F2;
  color: #BA54A4;
}

.tag--solutions_brief {
  background: #E9E5FF;
  color: #8186F5;
}

.tag--infographic {
  background: #E5FCF9;
  color: #5BBAC0;
}

.tag--video {
  background: #e5f4ff;
  color: #0092d8;
}

.tag--governance {
  background-color: #FFF0E5;
  color: #E39862;
}

.tag--demo {
  background-color: #E8F4EC;
  color: #6EA37F;
}

.tag--webcast {
  background-color: #F0EFF8;
  color: #5A62A8;
}

.integrations-explore__callout .wp-block-group__inner-container {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 230px;
  border-radius: 6px;
  background: url(../images/integrations-explore/bg.png) 50% 50%/auto 100% no-repeat;
  text-align: center;
}
.integrations-explore__callout .wp-block-group__inner-container .button {
  margin-left: 0;
  margin-right: 0;
}
.integrations-explore__callout .wp-block-group__inner-container .button a:link {
  color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .integrations-explore__callout .wp-block-group__inner-container {
    background-image: url(../images/integrations-explore/bg@2x.png);
  }
}
.featured-webinar__callout {
  border-radius: 10px;
  height: auto;
}
.featured-webinar__callout .featured-webinar__item {
  position: relative;
  display: block;
  padding: 30px 30px 30px 30px;
  font-weight: normal;
  height: auto;
}
.featured-webinar__callout .featured-webinar__item .featured-webinar__cont {
  max-width: 570px;
  background: linear-gradient(210.63deg, #0B4E72 6.93%, #0A2736 98.29%);
  border-radius: 10px;
  padding: 20px 32px;
}
.featured-webinar__callout .featured-webinar__item .featured-webinar__cont h3 {
  color: white;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
.featured-webinar__callout .featured-webinar__item .featured-webinar__cont p {
  color: #A8C7DB;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}
.featured-webinar__callout .featured-webinar__item .featured-webinar__cont .button {
  margin-left: 0;
  margin-right: 0;
}
.featured-webinar__callout .featured-webinar__item .featured-webinar__figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-left: 42px;
}
.featured-webinar__callout .featured-webinar__item .featured-webinar__figure img {
  display: block;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1199.98px) {
  .featured-webinar__callout .featured-webinar__item .featured-webinar__cont {
    max-width: 430px;
  }
  .featured-webinar__callout .featured-webinar__item .featured-webinar__figure {
    margin-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .featured-webinar__callout .featured-webinar__item .featured-webinar__cont {
    max-width: 100%;
  }
}
/**/
/* careers callout */
/**/
.careers-callout {
  display: flex;
  align-items: center;
  height: 592px;
  overflow: hidden;
  background-color: #004163;
  color: #DFF0F2;
}

.careers-callout__text {
  position: relative;
  z-index: 1;
}

.careers-callout__figure {
  position: relative;
  height: 592px;
  margin-left: -35px;
}

.careers-callout__image {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991.98px) {
  .careers-callout__figure {
    margin-left: -120px;
  }
}
@media screen and (max-width: 767.98px) {
  .careers-callout {
    height: auto;
    padding-top: 48px;
  }
  .careers-callout__figure {
    width: auto;
    height: 534px;
    margin: -40px 0 0;
  }
  .careers-callout__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -384px;
  }
}
.industry-watch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  border-radius: 6px;
  text-align: center;
}

/**/
/* careers callout */
/**/
.careers-callout {
  display: flex;
  align-items: center;
  height: 592px;
  overflow: hidden;
  background-color: #004163;
  color: #DFF0F2;
}

.careers-callout__text {
  position: relative;
  z-index: 1;
}

.careers-callout__figure {
  position: relative;
  height: 592px;
  margin-left: -35px;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/hex@2x.png) 0 50%/auto 100% no-repeat;
}
.careers-callout__figure::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -25vw;
  bottom: -200px;
  left: 384px;
  background: linear-gradient(270deg, #34D6CC 34.95%, #2E699D);
  transform: rotate(9deg);
}

.careers-callout__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  margin-left: -384px;
}

.careers-callout__image-1 {
  position: absolute;
  top: 107px;
  left: 197px;
  opacity: 0;
  transform: translateY(80px);
  transition-duration: 0.5s;
}

.careers-callout__image-2 {
  position: absolute;
  bottom: 295px;
  left: 636px;
  opacity: 0;
  transform: translateY(-80px);
  transition-delay: 0.125s;
  transition-duration: 0.5s;
}

.careers-callout__image-3 {
  position: absolute;
  top: 317px;
  left: 636px;
  opacity: 0;
  transform: translateY(80px);
  transition-delay: 0.25s;
  transition-duration: 0.5s;
}

.careers-callout__badge {
  position: absolute;
  top: 234px;
  left: -90px;
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.careers-callout__coffie {
  position: absolute;
  top: -30px;
  left: -30px;
  opacity: 0;
  transition-delay: 0.75s;
  transition-duration: 0.5s;
}

.careers-callout__bubble {
  position: absolute;
  top: -50px;
  left: -63px;
  opacity: 0;
  transition-delay: 0.625s;
  transition-duration: 0.5s;
}

.animated .careers-callout__image-1 {
  opacity: 1;
  transform: none;
}
.animated .careers-callout__image-2 {
  opacity: 1;
  transform: none;
}
.animated .careers-callout__image-3 {
  opacity: 1;
  transform: none;
}
.animated .careers-callout__badge {
  opacity: 1;
  transform: none;
}
.animated .careers-callout__coffie {
  opacity: 1;
  transform: none;
}
.animated .careers-callout__bubble {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991.98px) {
  .careers-callout__figure {
    margin-left: -120px;
  }
}
@media screen and (max-width: 767.98px) {
  .careers-callout {
    height: auto;
    padding-top: 48px;
  }
  .careers-callout__figure {
    width: auto;
    height: 534px;
    margin: -40px 0 0;
    background: none;
  }
  .careers-callout__figure::before {
    display: none;
  }
  .careers-callout__image {
    display: block;
  }
  .careers-callout__image-1 {
    display: none;
  }
  .careers-callout__image-2 {
    display: none;
  }
  .careers-callout__image-3 {
    display: none;
  }
  .careers-callout__badge {
    display: none;
  }
  .careers-callout__coffie {
    display: none;
  }
  .careers-callout__bubble {
    display: none;
  }
}
@media screen and (max-width: 1283.98px) and (min-width: 991.98px) {
  .careers-callout .grid-col--md-5 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.careers-callout__commitment {
  padding: 44px 0px;
  background-color: #F5FBFF;
  position: relative;
}
.careers-callout__commitment .p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
}
.careers-callout__commitment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 361px;
  height: 298px;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/careers/vector-left.svg");
  background-repeat: no-repeat;
}
.careers-callout__commitment::after {
  content: "";
  position: absolute;
  top: 0%;
  right: -10%;
  width: 361px;
  height: 227px;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/careers/vector-right.svg");
}

/**/
/* partners callout */
/**/
.partners-callout {
  position: relative;
  padding: 52px 0;
  background-color: #ECF6FC;
  text-align: center;
}

.partners-callout::after,
.partners-callout::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 430px;
  height: 193px;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/partners/bg@2x.png);
  background-size: 100% 100%;
}

.partners-callout::after {
  right: -40px;
}

.partners-callout::before {
  left: -40px;
}

@media screen and (max-width: 1283.98px) {
  .partners-callout::after {
    right: auto;
    left: 50%;
    margin-left: 280px;
  }
  .partners-callout::before {
    right: 50%;
    left: auto;
    margin-right: 280px;
  }
}
/***About***/
.dark-callout {
  background: radial-gradient(38.64% 72.76% at 46% 81.31%, #193B59 0%, #121F37 100%);
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  height: 360px;
  background-size: cover;
}
.dark-callout .grid-cont {
  background-image: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/hex-left-callout.png), url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/hex-right-callout.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dark-callout .grid-row {
  width: 100%;
}
.dark-callout .h2 {
  text-transform: capitalize;
  width: 100%;
}
.dark-callout .button {
  min-width: 240px;
}

@media (max-width: 767px) {
  .dark-callout:before {
    background: none;
  }
  .dark-callout::after {
    background: none;
  }
}
@media (max-width: 575.98px) {
  .dark-callout .button {
    min-width: auto !important;
  }
}
.dark-gradient-callout {
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/success-stories/callout.jpg) no-repeat;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  height: 360px;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .dark-gradient-callout {
    background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/success-stories/callout-mobile.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/***Mega Solution**/
.industries-callout {
  padding: 52px 0;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/industries/GRADIENT.webp) 50% 50%/cover no-repeat;
  text-align: center;
}
.industries-callout .h2 {
  font-family: Metric-semibold;
}

/**App Integration**/
.solution-callout {
  padding: 52px 0;
  background: url(../images/solutions/bg-callout.webp) 50% 50%/cover no-repeat;
  text-align: center;
}

@media (min-width: 782px) {
  .solution-callout .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .solution-callout .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.solution-callout__link {
  margin-left: 16px;
  text-decoration: none;
}

/* page parts*/
/**/
/* app integration feature */
/**/
.app-integration-feature__row {
  margin-right: -32px;
  margin-left: -32px;
}

.app-integration-feature__col {
  padding-right: 32px;
  padding-left: 32px;
}

.app-integration-feature__figure--alt {
  direction: rtl;
}

.app-integration-feature__figure img {
  display: block;
  margin: 0 auto;
}

.app-integration-feature__figure--shadow img {
  border-radius: 6px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09), 5px 8px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991.98px) {
  .app-integration-feature__figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .app-integration-feature__figure {
    margin-bottom: 30px;
  }
  .app-integration-feature__figure img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 782px) {
  .app-integration-feature__row .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .app-integration-feature__row .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
/**/
/* app integration feature */
/**/
.app-integration-feature__row {
  margin-right: -32px;
  margin-left: -32px;
}

.app-integration-feature__col {
  padding-right: 32px;
  padding-left: 32px;
}

.app-integration-feature .app-integration-feature__col .app-integration-intro-left:nth-child(2) {
  margin-top: 64px;
}

.app-integration-feature__figure--alt {
  direction: rtl;
}

.app-integration-feature__figure img {
  display: block;
  margin: 0 auto;
}

.app-integration-feature__figure--shadow img {
  border-radius: 6px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09), 5px 8px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991.98px) {
  .app-integration-feature__figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .app-integration-feature__figure {
    margin-bottom: 30px;
  }
  .app-integration-feature__figure img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .app-integration-feature__figure::before {
    left: 40px !important;
  }
}
.app-integration-feature__category {
  border: 1px solid #E1E9EB;
  border-radius: 6px;
  padding: 35px 5px;
  background: #fff;
  z-index: 9;
}

.app-integration-feature__category ul {
  margin-left: 20px;
  font-size: 19px;
  font-family: metric-medium;
  padding: 0 30px;
}

.app-integration-feature__category ul li:hover {
  /* background: #F6F7FA; */
}

.app-integration-feature__quote {
  padding-left: 70px;
}

.app-integration-feature__category h3 {
  font-size: 24px;
  line-height: 26px;
  font-family: metric-bold;
  color: #003F65;
  padding: 0 30px;
}

.head-reviews--alt--new {
  background-image: url("../images/app-integration/bg-carousel.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.head-reviews.head-reviews--alt--new {
  margin-bottom: -80px;
}

.featured-integrations--alt.cards .h2 {
  max-width: unset;
  font-size: 34px;
}

.category__blog {
  list-style: none;
}
.category__blog li {
  font-family: Metric-semibold;
}

.category__blog li::before {
  content: "•";
  color: #0BC5BA;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.resources__blog .resources__blog-link {
  font-family: Metric-semibold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  cursor: pointer;
  padding: 8px 30px;
  line-height: 23px;
  font-size: 19px;
  line-height: 26px;
  /* or 137% */
  /* Dark Grey - Text */
  color: #35364E;
}

.resources__blog .resources__blog-link:hover {
  background: #F6F7FA;
}

.resources__blog-link img {
  margin-right: 10px;
}

.normal__txt {
  font-family: metric;
}

.app-integration-hero__col .button {
  font-size: 20px;
  font-family: metric-medium;
  font-weight: normal;
  padding: 9px 30px;
}

.app-integration-feature__quote--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-integration__useCase {
  padding: 23px 27px;
  cursor: pointer;
}

.solution-workflows a {
  text-decoration: none;
}

.featured-integration__useCase h4 {
  font-size: 25px;
  line-height: 30px;
  color: #35364E important;
  font-family: metric-bold;
}

.featured-integration__useCase p {
  line-height: 26px;
}

.featured-integration__useCase .case-studies__more-link {
  position: absolute;
  bottom: 17px;
  right: 17px;
}

#block-egnyte-content .divider--light {
  top: 375px;
}
#block-egnyte-content .app-integration-hero {
  background: #0F1D35;
}
#block-egnyte-content .app-integration-hero .grid-cont .app-integration-hero__row .app-integration-hero__col .app-integration-hero__crumbs {
  margin-bottom: 17px;
  margin-top: 26px;
}
#block-egnyte-content .app-integration-hero .grid-cont .app-integration-hero__row .app-integration-hero__col .h1 {
  font-size: 58px;
  line-height: 68.85px;
}
#block-egnyte-content .app-integration-intro--main {
  margin-top: 50px;
}
#block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row {
  align-items: baseline;
}
#block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row .app-integration-feature__col .app-integration-feature__quote .app-integration-feature__quote--info .grid-row .head-shot {
  align-self: center;
}
#block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row .app-integration-feature__col .app-integration-feature__quote .app-integration-feature__quote--info .grid-row .head-reviews__name {
  font-size: 24px;
  color: #35364E;
}
#block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row .app-integration-feature__col .app-integration-feature__quote .app-integration-feature__quote--info .grid-row .head-reviews__position {
  font-size: 18px;
}
#block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row .app-integration-feature__col .app-integration-feature__quote .head-reviews__text {
  line-height: 31px;
  color: #35364E;
  font-size: 27px;
  font-weight: 400;
}
#block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row .app-integration-feature__col .app-integration-intro-left .h2 {
  font-size: 34px;
  color: #003F65;
  line-height: 48px;
}
#block-egnyte-content .featured-integrations--alt.cards {
  margin-top: -10px;
}
#block-egnyte-content .featured-integrations--alt.cards .grid-cont {
  max-width: 1360px;
}
#block-egnyte-content .featured-integrations--alt.cards .grid-cont .h2 {
  padding: 0;
  text-align: left;
}

@media (max-width: 991.9px) {
  .head-reviews--alt--new #app_int__carousel .head-reviews__arrow {
    margin-top: -70px;
  }
  .head-reviews__dots {
    margin-bottom: 25px;
  }
  .app-integration-feature__quote {
    padding-left: 0;
    padding-bottom: 60px;
  }
  .app-integration-feature__category {
    max-width: 930px;
    margin: 0 auto;
    width: 90%;
  }
  .resources__blog .resources__blog-link {
    justify-content: flex-start;
  }
}
@media (max-width: 822px) {
  #block-egnyte-content .app-integration-hero .grid-cont .app-integration-hero__row .app-integration-hero__col .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #block-egnyte-content .app-integration-hero .grid-cont .app-integration-hero__row .app-integration-hero__col .h1 {
    font-size: 36px;
    line-height: 38px;
  }
  #block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row .app-integration-feature__col .app-integration-feature__quote .app-integration-feature__quote--info .grid-row .head-reviews__name {
    font-size: 20px;
  }
  #block-egnyte-content .app-integration-intro--main .grid-cont .app-integration-feature__row .app-integration-feature__col .app-integration-feature__quote .head-reviews__text {
    line-height: 25px;
    font-size: 21px;
  }
  #block-egnyte-content .featured-integrations--alt.cards {
    margin-top: -10px;
  }
  #block-egnyte-content .featured-integrations--alt.cards .grid-cont {
    max-width: 1360px;
  }
  #block-egnyte-content .featured-integrations--alt.cards .grid-cont .h2 {
    padding: 0;
  }
  .app-integration-hero__col .button {
    font-size: 20px;
    font-family: metric-medium;
    font-weight: normal;
    padding: 9px 30px;
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 20px auto !important;
  }
  .app-integration-hero__col h1 {
    text-align: center;
  }
  .head-reviews--alt--new #app_int__carousel .head-reviews__arrow {
    margin-top: -52px;
  }
}
@media (max-width: 520px) {
  .app-integration-feature__quote--info img {
    display: none;
  }
}
.app-integration-hero .grid-cont .app-integration-hero__row .app-integration-hero__col .app-integration-hero__crumbs a {
  color: #828B9F;
  font-size: 17px;
}

.p.p--small.head-reviews__position {
  color: #979797;
}

#integration__blog {
  padding: 30px;
}

.integration__blog__cta {
  position: absolute;
  bottom: 25px;
  right: 35px;
}

.solution-callout {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(150.31deg, #F2F9FF 6.95%, #E6F1F9 91.34%);
  background-image: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/help-desk/help-center-right.svg), url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/help-desk/help-center-left.svg);
  background-position: 100% 0%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  position: relative;
}
.solution-callout h3 {
  color: #003F65;
}

.head-reviews__carousel-quote {
  font-size: 26px;
}

.head-reviews__arrow {
  cursor: pointer;
}

.solution-callout.app-integration-callout {
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/app-integration-bg@2x.png) 50% 50%/cover no-repeat;
}

/****Modern Partners***/
.modern-partner--app-intergration-intro {
  margin-top: 80px;
  margin-bottom: 50px;
}
.modern-partner--app-intergration-intro .p {
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
}

@media screen and (max-width: 991.98px) {
  .modern-partner--divider {
    margin: 50px 0;
  }
}
.page-node-3391 main {
  padding-bottom: 0 !important;
}
.page-node-3391 .header {
  position: absolute;
}
.page-node-3391 .page-footer {
  display: none;
}

.content.dgt-report {
  max-width: 1440px;
  margin: 0 auto;
  overflow: unset;
}

.content__side.dgt-report {
  float: left;
  width: 280px;
  margin-top: -40px;
}

.content__main.dgt-report {
  padding-right: 28px;
  padding-left: 360px;
}

@media screen and (max-width: 1279.98px) {
  .content__side.dgt-report {
    width: 240px;
  }
  .content__main.dgt-report {
    padding-left: 296px;
  }
}
@media screen and (max-width: 1023.98px) {
  .content__side.dgt-report {
    float: none;
    margin-top: 0;
    width: auto;
  }
  .content__main.dgt-report {
    padding: 0 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .content__main.dgt-report {
    padding: 0 24px;
  }
}
.content__dgt-report-2021 {
  padding-top: 120px;
}
.content__dgt-report-2021::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0px;
  left: 0px;
  height: 480px;
  background: linear-gradient(#F2F8FB, #FFFFFF);
}

/**/
/* side nav */
/**/
.side-nav {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  margin-top: 40px;
  padding: 20px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05), 0px 6px 18px rgba(0, 0, 0, 0.07);
}

.side-nav.fixed {
  position: fixed;
}

.side-nav.stoped {
  position: absolute;
}

.side-nav__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #004163;
  border: 0;
  background: none;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}
.side-nav__item:focus {
  outline: none;
}

.side-nav__item svg {
  color: #8D9EAC;
  transition-duration: 0.125s;
  transition-property: color;
}

.side-nav__item:hover {
  background-color: #F7FBFD;
  color: #0092D8;
}

.side-nav__item:hover svg {
  color: #0092D8;
}

.side-nav__item.active {
  background-color: #F3FBFB;
  color: #36BDB5;
}

.side-nav__item.active svg {
  color: #36BDB5;
}

.side-nav__button {
  display: block;
  margin-top: 20px;
  border: 2px solid #36BDB5;
  border-radius: 4px;
  font-size: 17px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #36BDB5;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}

.side-nav__button:hover {
  background-color: #36BDB5;
  color: #FFF;
}

.side-nav__toggle {
  display: none;
}

@media screen and (max-width: 1440.98px) {
  .side-nav {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .side-nav {
    position: fixed;
    top: 0 !important;
    right: 0;
    left: 0;
    min-height: 54px;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    transform: translateY(-125%);
    transition-duration: 0.25s;
    transition-property: transform;
  }
  .side-nav.fixed {
    transform: none;
  }
  .side-nav.stoped {
    position: fixed;
    transform: none;
  }
  .side-nav.opened .side-nav__item {
    display: flex;
  }
  .side-nav.opened .side-nav__button {
    display: block;
    margin: 20px;
    background-color: #36BDB5;
    font-size: 20px;
    line-height: 50px;
    color: #FFF;
  }
  .side-nav.opened .side-nav__toggle {
    pointer-events: none;
    transform: scale(1, -1);
  }
  .side-nav__item {
    display: none;
    height: 54px;
    font-size: 20px;
    font-weight: 600;
  }
  .side-nav__item svg {
    width: 54px;
  }
  .side-nav__item.active {
    display: flex;
    background: none;
  }
  .side-nav__button {
    display: none;
  }
  .side-nav__toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 54px;
    color: #8D9EAC;
    border: 0;
    background: none;
  }
  .side-nav__toggle svg {
    width: 54px;
  }
}
/**/
/* anchor */
/**/
.anchor {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 1023.98px) {
  .anchor {
    top: -64px;
  }
}
/**/
/* introduction */
/**/
.introduction {
  position: relative;
}
.introduction .h3 {
  font-size: 20px;
  line-height: 1.25;
}

.introduction__cont {
  max-width: 800px;
}

.introduction__carousel {
  margin-bottom: -32px;
  margin-right: -28px;
  margin-left: -16px;
  margin-right: calc(-50vw + 720px - 28px);
}

.introduction__slide {
  width: 296px !important;
  padding: 16px 0 32px 16px;
}

.introduction__item {
  position: relative;
  overflow: hidden;
  padding: 28px 32px;
  border-radius: 8px;
  background-color: #FFF;
  cursor: pointer;
  color: #36BDB5;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.introduction__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: currentcolor;
}

.introduction__item:hover {
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.introduction__item--red {
  color: #E0685A;
}

.introduction__item--blue {
  color: #2E5B9B;
}

.introduction__item--green {
  color: #84A613;
}

.introduction__item--yellow {
  color: #DDAE38;
}

.introduction__prev {
  position: absolute;
  top: 50%;
  left: -84px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-top: -38px;
  padding-left: 2px;
  border-radius: 50%;
  background-color: #E6F4FB;
  cursor: pointer;
  color: #007BBD;
  border: 0;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}

.introduction__prev:hover {
  background-color: #007BBD;
  color: #FFF;
}

.introduction__next {
  position: absolute;
  top: 50%;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-top: -41px;
  padding-left: 2px;
  border-radius: 50%;
  border: 3px solid #FFF;
  background-color: rgba(230, 244, 251, 0.95);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  transform: scale(-1, 1);
  cursor: pointer;
  color: #007BBD;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}

.introduction__next:hover {
  background-color: #007BBD;
  color: #FFF;
}

.introduction__prev:focus,
.introduction__next:focus {
  outline: none;
}

.slick-active .introduction__item,
.slick-active ~ .slick-slide .introduction__item {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1439.98px) {
  .introduction__carousel {
    margin-right: -28px;
  }
}
@media screen and (max-width: 1279.98px) {
  .introduction__prev {
    left: -76px;
  }
}
.introduction__dgt-report-2021 .introduction__cont .intro__browse {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #5D636E;
}
.introduction__dgt-report-2021 .introduction__cont .intro__browse:hover {
  text-decoration: none;
}
.introduction__dgt-report-2021 .introduction__cont .intro__browse::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 8px;
  height: 12px;
  margin-top: 4px;
  margin-left: -4px;
  background: url('data:image/svg+xml;utf8,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.64645 11.3536C3.84171 11.5488 4.15829 11.5488 4.35355 11.3536L7.53553 8.17157C7.7308 7.97631 7.7308 7.65973 7.53553 7.46447C7.34027 7.2692 7.02369 7.2692 6.82843 7.46447L4 10.2929L1.17157 7.46447C0.976311 7.2692 0.659728 7.2692 0.464466 7.46447C0.269204 7.65973 0.269204 7.97631 0.464466 8.17157L3.64645 11.3536ZM3.5 0V11H4.5V0H3.5Z" fill="%235D636E"/></svg>');
}

@media screen and (max-width: 1023.98px) {
  .introduction__dgt-report-2021 .introduction__cont {
    max-width: 100%;
  }
}
/**/
/* content sprawl */
/**/
.content-sprawl {
  position: relative;
  max-width: 880px;
}

.content-sprawl--alt {
  max-width: 860px;
}

.content-sprawl__donut {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 10px solid #E6E8EA;
  font-size: 30px;
  line-height: 108px;
  font-weight: 700;
  text-align: center;
  color: #36BDB5;
}

.content-sprawl__donut svg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 128px;
  height: 128px;
  transform: rotate(90deg);
}

.content-sprawl__donut circle {
  stroke-dashoffset: 371px;
  transition-property: all;
}

.content-sprawl__donut circle[stroke-dashoffset="86"] {
  transition-duration: 2s;
}

.content-sprawl__donut circle[stroke-dashoffset="89"] {
  transition-duration: 2s;
}

.content-sprawl__donut circle[stroke-dashoffset="111"] {
  transition-duration: 1.84s;
}

.content-sprawl__donut circle[stroke-dashoffset="123"] {
  transition-duration: 1.84s;
}

.content-sprawl__donut circle[stroke-dashoffset="135"] {
  transition-duration: 1.84s;
}

.content-sprawl__donut circle[stroke-dashoffset="138"] {
  transition-duration: 1.84s;
}

.content-sprawl__donut circle[stroke-dashoffset="170"] {
  transition-duration: 1.84s;
}

.content-sprawl__donut circle[stroke-dashoffset="175"] {
  transition-duration: 1.84s;
}

.content-sprawl__donut circle[stroke-dashoffset="182"] {
  transition-duration: 1.34s;
}

.content-sprawl__donut circle[stroke-dashoffset="197"] {
  transition-duration: 1.27s;
}

.content-sprawl__donut circle[stroke-dashoffset="223"] {
  transition-duration: 1.27s;
}

.content-sprawl__donut circle[stroke-dashoffset="230"] {
  transition-duration: 1s;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="86"] {
  stroke-dashoffset: 86px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="89"] {
  stroke-dashoffset: 89px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="111"] {
  stroke-dashoffset: 111px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="123"] {
  stroke-dashoffset: 123px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="135"] {
  stroke-dashoffset: 135px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="138"] {
  stroke-dashoffset: 138px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="170"] {
  stroke-dashoffset: 170px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="175"] {
  stroke-dashoffset: 175px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="182"] {
  stroke-dashoffset: 182px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="197"] {
  stroke-dashoffset: 197px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="223"] {
  stroke-dashoffset: 223px;
}

.content-sprawl__donut .isShown ~ svg circle[stroke-dashoffset="230"] {
  stroke-dashoffset: 230px;
}

.content-sprawl__donut--red {
  color: #E0685A;
}

.content-sprawl__donut--blue {
  color: #2E5B9B;
}

.content-sprawl__donut--yellow {
  color: #DDAE38;
}

.content-sprawl__donut--dark-gray {
  color: #5D636E;
}

.content-sprawl__donut--celery {
  color: #B4CF66;
}

.content-sprawl__donut--wisteria {
  color: #9C75C3;
}

@media screen and (max-width: 767.98px) {
  .content-sprawl__donut {
    margin: 0 auto;
  }
  .content-sprawl__donut + .p {
    text-align: center;
  }
}
/**/
/* content sprawl */
/**/
.content-sprawl__dgt-report-2021 .file-storage {
  padding: 32px 24px 48px;
  border-radius: 4px;
  border-top: 10px solid #36BDB5;
  background-color: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.content-sprawl__dgt-report-2021 .file-storage__label {
  color: #004A70;
}
.content-sprawl__dgt-report-2021 .file-storage__divider {
  height: 100%;
  margin: 0 12px;
  border-left: 1px solid #36BDB5;
}
.content-sprawl__dgt-report-2021 .file-storage__slider {
  position: relative;
  height: 3px;
  margin: 128px 128px 0 20px;
  border-radius: 2px;
  background-color: #E4E6EE;
  box-shadow: 128px 0 0 0 #E4E6EE, -20px 0 0 0 #E4E6EE;
}
.content-sprawl__dgt-report-2021 .file-storage__handle {
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: grab;
}
.content-sprawl__dgt-report-2021 .file-storage__handle::after {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #E4E6EE;
  background-color: #FFF;
  box-sizing: border-box;
}
.content-sprawl__dgt-report-2021 .file-storage__handle.ui-state-hover::after, .content-sprawl__dgt-report-2021 .file-storage__handle.ui-state-active::after {
  border-color: #71C3C1;
}
.content-sprawl__dgt-report-2021 .file-storage__caption {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80px;
  padding-top: 16px;
  margin-left: -40px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  color: #004A70;
  opacity: 1;
}
.content-sprawl__dgt-report-2021 .file-storage__caption.hidden {
  opacity: 0;
}
.content-sprawl__dgt-report-2021 .file-storage__image {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 20px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%);
}
.content-sprawl__dgt-report-2021 .file-storage__image.active {
  opacity: 1;
}
.content-sprawl__dgt-report-2021 .file-storage__legend {
  margin-top: 20px;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #004A70;
  opacity: 0.2;
}
.content-sprawl__dgt-report-2021 .file-storage__legend span {
  float: right;
}
.content-sprawl__dgt-report-2021 .file-storage__value::after {
  content: "%";
}

@media screen and (max-width: 599.98px) {
  .content-sprawl__dgt-report-2021 .file-storage {
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-sprawl__dgt-report-2021 .file-storage__slider {
    margin-right: 80px;
    box-shadow: 80px 0 0 0 #E4E6EE, -20px 0 0 0 #E4E6EE;
  }
  .content-sprawl__dgt-report-2021 .file-storage__label {
    white-space: nowrap;
  }
  .content-sprawl__dgt-report-2021 .file-storage__divider {
    margin: 0 6px;
  }
  .content-sprawl__dgt-report-2021 .file-storage__legend {
    padding: 0;
  }
}
.content-sprawl__dgt-report-2021 .informal-repositories {
  padding: 32px 24px 48px;
  border-radius: 4px;
  border-top: 10px solid #E0685A;
  background-color: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.content-sprawl__dgt-report-2021 .informal-repositories .content-sprawl__donut {
  margin: 0 auto;
}
.content-sprawl__dgt-report-2021 .informal-repositories .content-sprawl__donut img {
  margin-top: 15px;
}
.content-sprawl__dgt-report-2021 .informal-repositories .content-sprawl__donut span {
  position: absolute;
  bottom: -90px;
  left: 0px;
  right: 0px;
}
.content-sprawl__dgt-report-2021 .informal-repositories .content-sprawl__donut span::after {
  content: "%";
}

@media screen and (max-width: 1023.98px) {
  .content-sprawl__dgt-report-2021 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .content-sprawl__dgt-report-2021 .informal-repositories .informal-repositories__location {
    margin-top: 40px;
  }
}
.content-sprawl__dgt-report-2021 h6,
.remote-risks__dgt-report-2021 h6,
.wishlist__dgt-report-2021 h6 {
  text-transform: none;
  letter-spacing: unset;
}

/**/
/* data source */
/**/
.remote-risks__dgt-report-2021 .data-source {
  padding-top: 50px;
}
.remote-risks__dgt-report-2021 .data-source .data-source__callout {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  border-top: 10px solid #037BBD;
  background-color: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.remote-risks__dgt-report-2021 .data-source .data-source__callout .data-source__callout-title {
  padding-left: 15px;
  padding-right: 15px;
}
.remote-risks__dgt-report-2021 .data-source .data-source__callout .data-source__callout-content {
  padding-right: 90px;
  padding-bottom: 80px;
  padding-left: 90px;
}
.remote-risks__dgt-report-2021 .data-source .data-source__callout .data-source__callout-content .data-source__num {
  font-size: 34px;
  color: #34BDB5;
  margin-right: 10px;
}
.remote-risks__dgt-report-2021 .data-source .data-source__callout .data-source__callout-content .data-source__label {
  margin-left: 10px;
}

@media screen and (max-width: 688px) {
  .remote-risks__dgt-report-2021 .data-source .data-source__callout .data-source__callout-content {
    padding: 30px;
  }
}
/**/
/* leadership believe */
/**/
.remote-risks__dgt-report-2021 .leadership-believe {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  border-radius: 4px;
  border-top: 10px solid #BED972;
  background-color: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__title {
  font-size: 20px;
  line-height: 1.25;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart {
  display: block;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart path {
  cursor: pointer;
  transition-duration: 0.25s;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart.active path {
  fill: transparent;
  stroke: #E4E6EE;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart.active path:nth-child(1).active {
  fill: #037BBD;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart.active path:nth-child(2).active {
  fill: #5D636E;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart.active path:nth-child(3).active {
  fill: #BEDA73;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart.active path:nth-child(4).active {
  fill: #F0BB1D;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__chart.active path:nth-child(5).active {
  fill: #1FB6AA;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__value {
  width: 150px;
  border-bottom: 1px solid #E4E6EE;
  padding-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  color: #5E636B;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__label {
  width: 210px;
  height: 40px;
  text-align: left;
}
.remote-risks__dgt-report-2021 .leadership-believe .leadership-believe__label.active {
  font-weight: 600;
}

/**/
/* bigger concern */
/**/
.remote-risks__dgt-report-2021 .bigger-concern {
  text-align: center;
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales {
  position: relative;
  width: 687px;
  height: 207px;
  margin-top: 144px;
  margin-right: auto;
  margin-left: auto;
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales .bigger-concern__info {
  position: absolute;
  width: 308px;
  margin-bottom: 20px;
  font-size: 19px;
  color: #004A70;
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales .bigger-concern__info.bigger-concern__info--left {
  bottom: 100%;
  left: -31px;
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales .bigger-concern__info.bigger-concern__info--right {
  right: -31px;
  bottom: 154px;
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales .bigger-concern__info .bigger-concern__caption {
  display: block;
  margin-top: 4px;
  opacity: 0;
  transform: translateY(8px);
  transition-duration: 0.25s;
  transition-delay: 2s;
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales .bigger-concern__info .bigger-concern__value {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #36BDB5;
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales .bigger-concern__info .bigger-concern__value::after {
  content: "%";
}
.remote-risks__dgt-report-2021 .bigger-concern .bigger-concern__scales .bigger-concern__info .bigger-concern__value.isShown + .bigger-concern__caption {
  opacity: 1;
  transform: none;
}

.remote-risks__dgt-report-2021 .remote-risks__donut {
  margin: 0 auto;
}
.remote-risks__dgt-report-2021 .remote-risks__donut__divider {
  height: 100%;
  margin: 0 12px;
  border-left: 2px solid #E2E5EB;
}

/**/
/* investing tools */
/**/
.wishlist__dgt-report-2021 .investing-tools {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px 40px 50px;
  border-radius: 4px;
  border-top: 10px solid #F1BB1F;
  background-color: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.wishlist__dgt-report-2021 .investing-tools .investing-tools__title {
  font-size: 20px;
  line-height: 1.25;
}
.wishlist__dgt-report-2021 .investing-tools table thead tr {
  border-bottom: none;
}
.wishlist__dgt-report-2021 .investing-tools table thead tr th span {
  font-size: 12px;
}
.wishlist__dgt-report-2021 .investing-tools table tbody tr {
  border-bottom: 1px solid #F1BB1F;
}
.wishlist__dgt-report-2021 .investing-tools table tbody tr:last-child {
  border-bottom: none;
}
.wishlist__dgt-report-2021 .investing-tools table tbody tr td {
  vertical-align: middle;
  padding: 15px;
}

@media screen and (max-width: 600px) {
  .wishlist__dgt-report-2021 .investing-tools {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/**/
/* top dividers */
/**/
.top-dividers {
  max-width: 920px;
}

.top-dividers__bar {
  float: left;
  width: 0;
  height: 8px;
  margin-right: 16px;
  border-radius: 4px;
  background-color: #60B9B5;
  transition-duration: 1s;
  transition-property: width;
}

.top-dividers__bar--red {
  background-color: #E0685A;
}

.top-dividers__bar--blue {
  background-color: #2E5B9B;
}

.top-dividers__bar--green {
  background-color: #C3D77F;
}

.top-dividers__bar--yellow {
  background-color: #EABC47;
}

.top-dividers__bar--purple {
  background-color: #9C63A9;
}

.top-dividers__bar--orange {
  background-color: #F68935;
}

.top-dividers__bar--grey {
  background-color: #54585E;
}

.top-dividers__value {
  display: block;
  margin: -4px 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.isShown + .top-dividers__bar[data-value="26"] {
  width: 52%;
}

.isShown + .top-dividers__bar[data-value="31"] {
  width: 62%;
}

.isShown + .top-dividers__bar[data-value="32"] {
  width: 64%;
}

.isShown + .top-dividers__bar[data-value="33"] {
  width: 66%;
}

.isShown + .top-dividers__bar[data-value="34"] {
  width: 68%;
}

.isShown + .top-dividers__bar[data-value="35"] {
  width: 70%;
}

.isShown + .top-dividers__bar[data-value="36"] {
  width: 72%;
}

.isShown + .top-dividers__bar[data-value="37"] {
  width: 74%;
}

.isShown + .top-dividers__bar[data-value="38"] {
  width: 76%;
}

.isShown + .top-dividers__bar[data-value="39"] {
  width: 78%;
}

.isShown + .top-dividers__bar[data-value="40"] {
  width: 80%;
}

.isShown + .top-dividers__bar[data-value="41"] {
  width: 82%;
}

.isShown + .top-dividers__bar[data-value="42"] {
  width: 84%;
}

.isShown + .top-dividers__bar[data-value="47"] {
  width: 90%;
}

@media screen and (max-width: 767.98px) {
  .top-dividers__bar {
    margin: 9px 12px 6px 0;
  }
  .top-dividers__value {
    margin: 0;
    padding-top: 3px;
    line-height: 20px;
  }
}
/**/
/* remote risks */
/**/
.remote-risks {
  position: relative;
  max-width: 848px;
}

@media screen and (max-width: 1023.98px) {
  .remote-risks__dgt-report-2021 {
    max-width: 100%;
  }
}
.remote-risks__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
}
.remote-risks__icon + .tc--red {
  color: #E0685A;
}
.remote-risks__icon + .tc--primary {
  color: #36BDB5;
}
.remote-risks__icon + .tc--yellow {
  color: #DDAE38;
}

@media screen and (max-width: 767.98px) {
  .remote-risks .content-sprawl__donut {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .remote-risks__icon {
    float: left;
    width: 116px;
    height: auto;
    margin-right: 24px;
  }
  .remote-risks__icon ~ .p {
    overflow: hidden;
  }
  .remote-risks__icon ~ .h2 {
    margin-top: 0;
  }
}
/**/
/* report card */
/**/
.report-card {
  max-width: 880px;
  margin-top: 80px;
  padding: 48px 52px;
  border-radius: 8px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.report-card__tablet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 245px;
  margin-top: -24px;
  margin-right: 32px;
  border-top: 24px solid transparent;
}

.report-card__tablet::after {
  content: "";
  position: absolute;
  top: -24px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/dgt-report/report-card/tablet.svg);
}

.report-card__donut {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.report-card__donut.active {
  opacity: 1;
}

.report-card__tabs {
  position: absolute;
  top: 22px;
  left: 100%;
  margin-left: -1px;
}

.report-card__tabs button {
  display: block;
  width: 32px;
  margin-bottom: 4px;
  border-radius: 0 2px 2px 0;
  box-shadow: 2px 2px 0 0 #E6E6E6, 0 2px 0 0 #E6E6E6;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  border: 0;
  transition-duration: 0.125s;
  transition-property: width;
}

.report-card__tabs button.active {
  width: 40px;
}

.report-card__tabs button:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .report-card {
    padding: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .report-card {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575.98px) {
  .report-card__tablet {
    margin: 0 auto 24px;
  }
}
/**/
/* disaster */
/**/
.disaster {
  max-width: 980px;
}
.disaster .tc--red {
  color: #E0685A;
}
.disaster .tc--primary {
  color: #36BDB5;
}
.disaster .tc--yellow {
  color: #DDAE38;
}
.disaster .tc--blue {
  color: #007BBD;
}

/**/
/* phone */
/**/
.phone {
  width: 286px;
  overflow: hidden;
  border-radius: 24px;
  border: 6px solid #FFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05), 0px 6px 18px rgba(0, 0, 0, 0.07);
}

.phone__head {
  position: relative;
  height: 31px;
  background-color: #D9F1F0;
}

.phone__head::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 25px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #98D5D3;
  box-shadow: 11px 0 0 #98D5D3, -11px 0 0 #98D5D3;
}

.phone__head::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 11px;
  height: 7px;
  border-radius: 3px;
  background-color: #98D5D3;
  box-shadow: 15px 0 0 #98D5D3, 21px 0 0 #98D5D3;
}

.phone__subhead {
  position: relative;
  height: 38px;
  background: #ECF8F7 url(../images/dgt-report/cloud.svg) 14px 50% no-repeat;
}

.phone__subhead::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #A6DAD8;
  box-shadow: 0 -6px 0 #A6DAD8, 0 6px 0 #A6DAD8;
}

.phone__subhead::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 58px;
  left: 68px;
  height: 8px;
  margin-top: -4px;
  border-radius: 4px;
  background-color: #A6DAD8;
}

.phone__cont {
  padding: 24px 22px;
}

.phone__value {
  width: 60px;
  margin-right: -16px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}

.phone__value--red {
  background-color: #E0685A;
}

.phone__value--blue {
  background-color: #2E5B9B;
}

.phone__value--green {
  background-color: #A0BA47;
}

.phone__value--yellow {
  background-color: #EDBF47;
}

@media screen and (max-width: 575.98px) {
  .phone {
    width: auto;
  }
}
/**/
/* wishlist */
/**/
.wishlist {
  position: relative;
  max-width: 820px;
}

@media screen and (max-width: 1023.98px) {
  .wishlist__dgt-report-2021 {
    max-width: 100%;
  }
}
.wishlist__bar {
  width: 0;
  height: 6px;
  margin: 6px 0;
  border-radius: 3px;
  background-color: #D8D8D8;
  transition-duration: 1s;
  transition-property: width;
}

.wishlist__bar--primary {
  background-color: #60B9B5;
  transition-delay: 0.25s;
}

.wishlist__legend {
  position: relative;
  padding-right: 28px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #5E636B;
}

.wishlist__legend::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D8D8D8;
}

.wishlist__legend--primary {
  color: #60B9B5;
}

.wishlist__legend--primary::after {
  background-color: #60B9B5;
}

.wishlist__caption {
  width: 168px;
  margin-right: 16px;
}

.isShown ~ .wishlist__bar[data-width="37"] {
  width: 37%;
}

.isShown ~ .wishlist__bar[data-width="40"] {
  width: 40%;
}

.isShown ~ .wishlist__bar[data-width="52"] {
  width: 52%;
}

.isShown ~ .wishlist__bar[data-width="56"] {
  width: 56%;
}

.isShown ~ .wishlist__bar[data-width="60"] {
  width: 60%;
}

.isShown ~ .wishlist__bar[data-width="62"] {
  width: 62%;
}

.isShown ~ .wishlist__bar[data-width="70"] {
  width: 70%;
}

.isShown ~ .wishlist__bar[data-width="80"] {
  width: 80%;
}

.isShown ~ .wishlist__bar[data-width="85"] {
  width: 85%;
}

.isShown ~ .wishlist__bar[data-width="91"] {
  width: 91%;
}

.isShown ~ .wishlist__bar[data-width="96"] {
  width: 96%;
}

.isShown ~ .wishlist__bar[data-width="100"] {
  width: 100%;
}

@media screen and (max-width: 575.98px) {
  .wishlist__caption {
    width: auto;
    margin: 0;
  }
}
/**/
/* future */
/**/
.future {
  position: relative;
  max-width: 820px;
  margin-top: 80px;
}

.future__cont {
  position: relative;
}

@media screen and (max-width: 1279.98px) {
  .future__image {
    width: 570px;
    height: 570px;
  }
}
@media screen and (max-width: 767.98px) {
  .future {
    margin-top: 60px;
  }
  .future__image {
    float: right;
    width: 280px;
    height: 280px;
    margin: 0 -164px 24px 24px;
  }
}
/**/
/* FOOTER */
/**/
/**/
/* footer */
/**/
.footer {
  padding: 80px 0;
  background-color: #F9FAFB;
}

.footer__cont {
  max-width: 1440px;
  margin: 0 auto;
}

.footer__side {
  float: left;
  padding: 0 28px;
}

.footer__main {
  padding-right: 28px;
  padding-left: 360px;
}

@media screen and (max-width: 1279.98px) {
  .footer__main {
    padding-left: 296px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer {
    margin-top: 60px;
    padding: 60px 0;
  }
  .footer__cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer__side {
    min-width: 100%;
    margin-top: 60px;
    padding: 0 24px;
    text-align: center;
  }
  .footer__main {
    order: -1;
    min-width: 100%;
    padding: 0 24px;
  }
}
/**/
/* methodology */
/**/
.methodology {
  max-width: 800px;
}

.methodology a {
  text-decoration: underline;
  color: #007BBD;
}

.methodology a:hover {
  text-decoration: none;
}

.methodology__title {
  color: #6B8D9E;
}

/**/
/* social nav */
/**/
.social-nav {
  margin-right: -12px;
}

.social-nav__item {
  display: block;
  margin-right: 12px;
  color: #B3B7BB;
  transition-duration: 0.125s;
  transition-property: color;
}

.social-nav__item svg {
  display: block;
}

.social-nav__item--twitter:hover {
  color: #1DA1F2;
}

.social-nav__item--linkedin:hover {
  color: #0077B5;
}

.social-nav__item--facebook:hover {
  color: #3B5998;
}

.social-nav__item--vimeo:hover {
  color: #29B7EA;
}

@media screen and (max-width: 767.98px) {
  .social-nav .grid-row {
    justify-content: center;
  }
}
/**/
/* copyrights */
/**/
.copyrights {
  font-size: 14px;
  line-height: 1.334;
  color: #979797;
}

/**/
/* partners news */
/**/
.partners-news__cont {
  max-width: 864px;
  margin-right: auto;
  margin-left: auto;
}

.press-releases__select {
  width: 204px;
}

.partners-news__hr {
  margin: 24px 0;
  border-top: 1px solid #DAE4EB;
}

.partners-news__item {
  position: relative;
  display: block;
  box-shadow: 0 0 0 25px transparent;
  text-decoration: none;
  transition-duration: 0.125s;
  transition-property: background, box-shadow;
}
.partners-news__item:hover {
  background: #F4F9FC;
  box-shadow: 0 0 0 25px #F4F9FC;
}
.partners-news__item:hover .partners-news__more-link {
  opacity: 1;
}

.partners-news__heading {
  font-weight: 500;
}

.partners-news__more-link {
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

@media screen and (max-width: 767.98px) {
  .partners-news__hr {
    margin: 18px 0;
  }
  .partners-news__item:hover {
    background: transparent;
    box-shadow: 0 0 0 25px transparent;
  }
  .partners-news__more-link {
    margin-top: 9px;
    opacity: 1;
  }
}
/**Media Room***/
.media-room-pr a span {
  position: relative;
}
.media-room-pr a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23B6AA;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.media-room-pr a span:hover::before {
  width: 100%;
}

.press-release__item a {
  height: 100%;
}
.press-release__item a:hover span::before {
  width: 100%;
}
.press-release__item a h4 {
  text-align: left;
}
.press-release__item .press-release__item_footer .tc--light-teal {
  text-align: left;
}

.press-release .press-release__item .press-release__item_footer a:hover::before > span::before {
  width: 100%;
}

.press-release .press-release__item {
  height: 236px;
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 400px;
  position: relative;
}
.press-release .press-release__item .h3 {
  font-family: metric-medium;
}
.press-release .press-release__item .press-release__item_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.press-release .press-release__item .press-release__item_footer a {
  cursor: pointer;
}
.press-release .press-release__item .press-release__item_footer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 236px;
  width: 100%;
  z-index: 3;
  cursor: pointer;
}
.press-release .press-release__item.active .h3 {
  color: #0BC5BA;
}
.press-release hr {
  border: 1px solid #35364E;
  max-width: 400px;
  margin-left: 0;
}

.media-room-pr a svg {
  margin-top: 1.4px;
}

@media screen and (min-width: 992px) and (max-width: 1050.97px) {
  .press-release .more-link {
    font-size: 20px;
  }
  .press-release .press-release__item_footer .more-link {
    font-size: 17px;
  }
}
@media screen and (max-width: 991.98px) {
  .press-release .h2 {
    text-align: center;
  }
  .press-release .h6 {
    text-align: center;
  }
  .press-release .press-release__item {
    margin: 0 auto;
  }
  .press-release hr {
    margin: 28px auto;
  }
}
@media screen and (max-width: 767.98px) {
  .press-release .press-release__item {
    margin: 0 auto;
    height: auto;
    padding: 24px 0;
  }
  .press-release .press-release__item .press-release__item_footer {
    position: relative;
  }
  .press-release .press-release__item .press-release__item_footer a::before {
    height: 121px;
  }
  .press-release .press-release__item .h3 {
    margin-bottom: 15px;
  }
  .press-release hr {
    margin: 0 auto;
  }
}
@media screen and (max-width: 375.98px) {
  .press-release .press-release__item .press-release__item_footer a {
    font-size: 18px;
  }
}
.solution-remote__image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

@media (min-width: 782px) {
  .solution-remote .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .solution-remote .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
/**/
/* solution workflows */
/**/
.solution-workflows {
  text-align: center;
}
.solution-workflows + .divider {
  margin-top: 40px;
}

.solution-workflows__item {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 63px 27px;
  border-radius: 6px;
  border: 1px solid #dde1e9;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.solution-workflows__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.solution-workflows--alt {
  margin-top: -300px;
  background-color: none;
  box-shadow: inset 0 -80px 0 0 #fff;
}

.solution-workflows--alt h6 {
  position: relative;
  color: #74c2ec;
}

.solution-workflows--alt h2 {
  position: relative;
  color: #fff;
  line-height: 35px;
}

.solution-workflows--alt .solution-workflows__item {
  display: flex;
  flex-direction: column;
  padding-top: 39px;
  padding-bottom: 39px;
}

.solution-workflows--alt .solution-workflows__item p {
  margin-bottom: auto;
}

.solution-workflows--alt .more-link {
  color: #037bbd;
}

@media screen and (max-width: 991.98px) {
  .solution-workflows__item {
    padding: 31px 27px;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-workflows__item {
    padding: 23px;
  }
  .solution-workflows__icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 782px) {
  .solution-workflows .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
}
@media (min-width: 600px) {
  .solution-workflows .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
}
/**/
/* trusted by */
/**/
.slick-dotted.slick-slider {
  margin-bottom: initial;
}

.trusted-by {
  position: relative;
  margin-top: 160px;
  text-align: center;
  margin-top: 80px;
}
.trusted-by img {
  display: block;
  margin: 0 auto;
}

.trusted-by__grid-cont {
  max-width: 1120px;
}

@media screen and (max-width: 767.98px) {
  .trusted-by {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575.98px) {
  .trusted-by img {
    width: auto;
    height: auto;
    max-width: 84px;
    max-height: 20px;
  }
}
/* solution compliance */
.solution-compliance {
  padding: 80px 0;
  background-color: #112532;
  text-align: center;
}

.solution-compliance__tab {
  position: relative;
  overflow: hidden;
  padding: 39px;
  border-radius: 6px;
  border: 1px solid rgba(151, 196, 249, 0.2);
  text-align: left;
  color: rgba(167, 209, 236, 0.7);
  cursor: pointer;
  transition-duration: 0.125s;
  transition-property: border, background;
}
.solution-compliance__tab:hover {
  border: 1px solid rgba(151, 196, 249, 0.5);
}

.solution-compliance__tab.active {
  border: 1px solid rgba(151, 196, 249, 0.5);
  background: rgba(31, 90, 160, 0.15);
  cursor: default;
}
.solution-compliance__tab.active .solution-compliance__progress::after {
  width: 100%;
  transition-duration: 3.33s;
  transition-property: width;
}

.solution-compliance__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.solution-compliance__progress::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #007bbd;
  transition-timing-function: linear;
}

.solution-compliance__figure {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.solution-compliance__figure.active {
  position: static;
  opacity: 1;
}

.solution-compliance__image {
  display: block;
  margin: 0 auto;
}

.solution-compliance__item {
  min-height: 100%;
  padding: 60px;
  border-radius: 6px;
  background-color: #1a3e56;
  background-size: cover;
  text-align: left;
  color: #a7d1ec;
}

.solution-compliance__item--1 {
  background-image: url(../images/solutions/bg-1.png);
  background-position: 100% 50%;
}

.solution-compliance__item--2 {
  background-image: url(../images/solutions/bg-2.png);
  background-position: 0 50%;
}

.solution-compliance__highlight {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.375em;
  border-radius: 2px;
  background-color: #007bbd;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1283.98px) {
  .solution-compliance__item {
    padding: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .solution-compliance__tab {
    padding: 23px 31px;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-compliance {
    padding: 60px 0;
  }
  .solution-compliance__item {
    padding: 30px;
  }
  .solution-compliance__tab {
    padding: 17px 23px;
  }
  .solution-compliance__image {
    max-width: 100%;
    height: auto;
  }
}
/**/
/* solution complies */
/**/
.solution-complies {
  margin-top: -40px;
  padding: 80px 0;
  background-color: #112532;
  text-align: center;
  color: #fff;
}

.solution-complies__logo {
  display: block;
}

.solution-complies__more {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #88a5b8;
}
.solution-complies__more::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid currentColor;
  opacity: 0.3;
}
.solution-complies__more span {
  position: relative;
  padding: 0 16px;
  background-color: #112532;
}

.solution-complies__list {
  line-height: 1.5;
  text-align: left;
}
.solution-complies__list dt {
  float: left;
  font-weight: 700;
}
.solution-complies__list dt::after {
  content: " â€“ ";
}
.solution-complies__list dd {
  margin-bottom: 12px;
  color: #b8d0df;
}

.solution-complies--alt {
  background-color: #f7fbfc;
  color: #35364e;
}

.solution-complies--alt .solution-complies__more {
  color: #004163;
}

.solution-complies--alt .solution-complies__more::before {
  border-top-color: #88a5b8;
}

.solution-complies--alt .solution-complies__more span {
  background-color: #f7fbfc;
}

.solution-complies--alt .solution-complies__list dt {
  color: #1f5aa0;
}

.solution-complies--alt .solution-complies__list dd {
  color: #35364e;
}

@media screen and (max-width: 1023.98px) {
  .solution-complies__logo {
    margin: 0 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-complies {
    padding: 60px 0;
  }
  .solution-complies__logo {
    width: auto;
    margin: 0 12px;
    margin: 0;
  }
  .solution-complies__logo[height="33"] {
    height: 24.75px;
  }
  .solution-complies__logo[height="53"] {
    height: 39.75px;
  }
  .solution-complies__logo[height="58"] {
    height: 43.5px;
  }
  .solution-complies__logo[height="64"] {
    height: 48px;
  }
  .solution-complies__logo[height="65"] {
    height: 48.75px;
  }
  .solution-complies__logo[height="70"] {
    height: 52.5px;
  }
}
/**/
/* solution remediate */
/**/
.solution-remediate {
  min-height: 100%;
  padding: 40px;
  border-radius: 6px;
  text-align: center;
  /*     background: rgba(0,123,189,0.03);*/
  background: #fff;
  border: 1px solid #dbe6ec;
}

.solution-remediate__item {
  margin-top: 16px;
  padding: 36px;
  border-radius: 6px;
  text-align: left;
  transition-duration: 0.25s;
  /*transition-property: background-color, box-shadow;*/
}
.solution-remediate__item:hover {
  background-color: #fff;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.25), 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.solution-remediate__video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 6px;
}
.solution-remediate__video img {
  display: block;
}
.solution-remediate__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  background: #fff url("/sites/default/files/2021-01/play.svg") 55% 50% no-repeat;
}
.solution-remediate__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}

.solution-remediate__figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 6px;
}
.solution-remediate__figure img {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .solution-remediate__title {
    margin-bottom: 16px;
  }
  .solution-remediate__item {
    margin-top: 32px;
    padding: 0;
  }
  .solution-remediate__item:hover {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-remediate {
    padding: 30px 20px;
  }
  .solution-remediate__title {
    margin-bottom: 12px;
  }
  .solution-remediate__item {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .solution-remediate__video img {
    max-width: 100%;
    height: auto;
  }
  .solution-remediate__figure img {
    max-width: 100%;
    height: auto;
  }
}
/**/
/* solution schedule */
/**/
.solution-schedule {
  padding: 60px 80px;
  border-radius: 6px;
  background-color: #183040;
  text-align: center;
  color: #fff;
}
.solution-schedule a {
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #32bdb5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
  min-width: 280px;
}

@media (min-width: 782px) {
  .solution-schedule .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .solution-schedule .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
/***This stylization was created to override Gutenberg's
flex-basis:100% styling for wp-columns ***/
@media (max-width: 599px) {
  .solution-schedule .wp-block-column {
    margin: auto;
  }
  .solution-schedule .wp-block-columns {
    display: inline-block !important;
  }
  .solution-schedule .grid-col.grid-col--auto {
    float: left;
  }
}
.solution-schedule__subtitle {
  max-width: 856px;
  margin-right: auto;
  margin-left: auto;
  color: #a3c2d6;
}

.solution-schedule__item {
  max-width: 310px;
  text-align: left;
}

.solution-schedule__icon {
  display: block;
  margin-right: 8px;
}

.solution-schedule__button {
  min-width: 280px;
}

@media screen and (max-width: 1283.98px) {
  .solution-schedule {
    padding: 60px 40px;
  }
  .solution-schedule__item {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-schedule {
    margin-right: -20px;
    margin-left: -20px;
    padding: 40px 20px;
    border-radius: 0;
  }
}
/**/
/* solution ranking */
/**/
.solution-ranking__cont {
  overflow: hidden;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #f6f7fa;
}

@media (min-width: 992px) {
  .sem_award_banner .solution-ranking__image {
    margin: 0 auto 0 65px;
  }
  .sem_award_banner .solution-ranking__circle {
    margin: -115px 0 0 -88px;
  }
}
@media (min-width: 782px) {
  .ranking__stats:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .ranking__stats:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .ranking__stats {
    max-width: fit-content !important;
  }
  .ranking__stats .wp-block-column {
    flex-basis: auto !important;
  }
}
@media (max-width: 767px) {
  .external-rated__list {
    text-align: left;
  }
  .external-rated__list .wp-block-column {
    flex-basis: 0% !important;
    flex-grow: 1 !important;
    max-width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .ranking__stats__grid_row {
    display: inline;
  }
  .ranking__stats__grid_row .wp-block-column {
    flex-basis: 0% !important;
    flex-grow: 1 !important;
    max-width: fit-content !important;
    display: inline-flex;
  }
}
.ranking__stats_last {
  position: relative;
}
.ranking__stats_last:before {
  content: "";
  position: absolute;
  left: 45px;
  top: -40px;
  background: #35364e;
  width: 368px;
  height: 468px;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
}
.ranking__stats_last .external-reviews__star--half::before {
  background-color: #35364e !important;
}
.ranking__stats_last .external-reviews__value {
  color: #fff !important;
  z-index: 3;
  position: relative;
}
.ranking__stats_last .external-reviews__item {
  width: fit-content;
  margin: auto;
  padding-left: 65px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .ranking__stats__grid_row {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .ranking__stats_last:before {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
  .ranking__stats_last .external-reviews__item {
    margin: 16px auto;
    width: fit-content;
    padding: 0;
  }
}
.external-reviews__item img {
  position: relative;
}

@media (max-width: 992px) {
  .solution-ranking__text {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .solution-ranking__figure {
    margin: auto !important;
  }
}
@media (max-width: 600px) {
  .ranking__stats {
    flex-basis: initial;
    flex-grow: 0;
  }
}
@media (min-width: 600px) {
  .solution-ranking__cont .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 782px) {
  .solution-ranking__cont .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .external-rated .solution-ranking__figure {
    margin: auto !important;
  }
  .external-rated .wp-block-column:nth-child(2n) {
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 600px) {
  .ranking__stats_last .wp-block-column:nth-child(2n) {
    margin-left: 0px;
  }
}
.solution-ranking__text {
  position: relative;
}

.solution-ranking__figure {
  position: relative;
  width: 230px;
  margin-right: 40px;
}

.solution-ranking__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  margin: -115px 0 0 -115px;
  border-radius: 50%;
  border: 1px solid rgba(191, 196, 205, 0.4);
}
.solution-ranking__circle::after {
  content: "";
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  border-radius: 50%;
  border: 1px solid rgba(191, 196, 205, 0.3);
}
.solution-ranking__circle::before {
  content: "";
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  border-radius: 50%;
  border: 1px solid rgba(191, 196, 205, 0.3);
  top: -88px;
  right: -88px;
  bottom: -88px;
  left: -88px;
  border-radius: 50%;
  border: 1px solid rgba(191, 196, 205, 0.2);
}

.solution-ranking__image {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1283.98px) {
  .solution-ranking__cont {
    border-radius: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-ranking__cont {
    padding: 32px 0;
    text-align: center;
  }
  .solution-ranking__figure {
    margin: 0 auto 24px;
  }
}
/**/
/* solution awards */
/**/
.solution-awards {
  text-align: center;
}

.solution-awards__carousel {
  padding: 0 56px;
}

.solution-awards__slide {
  padding: 32px 8px;
}

.solution-awards__item {
  padding: 32px 24px;
  border-radius: 6px;
  border: 1px solid #dde1e9;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.solution-awards__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.solution-awards__figure {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.solution-awards__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  background-color: #f7f8fb;
  color: #32bdb5;
  transition-duration: 0.25s;
  transition-property: background-color, color;
}
.solution-awards__arrow:hover {
  background-color: #32bdb5;
  color: #fff;
}

.solution-awards__arrow--prev {
  left: 0;
}

.solution-awards__arrow--next {
  right: 0;
}

@media screen and (max-width: 767.98px) {
  .solution-awards__item {
    padding-top: 24px;
    padding-bottom: 24px;
    padding: 24px 20px;
  }
}
.solution-complies__list dt::after {
  content: "-";
}

/**/
/* solution callout */
/**/
/**/
/* solution tools */
/**/
.solution-tools {
  text-align: center;
}

.solution-tools__item {
  position: relative;
  margin-top: 48px;
  padding-left: 80px;
  text-align: left;
}
.solution-tools__item:first-child {
  margin-top: 0;
}

.solution-tools__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.solution-tools__summary {
  line-height: 1.5;
}

.solution-tools__figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 48px;
}

.solution-tools__dots {
  position: absolute;
  right: -64px;
  bottom: -64px;
}

.solution-tools__image {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.solution-tools__reports {
  position: absolute;
  top: 32px;
  left: -65px;
}

@media screen and (max-width: 767.98px) {
  .solution-tools__item {
    margin-top: 36px;
  }
  .solution-tools__figure {
    margin-top: 36px;
  }
}
@media screen and (max-width: 575.98px) {
  .solution-tools__figure {
    padding-top: 20px;
    padding-left: 0;
  }
  .solution-tools__reports {
    top: -30px;
    left: -45px;
  }
}
/**/
/* solution remote */
/**/
.solution-remote {
  position: relative;
  padding: 80px 0 0;
  background-color: #112532;
  text-align: center;
}
.solution-remote::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  background-color: #fff;
}
.solution-remote .solution-remote_col {
  flex: 0 0 48%;
  max-width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #1f5aa0;
  z-index: 3;
  border-radius: 6px;
}

.solution-remote__bg--right {
  background-image: url(../images/solutions/solution-remote-bg-top-right.svg);
  position: absolute;
  width: 255px;
  height: 393px;
  top: 0;
  right: 0;
}

.solution-remote__bg--left {
  background-image: url(../images/solutions/solution-remote-bg-bottom-left.svg);
  position: absolute;
  width: 251px;
  height: 203px;
  bottom: 80px;
  left: 0;
}

@media screen and (max-width: 575.98px) {
  .solution-remote_col {
    flex: 0 0 98% !important;
    max-width: 98% !important;
  }
}
.solution-remote__item {
  position: relative;
  overflow: hidden;
  padding: 60px;
  border-radius: 6px;
  text-align: left;
  min-height: 100%;
  min-height: 100%;
}

.solution-remote__item--1 {
  background-color: #1a3e56;
  color: #abc2d1;
}

.solution-remote__item--2 {
  background-color: #1f5aa0;
  color: #b6d7ff;
}

.solution-remote__item--3 {
  background-color: #12b0a7;
  color: #dcfffd;
}

.solution-remote__item--4 {
  padding-bottom: 80px;
  background: #f6f7f8 url(../images/solutions/bg-4@2x.png) 50% 100%/100% auto no-repeat;
  color: #5e636b;
}

.solution-remote__item--5 {
  background-color: #1f5aa0;
  color: #b6d7ff;
}

.solution-remote__item--6 {
  background-color: #10a89f;
  color: #dcfffd;
}

.solution-remote__item--7 {
  background-color: #1a3e56;
  color: #a7d1ec;
}

.solution-remote__item--8 {
  padding: 80px;
  background: #e9f2f9 url(../images/solutions/bg-8@2x.png) 50% 50%/cover no-repeat;
  color: #5e636b;
}

.solution-remote__item--9 {
  background-color: #1f5aa0;
  color: #b6d7ff;
}

.solution-remote__item--10 {
  background-color: #10a89f;
  color: #dcfffd;
}

.solution-remote__item--11 {
  background-color: #1a3e56;
  color: #a7d1ec;
}

.solution-remote__item--12 {
  background: #e9f2f9 url(../images/solutions/bg-12@2x.png) 50% 50%/cover no-repeat;
}

.solution-remote__item--13 {
  background-color: #1f5aa0;
  color: #a7d1ec;
}

.solution-remote__item--14 {
  background-color: #1f5aa0;
  color: #a7d1ec;
  z-index: 3;
  border-radius: 6px;
}

.solution-remote__item--15 {
  background-color: #1a3e56;
  color: #b6d7ff;
}

.solution-remote__item--16 {
  background-color: #10a89f;
  color: #fff;
}

.solution-remote__item--17 {
  background-color: #1f5aa0;
  color: #b6d7ff;
}

.solution-remote__item--18 {
  background-color: #1f5aa0;
  color: #b6d7ff;
}

.solution-remote__item--19 {
  background-color: #10a89f;
  color: #dcfffd;
}

.solution-remote__item--20 {
  padding-right: 40px;
  padding-left: 40px;
  background: #fff url(../images/solutions/bg-20_2x.png) 50% 50%/cover no-repeat;
  text-align: center;
  color: #7d828b;
}

.solution-remote__item--21 {
  min-height: 100%;
  background-color: #1e445c;
  background-size: cover;
  color: #a7d1ec;
  background-image: url(../images/solutions/bg-1.png);
  background-position: 100% 50%;
}

.solution-remote__item--22 {
  min-height: 100%;
  background-color: #1e445c;
  background-size: cover;
  color: #a7d1ec;
  background-image: url(../images/solutions/bg-2.png);
  background-position: 0 50%;
}

.solution-remote__item--23 {
  background: #fff url(../images/solutions/bg-20_2x.png) 50% 50%/cover no-repeat;
  color: #7d828b;
}

.solution-remote__item--24 {
  background: #e5ebee;
}

.solution-remote__item--25 {
  background-color: #12b0a7;
  color: #dcfffd;
}

.solution-remote__item--26 {
  background-color: #1f5aa0;
  color: #b6d7ff;
}

.solution-remote__item--27 {
  background-color: #1a3e56;
  color: #abc2d1;
}

.solution-remote__figure--1 {
  margin-right: -60px;
  margin-bottom: -60px;
}

.solution-remote__figure--2 {
  margin-top: -153px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
  border-top: 48px solid transparent;
}

.solution-remote__figure--3 {
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
}

@media screen and (min-width: 768px) {
  .solution-remote__figure--3 img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.solution-remote__figure--4 {
  margin-top: -40px;
  margin-bottom: -60px;
  margin-left: -60px;
}

.solution-remote__figure--5 {
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -34px;
}

.solution-remote__figure--6 {
  margin-top: 40px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
}

.solution-remote__figure--7 {
  margin-top: 47px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
}

.solution-remote__figure--9 {
  margin-right: -60px;
  margin-bottom: -60px;
}

.solution-remote__figure--10 {
  margin-top: 60px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -61px;
}

.solution-remote__figure--11 {
  margin-top: 60px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
}

.solution-remote__figure--12 {
  margin-top: -60px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -4px;
}

.solution-remote__figure--15 {
  margin-bottom: -60px;
  margin-left: -60px;
}

.solution-remote__figure--16 {
  margin-top: 40px;
  margin-right: -61px;
  margin-bottom: -60px;
}

.solution-remote__figure--17 {
  margin-top: 40px;
  margin-right: -64px;
  margin-bottom: -60px;
}

.solution-remote__figure--18 {
  margin-top: 32px;
  margin-right: -60px;
  margin-bottom: -60px;
}

.solution-remote__figure--19 {
  margin-top: 48px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
}

.solution-remote__figure--20-1 {
  margin-bottom: -60px;
  margin-left: -40px;
}

.solution-remote__figure--20-2 {
  margin-top: -60px;
  margin-right: -40px;
  text-align: right;
}

.solution-remote__figure--23 {
  margin-right: -60px;
  margin-bottom: -60px;
}

.solution-remote__figure--24 {
  margin-right: -60px;
  margin-bottom: -60px;
}

.solution-remote__figure--25,
.solution-remote__figure--26 {
  margin-top: 48px;
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
}

.solution-remote__figure--27 {
  margin-right: -60px;
  margin-bottom: -60px;
}

.solution-remote__figure--28 {
  margin-top: -60px;
  margin-right: -60px;
  margin-left: 40px;
}

@media screen and (max-width: 991.98px) {
  .solution-remote__figure--28 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .solution-remote__figure--28 img {
    width: 100%;
  }
}
.solution-remote__image {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.solution-remote__figure img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.solution-remote__subtitle {
  position: relative;
}

.solution-remote__item img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

@media screen and (max-width: 1283.98px) {
  .solution-remote__item {
    padding: 30px;
  }
  .solution-remote__item--4 {
    padding-bottom: 60px;
  }
  .solution-remote__figure--1 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__figure--2 {
    margin-top: -29.5%;
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
    border-top-width: 40px;
  }
  .solution-remote__figure--3 {
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--4 {
    margin-top: -20px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--5 {
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -26px;
  }
  .solution-remote__figure--6 {
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--7 {
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--9 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__figure--10 {
    margin-top: 40px;
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--11 {
    margin-top: 40px;
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--12 {
    margin-top: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: 0;
  }
  .solution-remote__figure--15 {
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--16 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__figure--17 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__figure--18 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__figure--19 {
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--20-1 {
    margin-bottom: -40px;
  }
  .solution-remote__figure--20-2 {
    margin-top: -40px;
  }
  .solution-remote__figure--23 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__figure--24 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__figure--25,
  .solution-remote__figure--26 {
    margin-right: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
  }
  .solution-remote__figure--27 {
    margin-right: -40px;
    margin-bottom: -40px;
  }
  .solution-remote__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .solution-remote__figure--1 {
    margin-top: 40px;
  }
  .solution-remote__figure--4 {
    margin-top: 40px;
  }
  .solution-remote__figure--5 {
    margin-top: 40px;
  }
  .solution-remote__figure--9 {
    margin-top: 40px;
  }
  .solution-remote__figure--12 {
    margin-top: 40px;
  }
  .solution-remote__figure--15 {
    margin-top: 40px;
  }
  .solution-remote__figure--20-1 {
    margin-top: 40px;
    margin-right: -40px;
  }
  .solution-remote__figure--20-2 {
    margin-bottom: 20px;
  }
  .solution-remote__figure--23 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .solution-remote__figure--13 {
    margin-left: 1%;
    margin-right: 1%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .solution-remote__figure--14 {
    margin-left: 1%;
    margin-right: 1%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-remote__figure--1 {
    width: 563px;
  }
  .solution-remote__figure--5 {
    width: 583px;
  }
}
@media screen and (max-width: 991.98px) {
  .solution-remote__figure--24 {
    margin-top: 40px;
  }
  .solution-remote__figure--27 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-remote {
    padding-top: 60px;
  }
  .solution-remote::before {
    height: 60px;
  }
  .solution-remote__item {
    padding: 30px;
  }
  .solution-remote__item--8 {
    text-align: center;
  }
  .solution-remote__figure--1 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--2 {
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
    border-top-width: 30px;
  }
  .solution-remote__figure--3 {
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--4 {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--5 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--6 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--7 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--9 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--10 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--11 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--12 {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--15 {
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--16 {
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--17 {
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--18 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--19 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--20-1 {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: -30px;
    margin-left: 0;
  }
  .solution-remote__figure--20-2 {
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: 16px;
    margin-left: -27px;
  }
  .solution-remote__figure--23 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--24 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__figure--25,
  .solution-remote__figure--26 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
  }
  .solution-remote__figure--27 {
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
  }
  .solution-remote__subtitle {
    font-size: 18px;
  }
}
/**/
/* solution keep */
/**/
.solution-keep {
  text-align: center;
}

.solution-keep__cont {
  padding: 31px 39px 39px;
  border-radius: 6px;
  border: 1px solid #dbe6ec;
  background-color: #f7fbfd;
}

.solution-keep__item {
  padding: 20px 0;
  border-radius: 6px;
  background-color: #004163;
  color: #fff;
}

.solution-keep__arrow {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background: url("../images/solutions/arrow.svg") 50% 50%/100% 100%;
}

.solution-keep__foot {
  border-top: 1px solid #dbe6ec;
}

.solution-keep__list {
  list-style: none;
  text-align: left;
}

.solution-keep__list li {
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  background: url("../images/solutions/caret.svg") 0 3px no-repeat;
}

@media screen and (max-width: 1023.98px) {
  .solution-keep__cont {
    padding: 23px;
  }
  .solution-keep__item {
    font-size: 18px;
  }
  .solution-keep__arrow {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-keep__item br {
    display: none;
  }
  .solution-keep__arrow {
    width: 32px;
    height: 32px;
    margin: 6px 0;
    transform: rotate(90deg);
  }
  .solution-keep__foot {
    display: inline-block;
    vertical-align: top;
  }
}
/**/
/* solution reduce */
/**/
.solution-reduce {
  text-align: center;
}
.solution-reduce .solution_reduce_col {
  background-color: #0a324c;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 6px;
}

.solution-reduce__item {
  padding: 32px;
  border-radius: 6px;
  background-color: #0a324c;
  text-align: left;
  color: #97bbd0;
  height: auto;
}

.solution-reduce__icon {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .solution-reduce__item {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .solution_reduce_col {
    flex: 0 0 98% !important;
    max-width: 98% !important;
  }
}
@media screen and (min-width: 575.99px) and (max-width: 991.98px) {
  .solution_reduce_col {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }
}
/**/
/* solution integrations */
/**/
.solution-integrations {
  text-align: center;
}

.solution-integrations__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 39px;
  border-radius: 8px;
  border: 1px solid #e7eaf0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.05);
  text-align: left;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.solution-integrations__item p {
  margin-bottom: 32px;
}
.solution-integrations__item:hover {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.solution-integrations__logo {
  display: flex;
  align-items: center;
  height: 64px;
}

.solution-integrations__foot {
  margin: auto -39px -39px;
  padding: 20px 31px;
  border-top: 1px solid #e7eaf0;
  text-align: center;
}

@media screen and (max-width: 1283.98px) {
  .solution-integrations__item {
    padding: 31px;
  }
  .solution-integrations__foot {
    margin: auto -31px -31px;
  }
}
@media screen and (max-width: 1023.98px) {
  .solution-integrations__foot {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-integrations__item {
    padding: 23px;
  }
  .solution-integrations__item p {
    margin-bottom: 23px;
  }
  .solution-integrations__logo {
    height: auto;
  }
  .solution-integrations__foot {
    margin: auto -23px -23px;
    padding-right: 19px;
    padding-left: 19px;
  }
}
/**/
/* solution return */
/**/
.solution-return {
  text-align: center;
}

.solution-return__video {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.solution-return__video img {
  display: block;
  border-radius: 6px;
}
.solution-return__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin: -64px 0 0 -64px;
  border-radius: 50%;
  background: #fff url("/sites/default/files/2021-01/play.svg") 55% 50%/80px 80px no-repeat;
}

.solution-return__cont {
  margin-left: 64px;
  text-align: left;
}
.solution-return__cont ul {
  list-style: none;
  font-size: 18px;
}
.solution-return__cont li {
  position: relative;
  margin-top: 12px;
  padding-left: 1em;
}
.solution-return__cont li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #32bdb5;
}
.solution-return__cont .ul--checks > li::before {
  content: "    ";
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.5455 2L6.54545 12L2 7.45455" stroke="%2332BDB5" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') 50% 50%/100% 14px no-repeat;
}
.solution-return__cont .ul--checks > li {
  padding-left: 1.75em;
}
.solution-return__cont hr {
  border-top: 1px solid #e4e7ee;
}

@media screen and (max-width: 1283.98px) {
  .solution-return__video img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .solution-return__cont {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-return__video::after {
    width: 96px;
    height: 96px;
    margin: -48px 0 0 -48px;
    background-size: 60px 60px;
  }
}
@media screen and (max-width: 991.98px) {
  .solution-return__cont {
    text-align: left;
  }
  .solution-return__cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .solution-return__cont .link_wrapper {
    margin: auto;
  }
}
/**/
/* solution calculate */
/**/
.solution-calculate {
  padding: 40px;
  border-radius: 6px;
  background: url(../images/solutions/sc_bg@2x.png) 50% 50%/cover no-repeat;
  text-align: center;
  color: #8e9dc1;
}

@media screen and (max-width: 767.98px) {
  .solution-calculate {
    padding: 30px 20px;
  }
}
@media (min-width: 782px) {
  .solution-calculate .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .solution-calculate .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.solution-calculate img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/**/
/* solution transform */
/**/
.solution-transform {
  text-align: center;
}

.solution-transform__figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.solution-transform__dots {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin: 0 128px 56px 0;
}

.solution-transform__image {
  position: relative;
  vertical-align: top;
  margin-bottom: -5.5%;
}

.solution-transform__item {
  text-align: left;
}

@media screen and (max-width: 1283.98px) {
  .solution-transform__image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-transform__figure {
    margin-right: -40px;
    margin-left: -40px;
  }
}
/* /**/
/* solution resources */
.solutions_resources {
  border: 1px solid #e6e6e6;
  padding: 0;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 8px;
}
.solutions_resources .resources__cont {
  border: none;
}
.solutions_resources .resources__cont:hover {
  border: none;
}
.solutions_resources .resources__image img {
  object-fit: cover;
  height: 1000vh;
  max-height: 211px;
  width: 100%;
}
.solutions_resources:hover {
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.solutions_resources .resources__item {
  border: none;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: initial;
  flex: initial;
  max-width: initial;
}
.solutions_resources .resources__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 575.98px) {
  .solutions_resources {
    flex: 0 0 98% !important;
    max-width: 98% !important;
  }
}
@media screen and (min-width: 575.99px) and (max-width: 991.98px) {
  .solutions_resources {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }
}
@media (min-width: 782px) {
  .resources .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .resources .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .resources img {
    width: 100%;
  }
}
.resources .more-link--enlarged::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.resources__item {
  border-radius: 8px !important;
  overflow: hidden;
}

.resources__image img {
  display: block;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}

.gxp-platform__figure {
  background-position: 50% 50%;
  background-size: cover;
}

.solution-integrations-v1 .wp-block-column {
  margin-left: 0px;
}
.solution-integrations-v1 .wp-block-column .h5 {
  margin-bottom: 25px;
}

.solution-reviews__slide .solotion-btn-slider {
  width: 160px;
  height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.solution-reviews__slide .h3 {
  color: #1f5aa0;
}

@media screen and (max-width: 767.98px) {
  .solution-reviews__foot .vimeo-video {
    display: flex;
    justify-content: center;
  }
}
.solution-hero__subtitle {
  font-weight: normal;
}

.hero__bg--right-top {
  top: -22px;
  left: 59%;
}

.hero__bg--left-bottom {
  right: 62%;
  margin-right: 480px;
  bottom: 84px;
}

.hero__bg--right-bottom {
  bottom: 84px;
  left: 63%;
  margin-left: 520px;
}

.solution-ranking-v2 .wp-block-column:not(:first-child) {
  margin-left: 0px;
}
.solution-ranking-v2 .solution-ranking__row {
  margin-left: 5%;
}

@media (min-width: 600px) {
  .solution-ranking__row .wp-block-column {
    flex-basis: initial !important;
  }
  .solution-ranking__row .wp-block-column:nth-child(2n) {
    margin-left: initial !important;
  }
}
.solution-about-column .wp-block-column:not(:first-child) {
  margin-left: 0px;
}
.solution-about-column .solution-column-image {
  margin-right: 20px;
}
.solution-about-column .h2 {
  color: #004163;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .solution-integrations__foot {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.solution-two-row-v2 .solution-col-v2 {
  display: flex;
}
.solution-two-row-v2 .solution-remote__figure--10 {
  margin-top: 87px;
}

@media screen and (max-width: 991px) {
  .solution-two-row-v2 .solution-remote__figure--10 {
    margin-top: 109px;
  }
}
/**/
/* support exclusion */
/**/
.support-exclusion {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #DDE1E9;
  color: #35364E;
}
.support-exclusion:first-child {
  border-top: none;
}
.support-exclusion h6 {
  margin-top: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: #5E869E;
}
.support-exclusion h6:first-child {
  margin-top: 0;
}
.support-exclusion p {
  margin-top: 12px;
  font-size: 13px;
}
.support-exclusion strong {
  font-weight: 600;
}
.support-exclusion ol {
  margin-top: 12px;
  margin-left: 16px;
  font-size: 13px;
  line-height: 1.375;
}
.support-exclusion ol ul {
  margin-top: 4px;
  margin-bottom: 0;
}
.support-exclusion ol ul li {
  margin-top: 0;
}
.support-exclusion ul {
  margin-top: 12px;
  margin-left: 16px;
  font-size: 13px;
  line-height: 1.375;
  list-style: disc;
}
.support-exclusion li {
  margin-top: 12px;
}
.support-exclusion table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: 500;
}
.support-exclusion th {
  padding: 12px;
  border: 1px solid #FFF;
  background: rgba(0, 123, 189, 0.116286);
  font-weight: 600;
  text-align: left;
  color: #003E67;
}
.support-exclusion td {
  padding: 12px;
  border: 1px solid #FFF;
  background: rgba(0, 123, 189, 0.021);
}
.support-exclusion tr:nth-child(even) td {
  background-color: rgba(228, 239, 243, 0.4);
}

.support-exclusion__title {
  width: 200px;
}

.support-exclusion__cont {
  margin-right: 40px;
}

.support-exclusion__side {
  margin-left: 40px;
}

.support-exclusion__table {
  margin-top: 12px;
  overflow: auto;
  border-radius: 6px;
}

@media screen and (max-width: 1283.98px) {
  .support-exclusion__title {
    width: 160px;
  }
}
@media screen and (max-width: 991.98px) {
  .support-exclusion__title {
    margin-bottom: 40px;
  }
  .support-exclusion__cont {
    margin: 0;
  }
  .support-exclusion__side {
    margin: 32px 0 0;
  }
}
@media (min-width: 782px) {
  .support-exclusion .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .support-exclusion .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.support-exclusion__cont ol {
  list-style: decimal !important;
}
.support-exclusion__cont ol li {
  margin-bottom: 0 !important;
}

/**/
/* upcoming events card */
/**/
.upcoming-events-card {
  display: block;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  box-shadow: inset 0 0 0 1px #E6E6E6, 0 0 0 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.upcoming-events-card:hover {
  box-shadow: inset 0 0 0 1px #E6E6E6, 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.upcoming-events-card__figure {
  position: relative;
  padding-top: 62.9139072848%;
}

.upcoming-events-card__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upcoming-events-card__cont {
  padding: 16px 24px 24px;
}

.upcoming-events-card__title {
  font-weight: 600;
  color: #35364E;
}

.upcoming-events-card__date {
  color: #5E636B !important;
}

/**/
/* in the news */
/**/
.in-the-news__item {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #DDE1E9;
  background-color: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.in-the-news__item h4 {
  max-height: 150px;
  height: 100px;
}

.in-the-news__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.in-the-news__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
}

.in-the-news__figure img {
  max-width: 100%;
  max-height: 100%;
}

/**/
/* INDUSTRY */
/**/
/**/
/* industry hero */
/**/
.industry-hero {
  padding: 64px 0;
  background-color: #F0F2F6;
  background-position: 50% 50%;
  background-size: cover;
}
.industry-hero .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
}
.industry-hero .wp-block-cover__inner-container .h6 {
  color: #007bbd;
}
.industry-hero .wp-block-cover__inner-container .h1 {
  color: #004064;
  line-height: 50px;
}
.industry-hero .wp-block-cover__inner-container .tc--heading {
  color: #004064;
}

.industry-hero__cont {
  padding: 48px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
  .industry-hero__cont {
    padding: 36px 20px;
  }
}
.industry-hero_financial {
  padding-top: 0 !important;
  background: transparent !important;
}

/**/
/* industry intro */
/**/
.industry-intro__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}

.industry-intro__block .wp-block-column {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1023.98px) {
  .industry-intro__image {
    margin-right: auto;
  }
  .industry-intro__block .industry-intro__image img {
    display: block;
    margin: 0 auto;
  }
}
.industry-intro .h2 {
  line-height: normal;
}

/**/
/* industry benefits */
/**/
.industry-benefits__item {
  padding: 28px;
  background: linear-gradient(rgba(226, 240, 247, 0.7), rgba(226, 240, 247, 0));
}

.industry-benefits__icon {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .industry-benefits__item {
    padding: 20px;
  }
  .industry-hero .wp-block-cover__inner-container .h1 {
    line-height: 30px;
  }
  .industry-hero .view_demo__button .wp-block-group__inner-container {
    width: 100%;
  }
}
@media screen and (max-width: 599.98px) {
  .industry-benefits__item {
    text-align: center;
  }
  .industry-benefits__icon {
    margin-right: auto;
    margin-left: auto;
  }
}
/**/
/* industry features */
/**/
.industry-features {
  text-align: center;
}

.industry-features_group .wp-block-column {
  margin: auto !important;
}

.industry-features__item {
  text-align: left;
}
.industry-features__item img {
  position: relative;
  z-index: 4;
}

.industry-features__figure {
  display: inline-block;
  vertical-align: top;
}

.industry-features__image-wrap--1 {
  margin: -5% 0 -10.25% 0;
}

.industry-features__image-wrap--2 {
  margin: 0 0 -8.25% 0;
}

.industry-features__image-wrap--3 {
  margin: 0 0 -8.75% 0%;
}

.industry-features__image-wrap--4 {
  margin: 0 0 -16% 0%;
}

.industry-features__image-wrap--6 {
  margin: 0 0 -16% 0%;
}

.industry-features__cont {
  position: relative;
}

.industry-features__cont h3,
.industry-features__cont p {
  position: relative;
}

.industry-features__cont::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -192px;
  bottom: -48px;
  left: -48px;
  border-radius: 10px;
  background: linear-gradient(180deg, #F2FBFF 22.6%, rgba(230, 241, 249, 0) 128.51%);
}

.industry-features__image {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.industry-features__list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  max-width: 480px;
  margin-right: 40px;
  padding: 40px;
  border-radius: 8px;
  background-color: #004163;
  font-weight: 500;
  text-align: left;
  color: #FFF;
}

.industry-features__list::before,
.industry-features__list::after,
.industry-features__list li:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  width: 180px;
  height: 180px;
}

.industry-features__list::before {
  top: -20%;
  margin-right: 0px;
  background: url(../images/industry/gdpr@2x.png) 50% 50%/100% 100%;
}

.industry-features__list::after {
  top: 20%;
  margin-right: -120px;
  background: url(../images/industry/california.png) 50% 50%/100% 100%;
}

.industry-features__list li:last-child::after {
  bottom: -30%;
  margin-right: -30px;
  background: url(../images/industry/china.png) 50% 50%/100% 100%;
}

.industry-features__list li {
  margin-top: 6px;
  padding-left: 28px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2332BDB5" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>') 0 50%/14px 14px no-repeat;
  margin-bottom: 0 !important;
}

.industry-features__list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1023.98px) {
  .industry-features__cont::before {
    display: none;
  }
  .industry-features__image-wrap--1 {
    margin: -6% -13.25% -12.25% -4.75%;
  }
  .industry-features__image-wrap--2 {
    margin: 0 0 -9% -4.5%;
  }
  .industry-features__image-wrap--3 {
    margin: 0 -2.25% -8.5% 0%;
  }
  .industry-features__image-wrap--4 {
    margin: 0 0 -17% -7%;
  }
  .industry-features__image-wrap--6 {
    margin-bottom: -4%;
  }
}
@media screen and (max-width: 767.98px) {
  .industry-features__list,
  .industry-features__figure {
    margin-bottom: 24px;
  }
}
/**/
/* industry approval */
/**/
.industry-approval {
  padding: 64px 0;
  background: #183040;
  color: #FFF;
}

.industry-approval__text {
  color: #CBDFEC;
}

.industry-approval__figure {
  margin: -4.25% 0 -3% -3.5%;
  text-align: center;
}

.industry-approval__image {
  vertical-align: top;
}

@media screen and (max-width: 1283.98px) {
  .industry-approval__image {
    max-width: 50vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .industry-approval__image {
    max-width: 75vw;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 599.98px) {
  .industry-approval__image {
    max-width: 100%;
  }
}
/**/
/* industry things */
/**/
.industry-things__icon {
  display: block;
  margin-top: 60px;
}

.industry-things__item {
  position: relative;
  height: 100%;
  padding: 48px;
  border-radius: 10px;
  background: linear-gradient(150.31deg, #F2F9FF 6.95%, #E6F1F9 91.34%);
}
.industry-things__item p {
  color: rgb(94, 99, 107);
}

@media screen and (max-width: 767.98px) {
  .industry-things__icon {
    margin-top: 45px;
  }
}
@media screen and (max-width: 599.98px) {
  .industry-things__item {
    padding: 36px;
  }
}
/**/
/* industry video */
/**/
.industry-video {
  padding: 48px;
  border-radius: 10px;
  background-color: #183040;
  color: #FFF;
}

.industry-video__logo {
  display: block;
  opacity: 0.8;
}

.industry-video__divider {
  width: 1px;
  height: 180px;
  margin: 0 16px;
  background: #2C495B;
}

.industry-video__figure {
  position: relative;
  display: block;
  margin: -24px -24px -24px 0;
}

.industry-video__figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  background: #32BDB5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>') 55% 50%/24px 24px no-repeat;
}

.industry-video__image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

@media screen and (max-width: 1283.98px) {
  .industry-video {
    padding: 32px;
  }
  .industry-video__figure {
    margin: -16px -16px -16px 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .industry-video__logos {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .industry-video__logo {
    margin: 0 20px;
  }
  .industry-video__divider {
    width: 100%;
    height: 1px;
    margin: 24px 0;
  }
  .industry-video__figure {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .industry-video {
    padding: 24px;
    text-align: center;
  }
  .industry-video__divider {
    margin: 18px 0;
  }
  .industry-video__figure {
    margin-top: 24px;
  }
}
@media screen and (max-width: 599.98px) {
  .industry-video__logos {
    display: block;
  }
  .industry-video__logo {
    margin: 0 auto;
  }
  .industry-video__image {
    max-width: 100%;
    height: auto;
  }
}
/**/
/* industry foundation */
/**/
.industry-foundation {
  text-align: center;
}

.industry-foundation__block .h3 {
  line-height: normal;
}
.industry-foundation__block .wp-block-column {
  margin-left: 0px;
}
.industry-foundation__block .wp-block-column .wp-block-image img {
  max-width: none;
}

.industry-foundation__title {
  max-width: 908px;
  margin-right: auto;
  margin-left: auto;
  line-height: normal;
}

.industry-foundation__item {
  min-height: 100%;
  padding: 48px 60px 60px;
  border-radius: 10px;
  background: linear-gradient(210.63deg, #0B4E72 6.93%, #0A2736 98.29%);
  text-align: left;
  color: #A8C7DB;
}
.industry-foundation__item .h3 {
  line-height: 35px !important;
}

.industry-foundation__item--2 {
  background: linear-gradient(319.29deg, #294C63 -13.02%, #162D3D 105.46%);
}

.industry-foundation__item--alt {
  padding: 48px;
  background-image: url("../images/industry/rectangle-bg.png");
  background-size: cover;
  background-position: 50%;
}

.industry-foundation__item--alt-column.wp-block-column {
  margin-left: 0px;
}
.industry-foundation__item--alt-column p.tc--heading {
  margin: 0px;
}
.industry-foundation__item--alt-column p.more-link {
  margin-bottom: 0px;
}

.industry-foundation__icon {
  display: block;
}

.industry-foundation__figure {
  text-align: center;
}

.industry-foundation__figure--alt {
  display: inline-block;
  vertical-align: top;
}

.industry-foundation__image img {
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.06);
}

.industry-foundation__figure--3 {
  margin-bottom: -49px;
  margin-left: -23px;
  border-radius: 0;
  box-shadow: none;
}

.industry-foundation__figure--3 img {
  border-radius: 0;
  box-shadow: none;
}

.industry-foundation__image--4 {
  margin-top: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}

.industry-foundation__image--5 img {
  margin-top: 5px;
  margin-bottom: -15px;
  margin-left: -46px;
  border-radius: 0;
  box-shadow: none;
}

.industry-foundation__image--6 img {
  margin: -17px -23px -38px -19px;
  border-radius: 0;
  box-shadow: none;
}

.industry-foundation__image--7 img {
  margin-top: -8px;
  margin-bottom: -20px;
  border-radius: 0;
  box-shadow: none;
}

.industry-foundation__image--8 img {
  margin: 13px -59px 14px;
  border-radius: 0;
  box-shadow: none;
}

.industry-foundation__image--9 img {
  margin: -24px -34px -44px -14px;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width: 1283.98px) {
  /*.industry-foundation__image {
    max-width: 100%;
    height: auto;
  }*/
  .industry-foundation__image img {
    max-width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .industry-foundation__item {
    padding: 32px;
  }
  .industry-foundation__figure--3 {
    margin-bottom: -10%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 767.98px) {
  .industry-foundation__item {
    padding: 30px;
  }
  .industry-foundation__item .h3 {
    line-height: 27px !important;
  }
  .industry-foundation__item--alt-1 {
    margin: 0px;
    padding-bottom: 30px;
  }
  .industry-foundation__figure--3 {
    padding-bottom: 30px;
  }
  .industry-foundation__image--5 img,
  .industry-foundation__image--6 img,
  .industry-foundation__image--7 img,
  .industry-foundation__image--8 img,
  .industry-foundation__image--9 img {
    margin: 0;
  }
  .industry-foundation__image--7 img {
    margin-bottom: 30px;
  }
}
/**/
/* industry stories */
/**/
.industry-stories {
  text-align: center;
}

.industry-stories__item {
  position: relative;
  min-height: 100%;
  padding: 23px 31px 105px;
  border-radius: 6px;
  border: 1px solid #E1E9EB;
  background: #FBFCFE;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.05);
  text-align: left;
  transition-duration: 0.25s;
  transition-property: background, box-shadow, transform;
}

.industry-stories__item:hover {
  background-color: #FFF;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.industry-stories__quotes {
  width: 38px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg width="38" height="30" viewBox="0 0 38 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M16.83 22.66C16.83 26.62 13.42 29.92 8.8 29.92C3.63 29.92 0 25.96 0 19.91C0 6.16 9.24 0.66 15.84 0V6.05C11.33 6.82 7.37 11.11 7.15 15.84C7.37 15.73 8.36 15.29 9.46 15.29C13.75 15.29 16.83 18.26 16.83 22.66ZM37.18 22.66C37.18 26.62 33.77 29.92 29.15 29.92C24.09 29.92 20.35 25.96 20.35 19.91C20.35 6.16 29.7 0.66 36.19 0V6.05C31.79 6.82 27.83 11.11 27.61 15.84C27.83 15.73 28.71 15.29 29.81 15.29C34.21 15.29 37.18 18.26 37.18 22.66Z" fill="%2332BDB5"/></svg>');
}

.industry-stories__photo {
  display: block;
  margin-right: 4px;
  border-radius: 50%;
}

.industry-stories__foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 0;
  border-top: 1px solid #E1E9EB;
  text-align: center;
}

.industry-stories__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1023.98px) {
  .industry-stories__item {
    padding-right: 23px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 767.98px) {
  .industry-stories__item {
    padding-bottom: 77px;
  }
  .industry-stories__foot {
    padding: 18px 0;
  }
}
/**/
/* industry ranking */
/**/
.industry-ranking {
  padding: 24px 32px;
  border-radius: 10px;
  background: #F0F2F6;
  text-align: center;
}
.industry-ranking .industry-ranking_logos img {
  width: 155px;
  height: 196px;
}

.industry-ranking__title {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 1023.98px) {
  .industry-ranking {
    padding: 32px;
  }
  .industry-ranking__title {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .industry-ranking {
    padding: 24px;
  }
  .industry-ranking__image img {
    width: auto;
    height: 147px;
  }
}
@media screen and (max-width: 599.98px) {
  .industry-ranking__image img {
    height: 118px;
  }
}
/**/
/* industry platform */
/**/
.industry-platform {
  text-align: center;
}

.industry-platform__figure {
  background-position: 50% 50%;
  background-size: cover;
}

.industry-platform__image {
  vertical-align: top;
}

@media screen and (max-width: 1407.98px) {
  /*.industry-platform__image {
    max-width: 100%;
    height: auto;
  }*/
  .industry-platform__image img {
    max-width: 100%;
    height: auto;
  }
}
/**/
/* industry callout */
/**/
.industry-callout {
  padding: 52px 0;
  background: #004163 url(../images/industry-callout-bg.webp) 50% 50%/cover no-repeat;
  text-align: center;
}

.industry-callout__link {
  margin-left: 16px;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .industry-callout {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .industry-callout__link {
    margin-left: 0;
  }
}
.hr__diveder {
  border: none;
}

.industry--testimonial-testimonials .wp-block-column {
  margin-left: 0px;
}
.industry--testimonial-testimonials .testimonials__name, .industry--testimonial-testimonials .testimonials__position {
  margin: 4px 0px 0px;
  line-height: normal;
}
.industry--testimonial-testimonials .testimonials__foot figure img {
  display: block;
  border-radius: 50%;
  margin-right: -4px;
}
.industry--testimonial-testimonials .testimonials__foot .testimonial__photo {
  width: 48px;
  height: 48px;
}
.industry--testimonial-testimonials .testimonials__foot .testimonials__name {
  font-size: 18px;
}
.industry--testimonial-testimonials .testimonials__read {
  margin: 0px;
}

.industry--testimonial-testimonials .testimonials__foot .wp-block-column:not(:first-child) {
  margin: 0px;
}

.industry-v2.resources {
  margin-top: 80px;
}
.industry-v2 .additional-resources {
  margin-bottom: -15px;
}
.industry-v2 .resources__image {
  border: none;
}
.industry-v2 .resources__image img {
  display: block;
  border-radius: 8px 8px 0 0;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.industry-v2 .wp-block-column {
  margin-left: 0px;
}
.industry-v2 .resources__cont {
  margin-top: -17px;
}
.industry-v2 .resources__cont .resource__more_link {
  margin: 0px;
  line-height: 0px;
}
.industry-v2 .h3, .industry-v2 .h2, .industry-v2 .h3, .industry-v2 .h4 {
  line-height: 40px;
}
.industry-v2 .h5 {
  line-height: 25px;
}

@media (max-width: 599px) {
  .industry--testimonial-testimonials .testimonials__foot .wp-block-column, .industry-v2 .wp-block-column {
    flex-basis: inherit !important;
  }
}
/**/
/* badge */
/**/
.badge--cyan {
  background-color: #E5FCF9;
  color: #5BBAC0;
}

.badge--pink {
  background-color: #F5E8F2;
  color: #BA54A4;
}

.badge--olive {
  background-color: #E8F4EC;
  color: #6EA37F;
}

.badge--purple {
  background-color: #E9E5FF;
  color: #8186F5;
}

.badge--nepal {
  background-color: #EAF5FF;
  color: #8BA2BA;
}

.divider.divider__industry {
  margin-top: 80px;
}

.testimonials.mt-750 {
  margin-top: 120px;
}

/**/
/* industry watch */
/**/
.industry-watch > .wp-block-group__inner-container:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  border-radius: 6px;
  background: url(../images/industry-watch/bg.png) 50% 50%/cover;
  text-align: center;
}

@media screen and (max-width: 599.98px) {
  .industry-video__icons {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .industry-video__icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1407.98px) {
  .industry-platform__image {
    max-width: 100%;
    height: auto;
  }
}
/**/
/* press releases */
/**/
.press-releases__head {
  padding: 20px 0 180px;
  background: linear-gradient(217.4deg, #323A4B 6.01%, #171C2A 95.81%);
}

.press-releases__head .bread-crumbs {
  margin: 0;
  color: #96A1BA;
}

.press-releases__head .bread-crumbs__link {
  color: #646D85;
}

.press-releases__cont {
  margin-top: -140px;
  padding: 28px 0;
  border-radius: 6px;
  background-color: #FFF;
}
.press-releases__cont .rc-pagination__item {
  border: 1px solid #B3B7BB;
  color: #35374D;
}

.press-releases__nav {
  text-transform: capitalize;
}

.press-releases__side {
  width: 288px;
  padding: 0 28px;
  font-size: 20px;
  line-height: 44px;
}
.press-releases__side select {
  text-transform: capitalize;
}

.press-releases__side a {
  display: block;
  padding: 0 16px 0 12px;
  border-radius: 3px;
  border-left: 4px solid transparent;
  text-decoration: none;
  color: #35364E;
}

.press-releases__side .active {
  border-left: 4px solid #32BDB5;
  background-color: rgba(118, 221, 215, 0.12);
  font-weight: 600;
  pointer-events: none;
}

.press-releases__side a:visited {
  color: #35364E !important;
}

.press-releases__side a:hover {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="40" height="20" stroke="%2335364E" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') 100% 50% no-repeat;
}

.press-releases__main {
  margin-left: 20px;
  padding-right: 48px;
  padding-left: 48px;
  border-left: 1px solid rgba(53, 83, 100, 0.9333333333);
}

.press-releases__divider {
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid rgba(53, 83, 100, 0.9333333333);
}

.press-releases__item {
  position: relative;
  margin-right: -24px;
  margin-left: -24px;
  padding: 24px;
  border-radius: 4px;
  transition-duration: 0.125s;
  transition-property: background-color;
}

.press-releases__item:hover {
  background-color: #F4F9FC;
}

.press-releases__name {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: #35364E;
}

.press-releases__more {
  opacity: 0;
  transition-duration: 0.125s;
}
.press-releases__more span {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polygon fill="%230BC5BA" points="6,13.4 4.6,12 8.6,8 4.6,4 6,2.6 11.4,8"></polygon></svg>') 50% 50%/100% 100% no-repeat;
  position: absolute;
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  margin: 0 -0.25em 0 0.25em;
  transform: translateY(1px);
}

.press-releases__item:hover .press-releases__more {
  opacity: 1;
}

.press-releases__select {
  width: 204px;
}

.press-releases__select select {
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (max-width: 1283.98px) {
  .press-releases__side {
    width: 280px;
  }
}
@media screen and (max-width: 1023.98px) {
  .press-releases__cont {
    padding: 24px 0;
  }
  .press-releases__side {
    width: 208px;
    padding: 0 24px;
  }
  .press-releases__main {
    margin: 0;
    padding: 0 24px;
  }
  .press-releases__item:hover {
    background: none;
  }
  .press-releases__more {
    margin-top: 16px;
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .press-releases__side {
    width: auto;
  }
  .press-releases__main {
    margin-top: 24px;
    border-top: 1px solid rgba(53, 83, 100, 0.9333333333);
    border-left: 0;
  }
  .press-releases__name {
    font-size: 20px;
  }
  .press-releases__more {
    margin-top: 12px;
  }
}
/**/
/* media contact */
/**/
.media-contact {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #1F2637 0%, #1F2637 100%);
  color: #FFF;
}

.media-contact::after {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 50%;
  width: 538px;
  height: 352px;
  margin-left: 520px;
  background: url(../images/media-contact-bg.svg);
}

.media-contact::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 50%;
  width: 538px;
  height: 352px;
  margin-right: 520px;
  background: url(../images/media-contact-bg.svg);
}

.media-contact__text {
  opacity: 0.7;
}

.media-contact__overline {
  color: inherit;
  opacity: 0.6;
}

.media-contact__position {
  color: #76A2BC;
}

.media-contact__link {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  color: inherit !important;
}

.media-contact__link svg {
  vertical-align: top;
  margin: 2px 12px 0 0;
  color: #4B5671;
}

.media-contact__link--alt {
  color: #32BDB5 !important;
}

@media screen and (max-width: 767.98px) {
  .media-contact {
    text-align: center;
  }
  .media-contact__link {
    font-size: 18px;
    line-height: 20px;
  }
  .media-contact__link svg {
    margin-top: 0;
  }
}
/**/
/* select */
/**/
.select {
  position: relative;
}

.select__select {
  position: relative;
  width: 100%;
  padding: 11px 15px;
  border-radius: 4px;
  border: 1px solid #CCD3E0;
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46px" height="12px" viewBox="0 0 12 12"><path fill="%237F7F7F" d="M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z"></path></svg>') 100% 50% no-repeat;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 17px;
  line-height: 24px;
  color: #9395AD;
  cursor: pointer;
  transition-duration: 0.125s;
  transition-property: border-color, box-shadow;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select__select:focus {
  border-color: #0BC5BA;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1);
}

.select__select.changed {
  color: #35364E;
}

.select__select.parsley-error {
  border-color: #FD3C3C;
}

.select__select.parsley-error:focus {
  box-shadow: 0 0 0 3px rgba(253, 60, 60, 0.1);
}

@media screen and (max-width: 575.98px) {
  .press-releases__select {
    width: auto;
  }
  .select__select {
    font-size: 18px;
  }
}
.press-release-article .bread-crumbs {
  color: #5E636B;
  margin-left: 25px;
}
.press-release-article .bread-crumbs .bread-crumbs__link {
  font-weight: inherit;
}
.press-release-article .article-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #35364E;
  line-height: normal;
  margin-bottom: 0px;
}
.press-release-article .article-body {
  margin-top: 0px;
}
.press-release-article .article-body h1 + h2 {
  margin-top: 8px;
  color: #35364E;
  font-size: 26px;
  margin-bottom: 0px;
  line-height: normal;
}
.press-release-article .article-body h1::before {
  content: " ";
  width: inherit;
  height: inherit;
  background: inherit;
  position: relative;
}
.press-release-article .article-body h2 em {
  color: #35364E;
  font-size: 26px;
  line-height: 1.375;
  font-weight: normal;
}
.press-release-article .article-body h2 + h2 {
  margin-top: 8px;
}
.press-release-article .article-body h2 + h3 {
  color: #007BBD;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.375;
  margin-top: 50px;
  margin-bottom: -15px;
}
.press-release-article .article-body p {
  line-height: 1.4375;
  color: #35364E;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4375;
}
.press-release-article .article-body h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  color: inherit;
}
.press-release-article .article-body ul, .press-release-article .article-body ol {
  list-style: none;
  margin-left: 32px;
  padding-left: 0px;
}
.press-release-article .article-body ul li, .press-release-article .article-body ol li {
  font-size: 20px;
}
.press-release-article .article-body ul li::before {
  content: "•";
  position: absolute;
  left: 2em;
  color: #32BDB5;
}
.press-release-article .article__side {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(151, 151, 151, 0.2);
  min-height: auto;
  color: #5E636B;
}
.press-release-article .article__side .h6 {
  font-style: normal;
  letter-spacing: 1px;
  color: #C3C5D7;
}
.press-release-article .article-nav__item {
  background: transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.press-release-article .article-nav__title {
  text-decoration: underline;
  font-size: 20px;
}
.press-release-article .article-nav {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}
.press-release-article .article-nav__item--next {
  padding-right: 35px;
}
.press-release-article .article-nav__item--next .article-nav__icon {
  right: -22px;
}
.press-release-article .article-nav__item--prev {
  padding-left: 35px;
}
.press-release-article .article-nav__item--prev .article-nav__icon {
  left: -22px;
}

@media screen and (max-width: 767.98px) {
  .press-release-article .article-title {
    font-size: 30px;
  }
  .press-release-article .article-body h2 em {
    font-size: 22px;
  }
  .press-release-article .article-body h2 + h3 {
    font-size: 18px;
  }
  .press-release-article .article-body p {
    font-size: 18px;
  }
  .press-release-article .article-body ul, .press-release-article .article-body ol {
    margin-left: 20px;
  }
  .press-release-article .article-body ul li, .press-release-article .article-body ol li {
    font-size: 18px;
  }
  .press-release-article .article-body ul li::before {
    left: 1em;
  }
}
/**/
/* article contacts */
/**/
.article-contacts__hr {
  border-top: 1px solid #979797;
  opacity: 0.2;
  border-bottom: none;
}

.article-contacts__link {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #32BDB5;
}

.article-contacts__link svg {
  display: inline-block;
  vertical-align: top;
  margin: 2px 12px 0 0;
  color: #B9C8D0;
}
.article-contacts__link svg.social-nav__item--twitter:hover {
  color: #000;
}
.article-contacts__link svg.social-nav__item--linkedin:hover {
  color: #0077b5;
}
.article-contacts__link svg.social-nav__item--facebook:hover {
  color: #3b5998;
}
.article-contacts__link svg.social-nav__item--vimeo:hover {
  color: #29b7ea;
}
.article-contacts__link svg.social-nav__item--tiktok:hover {
  color: #000;
}
.article-contacts__link svg.social-nav__item--instagram:hover {
  color: #000;
}
.article-contacts__link svg.social-nav__item--youtube:hover {
  color: #DF2935;
}

@media screen and (max-width: 1023.98px) {
  .press-release-article .article__side {
    margin-top: 30px;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    border-left: 0;
  }
}
.job-list__head {
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_careers_feed/templates/images/jobListingHero.png) 50% 0/100% auto no-repeat;
  background-size: cover;
}
.job-list__head .h1 {
  font-size: 110px;
  line-height: 110%;
  align-items: center;
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-shadow: 0 4px 13px rgba(0, 0, 0, 0.25);
}

.job-listing-callout {
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cta/templates/images/jobListingFooter.png) 50% 50%/cover no-repeat !important;
}
.job-listing-callout a.button.button--xsmall {
  background: #0BC5BA;
  border-radius: 4px;
}
.job-listing-callout a.button.button--xsmall:hover {
  background: #23B6AA;
}

.job-listing-feeds .press-releases__item {
  background: #FAFAFA;
  mix-blend-mode: normal;
  border-radius: 6px;
  padding-right: 45px;
  padding-left: 45px;
}
.job-listing-feeds .press-releases__item .p.p--xsmall.tc--light {
  font-size: 16px;
  line-height: 18.99px;
}
.job-listing-feeds .press-releases__item:hover .press-releases__name {
  font-weight: 600;
}
.job-listing-feeds .press-releases__divider__alt {
  margin-top: 30px;
  margin-bottom: -1px;
  border-top: none;
}
.job-listing-feeds .press-releases__side {
  border-right: 1px solid #DAE4EB;
  width: 400px;
}
.job-listing-feeds .press-releases__side a {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  /* Dark Purple */
  color: #35364E !important;
  border-left: none;
  margin-top: 15px;
  padding-left: 0px;
}
.job-listing-feeds .press-releases__side a:hover {
  font-weight: 600;
}
.job-listing-feeds .press-releases__side a.active {
  font-weight: 600;
  font-size: 20px;
  /* color: #6E49FF !important; */
  border-left: none;
  background-color: transparent;
  cursor: poiter;
}
.job-listing-feeds .press-releases__main {
  border-left: none;
  padding-right: 24px;
}
.job-listing-feeds .press-releases__nav span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 90%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #35364E;
  opacity: 0.5;
}
.job-listing-feeds .rc-search__hint {
  left: 15px;
  right: 0;
}
.job-listing-feeds .product-tours-search .close_input {
  right: 158px;
}
.job-listing-feeds .rc-pagination__item {
  border: 1px solid #0BC5BA;
  color: #0BC5BA;
}
.job-listing-feeds .rc-pagination__item:hover, .job-listing-feeds .rc-pagination__item.current {
  background: #0BC5BA;
  font-weight: 700;
}
.job-listing-feeds .rc-search {
  width: 373px;
  margin-left: 7%;
}
.job-listing-feeds .rc-search__input--visible {
  border: 2px solid #0BC5BA;
  width: 100%;
}
.job-listing-feeds .rc-search__input--visible ~ .rc-search__dropdown {
  width: 348%;
  width: 100%;
}
.job-listing-feeds .rc-search__cancel:hover {
  color: #0BC5BA;
}
.job-listing-feeds .press-releases__more {
  color: #0BC5BA;
}
.job-listing-feeds .press-releases__more span {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polygon fill="%230BC5BA" points="6,13.4 4.6,12 8.6,8 4.6,4 6,2.6 11.4,8"></polygon></svg>') 50% 50%/100% 100% no-repeat;
}
.job-listing-feeds .product-tours-category {
  width: 100%;
}

.job-list__head__detail .h1 {
  align-items: center;
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #FFFFFF;
  text-shadow: 0 4px 13px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
}
.job-list__head__detail .h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #F2F0FF;
  /* CTA Secondary Hover */
  background: rgba(3, 123, 189, 0.4);
  border-radius: 50px;
}
.job-list__head__detail .h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
}
.job-list__head__detail .button--light {
  border-color: #0BC5BA;
  background-color: #0BC5BA;
}
.job-list__head__detail .button--light:hover {
  border-color: #23B6AA;
  background-color: #23B6AA;
}
.job-list__head__detail .press-kit__cont__alt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 230px;
  padding: 10px;
  text-align: center;
}

.job-listing-feeds--detail .back-link {
  color: #037BBD;
  font-weight: 700;
  font-size: 18px;
}
.job-listing-feeds--detail .press-releases__divider {
  margin-top: 5px;
  margin-bottom: 15px;
}
.job-listing-feeds--detail .button--light {
  border-color: #0BC5BA;
  background-color: #0BC5BA;
  padding: 17px 47px;
  font-weight: 700;
}
.job-listing-feeds--detail .button--light:hover {
  border-color: #23B6AA;
  background-color: #23B6AA;
}
.job-listing-feeds--detail .at-icon-linkedin, .job-listing-feeds--detail .at-icon-facebook {
  background: #B3B7BB !important;
}
.job-listing-feeds--detail .at-icon-linkedin:hover, .job-listing-feeds--detail .at-icon-linkedin:focus,
.job-listing-feeds--detail .at-icon-facebook:hover, .job-listing-feeds--detail .at-icon-facebook:focus {
  background: #1fb7ab !important;
}
.job-listing-feeds--detail .at-icon-twitter:hover, .job-listing-feeds--detail .at-icon-twitter:focus,
.job-listing-feeds--detail .at-icon-email:hover, .job-listing-feeds--detail .at-icon-email:hover {
  fill: #1fb7ab !important;
}
.job-listing-feeds--detail .share-nav__label {
  color: #5E636B;
}
.job-listing-feeds--detail .at-icon-twitter, .job-listing-feeds--detail .at-icon-email {
  fill: #B3B7BB !important;
}
.job-listing-feeds--detail p, .job-listing-feeds--detail ul li {
  font-family: "Metric" !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #35364E;
  background: #fff !important;
}
.job-listing-feeds--detail p span,
.job-listing-feeds--detail ul li span {
  font-family: "Metric" !important;
  font-style: normal !important;
  color: #35364E !important;
  background: #fff !important;
}
.job-listing-feeds--detail p strong span {
  font-family: "Metric" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 110%;
  color: #112532;
}
.job-listing-feeds--detail ul {
  list-style: outside disc;
}
.job-listing-feeds--detail ul li::marker {
  color: #0BC5BA;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

@media screen and (max-width: 1255px) {
  .job-list__head__detail .h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1023.98px) {
  .job-listing-feeds .press-releases__side {
    width: 308px;
  }
  .job-listing-feeds .rc-search {
    margin-left: 0px;
    width: 308px;
  }
  .job-listing-feeds .press-releases__main {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .job-listing-feeds .rc-search {
    margin-left: -8%;
  }
  .job-listing-feeds .rc-search__input, .job-listing-feeds .rc-search__input--visible ~ .rc-search__dropdown {
    width: calc(100vw - 121px);
  }
  .job-listing-feeds .rc-search__hint {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .job-listing-feeds .rc-search {
    width: 40px;
  }
  .job-listing-feeds .rc-search__input, .job-listing-feeds .rc-search__input--visible ~ .rc-search__dropdown {
    width: calc(100vw - 89px);
  }
  .job-listing-feeds .rc-search__input::placeholder {
    color: #7D828B;
    transition-duration: 0.25s;
    transition-property: color;
  }
}
@media screen and (max-width: 575.98px) {
  .job-list__head__detail .press-kit__cont__alt {
    margin-top: 10%;
  }
  .job-list__head__detail .h1 {
    font-size: 35px;
    font-weight: 350;
  }
}
/**/
/* press kit */
/**/
.press-kit {
  position: relative;
  padding-bottom: 80px;
  background-image: linear-gradient(180deg, #F3F8FB, #FFFFFF);
  line-height: normal;
}
.press-kit .p {
  margin-bottom: 0px;
}
.press-kit .wp-block-image {
  margin-bottom: 0px;
}

.press-kit .bread-crumbs {
  margin: 0;
  font-weight: normal;
}
.press-kit .bread-crumbs .bread-crumbs__link {
  font-weight: inherit;
}

.press-kit::after,
.press-kit::before {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  background: url(../images/prees-kit/bg.svg);
  pointer-events: none;
}

.press-kit::after {
  top: 28px;
  left: 50%;
  margin-left: 622px;
}

.press-kit::before {
  top: 40px;
  right: 50%;
  margin-right: 508px;
}

.press-kit__cont {
  position: relative;
}

.press-kit__image img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.press-kit__download {
  display: inline-block;
  vertical-align: top;
  margin-bottom: -12px !important;
}
.press-kit__download a {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #32BDB5 !important;
}

.press-kit__download svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}

.mb-500 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1283.98px) {
  .press-kit__image img {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .press-kit__download a {
    font-size: 20px;
  }
  .divider--nom {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mb-500 {
    margin-bottom: 60px;
  }
  .press-kit-v2 .callout__cont--small {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/**/
/* quick facts */
/**/
.quick-facts {
  text-align: center;
}
.quick-facts .wp-block-columns .wp-block-column {
  margin-left: 0px;
}
.quick-facts .p {
  margin-bottom: 0px;
}

.quick-facts__head {
  padding: 4px 60px 28px;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #FFF;
  background: rgba(229, 241, 247, 0.5);
  text-align: left;
}
.quick-facts__head .tc--light {
  color: #7D828B;
}

.quick-facts__label {
  color: #7D828B;
}

.quick-facts__value {
  margin-left: -0.05em;
  font-size: 42px;
  line-height: 1;
  color: #007BBD;
  margin-bottom: 0px;
}

.quick-facts__cont {
  padding: 0 60px 32px;
  background: linear-gradient(rgba(229, 241, 247, 0.5), rgba(229, 241, 247, 0));
  text-align: left;
}
.quick-facts__cont p.tc--light {
  color: #7D828B;
}

.quick-facts__list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.quick-facts__list li {
  position: relative;
  margin-top: 8px;
  padding-left: 23px;
  margin-bottom: 0px;
}

.quick-facts__list li:firt-child {
  margin-top: 0;
}

.quick-facts__list li::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 5px;
  height: 24px;
  border-right: 1px solid #CBDBE1;
}

.quick-facts__list li:first-child::after {
  display: none;
}

.quick-facts__list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 3px solid #CBDBE1;
}

.quick-facts__list svg {
  vertical-align: top;
  margin: 0 8px;
}

.quick-facts__logos {
  display: block;
}

@media screen and (max-width: 1283.98px) {
  .quick-facts__head {
    padding-right: 32px;
    padding-left: 32px;
  }
  .quick-facts__value {
    font-size: 38px;
  }
  .quick-facts__cont {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .quick-facts__head {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0;
  }
  .quick-facts__value {
    font-size: 34px;
    font-weight: 500;
  }
  .quick-facts__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .press-kit__news .in-the-news__figure img {
    height: 70%;
    width: auto;
  }
}
/**/
/* brand assets */
/**/
.brand-assets {
  text-align: center;
  margin-top: 60px !important;
}
.brand-assets .wp-block-columns .wp-block-column {
  margin-left: 0px;
}

.brand-assets__item .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  border-radius: 6px;
  background: linear-gradient(135deg, #F2F9FF, #E6F1F9);
}
.brand-assets__item .wp-block-group__inner-container p {
  margin-bottom: 0px;
}
.brand-assets__item .wp-block-group__inner-container .brand-assets__description {
  width: 100%;
}
.brand-assets__item .wp-block-group__inner-container .brand-assets__description a.tc--dark {
  color: #35364E !important;
}
.brand-assets__item .wp-block-group__inner-container .wp-block-image {
  margin-bottom: 0px;
}

.brand-assets__download {
  margin-bottom: 18px !important;
}
.brand-assets__download a {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #32BDB5 !important;
}

.brand-assets__download svg {
  vertical-align: top;
  margin-left: 8px;
}

.brand-assets__button {
  padding-right: 32px;
  padding-left: 32px;
  font-size: 22px;
}

@media screen and (max-width: 767.98px) {
  .brand-assets__item .wp-block-group__inner-container {
    padding: 30px;
  }
  .brand-assets__download {
    font-size: 20px;
  }
  .brand-assets__button {
    font-size: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .brand-assets__item .wp-block-group__inner-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**/
/* meet leaders */
/**/
.meet-leaders {
  text-align: center;
}
.meet-leaders .wp-block-columns .wp-block-column {
  margin-left: 0px;
}

.meet-leaders__image img {
  display: block;
  margin-right: 4px;
  border-radius: 4px;
}

.meet-leaders__item {
  padding: 20px;
  border-radius: 4px;
  background: rgba(0, 123, 189, 0.04);
  text-align: left;
}
.meet-leaders__item p {
  margin-bottom: 0px;
}

.meet-leaders__position {
  font-weight: 500;
  color: #7D828B;
}

.meet-leaders__bio {
  color: #004064;
}

.meet-leaders__spoiler {
  display: none;
}

.meet-leaders__dots::before {
  content: "...";
}

.meet-leaders__more {
  display: inline;
  font-weight: 600;
  cursor: pointer;
}

.meet-leaders__more:hover {
  text-decoration: underline;
}

.meet-leaders__more::before {
  content: "Read More";
}

.meet-leaders__bio.active .meet-leaders__spoiler {
  display: inline;
}

.meet-leaders__bio.active .meet-leaders__dots {
  display: none;
}

.meet-leaders__bio.active .meet-leaders__more::before {
  content: "Read Less";
}

.meet-leaders__download a.text-link {
  color: #32BDB5 !important;
}

.meet-leaders__download svg {
  vertical-align: top;
  margin-left: 8px;
}

@media screen and (max-width: 767.98px) {
  .meet-leaders__item {
    padding: 15px;
  }
  .meet-leaders__image img {
    width: 136px;
    height: 160px;
    margin-right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .meet-leaders__image img {
    margin-bottom: 6px;
  }
}
/**/
/* promo stories */
/**/
.promo-stories {
  text-align: center;
}
.promo-stories a.more-link {
  color: #32BDB5;
}

.promo-stories__carousel {
  margin-top: 40px;
}

.promo-stories__slide {
  padding: 0 50px;
}

.promo-stories__item {
  position: relative;
  width: 1080px;
  height: 414px;
  overflow: hidden;
  padding: 0 48px;
  border-radius: 6px;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.05;
  transform: scale(0.8);
  transform-origin: 100% 50%;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
}
.promo-stories__item .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.promo-stories__item .wp-block-cover__inner-container .tc--dark {
  color: #35364E;
}
.promo-stories__item .wp-block-cover__inner-container p {
  margin-bottom: 0px;
}

.promo-stories__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #007BBD;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}

.slick-current .promo-stories__item {
  opacity: 1;
  transform: none;
}

.slick-current .promo-stories__item::after {
  opacity: 0;
}

.slick-current ~ .promo-stories__slide .promo-stories__item {
  transform-origin: 0 50%;
}

.promo-stories__cont {
  min-width: 418px;
  max-width: 418px;
  padding: 40px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.promo-stories__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  background-color: #F7F8FB;
  color: #32BDB5 !important;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  border: 0;
  outline: 0;
}
.promo-stories__arrow svg {
  position: absolute;
}

.promo-stories__arrow--prev {
  right: 50%;
  margin-right: 568px;
}

.promo-stories__arrow--next {
  left: 50%;
  margin-left: 568px;
}

.promo-stories__arrow:hover {
  background-color: #32BDB5 !important;
  color: #FFF !important;
}

.promo-stories__arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.promo-stories__dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.promo-stories__dots li {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #DCDEE3;
  border-radius: 50%;
  cursor: pointer;
}

.promo-stories__dots li::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.promo-stories__dots li.slick-active {
  background-color: #32BDB5 !important;
}

@media screen and (max-width: 1283.98px) {
  .promo-stories__slide {
    padding: 0 46px;
  }
  .promo-stories__item {
    width: 840px;
  }
  .promo-stories__arrow--prev {
    margin-right: 444px;
  }
  .promo-stories__arrow--next {
    margin-left: 444px;
  }
}
@media screen and (max-width: 1023.98px) {
  .promo-stories__slide {
    padding: 0 24px;
  }
  .promo-stories__item {
    width: 720px;
  }
  .promo-stories__arrow {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .promo-stories__carousel {
    margin-top: 30px;
  }
  .promo-stories__slide {
    padding: 0;
  }
  .promo-stories__item {
    width: 100vw;
    height: 310px;
    padding: 20px;
    border-radius: 0;
    opacity: 1;
    transform: none;
  }
  .promo-stories__item::after {
    display: none;
  }
  .promo-stories__cont {
    min-width: 320px;
    max-width: 320px;
    padding: 30px;
  }
  .promo-stories__dots {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .promo-stories__cont {
    min-width: 0;
    max-width: 100%;
  }
}
/**/
/* awards accolades */
/**/
.awards-accolades {
  text-align: center;
}
.awards-accolades .more-link {
  color: #32BDB5 !important;
}

.awards-accolades__carousel > .wp-block-group__inner-container:first-child {
  padding: 0 56px;
}

.awards-accolades__slide > .wp-block-group__inner-container:first-child {
  padding: 32px 8px;
}

.awards-accolades__item {
  padding: 32px 24px;
  border-radius: 6px;
  border: 1px solid #DDE1E9;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.awards-accolades__item p {
  margin-bottom: 0px;
}

.awards-accolades__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.awards-accolades__figure {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.awards-accolades__figure.wp-block-image {
  margin-bottom: 0;
}
.awards-accolades__figure img {
  max-width: 100%;
  height: auto;
}

.awards-accolades__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  background-color: #F7F8FB;
  color: #32BDB5 !important;
  transition-duration: 0.25s;
  transition-property: background-color, color;
  border: 0;
  outline: 0;
}
.awards-accolades__arrow svg {
  position: absolute;
}

.awards-accolades__arrow--prev {
  left: 0;
}

.awards-accolades__arrow--next {
  right: 0;
}

.awards-accolades__arrow:hover {
  background-color: #32BDB5 !important;
  color: #FFF !important;
}

@media screen and (max-width: 767.98px) {
  .awards-accolades__slide > .wp-block-group__inner-container:first-child {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .awards-accolades__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .awards-accolades__item {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .awards-accolades__carousel > .wp-block-group__inner-container:first-child {
    margin: 0 -20px;
    padding: 0;
  }
  .awards-accolades__slide > .wp-block-group__inner-container:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
  .awards-accolades__arrow--prev {
    left: 40px;
  }
  .awards-accolades__arrow--next {
    right: 40px;
  }
}
.callout.callout__presskit {
  margin: 80px auto 0;
}
.callout.callout__presskit .text-link {
  color: #32BDB5 !important;
}

.press-kit__news h2:first-child {
  display: none;
}
.press-kit__news a {
  color: #32BDB5 !important;
}
.press-kit__news .news__more {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polygon fill="%230BC5BA" points="6,13.4 4.6,12 8.6,8 4.6,4 6,2.6 11.4,8"></polygon></svg>') 50% 50%/100% 100% no-repeat;
  position: absolute;
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  transform: translateY(1px);
}

.press-kit__download-photo {
  flex-basis: auto !important;
}
.press-kit__download-photo p {
  margin-bottom: 0px;
}

.text-link--nou {
  text-decoration: none;
}

.press-kit-v2 .grid-cont--xl {
  max-width: 1360px;
  width: auto;
}
.press-kit-v2 .grid-cont {
  padding-right: 24px;
  padding-left: 24px;
}
.press-kit-v2 .callout__cont--small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.press-kit-v2 p {
  margin-bottom: 0px;
}
.press-kit-v2 .button {
  background: #32BDB5;
}

@media screen and (max-width: 767.98px) {
  .press-kit-v2 .more-link {
    font-size: 17px;
  }
  .press-kit-v2 .more-link--large {
    font-size: 18px;
  }
}
/**/
/* rc layout */
/**/
.rc-layout {
  position: relative;
}

/**/
/* rc search */
/**/
.rc-search {
  position: relative;
  max-width: 1016px;
  height: 48px;
  width: 360px;
}

.rc-search__input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 12px 48px 9px 16px;
  border-radius: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-bottom: 3px solid #EBF2F7;
  background-color: #EBF2F7;
  box-shadow: none;
  font-size: 20px;
  line-height: 24px;
  color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition-duration: 0.25s;
  outline: none;
  transition-property: width, border-color, background-color, color;
}

/*.rc-search__input:focus {
  width: 1280px;
  border-bottom-color: #32BDB5;
  background-color: #FFF;
  color: #35374D;
}*/
.rc-search__input--visible {
  width: 1016px;
  border-bottom-color: #32BDB5;
  background-color: #FFF;
  color: #35374D;
}

.rc-search__input::placeholder {
  color: #7D828B;
  transition-duration: 0.25s;
  transition-property: color;
}

.rc-search__input:focus::placeholder {
  color: transparent;
}

.rc-search__hint {
  position: absolute;
  top: 0;
  right: 48px;
  line-height: 48px;
  pointer-events: none;
  white-space: nowrap;
  color: #989AAF;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.rc-search__input:focus ~ .rc-search__hint {
  opacity: 1;
  transition-delay: 0.125s;
}

.rc-search__input:valid ~ .rc-search__hint {
  opacity: 0;
}

.rc-search__search {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  pointer-events: none;
  color: #5E636B;
  transition-duration: 0.125s;
  transition-property: opacity;
}

/*.rc-search__input:focus ~ .rc-search__search {
  opacity: 0;
}*/
.rc-search__input--visible ~ .rc-search__search {
  opacity: 0;
}

.rc-search__cancel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  pointer-events: none;
  color: #1F2637;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: color, opacity;
  background-color: transparent;
  border: 0;
}

.rc-search__cancel:hover {
  color: #32BDB5;
}

/*.rc-search__input:focus ~ .rc-search__cancel {
  pointer-events: auto;
  opacity: 1;
}*/
.rc-search__input--visible ~ .rc-search__cancel {
  pointer-events: auto;
  opacity: 1;
}

.rc-search__dropdown {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  width: 1016px;
  max-height: 304px;
  overflow: auto;
  margin-top: 4px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: width, opacity;
}

.rc-search__dropdown::after,
.rc-search__dropdown::before {
  content: "";
  display: block;
  height: 8px;
}

.rc-search__input--visible ~ .rc-search__dropdown {
  width: 1016px;
  border: 1px solid rgb(255, 255, 255);
  pointer-events: auto;
  opacity: 1;
}

.rc-search__option {
  display: block;
  overflow: hidden;
  padding: 0 16px;
  font-size: 20px;
  line-height: 48px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #35374D !important;
  transition-duration: 0.125s;
  transition-property: background-color;
}

.rc-search__option em {
  font-style: normal;
  font-weight: 600;
}

.rc-search__option:hover {
  background-color: #F1F2FA;
}

.rc-search__badge {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 13px 12px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #F1F2FA;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #A5A7BC;
  transition-duration: 0.125s;
  transition-property: background-color;
}

.rc-search__option:hover .rc-search__badge {
  background-color: #FFF;
}

.rc-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rc-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #32BDB5;
  font-weight: 600;
  text-decoration: none;
  color: #32BDB5;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}

.rc-pagination__item:hover,
.rc-pagination__item.current {
  background-color: #32BDB5;
  color: #FFF;
}

@media screen and (max-width: 1359.98px) {
  .rc-search__input--visible,
  .rc-search__input--visible ~ .rc-search__dropdown {
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 1283.98px) {
  .rc-search__input--visible,
  .rc-search__input--visible ~ .rc-search__dropdown {
    width: calc(100vw - 42px);
  }
}
@media screen and (max-width: 767.98px) {
  .rc-search {
    width: 40px;
    height: 40px;
  }
  .rc-search__input {
    padding: 10px 16px 8px;
    border-bottom-width: 2px;
    font-size: 18px;
    line-height: 20px;
  }
  .rc-search__input--visible,
  .rc-search__input--visible ~ .rc-search__dropdown {
    width: calc(100vw - 25px);
  }
  .rc-search__input::placeholder {
    color: transparent;
  }
  .rc-search__search,
  .rc-search__cancel {
    width: 40px;
    height: 40px;
  }
  .rc-search__hint {
    display: none;
    right: 40px;
    line-height: 40px;
  }
  .rc-search__dropdown {
    max-height: 268px;
    width: 100%;
  }
  .rc-search__option {
    position: relative;
    font-size: 16px;
    line-height: 42px;
  }
  .rc-search__badge {
    position: absolute;
    top: 0;
    right: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rc-search__badge::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 32px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
  }
}
/**/
/* rc divider */
/**/
.rc-divider {
  border-top: 1px solid #DAE4EB;
}

/**/
/* rc menu */
/**/
.rc-menu {
  width: 232px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  /*
    font-size: 18px;
    line-height: 44px;
  */
}

.rc-menu.fixed {
  position: fixed;
  z-index: 5;
  top: 104px;
}

.rc-menu.bottom {
  position: absolute;
  top: auto;
  bottom: 84px;
}

.rc-menu--nopager.bottom {
  bottom: 0;
}

.rc-menu__heading {
  padding: 12px 20px;
  background-color: #EBF2F6;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7D828B;
}

.rc-menu__dropdown {
  padding: 0 20px 20px;
}

.rc-menu__arrow {
  position: relative;
  z-index: 2;
  float: right;
  width: 24px;
  height: 24px;
  margin-top: 14px;
  margin-right: -4px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2335364E" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') 50% 50%/18px 18px no-repeat;
  transition-duration: 0.25s;
  transition-property: transform;
  outline: none;
  border: none;
}

.rc-menu__arrow:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>');
}

.rc-menu__arrow.active {
  transform: rotate(90deg);
}

.rc-menu__arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.rc-menu__checkbox {
  margin-top: 14px;
}

.rc-menu__checkbox .checkbox__label {
  font-size: 16px;
}

.rc-menu__checkbox .checkbox__input:checked ~ .checkbox__label {
  font-weight: 600;
}

.rc-menu__checkbox .checkbox__input:disabled ~ .checkbox__mark,
.rc-menu__checkbox .checkbox__input:disabled ~ .checkbox__label {
  opacity: 0.3;
}

.rc-menu__subitems {
  display: none;
  margin-top: 12px;
  margin-left: 1px;
  padding-left: 12px;
  border-left: 2px solid #DAE4EB;
}

.rc-menu__subitems .rc-menu__checkbox:first-child {
  margin-top: 0;
}

/*
.rc-menu__toggle {
  position: relative;
  display: none;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #FFF;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #32BDB5;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  color: #35364E;
}
.rc-menu__toggle svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}
.rc-menu__dropdown {
  padding: 12px 0;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
}
.rc-menu__item {
  position: relative;
  display: block;
  padding: 0 16px;
  text-decoration: none;
  color: #35364E;
  transition-duration: 0.125s;
  transition-property: color;
}
.rc-menu__item:hover {
  color: #32BDB5;
}
.rc-menu__item.current {
  background-color: rgba(118, 221, 215, 0.17);
  box-shadow: inset 4px 0 0 0 #32BDB5;
  font-weight: 600;
  pointer-events: none;
}
.rc-menu__item.disabled {
  color: #7D828B;
  opacity: 0.4;
  cursor: not-allowed;
}
.rc-menu__item svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  transition-duration: 0.125s;
  transition-property: transform;
}
.rc-menu__item--opened svg {
  transform: rotate(90deg);
}
.rc-menu__spoiler {
  display: none;
  margin-bottom: 8px;
  margin-left: 16px;
  box-shadow: inset 4px 0 0 0 rgba(183, 209, 223, 0.3);
}
.rc-menu__spoiler .rc-menu__item {
  padding-left: 24px;
}
.rc-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #35364E;
}
*/
.rc-menu-anchor {
  position: relative;
  width: 232px;
}

.rc-menu-anchor div {
  position: absolute;
  top: -104px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  .rc-menu {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto;
    /*
        font-size: 16px;
        line-height: 40px;
    */
  }
  .rc-menu.fixed,
  .rc-menu.bottom {
    position: relative;
  }
  .rc-menu__heading {
    background: #EBF2F6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="56" height="24" stroke="%237D828B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') 100% 50% no-repeat;
  }
  .rc-menu__heading.active {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="56" height="24" stroke="%237D828B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"></polyline></svg>');
  }
  .rc-menu__dropdown {
    max-height: 2px;
    padding-bottom: 0;
    overflow: hidden;
    transition-duration: 0.25s;
    transition-property: max-height, padding;
  }
  .rc-menu__dropdown.active {
    max-height: 777px;
    padding-bottom: 12px;
  }
  .rc-menu__arrow {
    margin-top: 12px;
  }
  .rc-menu__checkbox {
    margin-top: 12px;
  }
  /*
    .rc-menu__close {
      display: flex;
    }
    .rc-menu__toggle {
      display: block;
    }
    .rc-menu__dropdown {
      position: absolute;
      z-index: 5;
      top: 0;
      right: 0;
      left: 0;
      padding: 0;
      display: none;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0 0 1px #32BDB5;
    }
    .rc-menu__dropdown.active {
      display: block;
    }
    .rc-menu__dropdown:last-child {
      top: 52px;
    }
    .rc-menu__item {
      border-top: 1px solid rgb(218,228,235,0.4);
    }
    .rc-menu__item svg {
      width: 40px;
      height: 20px;
    }
    .rc-menu__item:first-child {
      border-top: 0;
    }
    .rc-menu__item.current {
      background: none;
      box-shadow: none;
    }
    .rc-menu__spoiler {
      margin: 0;
      box-shadow: none;
      background: rgba(183, 209, 223, 0.12);
    }
    .rc-menu__spoiler .rc-menu__item {
      padding-left: 32px;
    }
  */
}
/**/
/* rc explore */
/**/
.rc-explore__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #DDE1E9;
  background-color: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.rc-explore__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

.rc-explore__figure {
  width: 192px;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
}

.rc-explore__figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.rc-explore__cont {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 16px 20px;
}

.rc-explore__name {
  margin-top: 8px;
  line-height: 1.375;
  overflow: hidden;
  color: #35364E;
}

.rc-explore__date {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.025em;
  color: #007BBD;
}

.rc-explore__summary {
  min-height: 60px;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: auto;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #7D828B;
  line-height: 1.1em;
}

.rc-explore__more {
  height: 19px;
  margin-top: 8px;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
}
.rc-explore__more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rc-explore__more .read_more_svg {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polygon fill="%230BC5BA" points="6,13.4 4.6,12 8.6,8 4.6,4 6,2.6 11.4,8"></polygon></svg>') 50% 50%/100% 100% no-repeat;
  position: absolute;
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

@media screen and (max-width: 767.98px) {
  .rc-explore__figure {
    width: 120px;
    min-height: 144px;
  }
  .rc-explore__name {
    font-size: 18px;
  }
  .rc-explore__more {
    margin-right: 5px;
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .rc-explore__cont {
    padding: 14px;
  }
  .rc-explore__name {
    margin-top: 6px;
    font-size: 16px;
  }
  .rc-explore__date {
    margin-top: 3px;
    font-size: 14px;
  }
  .rc-explore__summary {
    min-height: 48px;
    margin-top: 3px;
    font-size: 14px;
  }
}
.more-link--enlarged::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.badge--grey {
  background: #C9D2D4;
  color: #5E646C;
}

.badge--blue--v2 {
  background: #E5F4FF;
  color: #39A1D3;
}

.badge--yellow {
  background-color: #F3F1E0;
  color: #9D9553;
}

.badge--download {
  background-color: #E8E8F5;
  color: #4E4E82;
}

.badge--blue--v3 {
  background: #39A1D3;
  color: #FFFFFF;
}

.badge--orange--v2 {
  background-color: #FFF0E5;
  color: #E39862;
}

/**/
/* checkbox */
/**/
.checkbox {
  position: relative;
  padding-left: 24px;
}

.checkbox__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.checkbox__input:checked ~ .checkbox__mark {
  border-color: #0BC5BA;
  background-color: #0BC5BA;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1);
}

.checkbox__input[disabled] {
  cursor: default;
}

.checkbox__input[disabled] ~ .checkbox__mark {
  background-color: #F7F8F9;
  background-image: none;
}

.checkbox__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #CCD3E0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" stroke="%23FFF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') 50% 50% no-repeat;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, box-shadow;
}

.checkbox__label {
  display: block;
  padding: 4px 0;
  font-size: 15px;
  line-height: 16px;
  color: #35354F;
}

.checkbox__label a {
  position: relative;
  z-index: 2;
  transition-duration: 0.125s;
  transition-property: color;
}

.checkbox__label a:hover {
  color: #32BDB5;
}

.checkbox__label:last-child {
  padding-left: 12px;
}

.col-cs-filter-menu .rc-menu__heading {
  background: #EBF2F6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="56" height="24" stroke="%237D828B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') 100% 50% no-repeat;
  cursor: pointer;
  border: 1px solid #131313;
  color: #35364E;
  background-color: #fff;
  border-radius: 6px;
  font-family: Metric;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-right: 10px;
}
.col-cs-filter-menu .rc-menu__heading.active {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="56" height="24" stroke="%237D828B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="18 15 12 9 6 15"></polyline></svg>');
}
.col-cs-filter-menu .rc-menu__dropdown {
  max-height: 2px;
  padding-bottom: 0;
  overflow: hidden;
  transition-duration: unset;
  transition-property: max-height, padding;
}
.col-cs-filter-menu .rc-menu__dropdown.active {
  max-height: 800px;
  padding-bottom: 12px;
  position: absolute;
  z-index: 1;
  width: 305px;
  transition-duration: 0.125s;
  transition-property: opacity;
  opacity: 1;
  margin-top: 10px;
  border-radius: 0.625rem;
  background: var(--Extended-Light, #F7F9FC);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.26), 1px 8px 8px 0px rgba(0, 0, 0, 0.23), 1px 18px 11px 0px rgba(0, 0, 0, 0.13), 2px 31px 13px 0px rgba(0, 0, 0, 0.04), 4px 49px 14px 0px rgba(0, 0, 0, 0);
}
.col-cs-filter-menu .rc-menu__dropdown.active .checkbox__label {
  width: 200px;
}
.col-cs-filter-menu .rc-menu__dropdown.active .checkbox__label span {
  color: #979797;
}
.col-cs-filter-menu .rc-menu__arrow {
  margin-top: 12px;
}
.col-cs-filter-menu .rc-menu__checkbox {
  margin-top: 12px;
}

.case-studies--category--alt .rc-search__input {
  border: 1px solid #131313;
  color: #35364E;
  background-color: #fff;
  border-radius: 6px;
}
.case-studies--category--alt .rc-search__input--visible {
  width: 100%;
}
.case-studies--category--alt .rc-search__input--visible ~ .rc-search__dropdown {
  width: 100%;
}
.case-studies--category--alt .cs-reset-btn {
  padding: 0 0 0 10px;
  background: #fff;
  color: #0bc5ba !important;
}

.case-studies--category--alt .divider::after {
  top: -35px;
}

@media screen and (max-width: 991.98px) {
  .case-studies--category--alt .row-cs-filter-menu {
    margin-left: 5%;
    margin-right: 5%;
  }
  .case-studies--category--alt .rc-menu__heading, .case-studies--category--alt .col-cs-filter-menu .rc-menu__dropdown.active {
    width: 100%;
  }
  .case-studies--category--alt .rc-menu__heading {
    margin-top: 15px;
  }
  .case-studies--category--alt .rc-menu__dropdown.active {
    position: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .case-studies--category--alt .rc-search__input::placeholder {
    color: #686868;
  }
  .case-studies--category--alt .cs-filter-row {
    padding: 0px 35px;
  }
  .case-studies--category--alt .col-cs-filter-menu .rc-menu__dropdown.active {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-studies--category--alt .rc-menu__heading {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 575.98px) {
  .case-studies--category--alt .row-cs-filter-menu {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media screen and (max-width: 400px) {
  .case-studies--category--alt .cs-reset-btn {
    width: 100%;
    margin-left: 2%;
  }
}
/**/
/* rc pagination */
/**/
.rc-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rc-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #32BDB5;
  font-weight: 600;
  text-decoration: none;
  color: #32BDB5;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}

.rc-pagination__item:hover,
.rc-pagination__item.current {
  background-color: #32BDB5;
  color: #FFF;
}

.rc-pagination__item.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.rc-pagination__spacer {
  margin: 0 8px;
  font-weight: 600;
  color: #32BDB5;
}

@media screen and (max-width: 575.98px) {
  .rc-pagination__item {
    margin: 0 3px;
    width: 33px;
    height: 33px;
    font-size: 17px;
  }
  .rc-pagination__item svg {
    width: 18px;
    height: 18px;
  }
}
.cs-pagination .rc-pagination__item {
  border: 1px solid #B3B7BB;
  color: #35374D !important;
}
.cs-pagination .rc-pagination__item svg {
  stroke: #35374D;
}
.cs-pagination .rc-pagination__item:hover, .cs-pagination .rc-pagination__item.current {
  color: #FFF !important;
  border: 1px solid #0BC5BA;
  background-color: #0BC5BA;
}
.cs-pagination .rc-pagination__item:hover svg, .cs-pagination .rc-pagination__item.current svg {
  stroke: #FFF;
}

/**/
/* integration partners hero */
/**/
.integration-partners-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: linear-gradient(180deg, #F2F7F9 0%, #FFFFFF 100%);
  text-align: center;
}

.integration-partners-hero__row {
  margin-right: -40px;
  margin-left: -40px;
}
.integration-partners-hero__row .wp-block-column {
  margin-left: 0px;
}

.integration-partners-hero__col {
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}
.integration-partners-hero__col ul {
  padding-left: 0px;
}
.integration-partners-hero__col .more-link {
  color: #32BDB5;
}

.integration-partners-hero__col_button {
  flex-basis: auto !important;
}

.integration-partners-hero__image img {
  border-radius: 6px;
}

@media screen and (max-width: 1359.98px) {
  .integration-partners-hero__image img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1279.98px) {
  .integration-partners-hero__row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .integration-partners-hero__col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .integration-partners-hero__col .wp-block-image {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 991.98px) {
  .integration-partners-hero__row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .integration-partners-hero__col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .integration-partners-hero {
    padding-top: 40px;
  }
}
/**/
/* integration partners benefit */
/**/
.integration-partners-benefit__image {
  margin: -4% 0 -11% -3%;
}

.integration-partners-benefit__video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.integration-partners-benefit__video img {
  display: block;
  border-radius: 6px;
}

.integration-partners-benefit__video span {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  color: #32BDB5;
}

.integration-partners-benefit__video span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  background: #32BDB5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>') 60% 50%/12px 12px no-repeat;
}

.integration-partners-logos .wp-block-group__inner-container {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991.98px) {
  .integration-partners-logos .wp-block-group__inner-container {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 1279.98px) {
  .integration-partners-benefit img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .integration-partners-benefit__image {
    margin-bottom: 0;
  }
  .integration-partners-benefit__video {
    margin-bottom: 40px;
  }
}
/**/
/* integration partners ecosystem */
/**/
.integration-partners-ecosystem {
  padding: 64px 0 64px;
  background-color: #F8FBFC;
  text-align: center;
}

.integration-partners-ecosystem__image {
  margin: 40px 12px 0;
}

@media screen and (max-width: 767.98px) {
  .integration-partners-ecosystem__image {
    margin: 32px 0 0;
  }
}
/**/
/* deployment methodology */
/**/
.deployment-methodology {
  padding: 80px 0;
  background-color: #052D43;
  color: #BBE1F8;
}
.deployment-methodology p {
  margin-bottom: 0px;
}
.deployment-methodology .more-link {
  color: #32BDB5;
}

.deployment-methodology__image img {
  display: block;
  margin: -80px auto;
}

@media screen and (max-width: 1283.98px) {
  .deployment-methodology__image img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599.98px) {
  .deployment-methodology__image {
    margin: -60px auto -20px;
  }
}
.solution-reviews__item--alt {
  border-color: #004163;
  background-color: #004163;
  color: #FFF;
}

.capabilities .wp-block-column {
  margin-left: 0px;
}

.professional-services-slider .solution-reviews__photo img {
  display: block;
  border-radius: 50%;
}
.professional-services-slider .wp-block-column {
  margin-left: 0px;
}

.professional-setrvice-callout .wp-block-column {
  flex-basis: auto !important;
}

.professional-workflows .wp-block-column:not(:first-child) {
  margin-left: 0px;
}

@media screen and (max-width: 599.98px) {
  .professional-services-slider .wp-block-column {
    flex-basis: inherit !important;
  }
}
.professional-service-page-main .h2, .professional-service-page-main .h3, .professional-service-page-main .h5, .professional-service-page-main .h4 {
  line-height: normal;
}

.professional-service-about-column .wp-block-column:not(:first-child) {
  margin-left: 0px;
}
.professional-service-about-column .solution-column-image {
  margin-right: 30px;
}

.page-node-1776 main, .page-node-1766 main {
  background-image: linear-gradient(180deg, #f3f8fb, #ffffff);
  padding-top: 64px;
}

.contact-ps__divider {
  margin: 32px 0 0;
}

.contact-ps__thanks {
  position: relative;
  width: 624px;
  margin-top: -32px;
  margin-bottom: 80px;
  padding: 64px 48px 48px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.contact-ps__thanks .contact-ps__icon figure {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 12px;
  background: rgba(0, 123, 189, 0.05);
}
.contact-ps__thanks .button-col {
  display: flex;
  justify-content: center;
}
.contact-ps__thanks .button-col a {
  color: #32bdb5 !important;
}
.contact-ps__thanks .button-col a:hover {
  background: #2ca19b;
  color: white !important;
  border-color: #2ca19b !important;
}

@media screen and (max-width: 767.98px) {
  .contact-ps__divider {
    margin: 18px 0 0;
  }
  .contact-ps__thanks {
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
    padding: 45px 24px 24px;
  }
}
.page--grey {
  background-color: #F2F2F8;
}

/**/
/* event card */
/**/
.event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px #DDE1E9, 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.event-card:hover {
  box-shadow: inset 0 0 0 1px #DDE1E9, 0 8px 24px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.event-card__cover {
  position: relative;
  padding-top: 56%;
}

.event-card__cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 32px 32px;
}
.event-card__cont a {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #0BC5BA;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff !important;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  text-align: center;
  margin-right: 1em;
  margin-left: 1em;
  margin-top: 15px;
}

.event-card__type {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #76A2BC;
}

.event-card__title {
  color: #35374D;
  line-height: normal;
}

.event-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
  margin-right: -24px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #5D5F72;
}

.event-card__date {
  margin-top: 8px;
  margin-right: 24px;
  padding-left: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>') 0 50%/16px 16px no-repeat;
}

.event-card__time {
  margin-top: 8px;
  margin-right: 24px;
  padding-left: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>') 0 50%/16px 16px no-repeat;
}

.event-card__summary {
  margin-bottom: auto;
}

@media screen and (max-width: 1283.98px) {
  .event-card__cont {
    padding: 16px 24px 24px;
  }
}
/**/
/* major event */
/**/
.major-event {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 480px;
  padding: 40px 0;
}

.major-event__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.major-event__cont {
  position: relative;
  width: 560px;
  padding: 40px;
  border-radius: 6px;
  background: rgba(14, 20, 35, 0.94);
  color: #E3E8F5;
}

.major-event__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
  margin-right: -24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #32BDB5;
}

.major-event__date {
  margin: 8px 24px 0 0;
  padding-left: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>') 0 50%/18px 18px no-repeat;
}

.major-event__time {
  margin: 8px 24px 0 0;
  padding-left: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>') 0 50%/18px 18px no-repeat;
}

.major-event__location {
  margin: 8px 24px 0 0;
  padding-left: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>') 0 50%/18px 18px no-repeat;
}

@media screen and (max-width: 767.98px) {
  .major-event__cont {
    width: auto;
  }
}
@media screen and (max-width: 599.98px) {
  .major-event {
    padding: 20px 0;
  }
  .major-event__cont {
    padding: 24px;
  }
}
/**/
/* load more */
/**/
.load-more {
  position: relative;
  text-align: center;
}

.load-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #D6E0E5;
}

.load-more__button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid #32BDB5;
  background-color: #FFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
  font-weight: 600;
  color: #32BDB5 !important;
  transition-duration: 0.25s;
  transition-property: background-color, color;
}

.load-more__button:hover {
  background-color: #32BDB5;
  color: #FFF !important;
}

/**/
/* tabs */
/**/
.tabs__event_cards {
  display: flex;
  overflow: hidden;
  padding-bottom: 2px;
  box-shadow: inset 0 -2px 0 #e9ebf1;
  font-size: 20px;
  font-weight: 500;
}

.tabs__event_cards::-webkit-scrollbar {
  display: none;
}

.tabs__link {
  position: relative;
  margin-right: 48px;
  text-decoration: none;
  color: #35374D !important;
  transition-duration: 0.125s;
  transition-property: color;
}

.tabs__link:hover {
  color: #32BDB5;
}

.tabs__link:last-child {
  margin-right: 0;
}

.tabs__link.active {
  font-family: metric-semibold;
  pointer-events: none;
}

.tabs__link.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  height: 4px;
  background-color: #59C2BA;
}

@media screen and (max-width: 991.98px) {
  .tabs__event_cards {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
  }
  .tabs__link {
    margin-right: 32px;
  }
  .tabs__event_cards::after {
    content: "";
    min-width: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs__event_cards {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .tabs__link {
    margin-right: 24px;
    font-size: 18px;
  }
  .tabs__event_cards::after {
    content: "";
    min-width: 20px;
  }
}
.global-summit__hero .major-event__cont {
  background: transparent;
  width: 100%;
  padding: 0;
}
.global-summit__hero .major-event__cont h3 {
  background: radial-gradient(circle, rgb(43, 241, 244) 0%, rgb(141, 151, 254) 100%);
  letter-spacing: 15.26px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20.7581px;
}
.global-summit__hero .major-event__cont h1 {
  background: radial-gradient(circle, #00FFF1 0%, #00FFF1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: 81%;
  font-size: 73.422px;
  letter-spacing: 3.33px;
}
@media screen and (max-width: 991px) {
  .global-summit__hero .major-event__cont h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 599.98px) {
  .global-summit__hero .major-event__cont h1 {
    font-size: 45px;
  }
}
.global-summit__hero .major-event__cont p {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 15px;
  line-height: 114%;
}
@media screen and (max-width: 599.98px) {
  .global-summit__hero .major-event__cont p {
    font-size: 14px;
  }
}

.msp-event-hero__picture {
  margin: 0 0 70px 0px;
}

.vs-videos__image {
  display: block;
  width: 100%;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

.vs-videos__cont {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.vs-videos__cont {
  padding-top: 32px;
  padding-right: 48px;
  padding-left: 48px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.vs-videos__item {
  margin-right: -40px;
  margin-left: -40px;
  padding-top: 50px;
  padding-right: 60px;
  padding-left: 60px;
  display: flex;
  margin-top: 0;
  -webkit-box-align: start;
  align-items: flex-start;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.vs-videos__item:hover {
  background-color: #f4f9fc;
}

.vs-videos__figure {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 300px;
  min-width: 300px;
  border-radius: 6px;
  color: #35364e;
}

.vs-videos__figure:hover {
  color: #32bdb5 !important;
}

.vs-videos__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  margin-left: -36px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.vs-videos__text {
  margin-left: 40px;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #f1f2f7;
}

.vs-videos__text {
  margin-left: 40px;
  padding-bottom: 50px;
  border-bottom-style: none;
  margin-top: -8px;
}

.tc--xlight {
  color: #8c8ea6;
}

.tc--event-description {
  color: #5D5F72;
}

.vs-videos__speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vs-videos__speakers {
  margin-right: -40px;
}

.vs-videos__photo {
  height: 48px;
  max-width: 48px;
  min-width: 48px;
  margin-right: 16px;
  border-radius: 50%;
}

.vs-videos__speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vs-videos__speaker {
  margin-top: 20px;
  margin-right: 40px;
}

.w-embed {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="28" viewBox="0 0 448 512" style="display: block"><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>') 50% 50%/100% 100% no-repeat;
  position: absolute;
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.summit_list {
  list-style: none;
  margin-top: 20px;
  margin-left: 220px;
  font-size: 20px;
  text-align: left;
}
.summit_list li::before {
  content: "•";
  padding-right: 5px;
  color: rgb(50, 189, 181);
}
.summit_list li {
  margin-top: 10px;
  line-height: normal;
}

.vs-videos__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #f2f4f7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
}

.vs-videos__tab {
  max-width: 300px;
  color: #35364e !important;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.vs-videos__tab.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 226, 221, 0)), to(rgba(162, 226, 221, 0.2)));
  background-image: linear-gradient(180deg, rgba(162, 226, 221, 0), rgba(162, 226, 221, 0.2));
  box-shadow: 0 2px 0 0 #32bdb5;
  font-weight: 600;
}

.summit_form .mktoFormRow:nth-child(4), .summit_form .mktoFormRow:nth-child(2) {
  width: 100% !important;
}
.summit_form .mktoFormRow input[type=text], .summit_form .mktoFormRow input[type=email], .summit_form .mktoFormRow input[type=tel] {
  padding: 16px 30px !important;
  border: none !important;
  border-radius: 6px 8px 8px 6px;
  line-height: 22px;
}
.summit_form .mktoButton {
  position: absolute;
  top: -82px;
  right: -367px;
  padding: 0 24px;
  outline: none;
  border-radius: 0 6px 6px 0;
  background: #32BDB5;
  font-size: 18px;
  line-height: 54px;
  font-weight: 600;
  color: #fff !important;
  transition: background-color 0.2s ease;
}
.summit_form .mktoButton:hover {
  background: #1fb7ab;
}

@media screen and (max-width: 991px) {
  .vs-videos__cont {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .vs-videos__item {
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 30px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 0;
  }
  .vs-videos__figure {
    max-width: 230px;
    min-width: 230px;
  }
  .vs-videos__text {
    margin-left: 24px;
    padding-bottom: 30px;
  }
  .vs-videos__photo {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    margin-right: 12px;
  }
  .summit_list {
    margin-left: 80px;
  }
  .summit_form .mktoButton {
    top: -88px;
  }
}
@media screen and (max-width: 767px) {
  .vs-intro {
    position: relative;
    text-align: center;
  }
  .vs-intro__grid {
    grid-row-gap: 24px;
  }
  .vs-intro__title {
    padding-right: 0;
    font-size: 34px;
  }
  .vs-trends__grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .vs-trends__item {
    padding: 15px 21px;
  }
  .vs-trends__image {
    margin-right: 18px;
  }
  .vs-speakers {
    margin-top: -80px;
    padding-top: 240px;
    padding-bottom: 80px;
    background-position: 25% 0;
  }
  .vs-speakers__track {
    padding-bottom: 45px;
  }
  .vs-speaker {
    max-width: 199px;
    min-width: 199px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .vs-speaker__image {
    height: auto;
  }
  .vs-speaker__position {
    margin-top: 3px;
  }
  .vs-speaker__name {
    font-size: 22px;
  }
  .vs-speakers__info {
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    border-radius: 0;
  }
  .vs-bio__head {
    display: block;
  }
  .vs-bio__position {
    font-size: 20px;
  }
  .vs-speakers__close {
    top: 20px;
    right: 20px;
  }
  .vs-speakers__arrows {
    right: 20px;
    bottom: 20px;
  }
  .vs-videos__head {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .vs-videos__tab {
    width: 33.333%;
    font-size: 18px;
  }
  .vs-videos__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 18px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .vs-videos__item {
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vs-videos__figure {
    max-width: 300px;
    min-width: 240px;
  }
  .vs-videos__speakers {
    margin-right: -24px;
  }
  .vs-videos__speaker {
    margin-top: 12px;
    margin-right: 24px;
  }
  .vs-videos__headline {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .vs-videos__share {
    margin-right: 0;
    margin-bottom: 9px;
  }
  .summit_list {
    margin-left: 15px;
  }
  .summit_form .mktoButtonRow {
    width: 100%;
  }
  .summit_form .mktoButton {
    position: static;
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 50px;
  }
  .vs-videos__head {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 479px) {
  .vs-intro__title {
    font-size: 28px;
  }
  .vs-intro__add {
    margin-top: 18px;
    margin-left: 0;
  }
}
.js-view-dom-id-ajax-egnyte-page .load-more::before {
  border-top: none;
}
.js-view-dom-id-ajax-egnyte-page .solution-callout {
  border-radius: 6px;
}
.js-view-dom-id-ajax-egnyte-page .leadership__image__speaker {
  display: block;
  border-radius: 6px;
  transition-duration: 0.25s;
  transition-property: filter;
  object-fit: cover;
}
.js-view-dom-id-ajax-egnyte-page .unactive .leadership__image__speaker {
  filter: grayscale(100%);
}

/*Gated functionality**/
.video-post__head {
  position: relative;
}
.video-post__head .embedly-embed {
  width: 100%;
}

.video-post__video {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.video-post__gate {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: rgba(0, 0, 0, 0.75);
}

#mktoForm_2832 {
  flex-grow: 1;
  max-width: 600px;
  padding: 12px 24px 24px;
  border-radius: 6px;
}
#mktoForm_2832 #LblconsentGiven {
  color: black;
}

@media only screen and (max-width: 991px) {
  .video-post__head .embedly-embed {
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media screen and (max-width: 767.98px) {
  .video-post__head .embedly-embed {
    margin-top: -150px;
    margin-bottom: -150px;
  }
}
@media only screen and (max-width: 480px) {
  #mktoForm_2832 {
    padding: 8px 20px 20px;
  }
  #mktoForm_2832 input[type=text],
  #mktoForm_2832 input[type=email] {
    padding: 7px 11px !important;
    font-size: 14px !important;
  }
}
.agenda-at-a-glance {
  position: relative;
  background: #F5FAFD;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.agenda-at-a-glance__cont {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 64px 100px;
  text-align: center;
}

.agenda-at-a-glance__title {
  margin-bottom: 80px;
}

.agenda-at-a-glance__table {
  max-width: 940px;
  margin: 0 auto;
}

.agenda-at-a-glance__row {
  margin-top: 8px;
}

.agenda-at-a-glance__row:first-child {
  margin-top: 0;
}

.agenda-at-a-glance__time {
  width: 114px;
  margin-right: -8px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #004163;
}

.agenda-at-a-glance__time + .agenda-at-a-glance__time {
  margin-top: 28px;
}

.agenda-at-a-glance__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px 13px;
  border: 3px solid #F5FAFD;
  background-color: #E2E5EB;
  font-size: 16px;
  font-weight: 700;
  color: #4A5361;
}

.agenda-at-a-glance__caption--sky {
  background-color: #E3F0F8;
}

.agenda-at-a-glance__caption--navy {
  min-height: 146px;
  background-color: #1F5AA0;
  color: #FFF;
}

.agenda-at-a-glance__caption--blue {
  min-height: 146px;
  background-color: #037BBD;
  color: #FFF;
}

.agenda-at-a-glance__button {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -36px;
  padding: 0 24px;
  border-radius: 4px;
  background: #32BDB5;
  font-size: 26px;
  line-height: 72px;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF !important;
  transform: translateX(-50%);
}

.agenda-at-a-glance__button:hover {
  background-color: #2CA19B;
}

@media screen and (max-width: 1023.98px) {
  .agenda-at-a-glance__cont {
    padding-right: 24px;
    padding-left: 24px;
  }
  .agenda-at-a-glance__title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .agenda-at-a-glance__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
    border-radius: 0;
  }
  .agenda-at-a-glance__caption {
    min-height: 32px;
    border-width: 2px;
  }
  .agenda-at-a-glance__caption br {
    display: none;
  }
  .agenda-at-a-glance__button {
    margin-top: -27px;
    font-size: 20px;
    line-height: 54px;
  }
}
@media screen and (max-width: 599.98px) {
  .agenda-at-a-glance__time {
    width: 96px;
    font-size: 14px;
  }
  .agenda-at-a-glance__caption {
    font-size: 15px;
    font-weight: 600;
  }
}
.global--summit-specker {
  padding: 52px 0;
}
.global--summit-specker .leadership__item {
  max-width: 368.93px;
  cursor: default;
}
.global--summit-specker .leadership__item .leadership__name {
  text-transform: uppercase;
  color: #34BDB5;
}

/* exchange hero */
/**/
.exchange-hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 180px;
  background: linear-gradient(#037BBD, #87D9DF);
}

.exchange-hero--no-image {
  padding: 50px 0 180px;
}

.exchange-hero::before {
  content: "";
  position: absolute;
  top: -1000px;
  right: 50%;
  bottom: -1000px;
  left: -1000px;
  margin-right: -160px;
  background-color: #144692;
  transform: rotate(13deg);
  transform-origin: 100% 50%;
}

.exchange-hero__title {
  position: relative;
  display: block;
}

.exchange-hero__image {
  position: relative;
}

.exchange-hero__image img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.exchange-hero__button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  background: #32BDB5;
  font-size: 26px;
  line-height: 54px;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF !important;
  transition-duration: 0.125s;
  transition-property: background-color;
  border-radius: 6px;
  border: 2px solid transparent;
}

.exchange-hero__button:hover {
  background-color: #2CA19B;
}

.exchange-hero__date {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #87D9DF;
}

@media screen and (max-width: 1283.98px) {
  .exchange-hero__title {
    max-width: 100%;
    height: auto;
  }
  .exchange-hero__image img {
    width: 125%;
    height: auto;
  }
  .exchange-about__image img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .exchange-hero {
    padding: 120px 0;
  }
  .exchange-hero__date {
    font-size: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .exchange-hero {
    padding: 80px 0;
    background: #144692;
    text-align: center;
  }
  .exchange-hero::before {
    display: none;
  }
}
/**/
/* exchange about */
/**/
.exchange-about {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background-color: #067BBD;
  color: #FFF;
}

.exchange-about__row {
  position: relative;
}

.exchange-about__row::before {
  content: "";
  position: absolute;
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: 66.667%;
  margin-left: 16px;
  background-color: #144692;
  transform-origin: 0 50%;
  transform: rotate(13deg);
}

.exchange-about__col {
  position: relative;
}

.exchange-about__title {
  font-size: 44px;
  color: inherit;
}

.exchange-about__button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  background: #32BDB5;
  font-size: 26px;
  line-height: 54px;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF !important;
  transition-duration: 0.125s;
  transition-property: background-color;
  border-radius: 6px;
  border: 2px solid transparent;
}

.exchange-about__button:hover {
  background-color: #2CA19B;
}

.exchange-about__image {
  position: relative;
}

.exchange-about__image img {
  position: relative;
  z-index: 1;
}

.exchange-about__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  width: 610px;
  height: 610px;
  margin-top: -305px;
  background: url(../images/exchange-about/bg@2x.png) 50% 50%/100% 100%;
}

@media screen and (max-width: 991.98px) {
  .exchange-about__row::before {
    left: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .exchange-about {
    padding: 64px 0 0;
  }
  .exchange-about__row::before {
    display: none;
  }
  .exchange-about__title {
    font-size: 34px;
  }
  .exchange-about__image {
    margin-top: 48px;
    padding-bottom: 64px;
  }
  .exchange-about__image::after {
    top: 32px;
    left: 50%;
    margin: 0 0 0 -305px;
  }
  .exchange-about__image::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1000px;
    bottom: -1000px;
    left: -1000px;
    background-color: #144692;
    transform-origin: 50% 0;
    transform: rotate(-13deg);
  }
}
/***Global Summit Content***/
.global_summit__cont {
  position: relative;
  z-index: 1;
  padding: 36px 48px 0;
  border-radius: 6px;
  margin-top: -100px;
  background: linear-gradient(rgba(0, 123, 189, 0.07), rgba(255, 255, 255, 0)), #FFFFFF;
}

@media screen and (max-width: 991px) {
  .global_summit__cont {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767.98px) {
  .global_summit__cont {
    margin: 0 -20px;
    padding: 48px 20px;
    border-radius: 0;
  }
}
/*Gated functionality**/
.video-post__head {
  position: relative;
}
.video-post__head .embedly-embed {
  width: 100%;
}

.video-post__video {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.video-post__gate {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: rgba(0, 0, 0, 0.75);
}

.video-post__gate #mktoForm_3953 {
  flex-grow: 1;
  max-width: 600px;
  padding: 12px 24px 24px;
  border-radius: 6px;
  background-color: #fff;
}
.video-post__gate #mktoForm_3953 .mktoLogicalField {
  width: 20px !important;
  position: relative;
}
.video-post__gate #mktoForm_3953 .mktoCheckboxList #LblconsentGiven {
  position: absolute;
}
.video-post__gate #mktoForm_3953 .mktoButtonRow {
  width: 100%;
}
.video-post__gate #mktoForm_3953 .mktoButtonRow .mktoButton {
  padding: 0 24px;
  outline: none;
  border-radius: 6px;
  background: #32BDB5;
  font-size: 18px;
  line-height: 54px;
  font-weight: 600;
  color: #fff !important;
  transition: background-color 0.2s ease;
  width: 100%;
  box-shadow: none;
}
.video-post__gate #mktoForm_3953 .mktoButtonRow .mktoButton:hover {
  background: #1fb7ab;
}
.video-post__gate #mktoForm_3953 input[type=text] {
  margin-bottom: 0 !important;
}
.video-post__gate #mktoForm_3953 input[type=email] {
  margin-bottom: 0 !important;
}
.video-post__gate #mktoForm_3953 input[type=tel] {
  margin-bottom: 0 !important;
}
.video-post__gate #mktoForm_3953 select {
  margin-bottom: 0 !important;
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
  color: #757575 !important;
}
.video-post__gate #mktoForm_3953 #LblconsentGiven {
  color: black;
}
.video-post__gate #mktoForm_3953 #LblconsentGiven a:hover {
  color: #23B6AA !important;
}
.video-post__gate #mktoForm_3953 #Email + .mktoError {
  top: 32px !important;
}

@media only screen and (max-width: 991px) {
  .video-post__head .embedly-embed {
    margin-top: -90px;
    margin-bottom: -90px;
  }
}
@media only screen and (max-width: 480px) {
  .video-post__gate #mktoForm_3953 {
    padding: 8px 20px 20px;
  }
  .video-post__gate #mktoForm_3953 input[type=text],
  .video-post__gate #mktoForm_3953 input[type=email] {
    padding: 7px 11px !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 560px) {
  .vs-videos__item .grid-col {
    flex: 0 0 100%;
  }
  .vs-videos__text {
    min-width: 100%;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}
.hidden {
  display: none;
}

/**/
/* partners ecosystem */
/**/
.partners-ecosystem {
  color: #35364E;
}
.partners-ecosystem .wp-block-column {
  margin-left: 0px;
}
.partners-ecosystem .h2, .partners-ecosystem .h3 {
  line-height: normal;
}
.partners-ecosystem .p {
  margin-bottom: 0px;
}

.partners-ecosystem__list {
  list-style: none;
  padding-left: 0px;
}

.partners-ecosystem__list li {
  position: relative;
  margin-top: 16px;
  padding-left: 20px;
}

.partners-ecosystem__list li::before {
  content: "";
  position: absolute;
  top: 0.6875em;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #32BDB5;
}

.partners-ecosystem__figure img {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1359.98px) {
  .partners-ecosystem__figure img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .partners-ecosystem__figure {
    margin-bottom: 36px;
  }
}
/**/
/* devs community */
/**/
.devs-community__cont {
  padding: 64px;
  border-radius: 6px;
  background: linear-gradient(rgba(0, 123, 189, 0.07), rgba(255, 255, 255, 0));
}
.devs-community__cont .wp-block-column {
  margin-left: 0px;
}
.devs-community__cont .h2, .devs-community__cont .h3 {
  line-height: normal;
}
.devs-community__cont .p {
  margin-bottom: 0px;
}

.devs-community__list {
  list-style: none;
  padding-left: 0px;
}

.devs-community__list li {
  position: relative;
  margin-top: 16px;
  padding-left: 20px;
}

.devs-community__list li::before {
  content: "";
  position: absolute;
  top: 0.6875em;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #32BDB5;
}

.devs-community__figure {
  margin: -5.1% -5% 0 0;
}
.devs-community__figure img {
  display: block;
}

@media screen and (max-width: 1359.98px) {
  .devs-community__figure {
    margin-right: -12.5%;
  }
  .devs-community__figure img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .devs-community__figure {
    margin: -5% -5% -5% 0;
  }
}
@media screen and (max-width: 767.98px) {
  .devs-community__cont {
    margin: 0 -20px;
    padding: 48px 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .devs-community__figure {
    margin-right: -12.5%;
    margin-bottom: -9%;
    margin-left: -2%;
  }
}
.resources__item__block {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px #DDE1E9, 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.resources__item__block .resources__cont {
  border: none;
}

.resources__block {
  margin-top: 80px;
}

.solution-hero__block {
  padding-top: 40px;
}

@media screen and (max-width: 1283.98px) {
  .resources__item__block .resources__image img {
    width: 100%;
    height: auto;
  }
}
/**/
/* platform difference */
/**/
.platform-difference {
  text-align: center;
}

.platform-difference__subtitle {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.platform-difference__head {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 4px;
  padding: 10px 90px 10px 10px;
  padding-right: 10px;
  background-color: #f4fafc;
  text-align: left;
}

.platform-difference__num {
  min-width: 70px;
  margin-right: 30px;
  border-radius: 4px;
  background-color: #32bdb5;
  font-size: 26px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.platform-difference__caption {
  font-size: 28px;
  font-weight: 500;
  color: #004163;
}

.platform-difference__spoiler {
  display: none;
  margin: 16px 0 32px 110px;
  text-align: left;
}

.platform-difference__spoiler p {
  font-size: 20px;
}

@media screen and (max-width: 767.98px) {
  .platform-difference__head {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .platform-difference__head::after {
    width: 80px;
    height: 80px;
  }
  .platform-difference__num {
    min-width: 60px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 60px;
  }
  .platform-difference__caption {
    font-size: 22px;
  }
  .platform-difference__spoiler {
    margin-left: 0;
  }
  .platform-difference__spoiler p {
    font-size: 18px;
  }
}
/**/
/* platform feature hero */
/**/
.platform-feature-hero {
  position: relative;
  background-color: #f7fafc;
}

.platform-feature-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 402px;
  height: 149px;
  margin-right: 625px;
  background: url(../images/platform-feature-hero/bg-left.svg);
}

.platform-feature-hero__figure {
  direction: rtl;
}

.platform-feature-hero__image {
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.platform-feature-hero__image--1 {
  margin-right: -24px;
}

.platform-feature-hero__image--2 {
  margin-right: -160px;
}

.platform-feature-hero__image--3 {
  margin-right: -64px;
}

.platform-feature-hero__image--4 {
  margin-right: -34px;
}

.platform-feature-hero__image--5 {
  margin-right: -34px;
}

.platform-feature-hero__image--6 {
  margin-right: -67px;
}

@media screen and (max-width: 1283.98px) {
  .platform-feature-hero__image {
    height: 29.21875vw;
  }
  .platform-feature-hero__image--1 {
    margin-right: -1.875vw;
  }
  .platform-feature-hero__image--2 {
    margin-right: -12.5vw;
  }
  .platform-feature-hero__image--3 {
    margin-right: -5vw;
  }
  .platform-feature-hero__image--4,
  .platform-feature-hero__image--5 {
    margin-right: -2.65625vw;
  }
  .platform-feature-hero__image--6 {
    margin-right: -5.234375vw;
  }
}
@media screen and (max-width: 991.98px) {
  .platform-feature-hero {
    padding-top: 80px;
    text-align: center;
  }
  .platform-feature-hero__figure {
    margin-top: 40px;
    text-align: center;
  }
  .platform-feature-hero__image {
    height: 281px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .platform-feature-hero {
    padding-top: 60px;
  }
  .platform-feature-hero__figure {
    margin-right: -20px;
    margin-left: -20px;
  }
  .platform-feature-hero__image {
    width: 100%;
    height: auto;
  }
}
/**/
/* platform feature tabs */
/**/
.platform-feature-tabs {
  /*background-color: #fff;*/
  background-color: #EBF3F8;
  box-shadow: 0px 2px 15px rgba(29, 39, 67, 0.06), 0px 8px 25px rgba(28, 40, 64, 0.06);
}

.platform-feature-tabs.fixed {
  position: fixed;
  z-index: 9;
  top: 72px;
  right: 0;
  left: 0;
}

.platform-feature-tabs__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  font-size: 18px;
  line-height: 60px;
  white-space: nowrap;
  color: #39455c;
}

.platform-feature-tabs__cont::-webkit-scrollbar {
  display: none;
}

.platform-feature-tabs__space {
  width: 1px;
  min-width: 1px;
  height: 20px;
  margin: 0 10px 0 20px;
  background-color: #cad1dd;
}

.platform-feature-tabs__link {
  position: relative;
  padding: 0 10px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: color;
}

.platform-feature-tabs__link--back {
  padding: 0;
  color: #037bbd;
}

.platform-feature-tabs__link span {
  color: #39455c;
}

.platform-feature-tabs__link--back span {
  color: #037bbd;
}

.platform-feature-tabs__link span:hover,
.platform-feature-tabs__link.active span {
  color: #32bdb5;
}

.platform-feature-tabs__link--back::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 60px;
  margin-right: 10px;
  background: url('data:image/svg+xml;utf8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L1.5 4.5L5 1" stroke="%23037BBD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 50% no-repeat;
}

.platform-feature-tabs__link--back:hover::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L1.5 4.5L5 1" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.platform-feature-tabs__link.active::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 2px;
  background-color: #32bdb5;
}

@media screen and (max-width: 1023.98px) {
  .platform-feature-tabs__cont {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .platform-feature-tabs.fixed {
    top: 62px;
  }
}
@media screen and (max-width: 767.98px) {
  .platform-feature-tabs__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .platform-feature-tabs__link--back {
    font-size: 0;
  }
  .platform-feature-tabs__link--back::before {
    margin-right: 0;
  }
}
/**/
/* platform feature intro */
/**/
.platform-feature-intro__cont {
  margin-left: 72px;
}

.platform-feature-intro__footnote {
  padding: 40px;
  background: #f5f9fb;
  font-weight: 500;
  text-align: center;
  color: #007bbd;
}

.platform-feature-intro__footnote p {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1283.98px) {
  .platform-feature-intro__image {
    max-width: 100%;
    height: auto;
  }
  .platform-feature-intro__cont {
    margin-left: 5.625vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .platform-feature-intro__cont {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .platform-feature-intro__cont {
    margin-top: 24px;
  }
  .platform-feature-intro__footnote {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**/
/* platform feature benefits */
/**/
.platform-feature-benefits {
  padding: 40px 0;
  background-color: #f7fbfc;
}

.platform-feature-benefits__subtitle {
  min-height: 148px;
}

.platform-feature-benefits__figure {
  text-align: right;
}

.platform-feature-benefits__image {
  margin-left: auto;
  vertical-align: top;
}

.platform-feature-benefits__arrows {
  display: flex;
}

.platform-feature-benefits__prev,
.platform-feature-benefits__next {
  width: 44px;
  height: 44px;
  margin-right: 4px;
  border-radius: 4px;
  background-color: #d8e3e8;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition-duration: 0.25s;
  transition-property: background, color;
  border: 0;
  outline: 0;
}

.platform-feature-benefits__prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9.00167 1.14282L1.14453 8.99997L9.00167 16.8571"/><path d="M16.8588 8.99997H1.14453"/></svg>');
}

.platform-feature-benefits__next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8.99833 1.14282L16.8555 8.99997L8.99833 16.8571"/><path d="M1.14118 8.99997H16.8555"/></svg>');
}

.platform-feature-benefits__prev:hover,
.platform-feature-benefits__next:hover {
  background-color: #32bdb5;
  color: #f7fbfc;
}

.platform-feature-benefits__prev:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none" stroke="%23F7FBFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9.00167 1.14282L1.14453 8.99997L9.00167 16.8571"/><path d="M16.8588 8.99997H1.14453"/></svg>');
}

.platform-feature-benefits__next:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none" stroke="%23F7FBFC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8.99833 1.14282L16.8555 8.99997L8.99833 16.8571"/><path d="M1.14118 8.99997H16.8555"/></svg>');
}

.platform-feature-benefits__dots {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 790px;
  margin-top: 24px;
  margin-left: auto;
}

.platform-feature-benefits__dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 5px;
  background-color: #dcdee3;
}

.platform-feature-benefits__dots .slick-active {
  background-color: #32bdb5;
}

@media screen and (max-width: 1283.98px) {
  .platform-feature-benefits__image {
    max-width: 100%;
    height: auto;
  }
  .platform-feature-benefits__dots {
    width: 66.667%;
  }
}
@media screen and (max-width: 1023.98px) {
  .platform-feature-benefits__subtitle {
    min-height: 0;
  }
  .platform-feature-benefits__arrows {
    margin-bottom: 24px;
  }
  .platform-feature-benefits__dots {
    width: auto;
  }
}
.platform-main-page .h2,
.platform-main-page .h3,
.platform-main-page .h5,
.platform-main-page .h4 {
  line-height: normal;
}

.solution-workflows__item__alt:hover {
  box-shadow: none;
  transform: none;
}

.product-feature-tabs .platform-feature-tabs__link span {
  font-family: Metric-medium;
  font-size: 20px;
  color: #004163;
}
.product-feature-tabs .platform-feature-tabs__link--back span {
  color: #037bbd;
}
@media screen and (max-width: 767.98px) {
  .product-feature-tabs .platform-feature-tabs__link--back span {
    font-size: 0;
  }
}
.product-feature-tabs .platform-feature-tabs__link span:hover,
.product-feature-tabs .platform-feature-tabs__link.active span {
  color: #32bdb5;
}

/**/
/* PARTNERS */
/**/
/**/
/* partners hero */
/**/
/**/
/* partners grow */
/**/
.partners-grow__item {
  max-width: 252px;
  color: #35364E;
}

.partners-grow__icon {
  vertical-align: top;
}

.partners-grow__image {
  vertical-align: top;
  border-radius: 6px;
}

.partners-grow__review {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #1C3F57;
  color: #FFF;
}

.partners-grow__review-cover {
  position: relative;
  padding-top: 52.7027027027%;
}

.partners-grow__review-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partners-grow__review-cover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  border-radius: 50%;
  background: #FFF url('data:image/svg+xml;utf8,<svg width="24" height="28" viewBox="0 0 24 28" xmlns="http://www.w3.org/2000/svg" fill="%2332BDB5"><path d="M23 12.268C24.3333 13.0378 24.3333 14.9623 23 15.7321L3.5 26.9904C2.16666 27.7602 0.499999 26.7979 0.499999 25.2583L0.5 2.74167C0.5 1.20207 2.16667 0.239818 3.5 1.00962L23 12.268Z"/></svg>') 50% 50% no-repeat;
}

.partners-grow__review-cont {
  padding: 32px 40px 40px;
}

@media screen and (max-width: 1023.98px) {
  .partners-grow__item {
    max-width: none;
  }
  .partners-grow__review-cont {
    padding: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-grow {
    text-align: center;
  }
  .partners-grow__review-cover::after {
    width: 72px;
    height: 72px;
    margin: -36px 0 0 -36px;
  }
}
/**/
/* partners earn */
/**/
.partners-earn {
  text-align: center;
}

.partners-earn__col {
  text-align: left;
  color: #35364E;
}

.partners-earn__image {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.partners-earn__subtitle {
  font-weight: 600;
}

.partners-earn__list {
  list-style: none;
}

.partners-earn__list li {
  margin-top: 8px;
  padding-left: 1em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" fill="%2332BDB5"><circle cx="4" cy="4" r="4"></circle></svg>') 0 0/0.375em 1.375em no-repeat;
}

@media screen and (max-width: 1359.98px) {
  .partners-earn__image {
    height: auto;
  }
}
/**/
/* partners join */
/**/
.partners-join .tabs__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 48px;
  padding: 16px 0;
  text-decoration: none;
  color: #35364E;
  transition-duration: 0.125s;
  transition-property: background-color, color;
  font-weight: 500 !important;
}

.partners-join__pane {
  display: none;
}

.partners-join__pane.active {
  display: block;
}

.partners-join__subtitle {
  font-weight: 600;
}

.partners-join__image {
  display: block;
  margin-left: auto;
  border-radius: 8px;
  margin: 0 auto;
}

@media screen and (max-width: 1359.98px) {
  .partners-join__image {
    max-width: 100%;
    height: auto;
  }
}
.partners-join__tab.active::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #32BDB5;
}

/**/
/* partners benefits */
/**/
.partners-benefits {
  color: #35364E;
}

.partners-benefits__image {
  display: block;
  margin: 0 auto;
}

.partners-benefits__item {
  position: relative;
  padding-left: 80px;
  text-align: left;
}

.partners-benefits__item:not(:first-child) {
  margin-top: 48px;
}

.partners-benefits__icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1359.98px) {
  .partners-benefits__image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-benefits__item {
    padding-left: 60px;
  }
  .partners-benefits__item:not(:first-child) {
    margin-top: 36px;
  }
}
/**/
/* partners tools */
/**/
.partners-tools {
  padding: 64px 0 80px;
  background: linear-gradient(156.05deg, #004163 -18%, #00324D 104.27%);
  color: #B2D1E3;
}

.partners-tools__item {
  position: relative;
  max-width: 520px;
  padding-left: 60px;
}

.partners-tools__item + .partners-tools__item {
  margin-top: 28px;
}

.partners-tools__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.partners-tools__heading {
  color: #FFF;
}

.partners-tools__review {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #004163;
  color: #FFF;
}

.partners-tools__review-cover {
  position: relative;
  padding-top: 52.7027027027%;
}

.partners-tools__review-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partners-tools__review-cover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  border-radius: 50%;
  background: #FFF url('data:image/svg+xml;utf8,<svg width="24" height="28" viewBox="0 0 24 28" xmlns="http://www.w3.org/2000/svg" fill="%2332BDB5"><path d="M23 12.268C24.3333 13.0378 24.3333 14.9623 23 15.7321L3.5 26.9904C2.16666 27.7602 0.499999 26.7979 0.499999 25.2583L0.5 2.74167C0.5 1.20207 2.16667 0.239818 3.5 1.00962L23 12.268Z"/></svg>') 50% 50% no-repeat;
}

.partners-tools__review-cont {
  padding: 32px 40px 40px;
}

@media screen and (max-width: 991.98px) {
  .partners-tools__item {
    max-width: none;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-tools {
    padding: 48px 0;
  }
  .partners-tools__item + .partners-tools__item {
    margin-top: 21px;
  }
}
/**/
/* partners awards */
/**/
.partners-awards__image {
  display: block;
  margin: 0 8px;
}

/**/
/* partners testimonials */
/**/
/**/
/* partners news */
/**/
.partners-news__cont {
  max-width: 864px;
  margin-right: auto;
  margin-left: auto;
}

.partners-news__hr {
  margin: 24px 0;
  border-top: 1px solid #DAE4EB;
}

.partners-news__item {
  position: relative;
  display: block;
  box-shadow: 0 0 0 25px transparent;
  text-decoration: none;
  transition-duration: 0.125s;
  transition-property: background, box-shadow;
}

.partners-news__item:hover {
  background: #F4F9FC;
  box-shadow: 0 0 0 25px #F4F9FC;
}

.partners-news__heading {
  font-weight: 500;
}

.partners-news__more-link {
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.partners-news__item:hover .partners-news__more-link {
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .partners-news__hr {
    margin: 18px 0;
  }
  .partners-news__item:hover {
    background: transparent;
    box-shadow: 0 0 0 25px transparent;
  }
  .partners-news__more-link {
    margin-top: 9px;
    opacity: 1;
  }
}
/*Tabs*/
.partner__tabs {
  display: flex;
  overflow: auto;
  padding-bottom: 2px;
  box-shadow: inset 0 -2px 0 #E9EBF1;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}

.partner__tabs::-webkit-scrollbar {
  display: none;
}

.tabs--large {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  white-space: normal;
}
.tabs--large .tabs__link {
  flex: 1 0 0%;
  height: 76px;
  margin: 0;
  padding: 0 20px;
}
.tabs--large .tabs__link.active {
  background: linear-gradient(rgba(50, 189, 181, 0), rgba(50, 189, 181, 0.1));
  color: #32BDB5 !important;
}

@media screen and (max-width: 991.98px) {
  .partner__tabs {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
  }
  .tabs__link {
    margin-right: 32px;
  }
  .tabs__link:last-child {
    margin-right: 24px;
  }
  .tabs--large {
    padding-left: 0;
  }
  .tabs--large .tabs__link {
    margin: 0;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .partner__tabs {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .tabs__link {
    margin-right: 20px;
  }
  .tabs__link:last-child {
    margin-right: 20px;
  }
  .tabs--large {
    padding-left: 0;
  }
  .tabs--large .tabs__link {
    margin: 0;
    padding: 0 20px;
  }
}
/**/
/* partners reviews */
/**/
.partners-reviews {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(270deg, #004163, #00324D);
}

.partners-reviews::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 365px;
  height: 140px;
  margin-right: 448px;
  background: url(../images/partners-reviews/bg@2x.png) 50% 50%/100% 100%;
  pointer-events: none;
}

.partners-reviews__item {
  position: relative;
  width: 330px;
  padding: 40px 32px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px #DDE1E9, 0px -8px 20px rgba(22, 53, 70, 0.06);
}

.partners-reviews__item--1 {
  margin-top: -112px;
}

.partners-reviews__item--1::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 120px;
  margin-top: 24px;
  border-radius: 6px;
  background: #FFF;
  opacity: 0.05;
}

.partners-reviews__item--2 {
  margin-bottom: -112px;
  box-shadow: inset 0 0 0 1px #DDE1E9, 0px 8px 20px rgba(22, 53, 70, 0.06);
}

.partners-reviews__item--2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 120px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: #FFF;
  opacity: 0.05;
}

.partners-reviews__logo {
  display: block;
  margin: 0 auto;
}

.partners-reviews__quote {
  padding-top: 46px;
  background: url('data:image/svg+xml;utf8,<svg width="38" height="30" viewBox="0 0 38 30" fill="%23007BBD" xmlns="http://www.w3.org/2000/svg"><path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M16.83 22.66C16.83 26.62 13.42 29.92 8.8 29.92C3.63 29.92 0 25.96 0 19.91C0 6.16 9.24 0.66 15.84 0V6.05C11.33 6.82 7.37 11.11 7.15 15.84C7.37 15.73 8.36 15.29 9.46 15.29C13.75 15.29 16.83 18.26 16.83 22.66ZM37.18 22.6601C37.18 26.6201 33.77 29.9201 29.15 29.9201C24.09 29.9201 20.35 25.9601 20.35 19.9101C20.35 6.16008 29.7 0.660084 36.19 8.41151e-05V6.05008C31.79 6.82008 27.83 11.1101 27.61 15.8401C27.83 15.7301 28.71 15.2901 29.81 15.2901C34.21 15.2901 37.18 18.2601 37.18 22.6601Z"/></svg>') no-repeat;
  color: #1F5AA0;
}

.partners-reviews__author {
  font-weight: 600;
  color: #35364E;
}

@media screen and (max-width: 1283.98px) {
  .partners-reviews__item {
    width: 300px;
  }
}
@media screen and (max-width: 1023.98px) {
  .partners-reviews {
    padding-bottom: 0;
    border-bottom: 64px solid #FFF;
  }
  .partners-reviews__item {
    width: auto;
  }
  .partners-reviews__item--1 {
    margin-top: 0;
    margin-bottom: -32px;
  }
  .partners-reviews__item--2 {
    margin-bottom: -64px;
  }
  .partners-reviews__item--1::after,
  .partners-reviews__item--2::after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-reviews__item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 599.98px) {
  .partners-reviews {
    padding-top: 40px;
    border-bottom: 40px solid #FFF;
  }
  .partners-reviews__item--1 {
    margin-bottom: 20px;
  }
  .partners-reviews__item--2 {
    margin-bottom: -40px;
  }
}
/**/
/* partners callout */
/**/
.partners-callout {
  position: relative;
  padding: 52px 0;
  background-color: #ECF6FC;
  text-align: center;
}

.partners-callout::after,
.partners-callout::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 430px;
  height: 193px;
  background: url(../images/partners-callout/bg@2x.png);
  background-size: 100% 100%;
}

.partners-callout::after {
  right: -40px;
}

.partners-callout::before {
  left: -40px;
}

@media screen and (max-width: 1283.98px) {
  .partners-callout::after {
    right: auto;
    left: 50%;
    margin-left: 280px;
  }
  .partners-callout::before {
    right: 50%;
    left: auto;
    margin-right: 280px;
  }
}
/**/
/* upcoming events card */
/**/
.upcoming-events-card {
  display: block;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  box-shadow: inset 0 0 0 1px #E6E6E6, 0 0 0 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.upcoming-events-card:hover {
  box-shadow: inset 0 0 0 1px #E6E6E6, 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.upcoming-events-card__figure {
  position: relative;
  padding-top: 62.9139072848%;
}

.upcoming-events-card__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upcoming-events-card__cont {
  padding: 16px 24px 24px;
}

.upcoming-events-card__title {
  font-weight: 600;
  color: #35364E;
}

.upcoming-events-card__date {
  font-weight: normal;
  color: #5e636b;
}

/**/
/* partners booster */
/**/
.partners-booster {
  position: relative;
  overflow: hidden;
  padding: 40px 0 48px;
  border-radius: 6px;
  background: #DCF0F4;
  text-align: center;
}

.partners-booster::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 975px;
  height: 857px;
  margin-top: -428px;
  margin-right: -80px;
  background: url(../img/partners-booster/bg.svg);
}

.partners-booster h3 {
  position: relative;
}

.partners-booster__image {
  position: relative;
  display: block;
  border-radius: 6px;
}

@media screen and (max-width: 1199.98px) {
  .partners-booster {
    margin-right: -40px;
    margin-left: -40px;
    border-radius: 0;
  }
  .partners-booster__image {
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 991.98px) {
  .partners-booster {
    margin-right: -24px;
    margin-left: -24px;
  }
  .partners-booster__image {
    height: 152px;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-booster {
    margin-right: -20px;
    margin-left: -20px;
  }
  .partners-booster__image {
    height: 168px;
  }
}
/**/
/* partners faq */
/**/
.partners-faq__hr {
  margin: 24px 0 28px;
  border-top: 1px solid #DAE4EB;
}

.partners-faq__question {
  position: relative;
  padding-right: 24px;
  font-weight: 500;
  color: #35364E;
  cursor: pointer;
  user-select: none;
  transition-duration: 0.125s;
  transition-property: color;
}

.partners-faq__question::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 25px;
  background: url('data:image/svg+xml;utf8,<svg width="12" height="25" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%2335364E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(-90deg);
  transition-duration: 0.125s;
  transition-property: background-image, transform;
}

.partners-faq__question:hover {
  color: #32BDB5;
}

.partners-faq__question:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="25" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.partners-faq__question.active::after {
  transform: none;
}

.partners-faq__answer {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .partners-faq__hr {
    margin: 18px 0 21px;
  }
}
/* partners program */
.partners-program {
  text-align: center;
}

.partners-program__item {
  position: relative;
  padding: 16px 32px;
  text-align: left;
  color: #003F65;
  cursor: pointer;
  transition-duration: 0.125s;
  transition-property: padding, color;
}

.partners-program__item:hover {
  color: #32BDB5;
}

.partners-program__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #32BDB5;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.partners-program__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #32BDB5 0%, rgba(11, 197, 186, 0) 100%);
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.partners-program__item.active {
  padding: 20px 32px;
  pointer-events: none;
}

.partners-program__item.active::after {
  opacity: 1;
}

.partners-program__item.active::before {
  opacity: 0.05;
}

.partners-program__heading {
  font-size: 28px;
  font-weight: 600;
  color: inherit;
}

.partners-program__subheading {
  display: none;
}

.partners-program__figure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  border-radius: 6px;
  background: linear-gradient(247.61deg, #004163 25.72%, #00324D 83.65%);
  color: #B2D1E3;
}

.partners-program__figure::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 488px;
  height: 268px;
  background: url(../img/partners-program/bg.svg);
  pointer-events: none;
}

@media screen and (max-width: 767.98px) {
  .partners-program__item {
    padding: 12px 0 12px 24px;
  }
  .partners-program__item.active {
    padding: 15px 0 15px 24px;
  }
  .partners-program__heading {
    font-size: 22px;
  }
  .partners-program__figure {
    height: 375px;
  }
}
/**/
/* our story */
/**/
.our-story {
  position: relative;
  padding-top: 20px;
  background-image: linear-gradient(180deg, #F3F8FB, #FFFFFF);
}
.our-story .bread-crumbs {
  margin: 0;
  padding-top: 0;
}
.our-story .wp-block-column:nth-child(2n) {
  margin-left: auto !important;
}
.our-story .vimeo-video {
  margin-left: 0;
}
.our-story::after {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  background: url(../images/company/bg.svg);
  pointer-events: none;
  top: 28px;
  left: 50%;
  margin-left: 622px;
}
.our-story::before {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  background: url(../images/company/bg.svg);
  pointer-events: none;
  top: 40px;
  right: 50%;
  margin-right: 508px;
}
.our-story .our-story__more-info .wp-block-group__inner-container {
  margin: auto;
  width: 100%;
}

.our-story__cont {
  position: relative;
}

.our-story__item {
  position: relative;
  margin-left: 40px;
  padding: 40px;
  text-align: center;
}
.our-story__item * {
  position: relative;
  z-index: 1;
}
.our-story__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  border: 1px solid #E7EAF0;
  background: #FFF;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.14);
}
.our-story__item::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 189px;
  height: 173px;
  background: url(../images/company/dots.svg);
}

.our-story__item--alt {
  margin-right: 40px;
  margin-left: 0;
}
.our-story__item--alt::before {
  top: auto;
  right: -40px;
  bottom: -40px;
  left: auto;
}

.our-story__video {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.our-story__video img {
  display: block;
  margin: 0 auto;
}
.our-story__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="76" viewBox="0 0 60 76" fill="none"><path fill="%2332BDB5" d="M0.998047 2.68519C0.998047 1.09831 2.75752 0.143473 4.08802 1.0083L58.4182 36.3229C59.6316 37.1116 59.6316 38.888 58.4182 39.6767L4.08802 74.9913C2.75751 75.8562 0.998047 74.9013 0.998047 73.3144V2.68519Z"/></svg>') 57.5% 50% no-repeat;
  transition-duration: 0.25s;
  background-size: 43px;
  transform: translate(30%, 30%);
}
.our-story__video:hover::after {
  background-color: rgb(255, 255, 255);
  transform: scale(1.0625) translate(30%, 30%);
}
.our-story__video span {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
}
.our-story__video span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2332BDB5" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>') 55% 50%/12px 12px no-repeat;
}

@media screen and (max-width: 575.98px) {
  .our-story__item {
    margin-left: 0;
    margin-right: 0;
  }
  .our-story__item::before {
    display: none;
  }
  .our-story__video::after {
    transform: scale(0.625);
  }
}
/**/
/* leader note */
/**/
.leader-note {
  padding: 40px 60px;
  border-radius: 10px;
  background: linear-gradient(rgba(0, 123, 189, 0.05), rgba(255, 255, 255, 0));
}
.leader-note .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.leader-note .leader-note__wrapper {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .leader-note .leader-note__hyperlink-column {
    flex-basis: 50%;
  }
  .leader-note .leader-note__hyperlink-column .more-link {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .leader-note .leader-note__hyperlink-column {
    flex-basis: initial !important;
  }
  .leader-note .leader-note__position__wrapper {
    flex-basis: unset !important;
  }
}
.leader-note__image img {
  border-radius: 4px;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 6px;
  max-width: 316px;
  max-height: 365px;
}

.leader-note__quotes {
  display: block;
}

.leader-note__name {
  margin-top: -4px;
}

.leader-note__position {
  color: #8097A5;
}

@media screen and (max-width: 1283.98px) {
  .leader-note {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .leader-note__name {
    margin-top: -1px;
  }
}
@media screen and (max-width: 575.98px) {
  .leader-note {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .leader-note__image img {
    max-width: 100%;
    height: auto;
  }
}
.leadership_mt {
  margin-top: 100px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F3F8FB), to(#FFFFFF));
  background-image: linear-gradient(180deg, #F3F8FB, #FFFFFF);
}

/**/
/* company timeline */
/**/
.company-timeline {
  text-align: center;
}

.company-timeline__cont {
  position: relative;
}
.company-timeline__cont::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.company-timeline__track {
  height: 600px;
  overflow: auto;
}

.company-timeline__items {
  position: relative;
  overflow: hidden;
}
.company-timeline__items::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  background: #32BDB5;
  opacity: 0.5;
}

.company-timeline__item {
  position: relative;
  width: 408px;
  margin: 60px auto;
  padding: 23px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border: 1px solid #E7EAF0;
  background: #FFFFFF;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.14);
  text-align: left;
  transform: translateX(230px);
}
.company-timeline__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -3px;
  left: -42px;
  width: 30px;
  height: 30px;
  background: url(../images/company/hex.svg);
}
.company-timeline__item:first-child {
  margin-top: 0;
}
.company-timeline__item:nth-child(even) {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  transform: translateX(-230px);
}
.company-timeline__item:nth-child(even)::before {
  right: -42px;
  left: auto;
}

@media screen and (max-width: 1023.98px) {
  .company-timeline__item {
    width: 328px;
    transform: translateX(190px);
  }
  .company-timeline__item:nth-child(even) {
    transform: translateX(-190px);
  }
}
@media screen and (max-width: 767.98px) {
  .company-timeline__items::before {
    left: 15px;
  }
  .company-timeline__item {
    width: auto;
    margin: 40px 0;
    margin-left: 41px;
    transform: none;
  }
  .company-timeline__item:nth-child(even) {
    border-radius: 0 6px 6px 6px;
    transform: none;
  }
  .company-timeline__item:nth-child(even)::before {
    right: auto;
    left: -42px;
  }
}
@media (min-width: 782px) {
  .industry-ranking .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .industry-ranking .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
/**/
/* investors */
/**/
.investors {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  background-image: linear-gradient(180deg, #F3F8FB, #FFFFFF);
}
.investors .bread-crumbs {
  margin: 0;
}
.investors::after {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  background: url(../images/company/bg.svg);
  pointer-events: none;
  top: 28px;
  left: 50%;
  margin-left: 622px;
}
.investors::before {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  background: url(../images/company/bg.svg);
  pointer-events: none;
  top: 40px;
  right: 50%;
  margin-right: 508px;
}

.investors__cont {
  position: relative;
}

.investors__item {
  padding: 39px;
  border-radius: 6px;
  border: 1px solid #E7EAF0;
  background: #FFF;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.14);
}
.investors__item .text-link {
  font-weight: normal;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .investors__item .grid-row {
    display: block !important;
  }
}
.investors__image {
  display: block;
  margin-right: 12px;
}

.investors__image[width="141"] {
  margin-right: 11px;
}

.investors__image[width="158"] {
  margin-right: 3px;
  margin-left: -9px;
}

.investors__image[width="162"] {
  margin-right: 1px;
  margin-left: -11px;
}

@media screen and (max-width: 767.98px) {
  .investors__item {
    padding: 29px;
  }
  .investors__image {
    width: 105px;
    height: auto;
  }
  .investors__image[width="141"] {
    margin-right: 12px;
  }
  .investors__image[width="158"] {
    width: 119px;
    margin-right: 5px;
    margin-left: -7px;
  }
  .investors__image[width="162"] {
    width: 122px;
    margin-right: 3px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 575.98px) {
  .investors__image {
    margin: 0 0 24px !important;
  }
}
.investors_wrapper {
  overflow: hidden;
}

.management_wrapper {
  background-image: linear-gradient(180deg, #F3F8FB, #FFFFFF);
  overflow: hidden;
}
.management_wrapper .three_col_cards__grid_row {
  max-width: 860px;
  margin: auto;
}
.management_wrapper .three_col_cards__item {
  height: 270px;
  max-width: 258px;
}
.management_wrapper .three_col_cards__item__title {
  font-size: 24.33px;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .management_wrapper {
    background-image: linear-gradient(180deg, #F3F8FB, #FFFFFF);
    overflow: hidden;
  }
  .management_wrapper .three_col_cards__grid_row {
    max-width: 258px;
    margin: auto;
  }
}
@media (min-width: 782px) {
  .contact-departs .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 782px) {
  .contact-departs .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: initial;
    flex-grow: 1;
  }
}
/* .egnyte-leadership {
	.views-col {
		padding: 0 1rem;
		float: none;
		padding-left: 0;
		padding-right: 0;
		border-radius: 5px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-left: 1%;
		margin-right: 1%;
		position: relative;
        background: transparent;
        width: 23% !important;
    }
    .wp-block-group{
        display: flex;
    }
} */
/* @media screen and (max-width: 1023.98px) {
    .egnyte-leadership{
        .views-col {
            max-width: 33%;
            flex: 0 0 33%;
            margin: 0 auto;
            padding: initial;
        }
        .wp-block-group{
            display: flex;
            flex-wrap: wrap;
        }
        .grid-col{
            max-width: 100% !important;
        }
    }
} */
/* @media screen and (max-width: 767px) {

    .egnyte-leadership{
        .views-col {
            flex: 0 0 50%;
            max-width: 50%;
            margin: 0 auto;
            padding: auto;
        }
        .leadership__col {
            display: flex;
            flex-wrap: wrap;
        }
        .leadership__image {
            max-width: 100% !important;
        }

        .leadership__item {
            max-width: 100% !important;
        }
    }
} */
.directors-board .views-col {
  width: 23% !important;
}
.directors-board .wp-block-group {
  display: flex;
}
.directors-board .grid-col {
  max-width: 100% !important;
}

.directors-board__cont {
  padding: 0 48px 32px;
  border-radius: 10px;
  background: linear-gradient(rgba(0, 123, 189, 0.05), rgba(255, 255, 255, 0));
  text-align: left;
}

.directors-board__item {
  margin: 0 16px;
}
.directors-board__item .full_text {
  display: none;
}

.directors-board__bio {
  color: #35364E;
}

.directors-board__spoiler {
  display: none;
}

.directors-board__more {
  color: #35364e !important;
  display: inline;
  font-family: metric-semibold;
}
.directors-board__more:hover {
  text-decoration: underline;
}
.directors-board__more span {
  display: none;
}

.directors-board__bio_active .directors-board__spoiler {
  display: inline;
}
.directors-board__bio_active .directors-board__dots {
  display: none;
}

@media screen and (max-width: 1023.98px) {
  .directors-w {
    padding: 0 32px 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .directors-board__cont {
    margin: 0;
    padding: 0;
    background: none;
  }
  .directors-board__item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .directors-board .views-col {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0 auto;
    padding: initial;
  }
  .directors-board .wp-block-group {
    display: flex;
    flex-wrap: wrap;
  }
  .directors-board .grid-col {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 575.98px) {
  .directors-board .views-col {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    padding: initial;
  }
  .directors-board .wp-block-group {
    display: flex;
    flex-wrap: wrap;
  }
  .directors-board .grid-col {
    max-width: 100% !important;
  }
}
/**/
/* egnyte investors */
/**/
.egnyte-investors {
  text-align: center;
}
.egnyte-investors .wp-block-image {
  display: block;
}

.egnyte-investors__image {
  display: block;
  margin: 0 32px;
}

@media (min-width: 782px) {
  .egnyte-investors .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .egnyte-investors .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .egnyte-investors__image {
    margin: 12px 12px 0;
  }
}
.we-are-hiring__image img {
  display: block;
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .leadership_mt .wp-block-columns {
    display: block;
  }
  .our-story__more-info .wp-block-columns {
    display: block;
  }
}
.about_us_text p {
  max-width: 592px;
}

.life-sciences {
  background: #112532;
  color: #fff;
}
.life-sciences .title {
  font-family: Inter;
  font-size: 74px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -1px;
  text-align: left;
  line-height: 1.5;
  color: #11c5b9;
}
.life-sciences .subtitle {
  font-size: 32px;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  font-weight: lighter;
}
.life-sciences .text_side ul {
  list-style-type: none;
}
.life-sciences .text_side li {
  display: flex;
}
.life-sciences .text_side .number {
  width: fit-content;
  font-size: 37px;
  font-weight: bolder;
  color: #11c5b9;
  margin-right: 1rem;
}
.life-sciences .text_side .text {
  width: fit-content;
}
.life-sciences .text_side hr {
  margin-bottom: 3rem;
}
.life-sciences form {
  max-width: 300px;
  margin: auto;
  background: #fff;
  height: 100%;
  padding-bottom: 1rem;
}
.life-sciences input,
.life-sciences select {
  margin-bottom: 12px;
  width: 100% !important;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 22px !important;
  font-weight: 100;
  padding: 10px !important;
  background-color: #eef4f5;
  color: #333333 !important;
  border-bottom: none !important;
}
.life-sciences input[type=submit] {
  background: #11c5b9;
  color: #fff !important;
}
.life-sciences .contact_form {
  height: 400px;
  width: 100%;
  max-width: 400px;
  background: #f5fbfe;
  margin: 1rem auto;
  position: relative;
}
.life-sciences .contact_form__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.life-sciences .form_box {
  max-width: 350px;
  margin: 0 auto !important;
  padding: 20px 20px 20px 20px !important;
  background-color: #F5FBFE;
  border-radius: 5px;
  margin-top: 3rem !important;
  margin-left: 3rem !important;
  z-index: 3;
  position: relative;
}
.life-sciences .form_img {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.life-sciences .form_img img {
  object-fit: cover;
  object-position: 0px 83px;
  width: 135%;
}
.life-sciences .form_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 37, 50, 0.6);
}
.life-sciences .form_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 104%;
  height: 100%;
  z-index: -1;
  background-image: url(/sites/default/files/2021-01/pentagon.svg);
  background-repeat: no-repeat;
}
.life-sciences .form_card {
  margin-top: 1rem;
}
.life-sciences .form_wrapper {
  background: #fff;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.life-sciences .grid-cont {
  position: relative;
  padding: 6rem 40px;
  overflow: hidden;
  margin-right: 0;
}
.life-sciences .pentagon {
  position: absolute;
  top: 0px;
  right: 0;
  width: 170px;
  height: 170px;
  transform: translate(1%, -43%) rotate(-30deg);
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .life-sciences .title {
    font-size: 51px;
  }
  .life-sciences .subtitle {
    text-align: left;
  }
  .life-sciences .form_box {
    max-width: 100%;
    margin-top: 5rem !important;
    z-index: 3;
    position: relative;
    margin-left: auto !important;
  }
  .life-sciences .grid-cont {
    padding: 0rem 30px;
    padding-bottom: 4rem;
  }
  .life-sciences form {
    max-width: 90%;
  }
  .life-sciences .text_side ul {
    list-style-type: none;
    z-index: 3;
    position: relative;
  }
  .life-sciences .text_side hr {
    margin-bottom: 3rem;
    z-index: 3;
    position: relative;
  }
  .life-sciences .form_img img {
    object-position: -15px 83px;
    width: 200%;
  }
  .life-sciences .form_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 129%;
    height: 100%;
    background: rgba(17, 37, 50, 0.6);
  }
}
@media screen and (max-width: 1023px) {
  .life-sciences .form_img {
    right: 100px;
    width: 354px;
  }
}
.life-sciences-advisory-board header {
  margin-bottom: 2rem;
}
.life-sciences-advisory-board .advisory_board__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  height: 48px;
  margin: -24px 0 0 0;
  padding: 0 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.111724);
  transform: translateY(-50%);
}
.life-sciences-advisory-board .advisory_board__logo img {
  object-fit: contain;
  object-position: center;
  max-width: 175px;
}
.life-sciences-advisory-board .advisory_board__headshot img {
  object-fit: cover;
  object-position: center;
  max-height: 233px;
}
.life-sciences-advisory-board .advisory-col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.life-sciences-advisory-board .advisory_cont {
  padding: 0rem 1.5rem;
}

.advisory_board__link img {
  vertical-align: top;
  width: 7px;
  height: 1.375em;
  margin: 0 0.75em 0 0.25em;
  transform: translateY(1px);
}

.life-sciences-advisory-board .more-link {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(0%, -50%);
  padding: 0.5rem 2rem;
}
.life-sciences-advisory-board .more-link .right-caret {
  vertical-align: top;
  width: 8px;
  height: 1.375em;
  margin: 0 -0.25em 0 0.25em;
  transform: translateY(1px);
}

.life-science-advisory-board-modal {
  border-radius: 10px;
}
.life-science-advisory-board-modal .body {
  line-height: 25px;
}
.life-science-advisory-board-modal img {
  object-fit: cover;
}
.life-science-advisory-board-modal .profile-modal--image-wrapper {
  border-radius: 6px;
  overflow: hidden;
  height: 307px;
}

/* .profile-modal {
	position: fixed;
	z-index: 10000;
	top: -24px;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
} */
.profile-modal-is-visible {
  visibility: visible;
}
.profile-modal-is-visible .profile-modal-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.profile-modal-is-visible .profile-modal-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.profile-modal-is-visible .profile-modal-transition {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.profile-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.profile-modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, -50%);
  width: 960px;
  max-width: 96%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.profile-modal-transition {
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
}

.profile-modal-header {
  padding: 1em;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.profile-modal-content {
  padding: 1em;
}
.profile-modal-content > *:first-child {
  margin-top: 0;
}
.profile-modal-content > *:last-child {
  margin-bottom: 0;
}

.profile-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.profile-modal-close:hover {
  color: #777;
}

.profile-modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1283.98px) {
  .profile-modal-bio {
    max-height: 300px;
    overflow-y: scroll;
  }
}
.profile-modal-toggle {
  cursor: pointer;
}

.disable-profile {
  cursor: initial !important;
  pointer-events: none !important;
}
.disable-profile:hover {
  box-shadow: none !important;
  transform: none !important;
}
.disable-profile .more-link {
  display: none;
}

.content_intelligence__container .under-the-hood {
  background-image: url("../images/content-intelligence/under_the_hood_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.content_intelligence__container .under-the-hood .one-platform_desc {
  max-width: 800px;
  margin: 0 auto;
}
.content_intelligence__container .under_the_hood__mobile_container {
  display: none;
}
.content_intelligence__container .CI_banner__container {
  background: linear-gradient(221deg, rgb(57, 114, 131) 5%, rgb(20, 70, 96) 26%, rgb(22, 39, 60) 42%, rgb(22, 40, 62) 70%);
}
.content_intelligence__container .CI_banner__container .CI_banner {
  background-image: url("../images/content-intelligence/grid.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 550px;
}
.content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container .banner_copy {
  max-width: 437px;
}
.content_intelligence__container .insights__container {
  background-image: url("../images/content-intelligence/hex_left.webp"), url("../images/content-intelligence/hex_right.webp");
  background-repeat: no-repeat;
  background-position: right top, left bottom;
}
.content_intelligence__container .insights__container .insights_box__container {
  display: flex;
  justify-content: center;
}
.content_intelligence__container .insights__container .insights_box__container .insight_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 433px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #B8B7B7;
  border-radius: 8px;
  background: #fafafa;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.content_intelligence__container .insights__container .insights_box__container .insight_box h3 {
  min-height: 50px;
}
.content_intelligence__container .under_the_hood__container .model__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  height: 700px;
  padding: 20px;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type__container {
  margin-top: 25px;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type {
  width: 420px;
  padding-top: 30px;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type ul {
  max-height: 0px;
  overflow: hidden;
  margin: 0;
  transition: max-height 0.9s;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type ul li span {
  position: relative;
  display: inline-block;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type ul li span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23B6AA;
  transition: width 0.25s ease-out;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type ul li span a {
  color: #fff;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type ul li span:hover a {
  color: #23B6AA;
  cursor: pointer;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type ul li span:hover::before {
  width: 100%;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type ul li:last-child {
  margin-bottom: 38px;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type:first-child {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type:last-child {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type .click_text {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  justify-content: space-between;
  padding-right: 10px;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type .click_text span {
  margin-right: 10px;
  cursor: pointer;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type .click_text svg {
  margin-top: 4px;
  width: 23px;
  height: 19px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type .click_text svg path {
  stroke: #fff;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type.active {
  border-top: 1px solid #0BC5BA;
  border-bottom: 1px solid #0BC5BA;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type.active .click_text svg {
  transform: rotate(0deg);
}
.content_intelligence__container .under_the_hood__container .model__container .model_type.active .click_text svg path {
  stroke: #0BC5BA;
}
.content_intelligence__container .under_the_hood__container .model__container .model_type.active ul {
  max-height: 400px;
}
.content_intelligence__container .under_the_hood__container .model__container .model_grid__container .model_img img {
  width: 600px;
  margin-top: 30px;
}
.content_intelligence__container .AI_tabs {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
}
.content_intelligence__container .AI_tabs .AI_links__container {
  height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_intelligence__container .AI_tabs .AI_Link {
  border-left: 4px solid transparent;
  position: relative;
  height: 66px;
  display: flex;
  align-items: center;
}
.content_intelligence__container .AI_tabs .AI_Link span {
  padding: 11px 10px 14px 30px;
  cursor: pointer;
}
.content_intelligence__container .AI_tabs .AI_Link:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0%;
  bottom: 0;
  color: #0BC5BA;
  transition: width 0.5s ease-out;
  opacity: 0.08;
  background: linear-gradient(90deg, #0BC5BA 27.6%, rgba(11, 197, 186, 0) 92.96%);
}
.content_intelligence__container .AI_tabs .AI_Link:has(span.active) {
  border-left: 4px solid #0BC5BA;
  color: #0BC5BA;
  background: linear-gradient(90deg, #163546 27.6%, rgba(11, 197, 186, 0) 92.96%);
  cursor: pointer;
}
.content_intelligence__container .AI_tabs .AI_Link:has(span.active)::before {
  width: 100%;
}
.content_intelligence__container .AI_tabs .AI_Link:has(span.active) path {
  stroke: #0BC5BA;
}
.content_intelligence__container .AI_tabs .AI_desc__container {
  max-width: 772px;
  width: 100%;
}
.content_intelligence__container .AI_tabs .AI_desc__container .AI_desc {
  background: linear-gradient(180deg, #146A78 -12.11%, rgba(255, 255, 255, 0.51) 109.56%);
  padding: 1px;
  height: 415px;
  border-radius: 12px;
}
.content_intelligence__container .AI_tabs .AI_desc__container .AI_desc div {
  background: radial-gradient(156.12% 127.81% at 100% -14.67%, #205D71 0%, #091A2F 100%);
  padding: 0 55px;
  height: 413px;
  border-radius: 12px;
}
.content_intelligence__container .AI_tabs .AI_desc__container .AI_desc h3 {
  display: none;
}
.content_intelligence__container .AI_tabs .AI_desc__container .AI_desc ul {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  height: 100%;
}
.content_intelligence__container .ai_cta {
  margin-left: 0;
  margin-right: 0;
  width: 240px;
  padding: 0;
  height: 60px;
  font-size: 22px;
  font-family: metric-medium;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callout__container {
  background: radial-gradient(38.64% 72.76% at 46% 81.31%, #193B59 0%, #121F37 100%);
}
.callout__container .callout--inner_container {
  background-image: url("../images/content-intelligence/hex-left-callout.webp"), url("../images/content-intelligence/hex-right-callout.webp");
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.callout__container .callout--inner_container .callout_cta {
  padding: 0;
  width: 280px;
  height: 60px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

@media (max-width: 1400px) {
  .content_intelligence__container .h1--xlarge {
    font-size: 51px;
  }
  .content_intelligence__container .p--xlarge {
    font-size: 22px;
  }
  .content_intelligence__container .p--xxlarge {
    font-size: 27px;
  }
  .content_intelligence__container .h2--xlarge {
    font-size: 43px;
  }
  .content_intelligence__container .h3--medium {
    font-size: 28px;
  }
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 460px;
  }
  .content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container img {
    width: 500px;
  }
}
@media (max-width: 1080px) {
  .AI_tabs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .AI_tabs .AI_desc__container {
    max-width: 540px;
  }
}
@media (max-width: 992px) {
  .content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container .banner_copy {
    max-width: 357px;
  }
  .content_intelligence__container .under_the_hood__container .model__container .model_grid__container .model_img img {
    width: 400px;
  }
  .content_intelligence__container .h1--xlarge {
    font-size: 46px;
  }
  .content_intelligence__container .h2--xlarge {
    font-size: 39px;
  }
  .content_intelligence__container .h3--medium {
    font-size: 24px;
  }
  .content_intelligence__container .p--xlarge {
    font-size: 20px;
  }
  .content_intelligence__container .p--xxlarge {
    font-size: 24px;
  }
  .content_intelligence__container .AI_tabs .AI_desc__container .AI_Link span {
    padding: 11px 10px 14px 12px;
  }
  .content_intelligence__container .AI_tabs .AI_desc__container .AI_desc {
    height: 401px;
  }
  .content_intelligence__container .AI_tabs .AI_desc__container .AI_desc div {
    padding: 0 30px;
    height: 399px;
  }
}
@media (max-width: 940px) {
  .content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container img {
    width: 450px;
  }
  .content_intelligence__container .h1--xlarge {
    font-size: 40px;
  }
}
@media (max-width: 890px) {
  .content_intelligence__container .under_the_hood__container {
    display: none;
  }
  .content_intelligence__container .under_the_hood__mobile_container {
    display: block;
  }
  .content_intelligence__container .under_the_hood__mobile_container .model_container {
    background: linear-gradient(0deg, rgb(34, 91, 104) 0%, rgb(26, 44, 65) 50%, rgb(26, 40, 60) 100%);
    padding-left: 20px;
    padding-right: 20px;
  }
  .content_intelligence__container .under_the_hood__mobile_container .model_container figure {
    text-align: center;
  }
  .content_intelligence__container .under_the_hood__mobile_container .model_container ul {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    text-align: center;
  }
  .content_intelligence__container .under_the_hood__mobile_container .model_container hr {
    width: 90%;
    background: #fff;
    margin: 0 auto;
  }
  .content_intelligence__container .CI_banner__container .CI_banner {
    background: url("../images/content-intelligence/Mobile_Hero_Texture.png");
    background-size: 100% 63%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container .banner_copy {
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container img {
    width: 100%;
    margin-top: 30px;
  }
  .content_intelligence__container .CI_banner__container .CI_banner + h2 {
    padding-top: 50px;
  }
  .content_intelligence__container .CI_banner__container .CI_banner .CI_banner__inner-container {
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
  }
  .content_intelligence__container .insights__container {
    background-size: 190px;
  }
  .content_intelligence__container .insights__container .insights_box__container {
    flex-wrap: wrap;
  }
  .content_intelligence__container .insights__container .insights_box__container .insight_box {
    margin: 15px;
    min-height: auto;
    padding-top: 10px;
  }
  .content_intelligence__container .insights__container .insights_box__container .insight_box ul {
    margin-bottom: 30px;
  }
  .content_intelligence__container .AI_tabs {
    padding-top: 0;
  }
  .content_intelligence__container .AI_tabs .AI_desc__container {
    margin: 0 auto;
    flex: 0 0 78%;
  }
  .content_intelligence__container .AI_tabs .AI_desc__container .AI_desc {
    display: block;
    margin: 16px 0;
    height: auto;
    background: linear-gradient(180deg, #146A78 -12.11%, rgba(255, 255, 255, 0.51) 109.56%);
  }
  .content_intelligence__container .AI_tabs .AI_desc__container .AI_desc div {
    background: radial-gradient(84% 155.92% at 100% -14.67%, #205D71 0%, #15293d 100%);
    padding: 30px;
    height: auto;
  }
  .content_intelligence__container .AI_tabs .AI_desc__container .AI_desc h3 {
    display: block;
  }
  .content_intelligence__container .AI_tabs .AI_links__container {
    display: none;
  }
  .content_intelligence__container .ai_cta {
    width: 210px;
    height: 50px;
  }
}
@media (max-width: 752px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 60%;
  }
}
@media (max-width: 700px) {
  .AI_tabs .AI_desc__container {
    flex: 0 0 100%;
  }
}
@media (max-width: 660px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 57%;
  }
}
@media (max-width: 630px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 56%;
  }
}
@media (max-width: 585px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 56%;
  }
}
@media (max-width: 520px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 52%;
  }
}
@media (max-width: 500px) {
  .content_intelligence__container .insights__container {
    background-size: 150px;
  }
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 54%;
  }
  .content_intelligence__container .h1--xlarge {
    font-size: 32px;
  }
  .content_intelligence__container .p--xlarge {
    font-size: 18px;
  }
  .content_intelligence__container .h2--xlarge {
    font-size: 28px;
  }
  .content_intelligence__container .AI_tabs .AI_desc__container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 53%;
  }
}
@media (max-width: 470px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 51%;
  }
}
@media (max-width: 415px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 49%;
  }
}
@media (max-width: 376px) {
  .content_intelligence__container .CI_banner__container .CI_banner {
    background-size: 100% 45%;
  }
}
.page {
  overflow: hidden;
}

/**/
/* hero */
/**/
.hero {
  position: relative;
  padding-top: 80px;
  background-image: linear-gradient(180deg, #f2f7f9 0%, #ffffff 100%);
  text-align: center;
}

.hero__bg {
  position: absolute;
}

.hero__bg--left {
  top: 80px;
  right: 50%;
  margin-right: 480px;
}

.hero__bg--right {
  top: 32px;
  left: 50%;
  margin-left: 520px;
}

.hero__cont {
  position: relative;
  z-index: 1;
}

.hero__title {
  max-width: 760px;
  margin: 0 auto;
}

.hero__subtitle {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  color: #5e636b;
  margin-bottom: 0;
}

.hero__request {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #0bc5ba;
  transition-duration: 0.125s;
  transition-property: color;
}

.hero__request:hover {
  color: #1fb7ab;
}

.hero__pic {
  display: inline-block;
  vertical-align: top;
}

.hero__image {
  position: relative;
  z-index: 1;
  vertical-align: top;
  margin: 8px auto -5%;
}

a.hero__button:link, a.hero__button:visited {
  color: #fff;
}
a.hero__button:hover {
  text-decoration: none;
}

@media screen and (max-width: 1425.98px) {
  .hero__image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1283.98px) {
  .hero__image {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero__image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .hero {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero {
    padding-top: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero__image {
    margin: 0;
  }
}
/**/
/* trusted by */
/**/
.trusted-by {
  position: relative;
  margin-top: 90px;
  text-align: center;
}

.trusted-by__grid-cont {
  max-width: 1120px;
}

.trusted-by img {
  display: block;
  margin: 0 auto;
}

.trusted-by__grid {
  display: grid;
  grid-row-gap: 40px;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.trusted-by .h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.trusted-by a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1023.98px) {
  .trusted-by__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .trusted-by {
    margin-top: 80px;
  }
  .trusted-by__grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .trusted-by__grid {
    margin-right: -20px;
    margin-left: -20px;
  }
  .trusted-by__grid img {
    width: auto;
    height: auto;
    max-width: 84px;
    max-height: 20px;
  }
  .trusted-by img {
    width: auto;
    height: auto;
    max-width: 84px;
    max-height: 20px;
  }
}
/**/
/* divider */
/**/
.divider {
  position: relative;
  pointer-events: none;
}

.divider::after,
.divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 300%;
  height: 960px;
  margin-left: -150%;
  background-image: linear-gradient(180deg, rgba(0, 123, 189, 0.05), rgba(255, 255, 255, 0));
  opacity: 0.5;
  transform-origin: 50% 0;
}

.divider::after {
  transform: rotate(-4deg);
}

.divider::before {
  transform: rotate(3deg);
}

.divider--left {
  transform: translateX(-560px);
}

.divider--right {
  transform: translateX(480px);
}

@media screen and (max-width: 767.98px) {
  .divider {
    margin: 80px 0;
  }
  .divider--left {
    transform: translateX(-280px);
  }
  .divider--right {
    transform: translateX(240px);
  }
}
@media screen and (max-width: 575.98px) {
  .divider--left {
    transform: translateX(-140px);
  }
  .divider--right {
    transform: translateX(120px);
  }
}
/**/
/* advantage */
/**/
.advantage {
  text-align: center;
}

.advantage__cont {
  max-width: 1030px;
}

.advantage__subtitle {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: #35364e;
}

.advantage__row {
  position: relative;
}

.advantage__row::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 242px;
  height: 242px;
  margin: -86px 0 0 -121px;
  background: url(../images/umcc@2x.png);
  background-size: 100%;
}

.advantage__item {
  margin: 0 1px;
  border-radius: 6px;
  overflow: hidden;
  background-image: linear-gradient(150deg, #f2f9ff 0%, #e6f1f9 100%);
  color: #35364e;
}

.advantage__item--right {
  background-image: linear-gradient(150deg, #f1fdfe 0%, #e2f4f6 100%);
}

.advantage__inner {
  padding: 60px 140px 20px 68px;
}

.advantage__item--right .advantage__inner {
  padding-right: 64px;
  padding-left: 140px;
}

.advantage__heading {
  padding: 20px 16px;
  font-size: 26px;
  background: rgba(82, 119, 153, 0.1);
  font-weight: 500;
}

.advantage__item--right .advantage__heading {
  background: rgba(73, 178, 169, 0.1);
  color: #127a72;
}

.advantage__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.06);
}

.advantage__caption {
  margin-bottom: 40px;
  line-height: 1.25;
  text-align: right;
}

.advantage__item--right .advantage__caption {
  text-align: left;
}

.advantage__cont h6 {
  margin-top: 0;
}
.advantage__cont .advantage__title {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1023.98px) {
  .advantage__row::after {
    margin-top: -121px;
  }
  .advantage__item {
    margin: 1px 0;
  }
  .advantage__inner {
    padding: 40px 160px 120px;
  }
  .advantage__item--right .advantage__inner {
    padding: 160px 160px 0px;
  }
  .advantage__caption {
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .advantage__heading {
    padding: 12px;
    font-size: 24px;
  }
  .advantage__inner {
    padding: 30px 30px 120px;
  }
  .advantage__item--right .advantage__inner {
    padding: 150px 30px 0px;
  }
  .advantage__icon {
    margin-bottom: 30px;
  }
  .advantage__caption {
    margin-bottom: 30px;
  }
}
/**/
/* about */
/**/
.about__head {
  text-align: center;
}

.about__title {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.about__subtitle {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #35364e;
}

.about .case-studies__item {
  text-decoration: none;
  color: #35364e;
}

.about__head h6 {
  margin-top: 0;
}

.about__cont .about__subtitle {
  margin-bottom: 0;
}
.about__cont .about__more-link:link, .about__cont .about__more-link:visited {
  color: #0bc5ba;
}
.about__cont .about__more-link:hover {
  text-decoration: none;
  color: #1fb7ab;
}

@media screen and (max-width: 767.98px) {
  .about__cont {
    text-align: center;
  }
}
/**/
/* features */
/**/
.features {
  margin-top: 160px;
}

.features__head {
  margin-bottom: -60px;
  text-align: center;
}

.features__item {
  margin-top: 120px;
}

.features__heading {
  margin-bottom: 12px;
}

.features__subheading {
  margin-bottom: 16px;
}

.features__divider {
  margin: 32px 0;
  border-top: 1px solid #e4e7ee;
}

.features__pic--alt {
  text-align: right;
}

.features__image {
  display: inline-block;
  vertical-align: top;
}

.features__image--1 {
  margin: -20px 0 -42px -29px;
}

.features__image--2 {
  margin: -20px 0 -56px 0;
}

.features__image--3 {
  margin: -24px 0 -44px 0;
}

.features__logo {
  display: block;
  margin-bottom: 12px;
}

.features__cite {
  margin-bottom: 16px;
  font-style: italic;
}

.features__photo {
  display: block;
  margin-right: -4px;
  border-radius: 50%;
  max-width: none;
}

.features__name {
  font-size: 16px;
  font-weight: 600;
  color: #35364e;
}

.features__position {
  margin-top: 4px;
  font-size: 14px;
  color: #7a7a7a;
}

.features__head h6 {
  margin-top: 0;
}
.features__head .features__title {
  margin-top: 0;
  margin-bottom: 0;
}

.features__item a.more-link {
  word-break: normal;
}
.features__item a.more-link:link, .features__item a.more-link:visited {
  color: #0bc5ba;
}
.features__item a.more-link:hover {
  text-decoration: none;
  color: #1fb7ab;
}
.features__item .features__subheading,
.features__item .features__cite {
  color: #5e636b;
}

@media screen and (max-width: 1283.98px) {
  .features__image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .features {
    margin-top: 80px;
  }
  .features__head {
    margin-bottom: -40px;
  }
  .features__item {
    margin-top: 80px;
  }
  .features__image {
    margin: 0;
  }
}
/**/
/* testimonials */
/**/
.testimonials {
  position: relative;
  margin-top: 160px;
  text-align: center;
}

.testimonials__bg {
  position: absolute;
  width: 538px;
  height: 328px;
  background: url(../images/testimonials/bg.svg);
}

.testimonials__bg--left {
  top: 0;
  right: 50%;
  margin-right: 600px;
  opacity: 0.2;
}

.testimonials__bg--right {
  bottom: -80px;
  left: 50%;
  margin-left: 540px;
  opacity: 0.1;
}

.testimonials__subtitle {
  margin-top: 12px;
  margin-bottom: 32px;
}

.testimonials__item {
  position: relative;
  display: block;
  height: 100%;
  padding: 23px 31px 165px;
  border-radius: 6px;
  border: 1px solid #e1e9eb;
  background: #fbfcfe;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.08);
  text-align: left;
  text-decoration: none;
  color: #2e2e2e;
  font-weight: 400;
  transition-duration: 0.25s;
  transition-property: background-color, box-shadow, transform;
}

.testimonials__item:hover {
  border-color: #e1e9eb;
  background-color: #ffffff;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
  text-decoration: none;
}

.testimonials__item:active {
  border-color: #0bc5ba;
  background-color: #fbfcfe;
  box-shadow: none;
  transform: none;
}

.testimonials__item::before {
  content: "";
  display: block;
  width: 26px;
  height: 21px;
  background: url(../images/testimonials/quotes.svg);
}

.testimonials__text {
  line-height: 1.5;
}

.testimonials__foot {
  position: absolute;
  right: 31px;
  bottom: 89px;
  left: 31px;
}

.testimonial__photo {
  display: block;
  border-radius: 50%;
  margin-right: -4px;
}

.testimonials__name {
  font-weight: 600;
}

.testimonials__position {
  margin-top: 4px;
  font-size: 14px;
  opacity: 0.6;
}

.testimonials__position span {
  padding: 0 2px;
  opacity: 0.6;
}

.testimonials__read {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 0;
  border-top: 1px solid #e1e9eb;
  text-align: center;
}

.testimonials .testimonials__title {
  margin-top: 0;
  margin-bottom: 0;
}
.testimonials .testimonials__item:link, .testimonials .testimonials__item:visited {
  color: #2e2e2e;
}
.testimonials .more-link:link, .testimonials .more-link:visited {
  color: #0bc5ba;
}
.testimonials .more-link:hover {
  color: #1fb7ab;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .testimonials {
    margin-top: 80px;
  }
  .testimonials__subtitle {
    margin-top: 9px;
    margin-bottom: 24px;
  }
  .testimonials__item {
    padding: 17px 23px 137px;
  }
  .testimonials__foot {
    right: 23px;
    bottom: 71px;
    left: 23px;
  }
  .testimonials__read {
    padding: 18px 0;
  }
}
/**/
/* badge */
/**/
.badge {
  display: inline-block;
  vertical-align: top;
  min-width: 68px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.badge--blue {
  background-color: #e5f4ff;
  color: #0092d8;
}

.badge--green {
  background-color: #e5ffec;
  color: #00c17c;
}

.badge--orange {
  background-color: #fff0e5;
  color: #e27400;
}

.badge--navy {
  background-color: #F0EFF8;
  color: #5A62A8;
}

/**/
/* resources */
/**/
.resources {
  margin-top: 160px;
}

.resources.mt-500 {
  margin-top: 80px;
}

.resources.mt-750 {
  margin-top: 120px;
}

.resources__item {
  position: relative;
  display: block;
  min-height: 100%;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.resources__item:hover {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.resources__item:active {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.05);
  transform: none;
}

.resources__image {
  display: block;
  border-radius: 8px 8px 0 0;
}

.resources__cont {
  padding: 24px;
  transition-duration: 0.25s;
  transition-property: border-color;
}

.resources__item:active .resources__cont {
  border-color: #0bc5ba;
}

.resources__badge {
  margin-bottom: 12px;
}

.resources__heading {
  margin-bottom: 8px;
  color: #35364e;
}

.resources__summary {
  margin-bottom: 12px;
}

.resources__more {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #0bc5ba;
}

.resources__more svg {
  vertical-align: top;
  margin: 0 -4px 0 4px;
}

.resources .resources__title {
  margin-top: 0;
  margin-bottom: 0;
}
.resources .resources__more-link:link, .resources .resources__more-link:visited {
  color: #0bc5ba;
}
.resources .resources__more-link:hover {
  color: #1fb7ab;
  text-decoration: none;
}

.resources__item:link, .resources__item:visited {
  color: #5e636b;
  font-weight: 400;
}
.resources__item:hover {
  text-decoration: none;
}
.resources__item .resources__cont .resources__heading {
  margin-top: 0;
}

@media screen and (max-width: 1283.98px) {
  .resources__image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .resources {
    margin-top: 80px;
  }
  .resources__cont {
    padding: 17px;
  }
}
.resource__more_link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  text-decoration: none;
  color: #0bc5ba;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
  -webkit-transition-property: color;
  transition-property: color;
}
.resource__more_link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.resource__more_link svg {
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  margin: 0 -0.25em 0 0.125em;
}

/**/
/* callout */
/**/
.callout {
  position: relative;
  max-width: 1350px;
  overflow: hidden;
  margin: 80px auto 0;
  border-radius: 8px;
  text-align: center;
  color: #b6c0d4;
}

.callout__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -199px 0 0 -675px;
  max-width: none;
}

.callout__cont {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.callout__title {
  font-weight: 600;
  color: #fff;
}

.callout__subtitle {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.callout__button {
  margin-right: 8px;
  margin-left: 8px;
}

.callout__request {
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #0bc5ba;
  transition-duration: 0.125s;
  transition-property: color;
}

.callout__request:hover {
  color: #1fb7ab;
}

.callout .callout__cont .callout__title {
  margin-top: 0;
  margin-bottom: 0;
}
.callout .callout__cont .callout__subtitle {
  margin-bottom: 0;
}
.callout .callout__cont .callout__button:link, .callout .callout__cont .callout__button:visited {
  color: #fff;
}
.callout .callout__cont .callout__button:focus, .callout .callout__cont .callout__button:hover {
  text-decoration: none;
}
.callout .callout__cont .callout__request:link, .callout .callout__cont .callout__request:visited {
  color: #0bc5ba;
}
.callout .callout__cont .callout__request:hover {
  color: #1fb7ab;
  text-decoration: none;
}

@media screen and (max-width: 1340px) {
  .callout {
    border-radius: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .callout {
    margin-top: 60px;
  }
  .callout__cont {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575.98px) {
  .callout__cont {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
/* New Home Page Animation*/
#case-studies-animation h2 {
  padding: 0 15px;
  margin-bottom: 90px;
}
#case-studies-animation .bottom__animation-wrapper {
  background: url(../images/new-home/new-home-bottom-bg.webp) no-repeat;
  background-size: cover;
}
#case-studies-animation .bottom__animation-wrapper .new-home-bottom--container {
  background: url(../images/new-home/Hex-Pattern.webp) no-repeat right;
  padding-top: 80px;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider {
  display: flex;
  margin-bottom: 20px;
  transition: ease;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item {
  flex-shrink: 0;
  width: 350px;
  margin-right: 20px;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a {
  padding: 24px;
  transition: all 200ms ease;
  background: url(../images/new-home/quote-bg.webp) no-repeat 96%;
  background-color: #fff;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a:hover {
  scale: 1.03;
  transform: none;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .case-studies__qoute {
  height: 230px;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .case-studies__name {
  font-size: 18px;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .cards__author-details {
  display: flex;
  justify-content: space-between;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .cards__author-details .cards__author--bio .case-studies__position {
  height: 46px;
  font-size: 15px;
  color: #5E636B;
  font-weight: 500;
}
#case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .cards__author-details .cards__author--cta .more-link {
  font-size: 15px;
}

@media screen and (min-width: 900px) {
  #case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item {
    width: 700px;
  }
  #case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .case-studies__qoute {
    height: 191px;
  }
  #case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .case-studies__name {
    font-size: 18px;
  }
  #case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .cards__author-details .cards__author--bio .case-studies__position {
    height: 46px;
    font-size: 18px;
  }
  #case-studies-animation .bottom__animation-wrapper .js-scroll-slider .js-scroll-slider__item a .cards__author-details .cards__author--cta .more-link {
    font-size: 18px;
  }
}
.layout-container-full-size.layout-search-page {
  padding-top: 0;
}

.ss360-layer__heading {
  margin-bottom: 0 !important;
  color: #35364e;
}

.ss360-suggests__header {
  padding: 0 !important;
}

.ss360-suggests__snippet {
  font-size: 18px !important;
  color: #35364e !important;
  margin: 0 !important;
}

.main-search .unibox-n-section {
  padding-top: 14px;
}
.main-search .unibox__selectable .unibox__content-container .unibox__search-content {
  padding: 0px 14px;
  margin-bottom: 15px;
  text-decoration: none;
  line-height: 20px;
}

.unibox__content-container {
  padding: 0 !important;
}
.unibox__content-container a {
  background-color: #fff !important;
  color: #35364e !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-transform: none !important;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  min-height: 20px;
  margin-bottom: 5px;
  font-size: 15px;
}
.unibox__content-container a:hover {
  color: #0bc5ba !important;
}

.unibox__selectable--active .unibox__content-container,
.unibox__selectable--active .unibox__highlight-container,
.unibox__selectable:hover .unibox__content-container,
.unibox__selectable:hover .unibox__highlight-container {
  background: none !important;
}

.ss360-custom-search .ss360-custom-search__searchbox {
  max-width: 600px !important;
  border: 0px !important;
  border-bottom: 1px solid rgba(53, 54, 78, 0.2) !important;
  box-shadow: none !important;
}
.ss360-custom-search .ss360-custom-search__searchbox:focus {
  outline: none;
}

.ss360SearchButton {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: #fff url(/themes/custom/egnyte/images/search-black.svg) no-repeat center center !important;
}
.ss360SearchButton:hover {
  background: #fff url(../images/search-hover.svg) no-repeat center center !important;
}

.ss360-suggests {
  box-shadow: none !important;
}

.ss360-suggests__content {
  margin-left: 0 !important;
  padding-bottom: 0 !important;
}

.ss360-suggests__header {
  padding: 0 !important;
}

#ss360-layer .ss360-ac-c {
  color: #0bc5ba !important;
}
#ss360-layer .ss360-ac-c .ss360-highlight {
  font-weight: 700 !important;
}

#ss360-layer .ss360-suggests__link:focus,
#ss360-layer .ss360-suggests__link:hover {
  text-decoration: none !important;
  color: #1fb7ab !important;
}

.ss360-highlight {
  font-weight: 400 !important;
}

#ss360-layer .ss360-ac-b,
#ss360-layer .ss360-ac-b--hover:focus,
#ss360-layer .ss360-ac-b--hover:hover {
  border-color: #0bc5ba !important;
}

#ss360-layer .ss360-ac-bg,
#ss360-layer .ss360-ac-bg--hover:focus,
#ss360-layer .ss360-ac-bg--hover:hover {
  background-color: #0bc5ba !important;
  color: #fff !important;
}

#ss360-layer .ss360-ac-bg--hover:focus {
  outline: none;
}

@media screen and (max-width: 767.98px) {
  .unibox__content-container a {
    margin-bottom: -15px;
  }
}
.page-node-16 main,
.page-node-type-success_stories main {
  overflow: hidden;
}

/**/
/* cs headline */
/**/
.cs-headline {
  position: relative;
  background: url(../images/cs-headline-bg.svg) 100% 50% no-repeat, linear-gradient(217deg, #323a4b 0%, #171c2a 100%);
  color: #bec5d6;
}

.cs-headline__title {
  color: #fff;
}

.cs-headline__subtitle {
  max-width: 688px;
}

.cs-headline {
  padding: 102px 0 72px 0;
}
.cs-headline .cs-headline__title {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-title {
  width: 80px;
  margin-left: 32px;
}

.filter--dropdown {
  width: 180px;
}

@media screen and (max-width: 767.98px) {
  .cs-headline {
    padding: 54px 0;
    background: linear-gradient(217deg, #323a4b 0%, #171c2a 100%);
  }
}
@media screen and (max-width: 991.98px) {
  .cs-divider {
    margin: 70px 0;
  }
}
/**/
/* cs categories */
/**/
.case-studies__item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 24px 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.case-studies--category--alt .case-studies__cell .case-studies__item {
  cursor: pointer;
}

.case-studies__item:hover {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.case-studies__pic {
  position: relative;
  margin: 0 -24px;
}

.case-studies__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 48px;
  margin: -24px 0 16px;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
}

.case-studies--category--alt .case-studies__cell .case-studies__item .case-studies__logo img {
  max-width: 100%;
  max-height: 80%;
}

.cs-categories {
  position: relative;
  background-color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.cs-categories__track {
  display: flex;
  justify-content: space-between;
}

.cs-categories__track::-webkit-scrollbar {
  display: none;
}

.cs-categories__link {
  line-height: 80px;
  text-decoration: none;
  color: #35364e;
  transition-duration: 0.25s;
  transition-property: color;
}

.cs-categories__link:hover {
  color: #0bc5ba;
}

.cs-categories__link--active {
  box-shadow: 0 -4px 0 0 #0bc5ba inset;
  font-weight: 600;
  color: #0bc5ba;
}

@media screen and (max-width: 1023.98px) {
  .cs-categories__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .cs-categories {
    margin: 0 -20px;
  }
  .cs-categories::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
    pointer-events: none;
  }
  .cs-categories__track {
    overflow: auto;
  }
  .cs-categories__track::after {
    content: "";
    display: block;
    min-width: 20px;
  }
  .cs-categories__link {
    margin-left: 20px;
    line-height: 60px;
  }
}
.cs-categories__track {
  padding-left: 0;
  list-style: none;
}
.cs-categories__track .cs-categories__link {
  margin-bottom: 0;
}
.cs-categories__track .cs-categories__link a {
  font-weight: 500;
  color: #35364e;
}
.cs-categories__track .cs-categories__link a:link, .cs-categories__track .cs-categories__link a:visited {
  font-weight: 500;
}
.cs-categories__track .cs-categories__link a:hover {
  text-decoration: none;
  color: #0bc5ba;
}
.cs-categories__track .cs-categories__link.cs-categories__link--active a {
  font-weight: 600;
  color: #0bc5ba;
}

@media screen and (max-width: 1099.98px) {
  .cs-categories__track {
    overflow: auto;
  }
  .cs-categories__track .cs-categories__link {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .case-studies--category {
    margin-top: 0 !important;
  }
  .case-studies--category .case-studies__grid {
    margin-top: 0px;
  }
  .cs-categories.eg-categories {
    margin: 40px 0 0 0;
  }
}
/**/
/* cs featured */
/**/
.cs-featured {
  position: relative;
  padding: 80px 0;
}

.cs-featured__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.cs-featured__cont {
  position: relative;
  display: block;
  margin-right: -32px;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.cs-featured__cont:hover {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.cs-featured__logo {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .cs-featured {
    padding: 0;
  }
  .cs-featured__bg {
    position: static;
    height: 300px;
  }
  .cs-featured__cont {
    margin-top: -90px;
    margin-right: 0;
    padding: 30px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  }
}
.cs-featured__cont p {
  color: #5e636b;
  margin-bottom: 0;
}
.cs-featured__cont .case-studies__more-link {
  color: #0bc5ba;
  text-align: left;
}
.cs-featured__cont .case-studies__more-link a {
  color: #0bc5ba;
  font-size: 20px;
  font-weight: 600;
}

/**/
/* case studies */
/**/
.case-studies--rel {
  margin-top: 100px;
  padding: 80px 0;
  background: rgba(0, 123, 189, 0.04);
}

.case-studies__title {
  margin-bottom: 32px;
}

.case-studies__grid {
  margin-top: -32px;
}

.case-studies__cell {
  margin-top: 32px;
}

.wp-block-group.more-cs-block.case-studies .case-studies__cell {
  display: flex;
}

.page-node-16 .case-studies__cell .case-studies__item:hover {
  text-decoration: none;
}
.page-node-16 .case-studies__cell .case-studies__item .case-studies__subheading {
  margin-bottom: 0;
}
.page-node-16 .case-studies__cell .case-studies__item .case-studies__summary {
  font-weight: 400;
  color: #5e636b;
  margin-bottom: 0;
}
.page-node-16 .case-studies__cell .case-studies__item--review .case-studies__position {
  font-weight: 400;
  color: #5e636b;
}

.cs-detail-page .button {
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #0bc5ba;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
  margin-right: 0;
  margin-left: 0;
}
.cs-detail-page .button:hover {
  background: #1fb7ab;
  color: #fff;
}
.cs-detail-page .button--small {
  padding: 12px 20px;
  font-size: 18px;
  line-height: 20px;
}
.cs-detail-page .button--secondary {
  background: #004064;
}
.cs-detail-page .button--secondary:hover {
  border-color: #007bbd;
  background-color: #007bbd;
}
.cs-detail-page .button--outlined {
  border-color: #0bc5ba;
  background: none;
  color: #0bc5ba;
}
.cs-detail-page .button--outlined:hover {
  border-color: #1fb7ab;
}
.cs-detail-page .button--light {
  color: white !important;
}

.overline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c3c5d7;
}

.cs-hero {
  position: relative;
  height: 480px;
  background-position: 75% 50%;
  background-size: cover;
}

.cs-hero::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300%;
  height: 1200px;
  margin-top: -60px;
  margin-left: -150%;
  background-image: linear-gradient(180deg, #f0f8fc, #fff);
  transform-origin: 50% 0;
  transform: rotate(3deg);
}

/**/
/* cs stats */
/**/
.cs-stats {
  margin-top: 40px;
  padding: 40px 0;
  border-radius: 6px;
  background: #f2f9fd;
  text-align: center;
}

.cs-stats__vr {
  width: 1px;
  height: 100%;
  background-color: #cfe3ee;
}

.cs-stats__value {
  font-size: 52px;
  letter-spacing: -1px;
  color: #3f8efc;
}

.cs-stats__label {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #95afbe;
}

@media screen and (max-width: 767.98px) {
  .cs-stats {
    margin-top: 30px;
    padding: 30px 0;
  }
  .cs-stats__value {
    font-size: 36px;
  }
  .cs-stats__label {
    font-size: 18px;
  }
}
/**/
/* cs-video */
/**/
.cs-video {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}

.cs-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -80px 0 0 -60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40px" height="40px" viewBox="0 0 24 24"><path fill="%23FFF" d="M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z"></path></svg>') 50% 50% no-repeat;
}

.cs-video::before {
  content: "";
  position: absolute;
  top: 33.333%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(23, 27, 37, 0) 0%, #0e1119 96%);
}

.cs-video__img {
  display: block;
}

.cs-video__caption {
  position: absolute;
  right: 48px;
  bottom: 48px;
  left: 48px;
  font-size: 20px;
  font-weight: 500;
}

.cs-video__caption div {
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 1283.98px) {
  .cs-video__img {
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .cs-video {
    margin-top: 30px;
  }
  .cs-video::after {
    width: 90px;
    height: 90px;
    margin: -60px 0 0 -45px;
    background-size: 30px 30px;
  }
  .cs-video__caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-video {
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0;
  }
}
.cs-details__cont .vimeo-video {
  margin-top: 40px;
}
.cs-details__cont .vimeo-video .cs-video .cs-video__caption span {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.25;
}

/**/
/* cs review */
/**/
.cs-review {
  margin-top: 40px;
  padding: 48px 48px 32px;
  border-radius: 6px;
  background: rgba(0, 123, 189, 0.06);
}

.cs-review__text {
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.cs-review__photo {
  display: block;
  border-radius: 50%;
  margin-right: 16px;
}

.cs-review__name {
  font-weight: 600;
}

.cs-review__position {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #7e95a1;
}

@media screen and (max-width: 1283.98px) {
  .cs-review {
    padding: 40px 40px 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .cs-review {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .cs-review__text {
    font-size: 19px;
    font-weight: 400;
  }
  .cs-review__photo {
    margin-right: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-review {
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0;
  }
  .cs-review__text {
    text-align: left;
  }
}
/**/
/* cs testimonial */
/**/
.cs-testimonial {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #3f8efc;
  color: #fff;
}

.cs-testimonial__pic {
  overflow: hidden;
}

.cs-testimonial__photo {
  display: block;
}

.cs-testimonial__text {
  margin-right: 32px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.375;
}

.cs-testimonial__name {
  font-weight: 600;
}

.cs-testimonial__position {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #225191;
}

@media screen and (max-width: 1283.98px) {
  .cs-testimonial__photo {
    margin: 0 -32px;
    max-width: none;
  }
  .cs-testimonial__name {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .cs-testimonial {
    margin-top: 30px;
  }
  .cs-testimonial__text {
    margin-right: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-testimonial {
    overflow: visible;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 30px;
    border-radius: 0;
    border-top: 90px solid #fff;
  }
  .cs-testimonial__pic {
    margin-top: -90px;
    margin-bottom: 30px;
  }
  .cs-testimonial__photo {
    margin: 0 auto;
    border-radius: 6px;
  }
}
/**/
/* cs details */
/**/
.cs-details {
  position: relative;
  z-index: 1;
  margin-top: -160px;
  padding: 36px 48px 0;
  border-radius: 6px;
  background: #fff;
}
.cs-details .back-link {
  display: none;
}

.cs-details p {
  margin-top: 16px;
  font-size: 20px;
}

.case-studies figure img {
  width: auto !important;
  height: auto !important;
}

.cs-details ol {
  list-style: none;
  color: #35364e;
  font-size: 20px;
  line-height: 1.375;
}

.cs-details ol li {
  position: relative;
  margin-top: 16px;
  padding-left: 22px;
}

.cs-details ul {
  list-style: none;
  color: #35364e;
  font-size: 20px;
  line-height: 1.375;
}

.cs-details ul li::before {
  top: 8px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  content: "•";
  color: #007bbd;
  opacity: 0.5;
}

.cs-details strong {
  font-weight: 600;
}

.cs-details figure {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.cs-details figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}

.cs-details figcaption {
  max-width: 480px;
  margin: 16px auto 0;
  font-size: 15px;
  font-style: italic;
  color: #9ea2a8;
}

.cs-details__logo {
  display: none;
  margin-bottom: 16px;
}

.cs-details__title {
  font-size: 42px;
  line-height: 1;
  color: #35364e;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.cs-details__subtitle {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  color: #727986;
  letter-spacing: -0.025em;
}

.cs-details__heading {
  margin-top: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #004064;
}

.more-cs-block .case-studies__item {
  padding: 0;
  background: #fff;
}
.more-cs-block .case-studies__item .wp-block-group__inner-container {
  background: #fff;
}
.more-cs-block .case-studies__item .case-studies__pic {
  margin: 0;
}
.more-cs-block .case-studies__item .case-studies__logo {
  margin-left: 24px;
}
.more-cs-block .case-studies__item .case-studies__heading {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 24px;
}
.more-cs-block .case-studies__item .case-studies__summary {
  padding: 0 24px;
}
.more-cs-block .case-studies__item .case-studies__more-link {
  padding: 0 24px 24px;
}
.more-cs-block .case-studies__item .case-studies__more-link a {
  color: #0bc5ba;
}
.more-cs-block .case-studies__item .case-studies__more-link a:hover {
  color: #1fb7ab;
}

@media screen and (max-width: 1283.98px) {
  .cs-details {
    padding: 32px 32px 0;
  }
  .cs-details figure img {
    height: auto;
  }
  .cs-details__title {
    font-size: 38px;
  }
  .cs-details__subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023.98px) {
  .cs-details__logo {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .cs-details {
    padding: 24px 24px 0;
  }
  .cs-details p {
    margin-top: 12px;
    font-size: 18px;
  }
  .cs-details ul li {
    margin-top: 12px;
    font-size: 18px;
  }
  .cs-details ul li::before {
    top: 7px;
  }
  .cs-details figure {
    margin-top: 30px;
  }
  .cs-details figcaption {
    margin-top: 12px;
  }
  .cs-details__logo {
    margin-bottom: 12px;
  }
  .cs-details__title {
    font-size: 30px;
  }
  .cs-details__subtitle {
    margin-top: 15px;
    font-size: 20px;
  }
  .cs-details__heading {
    margin-top: 45px;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-details {
    margin-top: -90px;
  }
  .cs-details__cont {
    margin-right: -24px;
    margin-left: -24px;
  }
  .cs-details figure {
    margin-right: -20px;
    margin-left: -20px;
  }
  .cs-details figure img {
    border-radius: 0;
  }
  .cs-details figcaption {
    padding: 0 20px;
  }
  .cs-details .figure {
    margin-right: 0;
    margin-left: 0;
  }
}
/**/
/* cs actions */
/**/
.cs-actions {
  margin: 60px 48px 0;
}

.cs-actions__button img {
  vertical-align: top;
  margin: -3px 0 -2px 20px;
}

@media screen and (max-width: 1283.98px) {
  .cs-actions {
    margin-right: 32px;
    margin-left: 32px;
  }
  .cs-actions__button {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .cs-actions {
    margin: 45px 24px 0;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-actions {
    margin-right: 0;
    margin-left: 0;
  }
}
/**/
/* cs overview */
/**/
.cs-overview {
  position: relative;
  z-index: 1;
  margin: -80px 0 64px;
  padding: 32px 40px;
  border-radius: 6px;
  background: #fff;
  font-weight: 500;
  color: #5e636b;
}

.cs-overview__logo {
  display: block;
}

.cs-overview__button {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 16px;
}

.cs-overview__button img {
  float: right;
  margin: -3px 0 -2px;
}

.cs-overview a.text-link {
  text-decoration: underline;
  font-weight: 500;
}

@media screen and (max-width: 1283.98px) {
  .cs-overview {
    padding-right: 32px;
    padding-left: 32px;
  }
  .cs-overview__button {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 1023.98px) {
  .cs-overview {
    margin: 0;
    padding-top: 36px;
    padding-bottom: 0;
  }
  .cs-overview__button {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .cs-overview {
    padding: 27px 24px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .cs-overview {
    padding: 27px 0 0;
  }
}
/**/
/* share nav */
/**/
a:visited.text-link,
a:link.text-link,
a:visited.share-nav__link,
a:link.share-nav__link {
  color: #0bc5ba !important;
}

.share-nav {
  display: flex;
  align-items: center;
}

.share-nav__label {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 600;
}

.share-nav__link {
  margin-left: 12px;
  color: #0bc5ba;
  transition-duration: 0.25s;
  transition-property: color;
}

.share-nav__link:hover {
  color: #1fb7ab;
}

.share-nav__link svg {
  display: block;
  width: auto;
  height: 26px;
}

@media screen and (max-width: 767.98px) {
  .share-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .share-nav__label {
    min-width: 100%;
    margin-bottom: 16px;
  }
  .share-nav__link {
    margin: 0 15px;
  }
  .share-nav__link svg {
    height: 32px;
  }
}
/**/
/* back link */
/**/
.back-link {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #5e636b;
  transition-duration: 0.25s;
  transition-property: color;
}

.back-link:hover {
  color: #0bc5ba;
  text-decoration: none;
}

.back-link svg {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-right: 8px;
}

@media (min-width: 782px) {
  .cs-detail-page .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .cs-detail-page .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.case-studies--category {
  background-image: linear-gradient(180deg, #f3f8fb, #ffffff);
  margin-top: 32px;
  margin-bottom: 32px;
}
.case-studies--category .case-studies__cell a {
  font-weight: 400;
}
.case-studies--category .case-studies__cell a:hover, .case-studies--category .case-studies__cell a:focus {
  text-decoration: none;
}
.case-studies--category .case-studies__cell .case-studies__item .case-studies__heading {
  margin-bottom: 0;
}
.case-studies--category .case-studies__cell .case-studies__item .case-studies__summary {
  margin-bottom: 0;
  color: #5e636b;
}

.at-style-responsive .at-share-btn {
  margin: 0 0px 5px !important;
}

.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
  transform: none !important;
  outline: none !important;
}

.at-icon-linkedin,
.at-icon-facebook {
  fill: #fff !important;
  background: #0bc5ba !important;
}
.at-icon-linkedin:hover, .at-icon-linkedin:focus,
.at-icon-facebook:hover,
.at-icon-facebook:focus {
  background: #1fb7ab !important;
}

.at-icon-twitter {
  background: #0bc5ba !important;
  fill: #fff !important;
}
.at-icon-twitter:hover, .at-icon-twitter:focus {
  background: #1fb7ab !important;
}

@media (max-width: 992px) {
  .at-icon-twitter {
    width: auto !important;
    height: auto !important;
  }
}
.at-icon-facebook {
  border-radius: 32px !important;
}

@media (min-width: 600px) and (max-width: 781px) {
  .cs-detail-page .wp-block-column {
    flex-basis: calc(100% - 16px) !important;
  }
}
/*New CS List*/
.case-studies--category--alt {
  background-image: none;
}
.case-studies--category--alt .rc-search__hint {
  right: 105px;
}
.case-studies--category--alt .rc-search__search {
  left: 0;
}
.case-studies--category--alt .rc-search__input--visible ~ .rc-search__search {
  opacity: 1;
}
.case-studies--category--alt .rc-search__input {
  font-size: 18px;
  line-height: 22.5px;
  padding: 12px 48px 9px 43px;
}
.case-studies--category--alt .small {
  display: none;
}
.case-studies--category--alt .rc-search {
  widtH: 325px;
  margin-right: 16px;
}
.case-studies--category--alt .case-studies__heading {
  color: #35374D;
}
.case-studies--category--alt .case-studies__cell .case-studies__item {
  cursor: pointer;
}
.case-studies--category--alt .case-studies__cell .case-studies__item .case-studies__summary {
  color: #5D5F72;
}
.case-studies--category--alt .case-studies__cell .case-studies__item .case-studies__more-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
}
.case-studies--category--alt .case-studies__cell .case-studies__item .case-studies__more-link img {
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  margin: 0 -0.25em 0 0.125em;
  fill: currentColor;
}
.case-studies--category--alt .case-studies__cell .case-studies__item .case-studies__logo img {
  max-width: 100%;
  max-height: 80%;
}

.col-cs-menu .rc-menu {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  overflow: unset;
}
.col-cs-menu .cs-filter-text {
  display: block;
  padding: 9px 5px;
  font-family: metric-medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: -20px;
}

.search-title {
  display: none;
}

@media (max-width: 1300px) {
  .case-studies--category--alt .rc-search {
    width: 230px;
  }
  .case-studies--category--alt .rc-search__input {
    padding: 12px 0 9px 43px;
  }
  .case-studies--category--alt .rc-search__hint {
    right: 10px;
  }
}
@media (max-width: 1170px) {
  .filter--dropdown {
    width: 166px;
  }
  .case-studies--category--alt .rc-menu__heading {
    padding: 12px 10px;
  }
  .case-studies--category--alt .col-cs-filter-menu .rc-menu__heading {
    background: #EBF2F6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="56" height="24" stroke="%237D828B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') 100% 60% no-repeat;
    background-color: #fff;
  }
}
@media (max-width: 1116px) {
  .col-cs-menu .rc-menu {
    flex-direction: column-reverse;
  }
  .case-studies--category--alt .large {
    display: none;
  }
  .case-studies--category--alt .small {
    display: inline-block;
  }
  .case-studies--category--alt .rc-search__hint {
    left: 44px;
  }
  .case-studies--category--alt .rc-search {
    width: 325px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .search-title {
    display: block;
    margin-right: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .case-studies--category--alt .row-cs-filter-menu {
    margin-bottom: -50px;
  }
  .case-studies--category--alt .rc-search {
    width: 100%;
    margin-bottom: 30px;
  }
  .case-studies--category--alt .views-exposed-form {
    position: relative;
  }
  .case-studies--category--alt .views-exposed-form .grid-row {
    margin-right: 0;
    margin-left: 0;
  }
  .filter--dropdown {
    width: 100%;
  }
  .filter-title {
    width: 100%;
    margin-left: 0;
    margin-bottom: -8px;
  }
  .reset--lnk {
    position: absolute;
    right: 0;
    top: 0;
  }
  .search-container {
    width: 100%;
  }
  .search-title {
    margin-bottom: 3px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .case-studies--category--alt .row-cs-filter-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 50px;
  }
  .case-studies--category--alt .col-cs-filter-menu .rc-menu__heading {
    margin-right: 0;
  }
  .case-studies--category--alt .rc-search__search {
    top: 3px;
  }
}
.cs-review--detail--alt p {
  color: #3f8efc;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin: 0 0 30px;
}
.cs-review--detail--alt ul {
  color: #95afbe;
  list-style: none;
  font-size: 20px;
  line-height: 1.375;
  padding-left: 20px !important;
  margin-top: 16px;
  margin-bottom: 0 !important;
  letter-spacing: -0.5px;
}

.cs-details__alt p {
  color: #35364e;
  margin-bottom: 0px;
}
.cs-details__alt img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  margin-top: 40px;
  text-align: center;
}
.cs-details__alt ul {
  padding-left: 20px !important;
  margin-top: 16px;
}
.cs-details__alt ul li::before {
  color: #35364e !important;
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  .cs-detail-page .grid-row .grid-col {
    flex-basis: 100% !important;
  }
  .cs-detail-page .button--light {
    width: 240px;
  }
  .cs-detail-page .grid-row {
    flex-direction: column;
  }
  .cs-detail-page .button.cs-overview__button {
    display: none;
  }
  .cs-testimonial .grid-row {
    flex-direction: row;
  }
  .cs-testimonial .grid-row .grid-col {
    flex-basis: 0 !important;
  }
  .cs-actions {
    margin: 0;
  }
  .cs-actions .grid-row {
    flex-direction: row;
  }
  .cs-actions .grid-row .grid-col {
    flex-basis: 0 !important;
  }
  .cs-actions .grid-row .grid-col:last-child {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
  .cs-review .grid-row {
    flex-direction: row;
  }
  .cs-review .grid-row .grid-col {
    flex-basis: auto !important;
  }
}
@media (max-width: 767.98px) {
  .cs-actions .share-nav {
    margin-top: 0;
  }
  .cs-actions .share-nav .share-nav__label {
    min-width: auto;
    margin-bottom: 0;
  }
  .cs-actions .share-nav .social-sharing-buttons {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .cs-actions .grid-row {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .cs-testimonial .grid-row .grid-col {
    flex-basis: 100% !important;
  }
  .cs-testimonial {
    overflow: visible;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 30px;
    border-radius: 0;
    border-top: 90px solid #fff;
  }
  .cs-testimonial__pic {
    margin-top: -90px;
    margin-bottom: 30px;
  }
  .cs-testimonial__text {
    margin-right: 20px;
    font-size: 18px;
  }
}
.cs-review--detail--alt p {
  color: #3f8efc;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0 !important;
  margin: 0 0 30px;
}
.cs-review--detail--alt ul {
  color: #95afbe;
  list-style: none;
  font-size: 20px;
  line-height: 1.375;
  padding-left: 20px !important;
  margin-top: 16px;
  margin-bottom: 0 !important;
  letter-spacing: -0.5px;
}

.cs-details__alt p {
  color: #35364e;
  margin-bottom: 0px;
}
.cs-details__alt img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  margin-top: 40px;
  text-align: center;
  height: auto;
}
.cs-details__alt ul {
  padding-left: 20px !important;
  margin-top: 16px;
}

#errorMessageContainer {
  background: #ea4742;
  color: #fff;
  text-align: center;
  padding: 20px;
  vertical-align: baseline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.login-form-wrap {
  width: 500px;
  max-width: 100%;
  margin: 60px auto 0;
  position: relative;
  padding-top: 80px;
}

.login-form-wrap h2 {
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
}

.login-form-wrap input {
  padding: 8px 16px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.login-form-wrap input#txtDomainBasic {
  margin-bottom: 15px;
}

#fieldDomainBasic {
  margin-top: 20px;
}

.login-form-wrap fieldset > div {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.login-form-wrap fieldset > div.sso-back-to,
.login-form-wrap fieldset > div.sso-company {
  padding-top: 15px;
  border-top: 1px solid #c1c1c1;
  text-align: center;
}

.login-form-wrap fieldset > div.sso-company p {
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
}

.login-form-wrap fieldset > div.sso-donain-input,
.login-form-wrap fieldset > div.password-forgot,
.login-form-wrap fieldset > div.pass-doamin--input,
.login-form-wrap fieldset > div.name-email-input {
  margin-bottom: 15px;
}

.login-logo-col {
  text-align: center;
  margin-bottom: 20px;
}

.login-logo-col img {
  width: 150px;
}

.login-submit.login-submit input {
  background: #0bc5ba;
  color: #fff;
  border: 2px solid #0bc5ba;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease 0.3s;
}

input.egFormError {
  border: 1px solid #ea4742 !important;
  -moz-box-shadow: inset 0 0 10px #ea4742;
  -webkit-box-shadow: inset 0 0 10px #ea4742;
  box-shadow: inset 0 0 10px #ea4742;
}

.login-submit.login-submit input:hover {
  color: #0bc5ba;
  background: #fff;
}

#frmForgotPass h3,
.dsi-form h3 {
  text-align: center;
  margin-bottom: 35px;
}

.sso-donain-input label,
.hover-tip {
  position: relative;
}

.hover-tip {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.tip-data {
  display: none;
}

.sso-donain-input label:hover > .tip-data {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 0;
  padding: 10px 15px 15px;
  position: absolute;
  z-index: 98;
  width: 310px;
  max-width: 320px;
  display: inline-block;
  font-weight: normal;
  font-size: 15.5px;
  line-height: 20px;
}

.sso-donain-input label:hover::before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 99;
}

.hover-tip::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/info-circle-solid.svg");
  position: absolute;
  top: 4px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .login-form-wrap h2 {
    font-size: 26px;
  }
  .login-form-wrap {
    margin: 40px auto 0;
  }
}
.page-node-type-sem_pages .header {
  height: auto;
  padding: 10px 0;
  background: #fff;
}
.page-node-type-sem_pages .header .free-trial {
  width: 160px;
}
.page-node-type-sem_pages .header .egnyte-block {
  width: 100%;
  margin-top: 5px;
}
.page-node-type-sem_pages .header .egnyte-block .block-egnyte-branding {
  margin-top: 13px;
}

@media screen and (max-width: 480px) {
  .sem-nav .header .free-trial {
    width: 135px !important;
    margin-left: -3rem;
    padding: 12px 8px;
  }
  .sem-nav .header img {
    width: 110% !important;
  }
  .egnyte-logo {
    width: 100px !important;
  }
}
.page-node-type-sem_pages .page-footer {
  margin-top: 0;
}
.page-node-type-sem_pages .page-footer .footer-block .footer__head .grid-col:nth-child(2),
.page-node-type-sem_pages .page-footer .footer-block .footer__head .grid-col:nth-child(3),
.page-node-type-sem_pages .page-footer .footer-block .footer__head .grid-col:nth-child(4),
.page-node-type-sem_pages .page-footer .footer-block .footer__head .grid-col:nth-child(5),
.page-node-type-sem_pages .page-footer .footer-block .footer__head .grid-col:nth-child(6),
.page-node-type-sem_pages .page-footer .footer-block .footer__head .grid-col:nth-child(7) {
  display: none !important;
}
.page-node-type-sem_pages .page-footer .footer-block .footer__head .company__phones {
  display: none;
}
.page-node-type-sem_pages .page-footer .footer-copy {
  margin-top: 0;
}
.page-node-type-sem_pages .page-footer .footer-copy .footer__foot .grid-col:nth-child(1),
.page-node-type-sem_pages .page-footer .footer-copy .footer__foot .grid-col:nth-child(2) {
  display: none;
}

.page-node-type-sem_pages .usa-phone,
.page-node-type-sem_pages .emea-phone {
  display: none;
}

.page-node-type-sem_pages .landing-box {
  margin-top: 100px;
}

.sem-top-block p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.sem-top-block p.sem-trial {
  margin-top: 15px;
  display: inline-block;
}

.sem-trust-logo {
  width: 100px;
}

.construction-section .wp-block-media-text__content p.no-cc-required {
  font-size: 15px;
}

.sem-slide .wp-block-column p.sem-quote-text {
  font-size: 22px;
  position: relative;
}

.sem-slide .wp-block-column p.sem-quote-text::before {
  content: "";
  width: 70px;
  height: 80px;
  position: absolute;
  top: -35px;
  left: -30px;
  background: url("../images/quote-90x80-01.svg") no-repeat top left;
  background-size: 70px;
}

.sem-slide .wp-block-columns .wp-block-column.is-vertically-aligned-center {
  align-items: normal;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.sem-quote {
  font-style: italic;
  font-size: 15px;
}

.sem-quote strong {
  display: block;
  font-style: normal;
  font-weight: bold;
  color: #0bc5ba;
  font-size: 18px;
}

.one-slide-img-text-2 .slick-dots {
  margin-top: 35px;
}

.one-slide-img-text-2 .slick-dots li:first-child button {
  border-radius: 5px 0 0 5px;
}

.one-slide-img-text-2 .slick-dots li:last-child button {
  border-radius: 0 5px 5px 0;
}

.sem-logos .wp-block-image {
  text-align: center;
  margin-top: 30px;
}

.sem-logos .story-grid:hover {
  transform: translateY(0);
}

.sem-logos .wp-block-image img {
  width: auto;
  height: 70px;
}

.small-sem-boxes .wp-block-image {
  text-align: center;
  width: auto;
  height: 90px;
  margin-top: 30px;
}

.small-sem-boxes .wp-block-image img {
  width: auto;
  height: 70px;
}

.page-node-type-sem_pages .pricing-cols .wp-block-column:last-child h2 {
  background: #c1c1c1;
  color: #fff;
}

p.sem-quote-text {
  font-size: 22px;
  position: relative;
}

p.sem-quote-text::before {
  content: "";
  width: 70px;
  height: 80px;
  position: absolute;
  top: -35px;
  left: -30px;
  background: url("../images/quote-90x80-01.svg") no-repeat top left;
  background-size: 70px;
}

.fixed-sidebar.enterprise-trial .epf-form a,
.fixed-sidebar.enterprise-trial .epf-form a:visited {
  border-bottom: 2px solid transparent;
}

.fixed-sidebar.enterprise-trial .epf-form a:hover,
.fixed-sidebar.enterprise-trial .epf-form a:focus {
  color: #707070 !important;
  border-bottom: 2px solid #707070 !important;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .sem-boxes.small-sem-boxes,
  .small-sem-boxes {
    flex-wrap: wrap;
  }
  .small-sem-boxes .story-grid {
    flex-basis: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .small-sem-boxes .story-grid:nth-child(3) {
    margin-left: auto !important;
  }
  .sem-logos.small-sem-boxes .story-grid:nth-child(3) {
    margin-left: 0 !important;
  }
  .page-node-type-sem_pages h2 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-node-type-sem_pages .construction-section .wp-block-media-text__content h2,
  .page-node-type-sem_pages .green-heading h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .page-node-type-sem_pages #collapseForm .modal-header button {
    right: 0;
    margin-right: 0;
  }
  .page-node-type-sem_pages .construction-section.padding-top-bottom-80,
  .page-node-type-sem_pages .two-col-industry-img-right.padding-top-80.padding-bottom-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-node-type-sem_pages .for-jobsite.padding-bottom-50.margin-top-50 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
  .page-node-type-sem_pages .gray-bg.for-jobsite.padding-top-50.margin-top-50 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .page-node-type-sem_pages .gray-bg.for-jobsite.padding-top-50.margin-top-50:last-child {
    padding-top: 50px;
  }
  .page-node-type-sem_pages .gray-bg .gray-bg.padding-bottom-50.margin-top-50 {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .construction-section .wp-block-media-text.sem-top-block {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .efs-fix figure.wp-block-media-text__media {
    margin-bottom: 30px;
  }
}
.page-node-type-sem_pages .header .header__grid-cont {
  max-width: 100%;
}

.trapezoidal-header {
  position: relative;
  height: 600px;
  background-image: linear-gradient(180deg, #05558e 13.97%, #2b72a5 63.42%);
}
.trapezoidal-header svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.trapezoidal-header .hero-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.trapezoidal-header .hero-content {
  -ms-grid-column: 1;
  padding: 0px 20px;
}
.trapezoidal-header .hero-content h1 {
  margin-bottom: 10px;
  line-height: 57px;
}
.trapezoidal-header .hero-content h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 42px;
}
.trapezoidal-header .hero-content ul {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.trapezoidal-header .hero-content ul li {
  margin-bottom: 0;
}
.trapezoidal-header .hero-content .sem-trial {
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
}
.trapezoidal-header .hero-content .sem-trial a {
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
}
.trapezoidal-header .hero-content p {
  margin-top: 0px;
}
.trapezoidal-header .hero-content img {
  margin-right: 10px;
}
.trapezoidal-header .hero-image {
  -ms-grid-column: 2;
  padding: 0px 10px;
}
.trapezoidal-header .hero-image img {
  max-width: 100%;
  height: auto;
}

.trapezoidal-header-bg {
  height: 415px;
}

.trapezoidal-header-bg-1 {
  height: 500px;
}

.grayscale-img img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.filter-img figure {
  -webkit-filter: opacity(1) !important;
  filter: opacity(1) !important;
}

.v2-sem-page.sem-logos .story-grid {
  box-shadow: none;
}
.v2-sem-page.customer-logos-section h2 {
  font-size: 42px;
  color: #1f5ba0;
}
.v2-sem-page.customer-logos-section .customer-logos-grid .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  align-items: center;
  justify-items: center;
  column-gap: 60px;
}
.v2-sem-page.customer-logos-section .customer-logos-grid .wp-block-group__inner-container .wp-block-image {
  margin-bottom: 0;
}
.v2-sem-page.customer-logos-section .customer-logos-grid .wp-block-group__inner-container .wp-block-image figure {
  filter: opacity(0.5);
}
.v2-sem-page .partner-logos-new .wp-block-group__inner-container .wp-block-image {
  flex-basis: calc(16% - 16px);
  margin-bottom: 10px;
}
.v2-sem-page .partner-logos-new .wp-block-group__inner-container .wp-block-image figure {
  filter: opacity(0.5);
}
.v2-sem-page .partner-logos-new.contruction-logos .wp-block-group__inner-container .wp-block-image {
  flex-basis: calc(20% - 16px);
  margin-bottom: -20px;
}
.v2-sem-page .partner-logos-new.contruction-logos .wp-block-group__inner-container .wp-block-image figure {
  filter: opacity(1);
}
.v2-sem-page .initiatives-quote-box {
  flex-basis: 1280px !important;
  width: 1280px !important;
  border: 2px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.v2-sem-page .initiatives-quote-box .single-quote-centered {
  font-size: 42px;
  line-height: 48px;
}
.v2-sem-page .initiatives-quote-box .single-quote-centered::before {
  background: url("../images/left-doublequote-on-tealbg.svg") no-repeat top left;
  width: 106px;
  height: 186px;
  top: -145px;
  left: 0px;
}
.v2-sem-page .initiatives-quote-box .initiatives-quote-author {
  font-size: 22px;
}
.v2-sem-page .initiatives-quote-box .initiatives-quote-author strong {
  color: #fff;
}
.v2-sem-page .initiatives-quote-box .initiatives-quote-author em {
  font-size: 22px;
}
.v2-sem-page .lead-title-blue {
  color: #2B73A7;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
}
.v2-sem-page .arrow-dots-slider .slick-prev::before, .v2-sem-page .arrow-slider .slick-prev::before, .v2-sem-page .dot-slider .slick-prev::before {
  content: url(/themes/custom/egnyte/images/prev-slick-arrow-sem.png);
}
.v2-sem-page .arrow-dots-slider .slick-next::before, .v2-sem-page .arrow-slider .slick-next::before, .v2-sem-page .dot-slider .slick-next::before {
  content: url(/themes/custom/egnyte/images/next-slick-arrow-sem.png);
}
.v2-sem-page .sem-logos .wp-block-image {
  margin-top: 0px;
}
.v2-sem-page .pricing-cols .wp-block-column ul {
  margin-left: 5%;
  line-height: 25px;
}
.v2-sem-page .pricing-cols .pricing-copy-small {
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 24px;
  margin-left: 4%;
  margin-right: 4%;
}
.v2-sem-page .pricing-cols .wp-block-column ul li {
  font-size: 18px;
}
.v2-sem-page .call-pricing {
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 24px;
}
.v2-sem-page .call-pricing span {
  color: #0bc5ba;
}
.v2-sem-page .pricing-cols .wp-block-column {
  box-shadow: 1px 1px 5px 3px rgba(186, 198, 197, 0.2);
  border-radius: 15px;
}
.v2-sem-page .pricing-cols .wp-block-column h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FAFAFA;
}
.v2-sem-page .pricing-cols .wp-block-column:nth-child(2) h2 {
  padding: 40px 40px;
}
.v2-sem-page .pricing-cols .wp-block-column:nth-child(2) .pricing-copy-small {
  margin-bottom: 30px;
}
.v2-sem-page .pricing-cols .wp-block-column:nth-child(2) ul {
  padding-top: 52px;
}

.bg--darkblue {
  background-color: #1F5AA0;
}

.sem-testimonial-slider {
  box-shadow: 1px 1px 5px 3px rgba(186, 198, 197, 0.2);
  margin-top: 1px;
  margin-bottom: 1px;
}
.sem-testimonial-slider .customer-headshot img {
  border-radius: 25px;
  width: 300px;
  height: 337px;
  margin-left: 50px;
}
.sem-testimonial-slider .customer-headshot-cropped img {
  object-fit: cover;
  object-position: 50% 0%;
}

.v3-sem-page .slick-prev, .v3-sem-page .slick-next {
  top: 40%;
}
.v3-sem-page .arrow-slider__content p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.features-sem-section .wp-block-group__inner-container > h2 {
  font-size: 42px;
  line-height: 52px;
}
.features-sem-section .green-heading h2 {
  font-size: 19px;
  margin-bottom: 0px;
}
.features-sem-section .green-heading .lead-text {
  font-size: 26px;
  line-height: 32px;
}
.features-sem-section .green-heading .head-text {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 24px;
}
.features-sem-section .video-link a::after {
  content: "";
  position: absolute;
  top: 6%;
  left: 3%;
  margin-top: -10px;
  margin-left: -8px;
  width: 90%;
  height: 90%;
  display: inline-block;
  background: url(/themes/custom/egnyte/images/playbutton-sem.png) no-repeat center center;
  background-size: cover;
}

.features-grid-section h3 {
  font-size: 27px;
  font-weight: 400;
}
.features-grid-section h2 {
  font-size: 42px;
}
.features-grid-section .small-sem-boxes .wp-block-image img {
  height: 100px;
}
.features-grid-section .three-col-story-wrap .story-grid h3 {
  font-size: 25px;
  color: #0bc5ba;
}

.v2-sem-page .three-col-story-wrap .story-grid h3 {
  font-weight: bold;
}

.above-footer__cta h2 {
  font-size: 44px;
}
.above-footer__cta a {
  font-weight: 600;
}

.arrow-dots-slider .slick-list .fixed-1100,
.arrow-slider .slick-list .fixed-1100,
.dot-slider .slick-list .fixed-1100 {
  width: 1100px !important;
  display: block !important;
  background-color: white;
  padding: 40px 50px 40px 50px;
}
.arrow-dots-slider .slick-list .fixed-1100 .wp-block-group__inner-container,
.arrow-slider .slick-list .fixed-1100 .wp-block-group__inner-container,
.dot-slider .slick-list .fixed-1100 .wp-block-group__inner-container {
  background-color: white;
}
.arrow-dots-slider .slick-prev,
.arrow-dots-slider .slick-next,
.arrow-slider .slick-prev,
.arrow-slider .slick-next,
.dot-slider .slick-prev,
.dot-slider .slick-next {
  height: 58px;
  width: 36px;
}
.arrow-dots-slider .slick-prev,
.arrow-slider .slick-prev,
.dot-slider .slick-prev {
  left: 16px;
  z-index: 1;
}
.arrow-dots-slider .slick-next,
.arrow-slider .slick-next,
.dot-slider .slick-next {
  right: 16px;
}
.arrow-dots-slider .slick-prev:before,
.arrow-slider .slick-prev:before,
.dot-slider .slick-prev:before {
  content: url(../images/prev-slick-arrow.svg);
}
.arrow-dots-slider .slick-next:before,
.arrow-slider .slick-next:before,
.dot-slider .slick-next:before {
  content: url(../images/next-slick-arrow.svg);
}
.arrow-dots-slider .slick-dots,
.arrow-slider .slick-dots,
.dot-slider .slick-dots {
  padding-top: 40px;
}
.arrow-dots-slider .slick-dots li button:before,
.arrow-slider .slick-dots li button:before,
.dot-slider .slick-dots li button:before {
  font-size: 22px;
  opacity: 1;
  color: #c4c4c4;
}
.arrow-dots-slider .slick-dots li.slick-active button:before,
.arrow-slider .slick-dots li.slick-active button:before,
.dot-slider .slick-dots li.slick-active button:before {
  color: #0bc5ba;
}

.arrow-dots-slider .slick-list {
  width: 1276px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px 40px 40px 40px;
}

.dot-slider .slick-list .fixed-980 {
  width: 980px !important;
}

.arrow-dots-slider__content h5 {
  font-size: 32px;
  color: #1f5aa0;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 36px;
}
.arrow-dots-slider__content h6 {
  font-size: 27px;
  color: #7c8086;
  font-weight: 600;
}
.arrow-dots-slider__content p {
  font-size: 22px;
  color: #7c8086;
}
.arrow-dots-slider__content img {
  margin-left: auto;
}

.arrow-slider__content {
  border-radius: 35px;
}
.arrow-slider__content p {
  font-size: 22px;
}

.dot-slider .slick-dots {
  padding-top: 0;
}

.dot-slider__content {
  margin-left: 130px;
}
.dot-slider__content p {
  font-size: 22px;
  padding-left: 75px;
}
.dot-slider__content .customer-quote {
  padding-top: 70px;
}
.dot-slider__content .customer-quote-person strong {
  color: #0bc5ba;
}
.dot-slider__content .customer-quote-person em {
  font-style: italic;
  font-weight: 300;
}

.review__content {
  border-bottom: 0.5px solid #7c8086;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.review__content p {
  font-size: 16px;
  color: #7c8086;
  margin-bottom: 0;
}
.review__content p strong {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
}
.review__content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.review__content ul li {
  display: inline-block;
  margin-right: 5px;
  border: 2px solid #64c9a7;
  border-radius: 25px;
  padding: 5px 10px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1400px) {
  .review__content .wp-block-columns {
    flex-direction: column;
  }
  .review__content .wp-block-columns .wp-block-column:last-child {
    align-self: start;
  }
  .review__content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .dot-slider__content {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .dot-slider .slick-list .fixed-980 {
    width: 800px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .review__content {
    padding-bottom: 15px;
  }
  .review__content ul {
    text-align: left;
  }
  .review__content ul li {
    margin-bottom: 15px;
  }
  .dot-slider .slick-list .fixed-980 {
    width: 650px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .v2-sem-page.above-footer__cta {
    padding: 50px 0px !important;
  }
  .v2-sem-page.above-footer__cta h2 {
    font-size: 34px;
  }
  .v2-sem-page.above-footer__cta h2:last-of-type {
    padding-bottom: 50px;
  }
  .v2-sem-page .pricing-cols .pricing-copy-small, .v2-sem-page .pricing-cols .wp-block-column ul li, .v2-sem-page .pricing-cols .call-pricing {
    font-size: inherit;
  }
}
@media only screen and (max-width: 992px) {
  .trapezoidal-header-bg {
    height: 550px !important;
  }
  .v2-sem-page.trapezoidal-header {
    height: 812px;
    margin-top: 0px;
    padding-top: 60px;
  }
  .v2-sem-page.trapezoidal-header-bg-1 .hero-section .hero-content ul {
    width: 300px !important;
  }
  .v2-sem-page .hero-section {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  .v2-sem-page .hero-section .hero-content {
    padding: 0;
  }
  .v2-sem-page .hero-section .hero-content h1,
  .v2-sem-page .hero-section .hero-content p,
  .v2-sem-page .hero-section .hero-content h2 {
    text-align: center;
  }
  .v2-sem-page .hero-section .hero-content ul {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .v2-sem-page .hero-section .hero-content .sem-trial {
    display: block;
  }
  .v2-sem-page .hero-section .hero-image {
    width: 360px;
    margin: 0 auto;
    padding: 0;
  }
  .v2-sem-page.customer-logos-section .wp-block-group__inner-container {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .v2-sem-page.features-sem-section .wp-block-group__inner-container > h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .v2-sem-page .initiatives-quote-box .single-quote-centered {
    font-size: 34px;
    line-height: 40px;
  }
  .v2-sem-page .initiatives-quote-box .initiatives-quote-author {
    font-size: 22px;
  }
  .v2-sem-page .initiatives-quote-box .initiatives-quote-author strong {
    color: #fff;
  }
  .v2-sem-page .initiatives-quote-box .initiatives-quote-author em {
    font-size: 22px;
  }
  .v2-sem-page.dot-slider-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .v2-sem-page.trapezoidal-header-bg-1 {
    height: 750px;
  }
}
@media only screen and (max-width: 1363px) {
  .trapezoidal-header .hero-content ul li {
    padding-right: 140px;
  }
}
@media only screen and (max-width: 1214px) {
  .trapezoidal-header .hero-content h1 {
    font-size: 34px;
  }
  .trapezoidal-header .hero-content ul li {
    padding-right: 120px;
  }
  .trapezoidal-header .hero-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1363px) {
  .v2-sem-page.trapezoidal-header .hero-section {
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
  }
  .v2-sem-page.trapezoidal-header .hero-content {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .v2-sem-page.arrow-slider-section .arrow-slider .slick-prev {
    left: 5px;
    width: 46px;
  }
  .v2-sem-page.arrow-slider-section .arrow-slider .slick-next {
    right: 30px;
    width: 46px;
  }
  .v2-sem-page .arrow-dots-slider .slick-list .fixed-1100, .v2-sem-page .arrow-slider .slick-list .fixed-1100, .v2-sem-page .dot-slider .slick-list .fixed-1100 {
    padding: 40px 70px 40px 70px;
  }
  .v2-sem-page.arrow-dots-slider .slick-next,
  .v2-sem-page .arrow-slider .slick-next,
  .v2-sem-page .dot-slider .slick-next {
    right: 30px;
  }
  .v2-sem-page.arrow-dots-slider .slick-prev, .v2-sem-page .arrow-dots-slider .slick-next,
  .v2-sem-page .arrow-slider .slick-prev, .v2-sem-page .arrow-slider .slick-next,
  .v2-sem-page .dot-slider .slick-prev, .v2-sem-page .dot-slider .slick-next {
    height: 58px;
    width: 48px;
  }
  .sem-testimonial-slider .customer-headshot img {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1036px) {
  .trapezoidal-header .hero-content h1 {
    font-size: 34px;
  }
  .trapezoidal-header .hero-content ul li {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 782px) {
  .v2-sem-page.arrow-slider-section .arrow-slider .arrow-slider__content .wp-block-columns {
    flex-direction: column;
    align-items: center;
  }
  .v2-sem-page.arrow-slider-section .arrow-slider .arrow-slider__content .wp-block-columns .customer-headshot .wp-block-image img {
    width: 179px;
  }
}
@media only screen and (max-width: 860px) {
  .dot-slider .slick-list .fixed-980 {
    width: 550px !important;
  }
}
@media only screen and (max-width: 768px) {
  .dot-slider .slick-list .fixed-980 {
    width: 430px !important;
  }
}
@media only screen and (max-width: 767px) {
  .v2-sem-page.sem-logos.sem-efs-four-boxes .wp-block-column {
    padding-bottom: 0px !important;
  }
  .v2-sem-page.sem-logos.sem-efs-four-boxes .wp-block-column p {
    margin-bottom: 0px;
  }
  .v2-sem-page.customer-logos-section {
    padding-top: 50px;
  }
  .v2-sem-page.group-section {
    padding-bottom: 50px;
  }
  .page-node-type-sem_pages .header .site-logo img {
    width: 75%;
  }
}
@media only screen and (max-width: 650px) {
  .v2-sem-page .hero-section .hero-content h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .v2-sem-page .hero-section .hero-content ul {
    width: 100% !important;
    font-size: 20px;
  }
  .v2-sem-page .hero-section .hero-content .inline-cta-logos {
    grid-template-columns: none;
    row-gap: 10px;
  }
  .v2-sem-page .hero-section .hero-content .inline-cta-logos img {
    margin: 0 auto;
  }
  .v2-sem-page.customer-logos-section .wp-block-group__inner-container {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .v2-sem-page.customer-logos-section h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .v2-sem-page.above-footer__cta h2 {
    font-size: 24px;
  }
  .v2-sem-page.above-footer__cta h2:last-of-type {
    padding-bottom: 30px;
  }
  .dot-slider .slick-list .fixed-980 {
    width: 330px !important;
  }
}
@media only screen and (max-width: 600px) {
  .v2-sem-page .partner-logos-new .wp-block-group__inner-container .wp-block-image {
    flex-basis: calc(50% - 16px);
    margin-bottom: 15px;
  }
  .v2-sem-page .partner-logos-new.contruction-logos .wp-block-group__inner-container .wp-block-image {
    flex-basis: calc(50% - 16px);
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 510px) {
  .dot-slider .slick-list .fixed-980 {
    width: 280px !important;
  }
  .v2-sem-page .dot-slider .slick-list .fixed-980 {
    width: 200px !important;
    margin-left: 25%;
  }
}
@media only screen and (max-width: 430px) {
  .trapezoidal-header-bg {
    height: 520px !important;
  }
  .v2-sem-page .hero-section .hero-image {
    width: 250px;
  }
  .v2-sem-page.customer-logos-section .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .v2-sem-page.customer-logos-section h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .dot-slider__content p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  .dot-slider .slick-list .fixed-980 {
    width: 180px !important;
  }
}
@media all and (max-height: 414px) and (orientation: landscape) {
  .page-node-type-sem_pages .mediabox-content iframe {
    height: 270px !important;
  }
  .page-node-type-sem_pages .mediabox-close {
    bottom: 310px;
    right: 18%;
  }
  .page-node-type-sem_pages .mediabox-wrap {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }
}
@media all and (max-device-width: 1024px) and (orientation: landscape) {
  .content-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (max-device-width: 991px) and (orientation: portrait) {
  .content-horizontal-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-node-type-marketo_pages .header .egnyte-block {
  width: 100%;
  margin-top: 5px;
}

.page-node-type-marketo_pages .header .egnyte-block .block-egnyte-branding {
  margin-top: 13px;
}

.page-node-type-marketo_pages .page-footer {
  margin-top: 0;
}
.page-node-type-marketo_pages .page-footer .footer-block .footer__head .grid-col:nth-child(2),
.page-node-type-marketo_pages .page-footer .footer-block .footer__head .grid-col:nth-child(3),
.page-node-type-marketo_pages .page-footer .footer-block .footer__head .grid-col:nth-child(4),
.page-node-type-marketo_pages .page-footer .footer-block .footer__head .grid-col:nth-child(5),
.page-node-type-marketo_pages .page-footer .footer-block .footer__head .grid-col:nth-child(6) {
  display: none;
}
.page-node-type-marketo_pages .page-footer .footer-block .footer__head .company__phones {
  display: none;
}
.page-node-type-marketo_pages .page-footer .footer-copy {
  margin-top: 0;
}
.page-node-type-marketo_pages .page-footer .footer-copy .footer__foot .grid-col:nth-child(1),
.page-node-type-marketo_pages .page-footer .footer-copy .footer__foot .grid-col:nth-child(2) {
  display: none;
}

.page-node-type-marketo_pages .cs-details {
  margin-top: 0;
}

#marketo-form #contentBlock_formTitle {
  background-color: rgb(50, 189, 181);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-family: Inter, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  height: 54.8438px;
  line-height: 22.8576px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 16px;
  text-align: center;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#marketo-form .mktoFieldWrap {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#marketo-form .mktoCheckboxList {
  float: none !important;
  width: 15%;
  width: 10% !important;
}
#marketo-form select {
  height: 45px;
  color: #323436 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/arrow.svg") no-repeat 95% 50%;
}
#marketo-form #Phone {
  height: 45px;
}
#marketo-form #Phone::placeholder {
  color: #323436 !important;
}
#marketo-form .mktoLabel {
  width: 85% !important;
}
#marketo-form .form-wrapper {
  padding-bottom: 38px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 38px;
}
#marketo-form #LblconsentGiven {
  color: #323436;
  font-weight: 400;
  font-size: 14px;
  width: 90% !important;
}
#marketo-form #LblconsentGiven a {
  color: #323436;
}
#marketo-form .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 1rem !important;
}
#marketo-form .mktoFieldDescriptor .mktoFieldWrap {
  display: flex !important;
}
#marketo-form .mktoButtonWrap {
  opacity: 0;
}
#marketo-form .mktoButton {
  width: 100%;
}
#marketo-form .mktoButtonRow {
  width: 100%;
}
#marketo-form .hide_fields .mktoFormRow {
  display: none;
}

#marketo-form::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  align-items: center;
  color: #323436 !important;
}
#marketo-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  align-items: center;
  color: #323436 !important;
}
#marketo-form ::-moz-placeholder { /* Firefox 19+ */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 52px;
  align-items: center;
  color: #323436 !important;
}

.sem-solution-hero {
  position: relative;
  background-image: url("../images/solutions/bg--sem-left.svg"), url("../images/solutions/bg--sem-right.svg");
}
.sem-solution-hero .solution-hero__figure1 {
  position: relative;
}
.sem-solution-hero::before {
  content: "";
  background: url("../images/solutions/bg--sem-middle.svg");
  width: 500px;
  height: 326px;
  top: 0%;
  left: 50%;
  position: absolute;
  z-index: 0;
  transform: rotate(deg);
}

.sem-utm-form .solution-hero__block:before {
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  opacity: 0.6;
}
.sem-utm-form .solution-hero__figure1 {
  position: relative;
  z-index: 3;
}

/*ESB*/
.accordion {
  padding-top: 95px;
  padding-bottom: 95px;
}
.accordion .accordion-grid {
  border: 1px solid #35364E;
  padding: 50px;
  border-radius: 10px;
  width: 100%;
}
.accordion .accordion-header-grid {
  margin-bottom: 32px;
}
.accordion hr {
  border: 1px solid #353646;
  margin: 24px 0 28px;
}

.accordion-mode-toggle {
  position: absolute;
  text-align: right;
  margin: auto auto 1em;
  padding: 1em;
}
.accordion-mode-toggle button {
  border-radius: 4px;
  padding: 0.5em 1em;
  font-size: 1em;
  cursor: pointer;
  transition: 600ms;
}

.accordion-header {
  width: 100%;
  text-align: left;
  border: none;
  padding: 1em 1em 1em 0;
  font-size: 1.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 300ms;
  background: #fff;
}
.accordion-header .icon {
  font-size: 3rem;
  color: #0BC5BA;
}
.accordion-header:hover .accordion-title {
  color: #0BC5BA;
}
.accordion-header .title {
  flex-grow: 1;
}

.accordion-item.active .accordion-header {
  align-items: flex-start;
}
.accordion-item.active .minus-icon {
  display: none;
  display: flex;
}
.accordion-item.active .plus-icon {
  display: none;
}

.accordion-item .minus-icon {
  display: none;
}
.accordion-item .accordion-content * {
  font-size: inherit;
  line-height: 1.3;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease, opacity 400ms ease;
  padding: 0 1em;
  padding-left: 0;
}

/**/
/* careers best team */
/**/
.careers-awards {
  position: relative;
  height: 1124px;
  display: flex;
  align-items: center;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_badges/templates/images/careers/blueBack.png");
  text-align: center;
  overflow: hidden;
}
.careers-awards::before {
  content: "";
  position: absolute;
  width: 857px;
  height: 857px;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_badges/templates/images/careers/vector.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  top: -23px;
  left: 0;
}
.careers-awards .careers-awards--copy {
  margin-bottom: 89px;
}
.careers-awards .careers-awards--row {
  width: 375px;
  margin: auto;
}
.careers-awards .careers-awards--row img {
  margin-bottom: 40px;
}
.careers-awards .h6 {
  line-height: 18px;
  letter-spacing: 8.5px;
  text-align: center;
  position: relative;
}
.careers-awards .h2 {
  position: relative;
}
.careers-awards img {
  object-fit: contain;
}

.careers-awards__title {
  line-height: 30px;
  letter-spacing: -0.2px;
  font-family: Metric-Semibold;
  color: #003f65;
  margin-bottom: 32px;
  position: relative;
}

.careers-awards__badge {
  position: relative;
}

.careers-best-team {
  position: relative;
  margin-top: 60px;
  border-radius: 20px;
  color: #fff;
  background: #112532;
  height: 150px;
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
}
.careers-best-team a:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.careers-best-team .grid-row {
  position: relative;
}

.careers-best-team__divider {
  width: 1px;
  height: 80px;
  background-color: #256688;
}

@media screen and (max-width: 1314.98px) and (min-width: 991.98px) {
  .careers-awards .grid-col--xs-1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .careers-awards {
    padding-top: 20px;
    padding-bottom: 60px;
    height: auto;
    display: block;
  }
  .careers-awards .h6 {
    margin-top: 100px;
  }
  .careers-awards::before {
    display: block;
    background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_badges/templates/images/careers/blueBack1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    height: 100%;
  }
  .careers-awards .careers-awards--row {
    width: 300px;
    margin: auto;
  }
  .careers-awards .careers-best-team {
    order: -1;
    height: 300px;
    margin-bottom: 90px;
    border-radius: 6px;
    max-width: 716px;
    margin: 0 auto;
  }
  .careers-awards .careers-best-team .grid-cont {
    height: 100%;
  }
  .careers-awards .careers-best-team .grid-row {
    height: 100%;
  }
  .careers-awards .careers-best-team .grid-col--5 {
    height: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careers-awards .careers-best-team .glassdoor_logo {
    max-width: 165px;
  }
  .careers-awards .careers-best-team .comparably_logo {
    max-width: 119px;
  }
  .careers-awards .careers-best-team .careers-best-team--border:before {
    border: 1px solid #256688;
    content: "";
    width: 100%;
    height: 0px;
    display: block;
  }
  .careers-awards .careers-best-team .careers-best-team--border svg {
    display: none;
  }
  .careers-awards .careers-best-team .p {
    text-align: left;
  }
  .careers-awards .careers-best-team .careers-best-team--comparably {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .careers-awards {
    overflow: initial;
    padding-bottom: 125px;
  }
  .careers-awards::before {
    background-size: contain;
    transform: translate(-50%, -50%);
    top: 1025px;
  }
  .careers-awards .h6 {
    margin-top: 0;
  }
  .careers-awards .careers-awards--copy {
    max-width: 305px;
    margin-right: auto;
    margin-left: auto;
  }
  .careers-awards .careers-best-team {
    height: 367px !important;
    margin-bottom: 0;
    transform: translateY(-100px);
  }
  .careers-awards .careers-best-team .grid-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .careers-awards .p--xlarge {
    font-size: 18px;
  }
  .careers-awards .p--medium {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .careers-awards {
    position: relative;
    text-align: center;
  }
  .careers-awards::before {
    background-size: cover;
    top: 1125px;
  }
  .careers-awards .careers-awards--copy {
    margin-bottom: 60px;
  }
  .careers-awards img {
    width: 100%;
    object-fit: contain;
  }
  .careers-awards .careers-best-team {
    height: 300px !important;
  }
  .careers-awards .careers-best-team img {
    width: 100%;
    object-fit: contain;
  }
  .careers-awards .careers-best-team .careers-best-team--comparably {
    margin-top: 20px;
  }
}
@media screen and (max-width: 428.98px) {
  .careers-awards::before {
    top: 900px;
    background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_badges/templates/images/careers/blue.png");
  }
  .careers-awards .careers-best-team .grid-col--xs-7 {
    max-width: 180px;
  }
  .careers-awards .p--medium {
    position: relative;
  }
}
@media screen and (max-width: 375.98px) {
  .careers-awards .h6 {
    margin-top: auto;
  }
  .careers-awards .careers-awards--row {
    width: initial;
    margin: auto -12px;
  }
  .careers-awards .careers-best-team {
    height: 250px !important;
    padding: initial;
  }
  .careers-awards .careers-best-team img {
    width: 100%;
    aspect-ratio: 4/6;
    object-fit: contain;
  }
  .careers-awards .grid-col--xs-8 {
    padding-right: 0;
  }
  .careers-awards .grid-col--xs-1 {
    padding-left: 0;
  }
}
/****Media Room****/
.media-room--awards .resources__more-link span {
  position: relative;
}
.media-room--awards .resources__more-link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23b6aa;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.media-room--awards .resources__more-link span:hover::before {
  width: 100%;
}

.media-room--awards img {
  object-fit: contain;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .media-room--awards {
    text-align: center;
  }
}
/**/
/* directors board */
/**/
.directors-board {
  text-align: center;
}

.directors-board__cont {
  padding: 0 48px 32px;
  border-radius: 10px;
  background: linear-gradient(rgba(0, 123, 189, 0.05), rgba(255, 255, 255, 0));
  text-align: left;
}

.directors-board__item {
  margin: 0 16px;
}

.directors-board__spoiler {
  display: none;
}

.directors-board__dots::before {
  content: "...";
}

.directors-board__more {
  display: inline;
  font-family: metric-semibold;
  background: none;
  border: 0;
  padding-left: 1px;
  margin-left: 1.5px;
}
.directors-board__more:hover {
  text-decoration: underline;
}
.directors-board__more::before {
  content: "Read More";
}

.directors-board__bio.active .directors-board__spoiler {
  display: inline;
}
.directors-board__bio.active .directors-board__dots {
  display: none;
}
.directors-board__bio.active .directors-board__more::before {
  content: "Read Less";
}

@media screen and (max-width: 991.98px) {
  .directors-board__cont {
    padding: 0 32px 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .directors-board__cont {
    margin: 0;
    padding: 0;
    background: none;
  }
  .directors-board__item {
    margin: 0;
  }
}
/**/
/* leadership */
/**/
.leadership {
  text-align: center;
}

.leadership__row {
  margin-right: -22px;
  margin-left: -23px;
}

.leadership__col {
  padding-right: 22px;
  padding-left: 23px;
}

.leadership__col:nth-child(2),
.leadership__col:nth-child(4),
.leadership__col:nth-child(6),
.leadership__col:nth-child(8) {
  order: 1;
}

.leadership__col:nth-child(9),
.leadership__col:nth-child(11),
.leadership__col:nth-child(13),
.leadership__col:nth-child(15) {
  order: 10;
}

.leadership__col:nth-child(10),
.leadership__col:nth-child(12),
.leadership__col:nth-child(14),
.leadership__col:nth-child(16) {
  order: 11;
}

.leadership__col:nth-child(17),
.leadership__col:nth-child(19),
.leadership__col:nth-child(21),
.leadership__col:nth-child(23) {
  order: 100;
}

.leadership__col:nth-child(18),
.leadership__col:nth-child(20),
.leadership__col:nth-child(22),
.leadership__col:nth-child(24) {
  order: 101;
}

.leadership__item {
  max-width: 286px;
  margin: 20px 0;
  text-align: left;
  cursor: pointer;
}

.leadership__image {
  display: block;
  border-radius: 6px;
  transition-duration: 0.25s;
  transition-property: filter;
}

.unactive .leadership__image {
  filter: grayscale(100%);
}

.leadership__position {
  font-weight: 500;
  letter-spacing: -0.05em;
}

.leadership__toggle {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #32BDB5;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%2332BDB5" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') 50% 50% no-repeat;
  color: #32BDB5;
}

.active .leadership__toggle {
  transform: rotate(180deg);
}

.leadership__spoiler-wrap {
  max-height: 0px;
  overflow: hidden;
  border-radius: 6px;
  transition-duration: 0.25s;
  transition-property: max-height;
}

.leadership__spoiler-wrap.active {
  max-height: 359px;
}

.leadership__spoiler {
  position: relative;
  padding: 48px 192px 48px 48px;
  background: linear-gradient(225deg, rgba(0, 178, 224, 0.025), rgba(0, 123, 189, 0.06));
  text-align: left;
}

.leadership__spoiler-pos {
  margin-top: 4px;
  letter-spacing: -0.05em;
  color: #8097A5;
}

.leadership__socials {
  position: absolute;
  right: 48px;
  bottom: 48px;
  display: flex;
  justify-content: flex-end;
}

.leadership__socials a {
  margin-left: 16px;
  color: #879DA9;
  transition-duration: 0.125s;
  transition-property: color;
}

.leadership__socials a:hover {
  color: #32BDB5;
}

.leadership__socials svg {
  display: block;
}

.leadership__close {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #004163;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23004064" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>') 50% 50% no-repeat;
}

@media screen and (max-width: 1359.98px) {
  .leadership__image {
    max-width: 100%;
    height: auto;
  }
  .leadership__spoiler-wrap.active {
    max-height: 467px;
  }
}
@media screen and (max-width: 1283.98px) {
  .leadership__row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .leadership__col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .leadership__row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .leadership__col {
    padding-right: 12px;
    padding-left: 12px;
  }
  .leadership__col:nth-child(1),
  .leadership__col:nth-child(3),
  .leadership__col:nth-child(5) {
    order: 0;
  }
  .leadership__col:nth-child(2),
  .leadership__col:nth-child(4),
  .leadership__col:nth-child(6) {
    order: 1;
  }
  .leadership__col:nth-child(7),
  .leadership__col:nth-child(9),
  .leadership__col:nth-child(11) {
    order: 10;
  }
  .leadership__col:nth-child(8),
  .leadership__col:nth-child(10),
  .leadership__col:nth-child(12) {
    order: 11;
  }
  .leadership__col:nth-child(13),
  .leadership__col:nth-child(15),
  .leadership__col:nth-child(17) {
    order: 100;
  }
  .leadership__col:nth-child(14),
  .leadership__col:nth-child(16),
  .leadership__col:nth-child(18) {
    order: 101;
  }
  .leadership__col:nth-child(19),
  .leadership__col:nth-child(21),
  .leadership__col:nth-child(23) {
    order: 1000;
  }
  .leadership__col:nth-child(20),
  .leadership__col:nth-child(22),
  .leadership__col:nth-child(24) {
    order: 1001;
  }
  .leadership__spoiler-wrap.active {
    max-height: 561px;
  }
  .leadership__spoiler {
    padding-right: 48px;
  }
  .leadership__socials {
    position: static;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .leadership__col:nth-child(1),
  .leadership__col:nth-child(3) {
    order: 0;
  }
  .leadership__col:nth-child(2),
  .leadership__col:nth-child(4) {
    order: 1;
  }
  .leadership__col:nth-child(5),
  .leadership__col:nth-child(7) {
    order: 10;
  }
  .leadership__col:nth-child(6),
  .leadership__col:nth-child(8) {
    order: 11;
  }
  .leadership__col:nth-child(9),
  .leadership__col:nth-child(11) {
    order: 100;
  }
  .leadership__col:nth-child(10),
  .leadership__col:nth-child(12) {
    order: 101;
  }
  .leadership__col:nth-child(13),
  .leadership__col:nth-child(15) {
    order: 1000;
  }
  .leadership__col:nth-child(14),
  .leadership__col:nth-child(16) {
    order: 1001;
  }
  .leadership__col:nth-child(17),
  .leadership__col:nth-child(19) {
    order: 10000;
  }
  .leadership__col:nth-child(18),
  .leadership__col:nth-child(20) {
    order: 10001;
  }
  .leadership__col:nth-child(21),
  .leadership__col:nth-child(23) {
    order: 100000;
  }
  .leadership__col:nth-child(22),
  .leadership__col:nth-child(24) {
    order: 100001;
  }
  .leadership__spoiler-wrap.active {
    max-height: 454px;
  }
  .leadership__spoiler {
    padding: 24px;
  }
  .leadership__spoiler-pos {
    margin-top: 3px;
  }
  .leadership__socials {
    position: static;
    margin-top: 16px;
  }
  .leadership__close {
    top: 24px;
    right: 24px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 575.98px) {
  .leadership__item .grid-row {
    align-items: flex-start;
  }
  .leadership__toggle {
    width: 12px;
    height: 22px;
    margin-left: -12px;
    border: none;
  }
  .leadership__spoiler-wrap {
    margin-right: -20px;
    margin-left: -20px;
  }
  .leadership__spoiler-wrap.active {
    max-height: 564px;
  }
  .leadership__spoiler {
    padding: 11px 20px 20px;
  }
  .leadership__close {
    display: none;
  }
}
/***About***/
.about-us-directors-board {
  position: relative;
  overflow: hidden;
}
.about-us-directors-board .directors-board__cont {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #DDE1E9;
  box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.0509803922);
  z-index: 3;
  position: relative;
}
.about-us-directors-board::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 936px;
  width: 437px;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_bio/templates/images/HexPatternRight.webp") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 767.98px) {
  .about-us-directors-board {
    margin-top: 0;
  }
  .about-us-directors-board .directors-board__cont {
    border: none;
    box-shadow: none;
    margin-top: 0;
  }
  .about-us-directors-board .directors-board__cont .h3 {
    padding-top: 0 !important;
  }
  .about-us-directors-board::before {
    content: none !important;
  }
  .about--bio__cards .slick-slide img {
    height: 180px !important;
  }
}
.bio__two_col {
  height: 484px;
  display: flex;
  align-items: center;
  background: #F8F8F8;
}
.bio__two_col svg {
  width: 100%;
}
.bio__two_col .bio_feed__toggle {
  height: 187px;
  display: flex;
  align-items: center;
  position: relative;
}
.bio__two_col .bio_feed__toggle img {
  cursor: pointer;
  width: 100%;
  margin: auto;
  background-size: contain;
  aspect-ratio: 3/1;
}
.bio__two_col .bio_feed__toggle::before {
  content: "";
  position: absolute;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_bio/templates/images/dashline.svg") no-repeat center 100%/cover;
  width: 2px;
  height: 200px;
  top: 0;
  right: 0;
}
.bio__two_col .bio_feed__toggle:nth-of-type(1) img {
  aspect-ratio: 6/6;
}
.bio__two_col .bio_feed__toggle:nth-of-type(2)::before {
  content: none;
}
.bio__two_col .bio_feed__toggle:nth-of-type(2) img {
  aspect-ratio: 6/6;
}
.bio__two_col .bio_feed__toggle:nth-of-type(3)::before {
  transform: rotate(180deg);
}
.bio__two_col .bio_feed__toggle:nth-of-type(4)::before {
  transform: rotate(180deg);
}
.bio__two_col .bio_feed__toggle:nth-of-type(5)::before {
  content: none;
}

.bio-feed--modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.55);
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.bio-feed--modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 921px;
  margin: auto;
}
.bio-feed--modal .modal-content .bio__headshot {
  object-fit: contain;
}
.bio-feed--modal .modal_close {
  font-size: 28px;
  color: #34BDB5;
  cursor: pointer;
}

.about--bio__cards {
  position: relative;
}
.about--bio__cards:before {
  position: absolute;
  background-image: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_bio/templates/images/HexPattern.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  top: -215px;
}
.about--bio__cards .slick-slide img {
  display: block;
  object-fit: contain;
  object-position: bottom;
  height: 262px;
  opacity: 0;
}
.about--bio__cards .head-reviews__arrow {
  opacity: 1;
}

.bio__show_more svg {
  margin-left: 5px;
}

.bio__hide_all svg {
  margin-left: 5px;
}

@media screen and (max-width: 991.98px) {
  .bio__two_col .bio_feed__toggle:before {
    height: 190px;
  }
  .bio__two_col .bio_feed__toggle:nth-of-type(2)::before {
    content: none;
  }
}
@media screen and (max-width: 767.98px) {
  .bio__two_col {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bio__two_col .bio_feed__toggle:nth-of-type(1) img {
    aspect-ratio: 3/1 !important;
  }
  .bio__two_col .bio_feed__toggle:nth-of-type(2) img {
    aspect-ratio: 3/1 !important;
  }
  .bio__two_col .bio-feed--modal img {
    height: auto;
    margin: auto;
    display: block;
    width: 100%;
  }
  .bio__two_col .bio-feed--modal .modal-content {
    position: relative;
    width: 100%;
    max-width: 575px;
    margin: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .bio__two_col .p {
    margin-bottom: 2rem;
  }
  .bio-feed--modal .modal-content {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: auto;
  }
  .about--bio__cards {
    padding-bottom: 0 !important;
  }
  .about--bio__cards:before {
    content: none !important;
  }
}
@media screen and (max-width: 375.98px) {
  .bio-feed--modal .modal-content {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
/**Careers**/
.careers-benefits {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_careers_map/templates/images/background.png");
}
.careers-benefits .careers-benefits__carousel .slick-slide {
  max-width: 520px;
  margin: auto;
}
.careers-benefits .careers-benefits__header {
  padding: 0 40px;
}
.careers-benefits .h2 {
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.careers-benefits .h6 {
  letter-spacing: 8.5px;
  text-transform: uppercase;
}
.careers-benefits .capabilities {
  margin-top: 64px;
}
.careers-benefits .careers-benefits__item {
  text-align: left;
}
.careers-benefits .careers-benefits__capabilities {
  margin-top: 61px;
}
.careers-benefits .careers-map__tab {
  margin-top: 52px;
}
.careers-benefits .careers-map__tab a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
.careers-benefits .careers-map__tab .active {
  border-radius: 8px;
  background: #0bc5ba;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.careers-benefits .careers-map__tab .active a {
  color: #113a50;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.careers-benefits .careers-map__tab-panes {
  border-radius: 20px;
  background: #1a283a;
  display: inline-flex;
  padding: 32px 36px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 28px;
}
.careers-benefits .careers-map__tab-panes img {
  border-radius: 6px;
}
.careers-benefits .careers-map__tab-panes .p {
  height: 246px;
}
.careers-benefits .careers-map__tab-panes a svg {
  fill: none !important;
}

@media screen and (max-width: 1004.98px) {
  .careers-map__tab .grid-row {
    display: block;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }
  .careers-map__tab .grid-col {
    display: inline-block !important;
    vertical-align: middle;
    height: auto;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .careers-benefits {
    height: auto;
    display: block;
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .careers-benefits .capabilities {
    margin-top: 42px;
  }
  .careers-benefits .careers-map__tab-panes {
    margin-top: 28px !important;
    width: calc(100% - 36px);
    margin: auto;
    display: block;
  }
  .careers-benefits .careers-map__tab-panes .p {
    height: auto;
  }
  .careers-benefits .careers-map__tab__image {
    margin-bottom: 26px;
  }
  .careers-benefits .more-link {
    text-align: center;
    margin: auto;
    display: block;
  }
  .careers-benefits .careers-map__city {
    margin-top: 2rem;
    text-align: center;
  }
  .careers-benefits .ta--right {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .careers-benefits {
    padding-bottom: 150px;
  }
  .careers-benefits .careers-benefits__header {
    padding: 0 20px;
  }
  .careers-benefits .capabilities {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .careers-benefits .careers-benefits__carousel .slick-slide {
    max-width: 300px;
    margin: auto;
  }
}
/**/
/* Company Theme */
/**/
.contact-us {
  position: relative;
  padding-top: 20px;
  background-image: linear-gradient(180deg, #f3f8fb, #ffffff);
}
.contact-us .bread-crumbs {
  margin: 0;
}
.contact-us::after {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  pointer-events: none;
  top: 28px;
  left: 50%;
  margin-left: 622px;
}
.contact-us::before {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  pointer-events: none;
  top: 40px;
  right: 50%;
  margin-right: 508px;
}

.contact-us__title {
  margin-top: 64px;
}

.contact-us__nav a {
  color: #004163;
}

.contact-us__nav-item {
  display: block;
  margin-top: 4px;
  padding-left: 20px;
  border-left: 4px solid transparent;
  line-height: 54px;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: color;
}
.contact-us__nav-item:hover {
  color: #32bdb5;
}

.contact-us__nav-item.active {
  border-left-color: #32bdb5;
  background: linear-gradient(90deg, rgba(11, 197, 186, 0.1), rgba(11, 197, 186, 0));
  font-weight: 600;
  pointer-events: none;
}

.contact-us__select {
  display: none;
}

.contact-us__tab {
  position: absolute;
  top: -9999;
  left: -9999px;
  margin-top: 64px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.contact-us__tab.active {
  position: static;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.contact-us__image {
  display: block;
  margin-left: auto;
  border-radius: 6px;
  object-fit: cover;
}

.contact-us__location {
  position: relative;
  width: 340px;
  margin-top: -200px;
  padding: 9px 9px 23px;
  border-radius: 6px;
  border: 1px solid #e7eaf0;
  background-color: #fff;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.14);
}

.contact-us__map {
  display: block;
}

.contact-us__address {
  margin: 20px 20px 0 10px;
  font-weight: 500;
  color: #35364e;
}

.contact-us__view {
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0;
  font-weight: 600;
  text-decoration: none;
  color: #32bdb5;
}
.contact-us__view::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6.41602 15.5832L15.5827 6.4165"/><path d="M6.41602 6.4165H15.5827V15.5832"/></svg>') 50% 50% no-repeat;
}

@media screen and (max-width: 991.98px) {
  .contact-us__title {
    margin-top: 32px;
    text-align: center;
  }
  .contact-us__nav {
    display: none;
  }
  .contact-us__select {
    display: block;
  }
  .contact-us__select select {
    font-weight: 600;
  }
  .contact-us__tab {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us__tab {
    margin-right: -20px;
    margin-left: -20px;
  }
  .contact-us__image {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .contact-us__location {
    margin: -54px auto 0;
  }
}
.contact-us {
  position: relative;
  padding-top: 20px;
  background-image: linear-gradient(180deg, #f3f8fb, #ffffff);
}

.contact-us__cont {
  position: relative;
}

.contact-us__title {
  margin-top: 64px;
}

.contact-us__nav {
  font-weight: 500;
}
.contact-us__nav a {
  color: #004064 !important;
}
.contact-us__nav .active {
  border-left-color: #32bdb5 !important;
  background: linear-gradient(90deg, rgba(11, 197, 186, 0.1), rgba(11, 197, 186, 0)) !important;
  font-family: metric-semibold;
  pointer-events: none;
}

.contact-us__nav-item {
  display: block;
  margin-top: 4px;
  padding-left: 20px;
  border-left: 4px solid transparent;
  line-height: 54px;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: color;
  font-weight: 500;
}
.contact-us__nav-item:hover {
  color: #32bdb5 !important;
}

.contact-us__select {
  display: none;
}

.contact-us__tab {
  position: absolute;
  top: -9999;
  left: -9999px;
  margin-top: 64px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.contact-us__tab.active {
  position: static;
  pointer-events: auto !important;
  visibility: visible;
  opacity: 1;
}

.contact-us__image {
  display: block !important;
}
.contact-us__image img {
  display: block;
  margin-left: auto;
  border-radius: 6px;
}

.contact-us__location {
  position: relative;
  width: 340px;
  margin-top: -200px;
  padding: 9px 9px 23px;
  border-radius: 6px;
  border: 1px solid #e7eaf0;
  background-color: #fff;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.14);
}

.contact-us__map img {
  display: block;
}

.contact-us__address {
  margin: 20px 20px 0 10px;
  font-weight: 500;
  color: #35364e;
}

.contact-us__view {
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0;
  font-weight: 600;
  text-decoration: none;
  color: #32bdb5;
}
.contact-us__view::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url("../images/contact/download.svg") 50% 50% no-repeat;
}

.careers-map__popup-list li {
  margin-top: 10px;
  padding-left: 28px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none"><path d="M14.0743 5.39999L6.87429 12.6L3.60156 9.32727" stroke="%2332BDB5" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 2px/18px 18px no-repeat;
}

@media screen and (max-width: 1023.98px) {
  .contact-us__title {
    margin-top: 32px;
    text-align: center;
  }
  .contact-us__nav {
    display: none;
  }
  .contact-us__select {
    display: block;
  }
  .contact-us__select select {
    font-weight: 600;
  }
  .contact-us__tab {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us__tab {
    margin-right: -20px;
    margin-left: -20px;
  }
  .contact-us__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .contact-us__location {
    margin: -54px auto 0;
  }
}
/***Deprecate Gutenburg Code***/
@media (min-width: 782px) {
  .contact-us .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .contact-us .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
/**/
/* careers recent */
/**/
.careers-recent__cont {
  padding: 40px 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 7px 23px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.careers-recent__cont .more-link {
  font-size: 22px;
  font-family: "Metric-semibold";
}
.careers-recent__cont h2 {
  font-size: 32px;
  line-height: 40px;
}
.careers-recent__cont .careers-category {
  font-size: 22px;
}

.careers-recent__heading {
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 500;
}
.careers-recent__heading:first-child {
  margin-top: 20px;
}

.careers-recent__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid rgba(212, 222, 229, 0.6);
}
.careers-recent__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.careers-recent__name {
  padding-right: 21px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11" fill="none" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 10L10 1"/><path d="M1 1H10V10"/></svg>') 100% 50%/11px 11px no-repeat;
  font-family: Metric-medium;
  font-size: 18px;
  text-decoration: none;
  color: #32BDB5;
  transition-duration: 0.125s;
  transition-property: background, color;
  line-height: 40px !important;
  letter-spacing: -0.2px;
}
.careers-recent__name:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11" fill="none" stroke="%232CA19B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M1 10L10 1"/><path d="M1 1H10V10"/></svg>');
  color: #2CA19B;
}

.careers-recent__city {
  font-family: Metric-medium;
  color: #76A2BC;
  line-height: 40px;
}

@media screen and (min-width: 991.98px) {
  .careers-recent {
    transform: translateY(-55px);
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .careers-recent__item {
    flex-wrap: wrap;
  }
  .careers-recent__city {
    width: 100%;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .careers-recent__cont {
    padding: 40px 24px;
  }
  .careers-recent__cont .more-link {
    font-size: 18px;
  }
  .careers-recent__cont h2 {
    font-size: 30px;
  }
  .careers-recent__cont .grid-row {
    text-align: center;
  }
  .careers-recent__city {
    font-size: 14px;
    line-height: 20px;
  }
  .careers-recent__name {
    width: 100%;
    text-align: left;
  }
  .careers-category {
    text-align: center;
    font-size: 18px !important;
  }
  .careers-recent {
    margin-top: -100px;
    z-index: 3;
    position: relative;
  }
}
.careers-tabs {
  position: relative;
}
.careers-tabs a {
  color: #003F64;
}

.careers-tabs__cont {
  position: relative;
}

.careers-tabs__title {
  margin-top: 64px;
}

.careers-tabs__nav {
  font-weight: 500;
}

.careers-tabs__nav-item {
  display: block;
  margin-top: 4px;
  padding-left: 20px;
  border-left: 4px solid transparent;
  line-height: 54px;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: color;
  color: #35364e !important;
}
.careers-tabs__nav-item:hover {
  color: #32BDB5;
}

.careers-tabs__nav-item.active {
  border-left-color: #32BDB5;
  background: linear-gradient(90deg, rgba(11, 197, 186, 0.1), rgba(11, 197, 186, 0));
  font-weight: 600;
  pointer-events: none;
}

.careers-tabs__select {
  display: none;
}

.careers-tabs__tab {
  position: absolute;
  top: -9999;
  left: -9999px;
  margin-top: 64px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.careers-tabs__tab.active {
  position: static;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.careers-tabs__image {
  display: block;
  margin-left: auto;
  border-radius: 6px;
}

.careers-tabs__location {
  position: relative;
  width: 305px;
  margin-top: -200px;
  padding: 9px 9px 23px;
  border-radius: 6px;
  border: 1px solid rgba(53, 54, 78, 0.3);
  background-color: #fff;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.14);
  min-height: 239px;
}

.careers-tabs__map {
  display: block;
  max-width: 100%;
}

.careers-tabs__address {
  margin: 20px 0 0 0 !important;
  font-weight: 500;
  color: #35364E;
  min-height: auto !important;
  font-size: 17px;
}
.careers-tabs__address p {
  margin: initial;
}
.careers-tabs__address * {
  font-size: 17px;
}

.careers-tabs__view {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0;
  font-weight: 600;
  text-decoration: none;
  color: #32BDB5 !important;
}
.careers-tabs__view::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url('data:image/svg+xml;utf8,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%2332BDB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6.41602 15.5832L15.5827 6.4165"/><path d="M6.41602 6.4165H15.5827V15.5832"/></svg>') 50% 50% no-repeat;
}

@media screen and (max-width: 1100.98px) {
  .careers-tabs__image {
    max-width: 600px;
    object-fit: contain;
  }
}
@media screen and (max-width: 991.98px) {
  .careers-tabs__title {
    margin-top: 32px;
    text-align: center;
  }
  .careers-tabs__nav {
    display: none;
  }
  .careers-tabs__select {
    display: block;
  }
  .careers-tabs__select select {
    font-weight: 600;
  }
  .careers-tabs__tab {
    margin-top: 32px;
  }
  .careers-tabs__image {
    max-width: initial;
    object-fit: initial;
  }
}
.careers-tabs__location__name {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Metric;
  font-size: 24.834px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  right: 50px;
  bottom: 80px;
  display: inline-flex;
  padding: 11.037px 16.556px;
  justify-content: center;
  align-items: center;
  gap: 13.796px;
  height: fit-content;
}

@media screen and (max-width: 1100.98px) and (min-width: 991.98px) {
  .careers-tabs__location__name {
    bottom: 115px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .careers-tabs__location__name {
    bottom: 70px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .careers-tabs__tab {
    margin-right: -20px;
    margin-left: -20px;
  }
  .careers-tabs__image {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .careers-tabs__location {
    margin: -54px auto 0;
    max-width: 300px;
  }
  .careers-tabs__location__name {
    display: none;
  }
}
/* Speaker Section*/
.summit_speaker__title {
  color: #103154;
  font-family: "Metric-bold";
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 13px;
}

.summit_speaker__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1750px;
  width: 100%;
}

.summit_speaker__details {
  margin: 20px 30px;
  text-align: center;
  max-width: 300px;
  width: 100%;
}
.summit_speaker__details h5 {
  font-size: 24px;
  line-height: 31px;
  margin-top: 15px;
  color: #103154;
  font-family: metric-bold;
}
.summit_speaker__details p {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  color: #103154;
}
.summit_speaker__details img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  cursor: pointer;
}

#speakerModal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(16, 49, 84, 0.75);
  z-index: 999;
  text-align: center;
}
#speakerModal .modal-dialog {
  margin: 10px;
  position: relative;
  width: auto;
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transform: translate(0);
}
#speakerModal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 30px;
  position: relative;
  background-clip: padding-box;
}
#speakerModal .close {
  color: #004163;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#speakerModal .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#speakerModal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#speakerModal img {
  border-radius: 150px;
  max-width: 100%;
  object-fit: contain;
  margin-right: 20px;
}

@media (min-width: 768px) {
  #speakerModal:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #speakerModal .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }
}
.summit_form__details {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

.summit_form__desc {
  max-width: 820px;
}

.summit_form__desc h3 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 4.43px;
  line-height: 37px;
}

.summit_form__desc p {
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  margin-top: 20px;
  margin-bottom: 0;
}

.summit_form__desc ul li {
  list-style: disc;
  margin-left: 30px;
  margin-top: 10px;
}

.summit_form__container {
  background: #103154;
  padding: 70px 90px;
}

/* Agenda Section*/
.summit_agenda__container {
  background: #103154;
  padding-bottom: 60px;
}

.summit_agenda__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 13px;
  padding-top: 70px;
}

.summit_agenda__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.summit_agenda__tabs-item {
  height: 43px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 2px solid #0BC5BA;
  border-radius: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  color: #fff;
  font-family: "Metric-medium";
  text-decoration: none;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  width: fit-content;
}
.summit_agenda__tabs-item:hover {
  background: rgba(11, 194, 197, 0.18);
}

.summit_agenda__tabs-item.active {
  background: #0BC5BA;
}

.summit_agenda__page__grid {
  border: 2px solid #0BC5BA;
  border-radius: 20px;
  padding: 50px 60px;
  margin-bottom: 30px;
  display: flex;
}

.summit_agenda_date__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.summit_agenda_date__container p {
  font-size: 22px;
  font-family: "Metric-medium";
  text-transform: uppercase;
  margin-bottom: 18px;
  width: 200px;
}

.agenda_speakers__list {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.agenda_speakers__list .grid-cont {
  padding-left: 18px;
}
.agenda_speakers__list img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 20px;
}

.horizontal {
  margin-left: 20px;
  margin-right: 20px;
  width: 0;
  border: 1px solid #0BC5BA;
  transform: rotate(0deg);
}

.agenda__title {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  font-family: "Metric-bold";
  margin-top: -19px;
}

.agenda_desc {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  max-width: 960px;
  width: 100%;
}

.agenda_speakers__container {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  width: 100%;
  flex-wrap: wrap;
}

.speaker__details {
  font-size: 22px;
}

/* Agenda Coming Soon Section */
.summit_agenda__coming_soon {
  max-width: 650px;
  margin: 60px auto;
  font-size: 50px;
  width: 100%;
  line-height: 125.5%;
  font-family: "Metric-medium";
  font-weight: 600;
}

@media (max-width: 600px) {
  .summit_agenda__tabs {
    display: block;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .summit_agenda__tabs-item {
    display: inline-block;
    vertical-align: middle;
    height: auto;
  }
}
/* Featured Companies */
.summit_company__title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 13px;
  color: #103154;
  padding: 70px 20px 30px;
}

.logo_container__top, .logo_container__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo_container__top img, .logo_container__bottom img {
  margin: 20px;
}

@media (max-width: 1470px) {
  .summit_form__details {
    justify-content: center;
  }
  .summit_form__container {
    padding: 70px 40px;
  }
  .summit_form__desc {
    max-width: 600px;
  }
}
@media (max-width: 1372px) {
  .summit_agenda_details__container {
    max-width: 890px;
    width: 100%;
  }
}
@media (max-width: 1302px) {
  .summit_agenda_details__container {
    max-width: 840px;
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .summit_agenda_details__container {
    max-width: 700px;
  }
}
@media (max-width: 1250px) {
  .summit_form__details {
    justify-content: center;
  }
}
@media (max-width: 1150px) {
  .summit_form__details {
    justify-content: center;
  }
}
@media (max-width: 1080px) {
  .summit_agenda_details__container {
    max-width: 550px;
  }
}
@media (max-width: 922px) {
  .summit_agenda_date__container p {
    margin-bottom: 0;
  }
  .summit_agenda_date__container p:nth-child(2) {
    display: none;
  }
  .summit_agenda__page__grid {
    flex-direction: column;
    padding: 20px 30px;
  }
  .summit_agenda_date__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .horizontal {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .summit_agenda_details__container {
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .modal-content--job_details {
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .summit_agenda__page__grid {
    padding: 20px 10px;
  }
}
@media (max-width: 320px) {
  .summit_agenda_details__speaker {
    font-size: 15px;
    max-width: 80%;
  }
}
@media (max-width: 900px) {
  .summit_form__container {
    padding: 70px 30px;
  }
  .summit_agenda__coming_soon {
    font-size: 30px;
  }
}
@media (max-width: 620px) {
  .agenda_desc {
    line-height: 24px;
    font-size: 20px;
  }
  .speaker__details {
    font-size: 16px;
  }
}
/*@media (max-width: 375px) {
.summit_form__desc h3 {
    font-size: 21px;
    letter-spacing: 2.43px;
    line-height: 27px;
}
.summit_form__desc p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
}

.summit_why_attend__title {
  font-size: 20px;
}
.summit_speaker__title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 10px;
}
.summit_agenda__coming_soon {
  font-size: 25px;
}
}*/
.summit_agenda__global_summit {
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_events_feed/templates/image/Agenda_Background.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.egnyte_featured_content {
  width: 100%;
  height: 238.633px;
}
.egnyte_featured_content .grid-cont {
  height: 100%;
  max-width: 1270px;
}
.egnyte_featured_content .grid-cont .egnyte_featured_content-featured__item {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 9.039px;
  background: #FFF;
  box-shadow: 0px 7.231px 22.598px 0px rgba(0, 0, 0, 0.06), 0px 1.808px 4.52px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.egnyte_featured_content .grid-cont .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 0px 37.08px;
  width: 100%;
}
.egnyte_featured_content .grid-cont .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont .egnyte_featured_content-featured__cont__container {
  max-width: 399.53px;
}
.egnyte_featured_content .grid-cont .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont .egnyte_featured_content-featured__cont__container .h6 {
  width: 100%;
}
.egnyte_featured_content .grid-cont .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont .egnyte_featured_content-featured__cont__container .egnyte_featured_content-featured__button {
  width: 100%;
  max-width: 175.359px;
  max-height: 32.541px;
  flex-shrink: 0;
  color: #fff;
  font-family: Metric;
  font-size: 16.27px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.694px; /* 133.333% */
  padding: 3px 23px;
}
.egnyte_featured_content .grid-cont .egnyte_featured_content-featured__item .egnyte_featured_content-featured__figure {
  width: 100%;
  max-width: 740.306px;
  height: 100%;
  position: relative;
  min-height: 238px;
  flex-shrink: 0;
}
.egnyte_featured_content .grid-cont .egnyte_featured_content-featured__item .egnyte_featured_content-featured__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 9px 0 0 9px;
}

@media screen and (max-width: 1284.98px) {
  .egnyte_featured_content .egnyte_featured_content-featured__item {
    display: block;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__figure {
    width: 45% !important;
    min-width: 45% !important;
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .egnyte_featured_content {
    height: auto;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont {
    padding: 24px !important;
    display: block !important;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont .egnyte_featured_content-featured__cont__container {
    max-width: 300px !important;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont .egnyte_featured_content-featured__figure {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }
}
@media screen and (max-width: 767.98px) {
  .egnyte_featured_content .egnyte_featured_content-featured__item {
    display: block !important;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__figure {
    width: 100% !important;
    min-width: 100% !important;
    height: 100%;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__figure img {
    border-radius: 9px 9px 0 0 !important;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont {
    width: 100% !important;
    min-width: 100% !important;
    height: 100%;
    padding: 24px !important;
  }
  .egnyte_featured_content .egnyte_featured_content-featured__item .egnyte_featured_content-featured__cont .egnyte_featured_content-featured__cont__container {
    width: 100%;
    max-width: 100% !important;
  }
}
/**/
/* featured integrations */
/**/
.featured-integrations__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px #E1E9EB;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.featured-integrations__item:hover {
  box-shadow: inset 0 0 0 1px #E1E9EB, 0 16px 44px rgba(0, 0, 0, 0.06);
  transform: translateY(-8px);
}
.featured-integrations__item:hover .featured-integrations__foot {
  background-color: #32BDB5;
}
.featured-integrations__item:hover .more-link:hover {
  color: #FFF;
}
.featured-integrations__item:hover a {
  color: white !important;
}
.featured-integrations__item:hover a::after {
  fill: #ffffff;
  background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><polygon fill="%23FFFFFF" points="6,13.4 4.6,12 8.6,8 4.6,4 6,2.6 11.4,8"></polygon></svg>');
}
.featured-integrations__item .h4 {
  padding-left: 28px;
  padding-right: 28px;
}

.featured-integrations__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
}
.featured-integrations__figure img {
  max-width: 100%;
  height: auto;
}

.featured-integrations__cont {
  padding: 0 28px 28px;
}

.featured-integrations__foot {
  margin-top: auto;
  padding: 20px;
  border-top: 1px solid #E1E9EB;
  text-align: center;
  transition-duration: 0.25s;
  transition-property: border-color, background-color;
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .featured-integrations__figure {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .featured-integrations__cont {
    padding: 0 20px 20px;
  }
}
.featured-integrations .wp-block-columns .wp-block-column {
  display: flex;
}

.featured-integrations__item .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e1e9eb;
  text-align: left;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.featured-integrations__item .wp-block-group__inner-container h4 {
  padding-left: 28px;
  padding-right: 28px;
}

@media (min-width: 782px) {
  .featured-integrations .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
@media only screen and (max-width: 991px) {
  .featured-integrations .wp-block-columns {
    flex-wrap: wrap;
  }
  .featured-integrations .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 32px !important;
  }
}
@media only screen and (max-width: 599px) {
  .featured-integrations .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0px !important;
  }
}
/**/
/* ms banner */
/**/
.ms-banner {
  position: relative;
  margin-top: -34px;
  padding: 20px 40px;
  border-radius: 12px;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/ms/SANS-BG-2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.05), 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  color: #FFF;
}
.ms-banner .p p {
  margin-bottom: 0;
}
.ms-banner .more-link {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .ms-banner {
    margin-top: -24px;
    padding: 15px 30px;
  }
}
.ms-banner .more-link {
  color: #fff;
}
.ms-banner .more-link:hover {
  color: #fff;
  text-decoration: underline;
}

/**/
/* product tours hero */
/**/
.product-tours-hero {
  padding: 64px 0;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/product-tour/mpt_background.webp");
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  color: #76A2BC;
  display: flex;
  align-items: center;
  width: 100%;
  height: 404px;
}

.product-tours-featured {
  position: relative;
}

.product-tours-featured__item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.05), 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.product-tours-featured__figure {
  position: relative;
  width: 45%;
  min-width: 45%;
  height: 100%;
  min-height: 400px;
}
.product-tours-featured__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-tours-featured__cont {
  flex-grow: 1;
  padding: 24px 60px;
}

.product-tours-featured__button {
  padding-right: 48px;
  padding-left: 48px;
}

@media screen and (max-width: 1023.98px) {
  .product-tours-featured__cont {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .product-tours-featured__item {
    display: block;
  }
  .product-tours-featured__figure {
    width: 100%;
    height: auto;
    min-height: 0;
    padding-top: 70%;
  }
  .product-tours-featured__cont {
    padding: 24px;
  }
}
/**/
/* sl hero */
/**/
.sl-hero {
  overflow: hidden;
  padding: 48px 0;
  background-color: #F7FAFC;
}
.sl-hero .button:hover {
  background: #0bc5ba !important;
  color: #fff !important;
  text-decoration: none;
  border-color: #0BC5BA !important;
}

.sl-hero__text {
  max-width: 544px;
}

.sl-hero__figure {
  margin-bottom: -48px;
}
.sl-hero__figure img {
  display: block;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 28px 55px rgba(191, 196, 205, 0.25), 0px 2px 5px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991.98px) {
  .sl-hero {
    text-align: center;
  }
  .sl-hero__text {
    margin-right: auto;
    margin-left: auto;
  }
  .sl-hero__figure {
    margin-top: 48px;
  }
  .sl-hero__figure img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .sl-hero {
    padding: 36px 0;
  }
  .sl-hero__figure {
    margin: 36px 0 -36px;
  }
}
/**/
/* sl trusted by */
/**/
.sl-trusted-by {
  text-align: center;
}
.sl-trusted-by img {
  display: block;
}
.sl-trusted-by svg {
  display: block;
}
.sl-trusted-by .p {
  color: #5E636B !important;
}

@media screen and (max-width: 767.98px) {
  .sl-trusted-by img {
    display: block;
  }
  .sl-trusted-by svg {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .sl-hero .button {
    width: 100% !important;
  }
}
/**/
/* platform overview hero */
/**/
.platform-overview-hero {
  position: relative;
  padding: 64px 0 348px;
  background-color: #102c3f;
  color: #aad3ec;
}

.platform-overview-hero__title {
  font-size: 42px;
}

.platform-overview-hero__demo {
  padding-right: 39px;
  padding-left: 39px;
}

.platform-overview-hero__watch {
  position: relative;
  z-index: 1;
  padding-right: 21px;
  padding-left: 21px;
  background-color: #0F344C;
}

.platform-overview-hero__watch:hover {
  background-color: #007BBD;
}

.platform-overview-hero__watch::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 24px;
  margin-right: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="white"><path d="M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z"/></svg>') 50% 50%/14px 14px no-repeat;
}

.platform-overview-hero__figure-wrap {
  position: relative;
  height: 519px;
  margin-top: -48px;
}

.platform-overview-hero__figure {
  position: absolute;
  top: 0;
  left: 50%;
  width: 888px;
  height: 519px;
  margin-left: -444px;
}

.platform-overview-hero__figure-bg {
  position: absolute;
  right: -118px;
  bottom: 0;
  left: -118px;
  height: 407px;
  background: url(../images/platform-overview-hero/floor.svg);
}

.platform-overview-hero__figure-pic {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  background: url(../images/platform-overview-hero/graphic@2x.webp) 50% 50%/100% 100% no-repeat;
}

.platform-overview-hero__figure-badge {
  position: absolute;
  padding: 0 8px;
  border-radius: 6px;
  background-color: #0c2536;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.platform-overview-hero__figure-badge--col {
  top: 110px;
  left: -8px;
  color: #3fade9;
  animation-name: badge--col;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.platform-overview-hero__figure-badge--sec {
  top: 110px;
  right: 17px;
  color: #ebb668;
  animation-name: badge--sec;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.platform-overview-hero__figure-badge--com {
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  color: #49eab0;
  animation-name: badge--com;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.platform-overview-hero__figure-icons {
  position: absolute;
  top: 0;
  left: 50%;
  width: 232px;
  height: 262px;
  margin-left: -120px;
}

.platform-overview-hero__figure-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  opacity: 0;
  animation-name: figure-icon-up;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.platform-overview-hero__figure-icon--1 {
  margin-left: -100px;
  animation-delay: 2s;
}

.platform-overview-hero__figure-icon--2 {
  margin-left: -80px;
  animation-delay: 7s;
}

.platform-overview-hero__figure-icon--3 {
  margin-left: -44px;
  animation-delay: 1.5s;
  animation-name: figure-icon-down;
}

.platform-overview-hero__figure-icon--4 {
  margin-left: -18px;
  animation-delay: 1s;
}

.platform-overview-hero__figure-icon--5 {
  margin-left: 16px;
  animation-delay: 4.5s;
  animation-name: figure-icon-down;
}

.platform-overview-hero__figure-icon--6 {
  margin-left: 64px;
  animation-delay: 5.5s;
  animation-name: figure-icon-down;
}

.platform-overview-hero__figure-icon--7 {
  margin-left: 70px;
  animation-delay: 2.5s;
}

.platform-overview-hero__figure-icon--8 {
  margin-left: -100px;
  animation-delay: 0.5s;
  animation-name: figure-icon-down;
}

.platform-overview-hero__figure-icon--9 {
  margin-left: -80px;
  animation-delay: 3s;
}

.platform-overview-hero__figure-icon--10 {
  margin-left: -44px;
  animation-delay: 5s;
}

.platform-overview-hero__figure-icon--11 {
  margin-left: 16px;
  animation-delay: 5.5s;
}

.platform-overview-hero__figure-icon--12 {
  margin-left: 64px;
  animation-delay: 1s;
  animation-name: figure-icon-down;
}

.platform-overview-hero__figure-icon--13 {
  margin-left: 10px;
  animation-delay: 7.5s;
  animation-name: figure-icon-down;
}

@keyframes badge--col {
  0% {
    background-color: #0c2536;
    color: #3fade9;
  }
  24% {
    background-color: #0c2536;
    color: #3fade9;
  }
  25% {
    background-color: #3fade9;
    color: #fff;
  }
  50% {
    background-color: #3fade9;
    color: #fff;
  }
  51% {
    background-color: #0c2536;
    color: #3fade9;
  }
  100% {
    background-color: #0c2536;
    color: #3fade9;
  }
}
@keyframes badge--sec {
  0% {
    background-color: #0c2536;
    color: #ebb668;
  }
  49% {
    background-color: #0c2536;
    color: #ebb668;
  }
  50% {
    background-color: #bb8d49;
    color: #fff;
  }
  75% {
    background-color: #bb8d49;
    color: #fff;
  }
  76% {
    background-color: #0c2536;
    color: #ebb668;
  }
  100% {
    background-color: #0c2536;
    color: #ebb668;
  }
}
@keyframes badge--com {
  0% {
    background-color: #0c2536;
    color: #49eab0;
  }
  74% {
    background-color: #0c2536;
    color: #49eab0;
  }
  75% {
    background-color: #14b57b;
    color: #fff;
  }
  99% {
    background-color: #14b57b;
    color: #fff;
  }
  100% {
    background-color: #0c2536;
    color: #49eab0;
  }
}
@keyframes figure-icon-up {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }
  10% {
    opacity: 1;
    transform: translateY(0%);
  }
  20% {
    opacity: 0;
    transform: translateY(-200%);
  }
  100% {
    opacity: 0;
  }
}
@keyframes figure-icon-down {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  10% {
    opacity: 1;
    transform: translateY(0%);
  }
  20% {
    opacity: 0;
    transform: translateY(200%);
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1283.98px) {
  .platform-overview-hero {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  .platform-overview-hero__buttons {
    justify-content: center;
  }
  .platform-overview-hero__figure-wrap {
    height: 415px;
  }
  .platform-overview-hero__figure {
    transform: scale(0.8);
    transform-origin: 50% 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .platform-overview-hero__figure-wrap {
    height: 415px;
  }
  .platform-overview-hero__figure {
    transform: scale(0.8);
    transform-origin: 50% 0;
  }
}
@media screen and (max-width: 767.98px) {
  .platform-overview-hero__figure-wrap {
    height: 324px;
  }
  .platform-overview-hero__figure {
    transform: scale(0.625);
  }
  .platform-overview-hero__demo {
    padding-right: 23px;
    padding-left: 23px;
  }
  .platform-overview-hero__watch {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 599.98px) {
  .platform-overview-hero__figure-wrap {
    height: 208px;
  }
  .platform-overview-hero__figure {
    transform: scale(0.4);
  }
}
/**/
/* platform overview video */
/**/
.platform-overview-video__figure {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.platform-overview-video__figure img {
  vertical-align: top;
}

.platform-overview-video__figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border-radius: 50%;
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 60 76" fill="none"><path fill="%2332BDB5" d="M0.998047 2.68519C0.998047 1.09831 2.75752 0.143473 4.08802 1.0083L58.4182 36.3229C59.6316 37.1116 59.6316 38.888 58.4182 39.6767L4.08802 74.9913C2.75751 75.8562 0.998047 74.9013 0.998047 73.3144V2.68519Z"/></svg>') 57.5% 50% no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
}

.platform-overview-video__figure:hover::after {
  transform: scale(1.125);
}

@media screen and (max-width: 1279.98px) {
  .platform-overview-video__figure img {
    max-width: 50vw;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .platform-overview-video__figure img {
    max-width: 100%;
  }
}
/**/
/* platform overview across */
/**/
.platform-overview-across {
  position: relative;
  text-align: center;
}

.platform-overview-across::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  width: 1034px;
  height: 608px;
  margin-left: -517px;
  background-image: url(../img/platform-overview-across/map.png);
}

.platform-overview-across__cont {
  position: relative;
}

.platform-overview-across__item {
  text-align: left;
}

.platform-overview-across__item svg {
  vertical-align: top;
}

.platform-overview-across__more {
  color: #037BBD;
}

@media screen and (max-width: 767.98px) {
  .platform-overview-across__item {
    text-align: center;
  }
}
.hero__badge {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #E5F4FF;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0092D8;
}

.platform-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: linear-gradient(180deg, #F2F7F9 0%, #FFFFFF 100%);
  text-align: center;
}

.platform-hero__bg,
.hexagon__bg img {
  position: absolute;
}

.platform-hero__bg--left,
.hexagon__bg img {
  top: 60px;
  right: 50%;
  margin-right: 496px;
}

.platform-hero__bg--right {
  bottom: 0;
  left: 50%;
  margin-left: 468px;
}

@media screen and (max-width: 767.98px) {
  .platform-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.inner-heading.av-reset-background .wp-block-media-text__media::after {
  background: none;
}
.inner-heading.av-reset-background .wp-block-media-text__content h1 {
  text-transform: none;
  font-size: 46px;
  text-shadow: none;
  line-height: 50px;
}

@media only screen and (max-width: 767px) {
  .inner-heading.av-reset-background .wp-block-media-text__media {
    height: 160px;
  }
}
.integrations-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: linear-gradient(180deg, #f2f7f9 0%, #ffffff 100%);
  text-align: center;
}
.integrations-hero .integrations-hero__figure {
  position: relative;
  margin: 0 -83% 0 -44%;
}
.integrations-hero .integrations-hero__figure .integrations-hero__image {
  position: relative;
  padding-top: 30%;
}
.integrations-hero .integrations-hero__figure .integrations-hero__image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-58%);
}

.hero.dgt-report {
  position: relative;
  padding: 64px 0 120px;
  text-align: center;
}
.hero.dgt-report::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 152px;
  right: 50%;
  width: 538px;
  height: 327px;
  margin-right: 360px;
  background: url(../images/dgt-report/hero/left.svg);
  pointer-events: none;
}
.hero.dgt-report::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 448px;
  left: 50%;
  width: 497px;
  height: 328px;
  margin-left: 420px;
  background: url(../images/dgt-report/hero/right.svg);
  pointer-events: none;
}
.hero.dgt-report .hero__bg {
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  background: linear-gradient(#F2F8FB, #FFFFFF);
}
.hero.dgt-report .hero__cont {
  position: relative;
}

.home-heading.page-hero {
  margin-top: 0px;
  padding-bottom: 0px;
}
.home-heading.page-hero .heading-img-full .button-primary {
  background-color: #0bc5ba !important;
  color: #fff !important;
  font-weight: 600;
}
.home-heading.page-hero .heading-img-full .button-primary:hover, .home-heading.page-hero .heading-img-full .button-primary:active {
  background-color: #fff !important;
  color: #0bc5ba !important;
}
.home-heading.page-hero h1 {
  color: #4b4f54;
}
.home-heading.page-hero .lead-text {
  font-size: 22px;
  line-height: 28px;
  color: #000;
}

@media screen and (max-width: 1060px) {
  .home-heading.page-hero .lead-text {
    width: 400px;
  }
}
@media screen and (max-width: 870px) {
  .home-heading.page-hero .lead-text {
    width: 325px;
  }
}
@media screen and (max-width: 739px) {
  .home-heading.page-hero .headingit g-img-full .wp-block-column:last-child {
    margin-left: 0px;
  }
  .home-heading.page-hero .headingit g-img-full .wp-block-column:last-child .lead-text {
    width: auto;
  }
}
.page-hero.geometric-header {
  background: #11233E;
}
.page-hero.geometric-header .BVA__banner__inner--container {
  display: flex;
  max-width: 1600px;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  margin: 0 auto;
}
.page-hero.geometric-header h1 {
  font-size: 56px;
  line-height: 1.125;
  max-width: 310px;
}
.page-hero.geometric-header p {
  font-size: 24px;
  line-height: 1.35;
  color: #CEE1EC;
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 527px;
}
.page-hero.geometric-header .green-button a {
  border-radius: 6px;
  width: 280px;
  height: 60px;
  font-size: 22px;
  font-family: "Metric-medium";
  text-transform: capitalize;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero.geometric-header .green-button a:hover {
  background-color: #23B6AA;
  border-color: #23B6AA;
  color: #fff;
}

.summary_container {
  background: #fafafa;
}

@media (max-width: 1200px) {
  .page-hero.geometric-header .BVA__banner__inner--container {
    padding: 50px;
  }
  .page-hero.geometric-header .BVA__banner__inner--container .BVA__banner--image img {
    width: 100%;
  }
  .page-hero.geometric-header h1 {
    font-size: 50px;
  }
  .page-hero.geometric-header p {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  .page-hero.geometric-header h1 {
    font-size: 45px;
  }
  .page-hero.geometric-header p {
    font-size: 20px;
    line-height: 1.2;
  }
  .page-hero.geometric-header .green-button a {
    width: 240px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  .page-hero.geometric-header .BVA__banner__inner--container {
    flex-direction: column;
  }
  .page-hero.geometric-header h1 {
    max-width: 100%;
  }
  .page-hero.geometric-header p {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .page-hero.geometric-header .BVA__banner__inner--container {
    padding: 50px 30px;
  }
}
.hero__section {
  background-color: #112532;
  background-image: url("../images/solutions/bg--left.svg"), url("../images/solutions/bg--right.svg");
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat;
}

.hero_subtitle {
  color: #BCBFD2;
}

.hero__link {
  text-decoration: none;
  color: #32BDB5;
}

.hero__figure {
  margin-top: -20px;
  margin-bottom: -160px;
}

.hero__picture {
  display: inline-block;
  vertical-align: top;
}

.hero__image {
  vertical-align: top;
}

@media screen and (max-width: 991.98px) {
  .hero__section {
    padding-bottom: 0;
    text-align: center;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__figure {
    display: inline-block;
    vertical-align: top;
    margin: 80px 0 -80px;
  }
  .hero__image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .hero__section {
    background-image: none;
  }
}
.solution-hero {
  padding: 80px 0;
  background-color: #112532;
  background-image: url("../images/solutions/bg--left.svg"), url("../images/solutions/bg--right.svg");
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat;
}

.two-column-seo .p {
  letter-spacing: 0;
}

.solution-hero .wp-block-image img {
  max-width: fit-content;
}

@media (min-width: 782px) {
  .solution-hero .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .solution-hero .wp-block-image img {
    max-width: 100%;
    height: auto;
  }
}
.solution-hero__subtitle {
  color: #BCBFD2;
  letter-spacing: 0;
}

.solution-hero__link {
  text-decoration: none;
  color: #32BDB5;
}

.solution-hero__figure {
  margin-top: -20px;
  margin-bottom: -160px;
}

.solution-hero__picture {
  display: inline-block !important;
  vertical-align: top;
}

.solution-hero__image {
  vertical-align: top;
}

.solution-hero__picture--1 {
  margin: -1px 0 -69px -33px !important;
}

.solution-hero__picture--2 {
  margin: 0 -12px -54px -49px;
}

.solution-hero__picture--3 {
  margin: 0 0 -37px -21px;
}

.solution-hero__picture--4 {
  margin: 0 0 -65px -15px;
}

.solution-hero__picture--5 {
  margin: -25px 0 -46px -4px;
}

.solution-hero__picture--6 {
  margin: 0 0 -73px -29px;
}

.solution-hero__picture--7 {
  margin: 0 0 -74px -29px;
}

.solution-hero__picture--8 {
  margin: 0 0 -108px -29px;
}

@media screen and (max-width: 991.98px) {
  .solution-hero {
    padding-top: 80px;
    padding-bottom: 0;
    text-align: center;
  }
  .solution-hero__actions {
    justify-content: center;
  }
  .solution-hero__figure {
    display: inline-block;
    vertical-align: top;
    margin: 80px 0 -80px;
  }
  .solution-hero__image {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .solution-hero {
    padding-top: 60px;
    background-image: none;
  }
  .solution-hero__figure {
    margin: 60px 0 -60px;
  }
  .solution-hero__picture--1 {
    margin-bottom: -10.5%;
    margin-left: -5%;
  }
  .solution-hero__picture--2 {
    margin-right: -1.5%;
    margin-bottom: -7%;
    margin-left: -6.125%;
  }
  .solution-hero__picture--3 {
    margin-bottom: -5.75%;
    margin-left: -3.5%;
  }
  .solution-hero__picture--4 {
    margin-bottom: -8.75%;
    margin-left: -2%;
  }
  .solution-hero__picture--5 {
    margin: -3.25% -4.75% -6.25% -0.5%;
  }
  .solution-hero__picture--6 {
    margin: 0 0 -9% -3.5%;
  }
  .solution-hero__picture--7 {
    margin: 0 0 -9% -3.625%;
  }
  .solution-hero__picture--8 {
    margin: 0 0 0 -3.625%;
  }
}
.public_connector_hero .public_connector__image img {
  max-width: 600px;
}

@media screen and (max-width: 991.98px) {
  .public_connector_hero .public_connector__image img {
    max-width: 100%;
    max-height: 500px;
  }
}
@media screen and (max-width: 767.98px) {
  .public_connector_hero .public_connector__image img {
    max-width: 100%;
    max-height: 400px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .public_connector_hero .public_connector__image {
    height: 440px;
  }
  .public_connector_hero .public_connector__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .public_connector_hero .public_connector__image img {
    object-position: 22%;
  }
}
.ms_365-hero__section {
  background-color: #E5F1F6;
  background-image: url("../images/solutions/bg--left.svg"), url("../images/solutions/bg--right.svg");
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat;
}

/**/
/* support headline */
/**/
.support-headline {
  position: relative;
  padding: 68px 0 160px;
  background-color: #102C3F;
  color: #AAD3EC;
}

.support-headline--alt {
  padding-bottom: 24px;
}

.support-headline__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.support-headline__image img {
  height: 100%;
}

@media screen and (max-width: 1199.98px) {
  .support-headline__image {
    left: 50%;
    width: 50%;
    transform: translateX(16px);
    object-fit: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .support-headline {
    padding-top: 48px;
    text-align: center;
  }
  .support-headline .grid-row {
    justify-content: center;
  }
  .support-headline__image {
    display: none;
  }
}
@media screen and (min-width: 782px) {
  .support-headline .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .support-headline .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
/**/
/* app integration hero */
/**/
.app-integration-hero {
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #052D43;
  color: #BEC5D6;
}

.app-integration-hero__row {
  margin-right: -40px;
  margin-left: -40px;
}

.app-integration-hero__col {
  min-height: 264px;
  padding-right: 40px;
  padding-left: 40px;
}
.app-integration-hero__col:last-child {
  min-height: 0;
}

.app-integration-hero__crumbs {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: metric-semibold;
  color: #BAC2D6;
}
.app-integration-hero__crumbs a {
  font-weight: 400;
  text-decoration: none;
  color: #828B9F;
}
.app-integration-hero__crumbs a:hover {
  color: #BAC2D6;
}

.app-integration-hero__subtitle {
  max-width: 478px;
}

.app-integration-hero__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 240px;
  margin: 0 auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="210" height="240" viewBox="0 0 210 240" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M99.819 1.88619C102.913 0.100186 106.725 0.100183 109.818 1.88619L204.447 56.516C207.542 58.3023 209.448 61.6037 209.447 65.1765L209.442 174.434C209.441 178.007 207.535 181.309 204.441 183.095L109.806 237.725C106.712 239.511 102.9 239.511 99.8065 237.725L5.17732 183.095C2.08317 181.309 0.177168 178.007 0.177358 174.434L0.183143 65.1765C0.183332 61.6037 2.08968 58.3023 5.18402 56.516L99.819 1.88619Z" fill="white"/></svg>');
}
.app-integration-hero__logo::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 467px;
  height: 244px;
  margin-top: -48px;
  margin-left: -233px;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/app-integration/polygons.svg");
}

@media screen and (max-width: 767.98px) {
  .app-integration-hero {
    padding: 20px 0;
  }
  .app-integration-hero__crumbs {
    margin-bottom: 24px;
  }
  .app-integration-hero__col {
    min-height: 0;
  }
  .app-integration-hero__subtitle {
    max-width: none;
  }
  .app-integration-hero__logo {
    margin-top: 40px;
  }
}
.solution-hero #contentBlock_formTitle {
  background-color: rgb(50, 189, 181);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-family: Inter, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  height: 54.8438px;
  line-height: 22.8576px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 16px;
  text-align: center;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.solution-hero .mktoFieldWrap {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.solution-hero .mktoCheckboxList {
  float: none !important;
  width: 15%;
  width: 10% !important;
}
.solution-hero .mktoLabel {
  width: 85% !important;
}
.solution-hero .form-wrapper {
  padding-bottom: 38px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 38px;
}
.solution-hero #LblconsentGiven {
  color: #323436;
  font-weight: 400;
  font-size: 14px;
  width: 90% !important;
}
.solution-hero .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 1rem !important;
}
.solution-hero .mktoFieldDescriptor .mktoFieldWrap {
  display: flex !important;
}
.solution-hero .mktoButtonWrap {
  opacity: 0;
}
.solution-hero .mktoButton {
  width: 100%;
}
.solution-hero .mktoButtonRow {
  width: 100%;
}
.solution-hero .hide_fields .mktoFormRow {
  display: none;
}

.sem-nav-block + #collapseForm {
  max-width: initial;
}

/**/
/* CAREERS */
/**/
.careers-hero {
  display: flex;
  align-items: center;
  position: relative;
  height: 532px;
  overflow: hidden;
  background: radial-gradient(112.02% 107.44% at 31.88% 5.4%, #16263F 0%, #111E30 35.62%, #16263E 68.1%, #0E1727 93.95%);
}
.careers-hero h1 {
  font-size: 64px;
}
.careers-hero .p {
  max-width: 573px;
}
.careers-hero dotlottie-player {
  width: 100vw;
}
.careers-hero .grid-cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  padding-left: 120px;
}
.careers-hero .grid-row {
  height: 100%;
}
.careers-hero .careers-hero__search {
  max-width: 600px;
  /*display: flex;*/
  display: none;
  margin-top: 16px;
  gap: 10px;
}
.careers-hero .careers-hero__search input {
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  box-shadow: none;
  color: #113A50;
  font-size: 22px;
  border: 0;
  font-weight: 500;
}
.careers-hero .careers-hero__search button {
  border-radius: 5px;
  border: 0;
  width: 54px;
  height: 54px;
  background: #0BC5BA;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .careers-hero dotlottie-player {
    margin-top: -100px;
  }
}
@media (max-width: 1400px) {
  .careers-hero h1 {
    font-size: 54px;
    max-width: 410px;
  }
  .careers-hero .p {
    max-width: 483px;
  }
  .careers-hero .grid-cont {
    padding-left: 80px;
  }
}
@media (min-width: 1900px) {
  .careers-hero {
    height: 850px;
  }
}
@media (max-width: 1100px) {
  .careers-hero {
    height: 480px;
  }
  .careers-hero h1 {
    font-size: 44px;
  }
  .careers-hero .p {
    max-width: 403px;
  }
}
@media screen and (max-width: 991.98px) {
  .careers-hero {
    background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/careers/Career_mobile.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    background-color: #14243d;
    background-position: bottom;
  }
  .careers-hero h1 {
    font-size: 40px;
    max-width: 100%;
  }
  .careers-hero .careers-hero__text {
    text-align: center;
  }
  .careers-hero .p {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .careers-hero .careers-hero__search {
    margin-top: 16px !important;
    margin: auto;
    max-width: 400px;
  }
  .careers-hero dotlottie-player {
    display: none;
  }
  .careers-hero .grid-cont {
    position: relative;
    padding-left: 24px;
    margin-top: 100px;
  }
  .careers-hero .grid-row {
    height: 300px;
  }
}
@media (max-width: 700px) {
  .careers-hero {
    height: 580px;
  }
  .careers-hero .p {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .careers-hero {
    height: 435px;
    margin-bottom: 25px;
  }
  .careers-hero .grid-cont {
    margin-top: 60px;
  }
  .careers-hero .grid-row {
    height: fit-content;
  }
  .careers-hero h1 {
    font-size: 32px;
  }
  .careers-hero .p {
    font-size: 18px;
  }
  .careers-hero .careers-hero__button {
    font-size: 18px;
  }
}
/**/
/* partners hero */
/**/
.partners-hero {
  position: relative;
  padding-top: 80px;
  background-image: linear-gradient(180deg, #F2F7F9 0%, #FFFFFF 100%);
  text-align: center;
}

.partners-hero + .divider {
  margin-top: 80px;
  margin-bottom: 80px;
}

.partners-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 252px;
  height: 298px;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/partners/right@2x.png) 50% 50%/100% 100%;
}

.partners-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 291px;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/partners/left@2x.png) 50% 50%/100% 100%;
}

.partners-hero .bread-crumbs {
  text-align: left;
}

.partners-hero--alt {
  padding-top: 0;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 1283.98px) {
  .partners-hero::after {
    right: auto;
    left: 50%;
    margin-left: 400px;
  }
  .partners-hero::before {
    right: 50%;
    left: auto;
    margin-right: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-hero {
    padding-top: 40px;
  }
  .partners-hero + .divider {
    margin: 60px 0;
  }
  .partners-hero--alt {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
/**/
/* ms hero */
/**/
.ms-hero {
  position: relative;
  padding: 64px 0 96px;
  background-color: #102C3F;
  color: #AAD3EC;
}

.ms-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/ms-hero/bg.jpg) 100% 50%/auto 100% no-repeat;
}

.ms-hero__bg--ls {
  background-image: url(../img/ms-hero/bg-ls.jpg);
}

.ms-hero__bg--microsoft {
  background-image: url(../img/ms-hero/bg-microsoft.png);
}

.ms-hero__text {
  position: relative;
  max-width: 480px;
}
.ms-hero__text h6 {
  color: #76A2BC;
}

.ms-hero__button {
  min-width: 200px;
}

.ms-hero__trusted {
  position: relative;
  font-size: 16px;
  color: #76A2BC;
}
.ms-hero__trusted img {
  display: block;
}
.ms-hero__trusted svg {
  display: block;
}

.ms-hero__video {
  position: relative;
  display: block;
  padding-top: 62.5%;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF !important;
}
.ms-hero__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.ms-hero__video span {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ms-hero__video span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 24px;
  margin-right: 12px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 18" fill="white"><path d="M1 1L13 9L1 17V1Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 50% 50%/14px 18px no-repeat;
}
.ms-hero__video::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 41" fill="%2332BDB5"><path d="M0 2.19255C0 0.471678 1.91177 -0.560396 3.3505 0.383778L31.2438 18.6888C32.5457 19.5433 32.5457 21.452 31.2438 22.3064L3.3505 40.6115C1.91177 41.5556 0 40.5236 0 38.8027V2.19255Z"/></svg>') 55% 50%/33px 41px no-repeat;
  transition-duration: 0.125s;
  transition-duration: transform;
}
.ms-hero__video:hover::after {
  transform: scale(1.125);
}

@media screen and (max-width: 991.98px) {
  .ms-hero {
    text-align: center;
  }
  .ms-hero__bg {
    display: none;
  }
  .ms-hero__text {
    margin-right: auto;
    margin-left: auto;
  }
  .ms-hero__trusted .grid-row {
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .ms-hero {
    padding: 48px 0 72px;
  }
}
@media screen and (max-width: 599.98px) {
  .ms-hero__video span {
    display: none;
  }
}
/**/
/* leadership */
/**/
.rc-headline {
  position: relative;
  padding: 72px 0;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/leadership/bg.svg) 100% 50% no-repeat, linear-gradient(217deg, #323A4B 0%, #171C2A 100%);
  color: #BEC5D6;
}

.rc-headline__title {
  color: #FFF;
}

.rc-headline__subtitle {
  max-width: 648px;
}

@media screen and (max-width: 767.98px) {
  .rc-headline {
    padding: 54px 0;
    background: linear-gradient(217deg, #323A4B 0%, #171C2A 100%);
    text-align: center;
  }
}
/**
Company
**/
.contact-us__cont {
  position: relative;
}

/****
Industries
****/
.industries-hero {
  position: relative;
  padding: 136px 0px;
  color: #AAD3EC;
  height: 600px;
  background: radial-gradient(101.68% 52.73% at 37.25% 61.57%, #193B59 20.11%, #121F37 100%);
}
.industries-hero .h1 {
  color: #FFF;
  font-size: 64px;
  text-wrap: balance;
  line-height: 56.25px;
}
.industries-hero .industries-hero__video {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.industries-hero .industries-hero__video::before {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/play_button.svg") 55% 50%/114px 114px no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
  z-index: 3;
  position: relative;
}
.industries-hero .industries-hero__text {
  position: relative;
  z-index: 9;
}
.industries-hero .industries-hero__text .h6 {
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}
.industries-hero .industries-hero__text .p {
  max-width: 400px;
}
.industries-hero .industries-hero__text a {
  width: 240px !important;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  color: #fff !important;
  font-family: Metric-medium;
  font-size: 22px;
  font-weight: 500;
  background: #0bc5ba !important;
}
.industries-hero .industries-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.industries-hero .industries-hero__text_container {
  display: flex;
  align-items: center;
  height: 500px;
}

.industries-hero__trusted {
  background: #FAFAFA;
  padding: 72px 0;
  height: 329px;
}
.industries-hero__trusted .h2 {
  position: relative;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #35364E;
  font-family: Metric;
  margin-bottom: 30px;
}
.industries-hero__trusted .h3 {
  font-family: Metric;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #35364E;
  font-size: 28px;
  margin-bottom: 30px;
}
.industries-hero__trusted img {
  display: block;
  margin: auto;
  max-width: 225px;
}
.industries-hero__trusted svg {
  display: block;
}
.industries-hero__trusted .intro__logos {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.industries-hero__trusted .intro__logos-line {
  justify-content: unset !important;
  -webkit-box-pack: unset !important;
  flex-wrap: initial !important;
  margin-right: 0;
  width: 100%;
}
.industries-hero__trusted .intro__logos__mobile {
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.industries-hero__trusted .industries-hero__image {
  position: relative;
}

@media screen and (max-width: 1085.98px) and (min-width: 1025px) {
  .industries-hero__bg {
    background-position-x: 125% !important;
    background-position-y: 50% !important;
    background-size: 75% 100% !important;
  }
}
@media screen and (max-width: 1235px) and (min-width: 1010px) {
  .industries-hero__bg {
    background: url(http://d7e79795-df92-494e-871c-a6f546708476.web.ahdev.cloud/sites/default/files/2023-09/Hero%20Image%20%281%29_0.png) 100% 100%/auto 80% no-repeat;
  }
}
@media screen and (min-width: 991.98px) {
  .industries-hero-hero__text {
    margin-top: 100px;
  }
  .industries-hero-hero__text .h1 {
    font-size: 64px;
    line-height: 56.25px;
  }
  .industries-hero-hero__text .p {
    line-height: 34.6px;
  }
  .industries-hero-hero__text a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .industries-hero {
    padding-top: 0;
    padding-right: 0;
    height: auto;
  }
  .industries-hero .grid-cont--xl {
    padding-left: 0;
    padding-right: 0;
  }
  .industries-hero .industries-hero__text {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .industries-hero .industries-hero__text .p {
    max-width: 100%;
  }
  .industries-hero .industries-hero__video::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .industries-hero__trusted {
    height: auto;
  }
  .industries-hero__trusted .intro__logos-line img {
    width: 18vw;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 800px) {
  .industries-hero img {
    width: 768px;
    float: right;
  }
}
@media screen and (max-width: 767.98px) {
  .industries-hero .h1 {
    font-size: 34px;
  }
  .industries-hero__trusted {
    padding: 46.5px 0px;
  }
  .industries-hero__trusted img {
    margin: 25px auto;
  }
}
@media screen and (max-width: 599.98px) {
  .industries-hero .industries-hero__text a {
    width: 100% !important;
  }
  .industries-hero__trusted img {
    max-width: 165px;
    width: 100%;
    height: 55px;
  }
}
/*New About Us Page*/
.about-us-hero__figure {
  height: 540px;
  position: absolute;
  width: 720px;
  clear: both;
  top: 0;
  right: 0;
  transform: translate(0%, 0%);
  margin-top: 4rem;
}

.about-us-hero__image {
  position: absolute;
}

.about-us-hero__image-1 {
  width: 220px;
  top: 90px;
  left: 200px;
}

.about-us-hero__image-2 {
  bottom: 0px;
  width: 350px;
  left: 76px;
}

.about-us-hero__image-3 {
  right: 0;
  width: 304px;
  top: 6px;
}

.about-us-hero__image-4 {
  right: 0;
  bottom: 0px;
  width: 306px;
}

img.banner-hex {
  position: absolute;
  left: 0;
  bottom: -93px;
}

.about-us-hero {
  background: linear-gradient(196.66deg, #16263F 10.23%, #162C42 41.15%, #111E30 54.76%, #0E1727 74.63%);
  position: relative;
  height: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-hero .about-us-hero__text {
  max-width: 520px;
  z-index: 1;
  position: relative;
}
.about-us-hero .about-us-hero__text h1 {
  font-size: 64px;
  letter-spacing: -1px;
}
.about-us-hero .about-us-hero__text h1 span {
  display: block;
  background: linear-gradient(270.85deg, #9F87FF 7.92%, #1CFFF1 93.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-us-stat--header {
  padding: 0 10px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 270px;
}

.about-us-stat--container {
  margin: auto;
  margin-top: 64px;
  padding: 0 10px;
  max-width: 1107px;
}
.about-us-stat--container .count-1 {
  background: #3ef0eb;
}
.about-us-stat--container .count-2 {
  background: #50e2ef;
}
.about-us-stat--container .count-3 {
  background: #7bbbf6;
}
.about-us-stat--container .count-4 {
  background: #8fb1fa;
}
.about-us-stat--container .count-5 {
  background: #A993FF;
  width: 100%;
  margin-left: -14px;
}

.about-us-stat {
  width: fit-content;
  margin: auto;
  text-align: center;
  width: 100%;
}
.about-us-stat .about-us-stat--count {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
}
.about-us-stat .about-us-stat--caption {
  color: #858585;
  font-size: 22px;
  font-style: normal;
  font-family: metric-semibold;
  line-height: 30.8px;
}

@media screen and (max-width: 991.98px) {
  img.banner-hex {
    display: none;
  }
  .about-us-hero {
    height: 950px;
  }
  .about-us-hero .stat-5 {
    text-align: center !important;
    float: initial !important;
  }
  .about-us-hero .grid-cont {
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-hero .grid-cont .grid-row .grid-col:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  .about-us-hero a {
    justify-content: center;
  }
  .about-us-hero .about-us-hero__figure {
    position: relative;
  }
  .about-us-hero .about-us-hero__text {
    text-align: center;
    margin: auto;
    max-width: 100% !important;
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-us-hero .about-us-hero__text a {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 25px auto;
  }
  .about-us-hero .about-us-hero__text a span {
    margin-left: 10px;
  }
  .about-us-hero .about-us-hero__text h1 {
    font-size: 48px !important;
  }
  .about-us-hero .about-us-hero__text .pl-0 {
    padding-left: 12px !important;
  }
  .about-us-hero .about-us-hero__figure-mobile {
    display: grid !important;
    position: relative;
    z-index: 3;
  }
  .about-us-hero .about-us-hero__figure-mobile img {
    padding-left: 12px;
    padding-right: 12px;
    object-fit: cover;
  }
  .about-us-hero .about-us-hero__figure-mobile::before {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -99px;
    background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/about/HexPattern.png");
    width: 160px;
    height: 381px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .about-us-hero .about-us-hero__figure-mobile::after {
    content: "";
    position: absolute;
    left: 0;
    top: -128px;
    background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/about/HexPatternRight.png");
    width: 172px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .about-us-hero .about-us-stat--header {
    text-align: center;
    padding: 0 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin-top: 56px;
  }
  .about-us-hero .about-us-stat--container {
    margin: auto;
    margin-top: 64px;
    padding: 0 24px;
  }
  .about-us-hero .about-us-stat--container .about-us-stat {
    margin: initial;
  }
  .about-us-hero .about-us-stat--container .about-us-stat:nth-of-type(1) {
    text-align: center !important;
  }
  .about-us-hero .about-us-stat--container .about-us-stat .about-us-stat--count {
    font-size: 42px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    margin-bottom: 0 !important;
  }
  .about-us-hero .about-us-stat--container .about-us-stat .about-us-stat--caption {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    margin-top: 5px !important;
  }
  .about-us-hero .about-us-stat--container .count-5 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .about-us-hero {
    height: 1075px;
  }
  .about-us-hero .about-us-stat--container .about-us-stat {
    margin: 30px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .about-us-hero {
    height: 1075px;
  }
  .about-us-hero .grid-cont {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-hero .grid-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-us-hero .about-us-hero__text {
    padding-left: 32px;
    padding-right: 32px;
  }
  .about-us-hero .about-us-stat--header {
    padding-right: 32px;
    padding-left: 32px;
  }
  .about-us-hero .about-us-stat--container {
    padding-right: 32px;
    padding-left: 32px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 375.98px) {
  .about-us-hero .about-us-stat--count {
    font-size: 33px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 330.98px) {
  .about-us-hero {
    height: 1075px;
  }
  .about-us-hero .about-us-stat--wrapper {
    margin-top: 40px;
  }
  .about-us-hero .about-us-stat--container .about-us-stat {
    margin: 20px 0;
  }
}
/***Events***/
.summit_hero__container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.summit_hero {
  max-width: 1600px;
  margin: 0 auto;
}
.summit_hero .white_devider {
  width: 143px;
  border: 2px solid #fff;
  margin: 20px auto;
}

.summit_hero__copy {
  max-width: 780px;
  text-align: center;
  padding: 140px 70px;
  width: 100%;
}

.summit_hero__head {
  font-size: 82px;
  text-transform: uppercase;
  color: #103154;
  line-height: 60px;
  letter-spacing: 5.5px;
}

.summit_hero__desc {
  color: #103154;
  font-size: 28px;
  line-height: 100%;
  font-family: "Metric-bold";
}

.summit__date {
  font-size: 27px;
  font-family: "Metric-bold";
  color: #103154;
  letter-spacing: 13px;
  line-height: 114%;
}

.event-hero--global-summit {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: CENTER;
  max-height: 737px;
}
.event-hero--global-summit h1 {
  color: #FFF;
  font-size: 80px;
  font-weight: 700;
  line-height: 56.25px;
  letter-spacing: 2.83px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  background: radial-gradient(87.21% 19302.86% at 6.64% 82%, #8D97FE 0.85%, #2BF1F4 51.15%, #8D97FE 100%);
}
.event-hero--global-summit .h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 12.9347829819px;
  text-align: center;
}
.event-hero--global-summit .p {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 8.7183980942px;
  text-align: center;
  color: #fff;
  font-family: Metric-thin;
}
.event-hero--global-summit .date {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 7.0552825928px;
  text-align: center;
  font-family: Metric-semibold;
  text-transform: uppercase;
}
.event-hero--global-summit a {
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  width: 194.05px;
  height: 50px;
  border-radius: 2.38px;
  border: 2px solid #1CFFF2;
  background: transparent;
}

@media screen and (max-width: 767.98px) {
  .event-hero--global-summit h1 {
    font-size: 34px;
    line-height: 1.125;
  }
  .event-hero--global-summit .p {
    font-size: 20px;
    line-height: 1.375;
  }
  .event-hero--global-summit .date {
    font-size: 20px;
    line-height: 1.375;
  }
}
/***Egnyte LP
Success Stories
**/
.egnyte_lp__ss__hero {
  height: 550px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(179.58deg, #16263F 0.43%, #162C42 46.31%, #111E30 81.28%, #0E1727 113.18%);
  position: relative;
  padding-top: 116px;
}
.egnyte_lp__ss__hero .h1 {
  font-size: 64px;
}
.egnyte_lp__ss__hero .p {
  max-width: 628px;
}
.egnyte_lp__ss__hero:before {
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/success-stories/CS_Hex_Pattern.svg");
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.egnyte_lp__ss__hero-featured {
  position: relative;
  z-index: 3;
  transform: translateY(-129px);
  height: 480px;
}
.egnyte_lp__ss__hero-featured .head-reviews__arrow:hover {
  background-color: transparent;
}
.egnyte_lp__ss__hero-featured .grid-cont {
  border-radius: 10px;
}
.egnyte_lp__ss__hero-featured .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}
.egnyte_lp__ss__hero-featured .head-reviews__arrow--next {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="37" height="32" viewBox="0 0 37 32" fill="none"%3E%3Crect width="4.8715" height="24.3577" transform="matrix(-0.754783 0.655975 0.754783 0.655975 18.3848 0)" fill="%230BC5BA"%3E%3C/rect%3E%3Crect width="4.87154" height="24.3575" transform="matrix(0.754783 0.655975 0.754783 -0.655975 14.7075 28.7604)" fill="%230BC5BA"%3E%3C/rect%3E%3C/svg%3E');
  background-color: transparent;
  opacity: 1;
  border: none;
  box-shadow: none;
}
.egnyte_lp__ss__hero-featured .head-reviews__arrow--prev {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="37" height="32" viewBox="0 0 37 32" fill="none"%3E%3Crect width="4.8715" height="24.3577" transform="matrix(0.754783 0.655975 -0.754783 0.655975 18.3848 0)" fill="%230BC5BA"%3E%3C/rect%3E%3Crect width="4.87154" height="24.3575" transform="matrix(-0.754783 0.655975 -0.754783 -0.655975 22.062 28.7604)" fill="%230BC5BA"%3E%3C/rect%3E%3C/svg%3E');
  background-color: transparent;
  opacity: 1;
  border: none;
  box-shadow: none;
}
.egnyte_lp__ss__hero-featured .egnyte_lp__ss__hero_featured--background {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.egnyte_lp__ss__hero-featured .egnyte_lp__ss__hero__cont {
  width: 100%;
  max-width: 503px;
  height: 304px;
  background: #fff;
  display: block;
  padding: 57px 36px;
  margin-left: 73px;
  border-radius: 10px;
}
.egnyte_lp__ss__hero-featured .egnyte_lp__ss__hero-featured-row .slick-dots li {
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: #dcdee3;
  margin-top: 2rem;
}

@media screen and (max-width: 991.98px) {
  .egnyte_lp__ss__hero .h1 {
    font-size: 48px;
  }
  .egnyte_lp__ss__hero-featured-row .slick-dots .slick-active {
    background-color: #32bdb5 !important;
  }
  .egnyte_lp__ss__hero-featured .egnyte_lp__ss__hero__cont {
    margin-left: auto;
    margin-right: auto;
  }
  .egnyte_lp__ss__hero-featured .slick-slide {
    padding-left: initial;
    padding-right: initial;
  }
}
/****Egnyte LP***/
.egnyte_lp__hero {
  height: 360px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #16263F 0.43%, #162C42 100%);
}
.egnyte_lp__hero .grid-cont {
  position: relative;
  z-index: 5;
}
.egnyte_lp__hero .h1 {
  font-size: 64px;
  letter-spacing: 0;
}
.egnyte_lp__hero .p {
  max-width: 563px;
  margin: 28px auto 16px auto;
  min-height: auto;
  letter-spacing: -0.3px;
}
.egnyte_lp__hero:before {
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/media-room/Hex_Pattern.svg");
  content: "";
  position: absolute;
  top: -31px;
  right: -154px;
  z-index: 3;
  width: 100%;
  height: 150%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.egnyte_lp__hero:after {
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/media-room/Hex Pattern_left.svg");
  content: "";
  position: absolute;
  top: -31px;
  left: -154px;
  z-index: 3;
  width: 100%;
  height: 150%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.egnyte_lp__hero .egnyte_lp__hero_links {
  position: relative;
  z-index: 999;
}
.egnyte_lp__hero .egnyte_lp__hero_links a {
  border-right: 1px solid #fff;
  padding: 0 22px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.egnyte_lp__hero .egnyte_lp__hero_links a:hover {
  text-decoration: underline;
}
.egnyte_lp__hero .egnyte_lp__hero_links a:last-child {
  border: none;
  padding-right: 0;
}
.egnyte_lp__hero .egnyte_lp__hero_links a:nth-child(1) {
  padding-left: 0;
}
.egnyte_lp__hero .egnyte_lp__hero_links .active {
  color: #0bc5ba !important;
  text-decoration: underline;
}

.egnyte_lp__hero-featured {
  position: relative;
}
.egnyte_lp__hero-featured:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 96px;
  left: 0;
  height: 153px;
  background: linear-gradient(180deg, #162C42 0%, #111E30 60%, #0E1727 100%);
}

@media screen and (max-width: 767.98px) {
  .egnyte_lp__hero .h1 {
    font-size: 34px !important;
  }
  .egnyte_lp__hero .egnyte_lp__hero_links .p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .egnyte_lp__hero .egnyte_lp__hero_links .p {
    font-size: 15px !important;
    padding: 0 6px;
  }
}
@media screen and (max-width: 375.98px) {
  .egnyte_lp__hero .egnyte_lp__hero_links .p {
    font-size: 13px !important;
    padding: 0 6px;
  }
}
/***Egnyte LP Featured Media Room ***/
.egnyte_lp__hero--mr-featured {
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 284px;
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.05), 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont {
  width: 100%;
  padding-right: 62px;
  padding-left: 62px;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont a {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont a svg {
  margin-top: 2px;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont a span {
  position: relative;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23b6aa;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont a span:hover::before {
  width: 100%;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__link {
  margin-top: 40px;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured__figure {
  width: 100%;
  max-width: 433px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.egnyte_lp__hero--mr-featured .egnyte_lp__hero--mr-featured__figure img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991.98px) {
  .egnyte_lp__hero--mr-featured-featured__item {
    height: auto !important;
  }
  .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__figure {
    max-width: 345px;
    width: 100%;
    height: 100%;
  }
  .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont h2 {
    font-size: 28px;
  }
  .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__link {
    margin-top: 12px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .egnyte_lp__hero--mr-featured-featured__item {
    height: auto !important;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
  }
  .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__cont {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .egnyte_lp__hero--mr-featured-featured__item .egnyte_lp__hero--mr-featured__figure {
    width: 100% !important;
    max-width: 100% !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 10px !important;
    overflow: hidden;
  }
}
/** Egnyte LP Featured Photos **/
.egnyte_lp__feat_photos {
  margin-bottom: 100px;
}
.egnyte_lp__feat_photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.egnyte_lp__feat_photos .grid-cont {
  background: white;
  max-width: 1128px;
  width: 100%;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 3;
}
.egnyte_lp__feat_photos .grid-row {
  height: 100%;
}
.egnyte_lp__feat_photos .egnyte_lp__feat_photos__main_img img {
  width: 100%;
}
.egnyte_lp__feat_photos .egnyte_lp__feat_photos__smaller_img img {
  width: 100%;
}
.egnyte_lp__feat_photos .resources__item {
  max-width: 350px;
}
.egnyte_lp__feat_photos .resources__item .resources__cont {
  padding: 25px;
}
.egnyte_lp__feat_photos .resources__item .h3 {
  font-size: 28px;
}
.egnyte_lp__feat_photos .resources__item .more-link {
  margin-left: 14px;
}
.egnyte_lp__feat_photos .resources__item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1283.98px) and (min-width: 991.98px) {
  .egnyte_lp__feat_photos .grid-cont {
    max-width: 900px;
  }
}
@media screen and (min-width: 991.98px) {
  .egnyte_lp__feat_photos .egnyte_lp__feat_photos__main_img {
    padding-left: 24px;
  }
  .egnyte_lp__feat_photos .egnyte_lp__feat_photos__smaller_img {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 991.98px) {
  .egnyte_lp__feat_photos {
    margin-bottom: 20px;
  }
  .egnyte_lp__feat_photos .grid-cont {
    background: none;
    box-shadow: none;
    max-width: 500px;
    padding-top: 0;
  }
  .egnyte_lp__feat_photos .egnyte_lp__feat_photos__smaller_grid {
    display: flex;
    margin-top: 48px;
  }
  .egnyte_lp__feat_photos .egnyte_lp__feat_photos__smaller_img {
    margin-bottom: 0;
  }
  .egnyte_lp__feat_photos .egnyte_lp__feat_photos__main_img {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/***Egnyte LP Featured Press Release***/
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item {
  max-width: 1129px;
  height: 284px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.05), 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 200px;
  max-width: 1129px;
  height: 284px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.05), 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  z-index: 3;
  position: relative;
}
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item .egnyte_lp__pr__hero-featured__cont {
  padding: 40px;
  position: relative;
  height: 100%;
  padding: 40px;
  position: relative;
  height: 100%;
}
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item .egnyte_lp__pr__hero-featured__cont a {
  position: relative;
  position: relative;
}
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item .egnyte_lp__pr__hero-featured__cont a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item .egnyte_lp__pr__hero-featured__cont .egnyte_lp__pr__hero-featured__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 64px;
  margin-bottom: 25px;
}
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item .egnyte_lp__pr__hero-featured__cont .egnyte_lp__pr__hero-featured__bottom .egnyte_lp__pr__hero-featured__link {
  text-align: right;
}
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item .egnyte_lp__pr__hero-featured__cont .egnyte_lp__pr__hero-featured__bottom .egnyte_lp__pr__hero-featured__date {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #76A2BC;
  font-size: 18px;
}
.egnyte_lp__pr__hero-featured .grid-cont .egnyte_lp__pr__hero-featured-featured__item h2 {
  max-width: 776px;
}

@media screen and (max-width: 767.98px) {
  .egnyte_lp__pr__hero-featured .egnyte_lp__pr__hero-featured-featured__item {
    height: auto !important;
  }
  .egnyte_lp__pr__hero-featured .egnyte_lp__pr__hero-featured-featured__item .egnyte_lp__pr__hero-featured__cont {
    padding: 20px !important;
  }
}
/**Egnyte LP Featured News***/
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 284px;
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.05), 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  gap: 60px;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont {
  width: 100%;
  max-width: 485px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont a {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont a svg {
  margin-top: 2px;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont a span {
  position: relative;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23b6aa;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont a span:hover::before {
  width: 100%;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__link {
  margin-top: 40px;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured__figure {
  width: 100%;
  max-width: 433px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  background: linear-gradient(0deg, #bdc7d5 -2.15%, rgba(255, 255, 255, 0) 85.34%);
  display: flex;
  align-items: center;
  height: 100%;
}
.egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured__figure img {
  margin: auto;
}

.egnyte_lp__news__hero-featured__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-right: 10px;
  flex: 0 0 111%;
}
.egnyte_lp__news__hero-featured__bottom .h6 {
  color: #76A2BC;
  font-family: Metric;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media screen and (max-width: 1099.98px) {
  .egnyte_lp__news__hero-featured__bottom {
    flex: 0 0 100% !important;
  }
  .egnyte_lp__news__hero-featured .egnyte_lp__news__hero-featured-featured__item a {
    gap: 15px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .egnyte_lp__news__hero-featured-featured__item {
    height: auto !important;
  }
  .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__cont h2 {
    font-size: 28px;
  }
  .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__figure {
    max-width: 345px;
    width: 100%;
    height: 100%;
  }
  .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__link {
    margin-top: 12px !important;
  }
  .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__link a {
    justify-content: flex-start !important;
  }
}
.egnyte_lp__news__hero-featured-featured__item {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767.98px) {
  .egnyte_lp__news__hero-featured-featured__item {
    max-width: 600px;
    min-height: 588px;
    margin: auto;
    box-shadow: 0px 7px 23px 0px rgba(0, 0, 0, 0.05), 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px !important;
    min-height: 466px;
  }
  .egnyte_lp__news__hero-featured-featured__item a {
    flex-wrap: wrap;
    box-shadow: none !important;
    min-height: 588px;
    box-shadow: none !important;
    height: auto !important;
    min-height: 466px;
  }
  .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__bottom .more-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 0 0 65%;
  }
  .egnyte_lp__news__hero-featured-featured__item .egnyte_lp__news__hero-featured__bottom .more-link svg {
    margin: initial;
  }
  .egnyte_lp__news__hero-featured__figure {
    width: 100% !important;
    max-width: 100% !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 10px !important;
    overflow: hidden;
    min-height: 393px;
  }
  .egnyte_lp__news__hero-featured__cont {
    max-width: 100% !important;
  }
  .egnyte_lp__news__hero-featured__bottom {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .egnyte_lp__news__hero-featured__figure {
    min-height: 250px;
  }
}
/**Modern SEO***/
.modern-seo--hero {
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/modern-seo/blueBackground.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.modern-seo--hero .p {
  font-size: 23px;
}

@media screen and (max-width: 767.98px) {
  .modern-seo--hero .p {
    font-size: 21px;
  }
}
/***Modern Partner****/
.modern-partners--hero {
  position: relative;
  background: #0F1D35;
  color: #fff;
  width: 100%;
  height: 329px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.modern-partners--hero .h1 {
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modern-partners--hero__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 240px;
  margin: 0 auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="210" height="240" viewBox="0 0 210 240" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M99.819 1.88619C102.913 0.100186 106.725 0.100183 109.818 1.88619L204.447 56.516C207.542 58.3023 209.448 61.6037 209.447 65.1765L209.442 174.434C209.441 178.007 207.535 181.309 204.441 183.095L109.806 237.725C106.712 239.511 102.9 239.511 99.8065 237.725L5.17732 183.095C2.08317 181.309 0.177168 178.007 0.177358 174.434L0.183143 65.1765C0.183332 61.6037 2.08968 58.3023 5.18402 56.516L99.819 1.88619Z" fill="white"/></svg>');
}
.modern-partners--hero__logo::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 467px;
  height: 244px;
  margin-top: -48px;
  margin-left: -233px;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/app-integration/polygons.svg");
}

@media screen and (max-width: 767.98px) {
  .modern-partners--hero {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    text-align: center;
  }
  .modern-partners--hero a {
    margin: 10px auto 25px auto;
  }
  .modern-partners--hero .h1 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
/***
Modern Mini Solutions
****/
.modern-mini-solutions--hero {
  display: flex;
  height: 500px;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #f7fafc;
}
.modern-mini-solutions--hero .button--outlined {
  box-shadow: none !important;
}
.modern-mini-solutions--hero .button--outlined:hover {
  border-color: #0bc5ba;
  background: #0bc5ba !important;
}
.modern-mini-solutions--hero .button {
  color: #fffefe;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}
.modern-mini-solutions--hero a:hover {
  color: #fff !important;
}
.modern-mini-solutions--hero h1 {
  color: #004163;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1px;
}
.modern-mini-solutions--hero .p {
  color: #5e636b;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
}
.modern-mini-solutions--hero .sl-hero__text {
  max-width: 570px;
}
.modern-mini-solutions--hero .ms-hero__video:after {
  content: none;
}

.modern-mini-solutions--hero-image .vimeo-video {
  position: relative;
}
.modern-mini-solutions--hero-image .ms-hero__video-over::before {
  content: "";
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/modern-mini-solutions/mdmini_play_button.svg") 55% 50%/114px 114px no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1500.98px) and (min-width: 991.98px) {
  .modern-mini-solutions--hero {
    height: auto;
  }
  .modern-mini-solutions--hero .h1 {
    font-size: 48px;
    line-height: 50px;
  }
  .modern-mini-solutions--hero .p {
    margin-top: 20px;
  }
  .modern-mini-solutions--hero .modern-mini-solutions--hero-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .modern-mini-solutions--hero .modern-mini-solutions--hero-image img {
    object-fit: contain;
    width: 100%;
  }
  .modern-mini-solutions--hero .modern-mini-solutions--hero-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 0 !important;
  }
  .modern-mini-solutions--hero .modern-mini-solutions--hero-copy a {
    margin: 20px auto 0 !important;
    margin-top: 20px !important;
    min-width: auto;
  }
}
@media screen and (max-width: 1100.98px) and (min-width: 991.98px) {
  .modern-mini-solutions--hero .h1 {
    font-size: 42px;
    line-height: 37px;
  }
  .modern-mini-solutions--hero .modern-mini-solutions--hero-copy {
    flex: 0 0 60%;
    max-width: 48%;
  }
  .modern-mini-solutions--hero .modern-mini-solutions--hero-copy a {
    margin-top: 10px !important;
  }
  .modern-mini-solutions--hero .p {
    margin-top: 10px;
    font-size: 22px;
  }
  .modern-mini-solutions--hero .modern-mini-solutions--hero-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modern-mini-solutions--hero .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  .modern-mini-solutions--hero {
    display: block !important;
    height: auto !important;
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
  }
  .modern-mini-solutions--hero img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .modern-mini-solutions--hero .p {
    margin-top: 20px;
  }
  .modern-mini-solutions--hero a {
    margin: 20px auto 0 !important;
  }
  .modern-mini-solutions--hero .sl-hero__text {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .modern-mini-solutions--hero .modern-mini-solutions-hero__actions {
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .modern-mini-solutions--hero a {
    min-width: 200px;
  }
  .modern-mini-solutions--hero h1 {
    line-height: 34px;
  }
  .modern-mini-solutions--hero .p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .modern-mini-solutions--hero a {
    min-width: 250px;
  }
}
.platform-overview-hero__alt {
  background: radial-gradient(41.74% 92.72% at 37.25% 61.57%, #193B59 20.11%, #121F37 100%);
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .platform-overview-hero__alt .platform-feature-hero__figure {
    margin: 0 15px;
  }
}

.product_secondary_cta {
  width: 170px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #0bc5ba;
  font-size: 20px;
  line-height: 24px;
  font-family: metric-semibold;
  text-decoration: none;
  color: #fff !important;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
  text-align: center;
}
.product_secondary_cta:hover {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
}

.platform-overview-hero__buttons .button--outlined {
  box-shadow: none;
}

.platform-overview-hero__watch.product_secondary_cta::before {
  content: none;
}

.solution-hero__actions a.contact-specialist,
a.collaboration_secondary_cta {
  background: transparent;
}

.solution-hero__actions a.contact-specialist {
  width: 225px;
}

.solution-hero__actions a.contact-specialist:hover,
a.collaboration_secondary_cta:hover {
  background: #0bc5ba;
  color: #fff !important;
  border: 2px solid #0bc5ba;
}

@media (max-width: 1150px) {
  .ms-hero__button {
    min-width: 170px;
  }
}
/**Product Page**/
@media (max-width: 991.98px) {
  .platform-feature-hero .text-wrapper {
    margin: auto;
  }
}
.platform-feature-hero .text-wrapper {
  max-width: 478px;
}

@media screen and (max-width: 1283.98px) {
  .platform-feature-hero h1 {
    font-size: 38px;
    line-height: 36px;
  }
}
@media (max-width: 1002px) {
  a.ms-hero__button {
    font-size: 20px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .product_secondary_cta {
    width: 140px;
  }
}
@media (max-width: 340.98px) {
  .product_secondary_cta {
    width: 126px;
  }
}
/******
Hero Block
**/
.sparks-session-25--hero {
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/events/spark-sessions/hero.webp") no-repeat center/cover;
  width: 100%;
  height: 674px;
  display: flex;
  text-align: left;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
}
.sparks-session-25--hero h1 {
  font-feature-settings: "liga" off, "clig" off;
  font-family: Metric-bold;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: capitalize;
  background: var(--Headline-Gradient, linear-gradient(91deg, #1cfff1 12.03%, #22dcf8 35.93%, #28b6ff 61.45%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sparks-session-25--hero .p {
  color: #fff;
  font-family: Metric;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.sparks-session-25--hero .button {
  color: #fff;
  font-family: Metric;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  min-width: 280px;
}

.sparks-session-25--hero--svg {
  position: absolute;
  bottom: -152px;
}
.sparks-session-25--hero--svg svg {
  width: 174.209px;
  height: 227px;
  flex-shrink: 0;
}

@media (min-width: 1483.98px) {
  .sparks-session-25--hero .grid-cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .sparks-session-25--hero {
    text-align: center;
  }
  .sparks-session-25--hero .grid-row {
    justify-content: center;
  }
}
@media (max-width: 768.98px) {
  .sparks-session-25--hero {
    height: 415px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sparks-session-25--hero h1 {
    font-size: 34px;
  }
  .sparks-session-25--hero .p--xlarge {
    font-size: 22px;
  }
  .sparks-session-25--hero .button {
    min-width: initial;
    font-size: 20px;
  }
}
.egnyte-help-desk .tile--desc {
  color: #000;
}
.egnyte-help-desk .tile--title {
  color: #35364E;
  font-size: 22px;
  font-weight: 600;
}
.egnyte-help-desk .more-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.egnyte-help-desk .resources__more-link {
  position: relative;
  display: flex;
}

/* CSS for Instagram Feed */
.insta-slider .insta__title {
  text-align: left;
  padding: 0 65px;
}
.insta-slider .insta__title svg {
  fill: none;
}
.insta-slider .insta__title .explore_cta {
  display: flex;
  max-width: 222px;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 600;
  align-items: center;
  line-height: 20.5px;
}
.insta-slider .insta__title .egnyte__inc {
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  max-width: 121px;
  justify-content: space-between;
  font-family: "Metric-medium";
  line-height: 20.56px;
  margin-top: 6px;
}
.insta-slider #insta__carousel .awards-accolades__slide {
  padding: 0 10px;
}
.insta-slider #insta__carousel .awards-accolades__slide .caption {
  text-align: left;
  font-family: "Metric-medium";
  line-height: 23px;
  padding: 0 7px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.insta-slider #insta__carousel .awards-accolades__arrow {
  top: 43%;
  background: #fff;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.06), 0px 5px 7px 0px rgba(0, 0, 0, 0.03), 0px -1px 55px 0px rgba(0, 0, 0, 0.03);
}
.insta-slider #insta__carousel .awards-accolades__figure {
  height: 300.97px;
}
.insta-slider #insta__carousel .awards-accolades__figure img {
  height: 300.97px;
  width: 300.97px;
  border-radius: 16px;
  object-fit: cover;
}
.insta-slider .awards-accolades__carousel__alt .h3 {
  text-align: left;
  background: #112532;
}
.insta-slider .awards-accolades__carousel__alt .awards-accolades__item__alt {
  padding: 0;
}
@media (min-width: 1600px) {
  .insta-slider .insta__title {
    padding: 0 68px;
  }
  .insta-slider .insta__title .egnyte__inc {
    font-size: 22px;
    line-height: 27.5px;
    max-width: 134px;
  }
  .insta-slider .insta__title .explore_cta {
    font-size: 22px;
    line-height: 27.5px;
  }
}
@media (max-width: 1285px) {
  .insta-slider .insta__title {
    padding: 0 82px;
  }
  .insta-slider #insta__carousel .awards-accolades__slide .caption {
    padding: 0 20px;
  }
}
@media (max-width: 1070px) {
  .insta-slider #insta__carousel .awards-accolades__slide .caption {
    padding: 0;
  }
  .insta-slider .insta__title {
    padding: 0 65px;
  }
}
@media (max-width: 767.98px) {
  .insta-slider .insta__title {
    text-align: center;
  }
}
@media (max-width: 577px) {
  .insta-slider #insta__carousel {
    margin: 25px -20px;
    padding: 0;
  }
  .insta-slider #insta__carousel .awards-accolades__slide .caption {
    max-width: 300px;
    margin: 25px auto;
  }
  .insta-slider .insta__title {
    padding: 0;
    text-align: center;
  }
  .insta-slider .insta__title .explore_cta {
    max-width: 198px;
    margin: 10px auto;
  }
  .insta-slider .insta__title .egnyte__inc {
    max-width: 120px;
    margin: 0 auto;
  }
}

.page-node-type-egnyte_guides main {
  overflow: visible !important;
}

.toolbar-fixed .egnyte_guide__side .egnyte_guide__sticky {
  position: sticky;
  top: 150px !important;
}

.top_message_active .egnyte_guide__side .egnyte_guide__sticky {
  position: sticky;
  top: 145px !important;
}

.egnyte_guides {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f8fb), to(#ffffff));
  background-image: linear-gradient(180deg, #f3f8fb, #ffffff);
  padding: 30px 0;
}
.egnyte_guides .egnyte_guide__main .introduction img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  margin-bottom: 20px;
}
.egnyte_guides .egnyte_guide__main h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}
.egnyte_guides .egnyte_guide__main h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  color: inherit;
  margin-bottom: 20px;
}
.egnyte_guides .egnyte_guide__main h4 {
  font-size: 22px;
  font-weight: 600;
  color: inherit;
}
.egnyte_guides .egnyte_guide__main p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.egnyte_guides .egnyte_guide__main em {
  font-style: italic;
}
.egnyte_guides .egnyte_guide__main ul {
  list-style: none;
  margin: 0 0 30px;
  padding-left: 30px;
  font-size: 18px;
}
.egnyte_guides .egnyte_guide__main ul li {
  position: relative;
  margin-top: 16px;
  padding-left: 1em;
}
.egnyte_guides .egnyte_guide__main ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #32BDB5;
}
.egnyte_guides .egnyte_guide__main ul li:first-child {
  margin-top: 0;
}
.egnyte_guides .egnyte_guide__main ol {
  list-style: none;
  margin: 0 0 30px;
  padding-left: 30px;
  font-size: 18px;
}
.egnyte_guides .egnyte_guide__main ol li {
  position: relative;
  margin-top: 16px;
  padding-left: 1em;
}
.egnyte_guides .egnyte_guide__main ol li:first-child {
  margin-top: 0;
}
.egnyte_guides .egnyte_guide__main a {
  font-weight: 500;
  border-bottom: 1px solid #0bc5ba;
}
.egnyte_guides .egnyte_guide__main figure {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.egnyte_guides .egnyte_guide__main figure img {
  max-width: 100%;
  vertical-align: top;
}
.egnyte_guides .egnyte_guide__main figcaption {
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 13px;
  color: #555;
  text-align: center;
}
.egnyte_guides .egnyte_guide__main blockquote {
  margin: 40px 0 0 60px;
  padding-left: 24px;
  border-left: 4px solid #EDEFF4;
  font-style: italic;
  color: #5E636B;
}
.egnyte_guides .egnyte_guide__main blockquote p {
  font-size: 22px;
}
.egnyte_guides .egnyte_guide__main blockquote::before {
  content: "";
  display: block;
  width: 32px;
  height: 26px;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_content_types/egnyte_guides/templates/images/quote.svg);
}
.egnyte_guides .egnyte_guide__main img {
  width: 100%;
  height: auto;
}
.egnyte_guides .egnyte_guide__main .social-sharing-buttons a {
  border: none !important;
}
.egnyte_guides .egnyte_guide {
  position: relative;
  margin-bottom: 100px;
}
.egnyte_guides .egnyte_guide .position-75 {
  top: 150px !important;
}
.egnyte_guides .egnyte_guide h1 {
  font-size: 36px;
  color: #004163;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.39px;
  margin-bottom: 30px;
}
.egnyte_guides .egnyte_guide .highlight {
  background: rgba(0, 123, 189, 0.0392156863);
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 40px;
}
.egnyte_guides .egnyte_guide .highlight p {
  color: #35364e;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.egnyte_guides .egnyte_guide .highlight ul {
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 0;
}
.egnyte_guides .egnyte_guide .highlight ul:first-child {
  margin-top: 0;
}
.egnyte_guides .egnyte_guide .highlight ul li {
  margin-top: 8px;
  margin-bottom: 15px;
  list-style-type: none;
  position: relative;
  color: #35364e;
}
.egnyte_guides .egnyte_guide .highlight ul li:before {
  color: #004163;
  opacity: 0.6;
  background: #004163;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: -12px;
}
.egnyte_guides .egnyte_guide .highlight ul li a {
  font-weight: 500;
  font-size: 20px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-content {
  line-height: 1.4375;
  color: #35364e;
}
.egnyte_guides .egnyte_guide .egnyte_guide__side {
  position: relative;
  min-height: 100%;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(151, 151, 151, 0.2);
}
.egnyte_guides .egnyte_guide .egnyte_guide__side .egnyte_guide__sticky {
  position: sticky;
  top: 120px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-share {
  display: flex;
  align-items: center;
}
.egnyte_guides .egnyte_guide .egnyte_guide-share__label {
  margin-right: 12px;
  color: #686E77;
}
.egnyte_guides .egnyte_guide .egnyte_guide-share__item {
  margin-left: 12px;
  color: #1FB7AB;
}
.egnyte_guides .egnyte_guide .egnyte_guide-share__item svg {
  display: block;
}
.egnyte_guides .egnyte_guide .addthis_inline_share_toolbox {
  height: 42px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  border-radius: 6px;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_content_types/egnyte_guides/templates/images/banner@2x.png) 50% 50%/auto 100% no-repeat;
  color: #FFF;
}
.egnyte_guides .egnyte_guide .egnyte_guide-banner .p {
  max-width: 550px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-banner .egnyte_guide-banner__title {
  color: #FFF;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 12px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-banner .egnyte_guide-banner__button {
  padding-right: 32px;
  padding-left: 32px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-resources h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.181818px;
  color: #424242;
  margin-bottom: 5px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-resources p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.181818px;
  color: #7d828b;
  margin-bottom: 5px;
  font-weight: 400;
}
.egnyte_guides .egnyte_guide .egnyte_guide-resources a {
  position: relative;
}
.egnyte_guides .egnyte_guide .egnyte_guide-resources .grid-row {
  margin-bottom: 20px;
}
.egnyte_guides .egnyte_guide .egnyte_guide-resources .grid-row:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.egnyte_guides .egnyte_guide .egnyte_guide-resources__item {
  display: block;
  margin-top: 16px;
  text-decoration: none;
}
.egnyte_guides .egnyte_guide .egnyte_guide-resources__image {
  display: block;
  margin-top: 2px;
  border-radius: 4px;
}

@media screen and (max-width: 991.98px) {
  .egnyte_guide__side {
    margin-left: auto !important;
    padding-left: 0 !important;
    border-top: none;
    border-left: none !important;
    margin-top: 30px;
    padding-top: 30px;
  }
  .egnyte_guide__side .egnyte_guide-resources__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .egnyte_guide-content h2 {
    margin-top: 30px;
    margin-bottom: -9px;
    font-size: 24px;
  }
  .egnyte_guide-content h3 {
    margin-top: 30px;
    margin-bottom: -9px;
    font-size: 20px;
  }
  .egnyte_guide-content h4 {
    margin-top: 24px;
    margin-bottom: -9px;
    font-size: 18px;
  }
  .egnyte_guide-content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .egnyte_guide-content ul {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 16px;
  }
  .egnyte_guide-content ul li {
    margin-top: 12px;
  }
  .egnyte_guide-content ol {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 16px;
  }
  .egnyte_guide-content ol li {
    margin-top: 12px;
  }
  .egnyte_guide-content blockquote {
    margin: 30px 0 0 20px;
    padding-left: 18px;
    border-left: 3px solid #EDEFF4;
  }
  .egnyte_guide-content blockquote p {
    font-size: 18px;
  }
  .egnyte_guide-content .highlight {
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
  }
  .egnyte_guide-content .highlight p:first-child {
    margin-bottom: -6px;
  }
  .egnyte_guide-content .highlight ul li {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1199.98px) {
  .egnyte_guide-resources__image {
    width: 105px;
    height: 75px;
  }
}
/* Summit Form section for Event Summit Page*/
.summit_form__life_sciences {
  max-width: 470px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.summit_form__life_sciences #LblconsentGiven {
  float: right !important;
  width: 360px !important;
  color: #323436;
  font-size: 13px;
  line-height: 19px;
  margin-top: -4px;
}
.summit_form__life_sciences #LblconsentGiven a {
  color: #323436;
  font-weight: 100;
  text-decoration: underline;
}
.summit_form__life_sciences #LblconsentGiven a:hover {
  font-weight: 600;
  color: #323436;
}
.summit_form__life_sciences::placeholder {
  color: #323436;
  opacity: 1;
}
.summit_form__life_sciences:-ms-input-placeholder {
  color: #323436;
}
.summit_form__life_sciences::-ms-input-placeholder {
  color: #323436;
}
.summit_form__life_sciences .mktoButtonRow {
  color: #35364E;
  width: 150px;
  border: 1px solid #35364E;
  text-align: center !important;
  font-size: 16px;
  height: 34px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  font-family: "Metric-medium" !important;
}
.summit_form__life_sciences .mktoButtonRow .mktoButton {
  color: #35364E;
  background: none;
  border: none;
  font-size: 16px;
  letter-spacing: 0.14px;
  line-height: 52px;
  padding: 0;
}
.summit_form__life_sciences .mktoForm select.mktoField {
  padding: 11px 15px !important;
  border-radius: 4px;
  border: 1px solid #CCD3E0 !important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 14px !important;
  line-height: 24px;
  color: #323436 !important;
  -webkit-transition-duration: 0.125s !important;
  transition-duration: 0.125s !important;
  -webkit-transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, box-shadow !important;
  transition-property: border-color, box-shadow, -webkit-box-shadow !important;
  height: auto;
}
.summit_form__life_sciences .mktoForm textarea {
  padding: 11px 15px !important;
  border-radius: 4px;
  border: 1px solid #CCD3E0 !important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 14px !important;
  line-height: 24px;
  color: #323436 !important;
  -webkit-transition-duration: 0.125s !important;
  transition-duration: 0.125s !important;
  -webkit-transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, box-shadow !important;
  transition-property: border-color, box-shadow, -webkit-box-shadow !important;
  height: auto;
}
.summit_form__life_sciences .mktoForm .mktoAsterix {
  display: none !important;
}
.summit_form__life_sciences .mktoForm .mktoOffset {
  display: none !important;
}
.summit_form__life_sciences .mktoForm .mktoGutter {
  height: 0 !important;
}
.summit_form__life_sciences .mktoForm button.mktoButton {
  text-transform: uppercase;
}
.summit_form__life_sciences .mktoForm .mktoFormCol {
  margin-bottom: 13px !important;
}
.summit_form__life_sciences .mktoFormRow input[type=text] {
  padding: 11px 15px !important;
  border-radius: 4px;
  border: 1px solid #CCD3E0 !important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 14px !important;
  line-height: 24px;
  color: #323436 !important;
  -webkit-transition-duration: 0.125s !important;
  transition-duration: 0.125s !important;
  -webkit-transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, box-shadow !important;
  transition-property: border-color, box-shadow, -webkit-box-shadow !important;
  height: auto;
}
.summit_form__life_sciences .mktoFormRow input[type=email] {
  padding: 11px 15px !important;
  border-radius: 4px;
  border: 1px solid #CCD3E0 !important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 14px !important;
  line-height: 24px;
  color: #323436 !important;
  -webkit-transition-duration: 0.125s !important;
  transition-duration: 0.125s !important;
  -webkit-transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, box-shadow !important;
  transition-property: border-color, box-shadow, -webkit-box-shadow !important;
  height: auto;
}
.summit_form__life_sciences .mktoFormRow input[type=tel] {
  padding: 11px 15px !important;
  border-radius: 4px;
  border: 1px solid #CCD3E0 !important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 14px !important;
  line-height: 24px;
  color: #323436 !important;
  -webkit-transition-duration: 0.125s !important;
  transition-duration: 0.125s !important;
  -webkit-transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, -webkit-box-shadow !important;
  transition-property: border-color, box-shadow !important;
  transition-property: border-color, box-shadow, -webkit-box-shadow !important;
  height: auto;
}
.summit_form__life_sciences .mktoFormRow:nth-child(12) {
  width: 50% !important;
  border: 0;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
  margin-bottom: -9px !important;
}
.summit_form__life_sciences .mktoFormRow:nth-child(18) {
  width: 50% !important;
  border: 0;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
  margin-bottom: -9px !important;
}
.summit_form__life_sciences .mktoFormRow:nth-child(13) {
  width: 50% !important;
  border: 0;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
  margin-bottom: -9px !important;
  padding-left: 8px;
  padding-right: 0 !important;
}
.summit_form__life_sciences .mktoFormRow:nth-child(14) {
  width: 50% !important;
  border: 0;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
  margin-bottom: -9px !important;
}
.summit_form__life_sciences .mktoFormRow:nth-child(15) {
  width: 50% !important;
  border: 0;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
  margin-bottom: -9px !important;
  padding-left: 8px;
  padding-right: 0 !important;
}
.summit_form__life_sciences .mktoFormRow:nth-child(16) {
  width: 50% !important;
  border: 0;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
  margin-bottom: -9px !important;
}
.summit_form__life_sciences .mktoFormRow:nth-child(17) {
  width: 50% !important;
  border: 0;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
  margin-bottom: -9px !important;
  padding-left: 8px;
  padding-right: 0 !important;
}
.summit_form__life_sciences span.mktoButtonWrap.mktoNative {
  margin-left: 0 !important;
}
.summit_form__life_sciences .mktoCheckboxList {
  width: 20px !important;
}

.summit_form__title {
  background: #0BC5BA;
  font-size: 20px;
  line-height: 52px;
  font-family: "Metric-medium";
  font-weight: 600;
}

.summit_speaker__global_summit {
  background: #F5F5F5;
  padding-top: 48px;
  padding-bottom: 48px;
}
.summit_speaker__global_summit hr {
  display: none;
}

@media (max-width: 1250px) {
  .summit_form__life_sciences {
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  .summit_form__life_sciences {
    margin-top: 50px;
  }
}
@media (max-width: 520px) {
  .summit_form__life_sciences #LblconsentGiven {
    margin-right: -10px;
  }
}
@media (max-width: 510px) {
  .summit_form__life_sciences #LblconsentGiven {
    margin-right: -23px;
  }
}
@media (max-width: 497px) {
  .summit_form__life_sciences #LblconsentGiven {
    margin-right: -40px;
  }
}
@media (max-width: 480px) {
  .summit_form__life_sciences #LblconsentGiven {
    margin-right: -35px;
    width: 320px !important;
  }
}
@media (max-width: 465px) {
  .summit_form__life_sciences #LblconsentGiven {
    width: 300px !important;
  }
}
@media (max-width: 445px) {
  .summit_form__life_sciences #LblconsentGiven {
    width: 289px !important;
  }
}
@media (max-width: 430px) {
  .summit_form__life_sciences #LblconsentGiven {
    width: 245px !important;
  }
}
@media (max-width: 395px) {
  .summit_form__life_sciences #LblconsentGiven {
    width: 239px !important;
  }
  .summit_form__life_sciences .mktoForm select.mktoField {
    padding: 9px 7px !important;
    font-size: 13px !important;
  }
  .summit_form__life_sciences .mktoForm textarea {
    padding: 9px 7px !important;
    font-size: 13px !important;
  }
  .summit_form__life_sciences .mktoFormRow input[type=text] {
    padding: 9px 7px !important;
    font-size: 13px !important;
  }
  .summit_form__life_sciences .mktoFormRow input[type=email] {
    padding: 9px 7px !important;
    font-size: 13px !important;
  }
  .summit_form__life_sciences .mktoFormRow input[type=tel] {
    padding: 9px 7px !important;
    font-size: 13px !important;
  }
  .summit_form__life_sciences .mktoFormRow:nth-child(12) {
    width: 100% !important;
  }
  .summit_form__life_sciences .mktoFormRow:nth-child(18) {
    width: 100% !important;
  }
  .summit_form__life_sciences .mktoFormRow:nth-child(13) {
    width: 100% !important;
    padding-left: 0;
  }
  .summit_form__life_sciences .mktoFormRow:nth-child(14) {
    width: 100% !important;
  }
  .summit_form__life_sciences .mktoFormRow:nth-child(15) {
    width: 100% !important;
    padding-left: 0;
  }
  .summit_form__life_sciences .mktoFormRow:nth-child(16) {
    width: 100% !important;
  }
  .summit_form__life_sciences .mktoFormRow:nth-child(17) {
    width: 100% !important;
    padding-left: 0;
  }
}
@media (max-width: 375px) {
  .summit_form__life_sciences #LblconsentGiven {
    width: 184px !important;
    margin-right: -10px;
  }
}
@media (max-width: 354px) {
  .summit_form__life_sciences #LblconsentGiven {
    width: 154px !important;
  }
}
.summit_form__details .h2 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 27px !important;
  letter-spacing: 12.9347829819px;
}
.summit_form__details .p {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
}

.summit_form__container_global_summit {
  background: #11233E;
}

.summit_form__global_summit .h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 12.9347829819px;
}
.summit_form__global_summit .summit_summit_form {
  width: 100%;
  margin: auto 0 auto auto;
  max-width: 388px;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow {
  width: 48%;
  display: inline-block;
  margin: 0 1%;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow .mktoOffset {
  display: none;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow:nth-child(12) {
  display: none;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow:nth-child(23) {
  width: 355px;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow:nth-child(-n+14) {
  display: none;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow input[type=text] {
  width: 100% !important;
  border: 1px solid #ccc !important;
  color: #323436 !important;
  font-size: 14px !important;
  font-weight: 400;
  height: 35px !important;
  word-wrap: break-word;
  border-radius: 0 !important;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow input[type=email] {
  width: 100% !important;
  border: 1px solid #ccc !important;
  color: #323436 !important;
  font-size: 14px !important;
  font-weight: 400;
  height: 35px !important;
  word-wrap: break-word;
  border-radius: 0 !important;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow input[type=tel] {
  width: 100% !important;
  border: 1px solid #ccc !important;
  color: #323436 !important;
  font-size: 14px !important;
  font-weight: 400;
  height: 35px !important;
  word-wrap: break-word;
  border-radius: 0 !important;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow select {
  width: 100% !important;
  border: 1px solid #ccc !important;
  color: #323436 !important;
  font-size: 14px !important;
  font-weight: 400;
  height: 35px !important;
  word-wrap: break-word;
  border-radius: 0 !important;
  padding: 0 10px !important;
}
.summit_form__global_summit .summit_summit_form .mktoFormRow .mktoFieldDescriptor {
  text-align: left;
}
.summit_form__global_summit .summit_summit_form .mktoButton {
  color: #35364E !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  height: 35px;
  border-radius: 0;
  letter-spacing: 0.14px;
  word-wrap: break-word;
  padding: 0;
  border: 1px solid #35364E !important;
  max-width: 150px;
  background: transparent;
}
.summit_form__global_summit .summit_summit_form #LblconsentGiven {
  width: auto !important;
  float: none;
  display: block;
  color: #323436;
  order: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  word-wrap: break-word;
  margin-top: -6px;
}
.summit_form__global_summit .summit_summit_form #LblconsentGiven a {
  color: #323436;
  font-weight: initial;
}
.summit_form__global_summit .summit_summit_form .mktoFieldDescriptor .mktoFieldWrap {
  display: flex !important;
}
.summit_form__global_summit .summit_summit_form .mktoFieldDescriptor .mktoCheckboxList {
  width: auto !important;
}
.summit_form__global_summit .summit_summit_form .mktoButtonRow {
  width: 100%;
  text-align: center;
}
.summit_form__global_summit .summit_summit_form .mktoButtonRow button {
  width: 100%;
}
.summit_form__global_summit .summit_summit_form ::placeholder {
  color: #323436;
}
.summit_form__global_summit .summit_form__desc {
  max-width: 627px;
}
.summit_form__global_summit .summit_form__title {
  font-size: 20px;
  line-height: 52px;
  font-family: "Metric-medium";
  font-weight: 600;
  background: transparent !important;
  border: 2px solid #1CFFF2;
  margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
  .summit_form__desc {
    text-align: center;
  }
  .summit_form__global_summit .summit_summit_form .mktoFormRow:nth-child(23) {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .summit_form__global_summit {
    margin-top: 50px;
  }
  .summit_form__global_summit .summit_summit_form {
    margin: auto;
  }
  .summit_form__desc {
    text-align: center;
  }
}
/**Careers***/
.careers--news-feed .in-the-news {
  height: 550px;
  display: flex;
  align-items: center;
}
.careers--news-feed .in-the-news .h2 {
  margin-bottom: 30px;
}
.careers--news-feed .in-the-news .in-the-news__item {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 7px 23px 0px rgba(0, 0, 0, 0.05);
  width: 320px;
  height: 260px;
  margin: 25px auto 35px auto !important;
}
.careers--news-feed .in-the-news .in-the-news__item .p {
  line-height: 22px;
}
.careers--news-feed .in-the-news .head-reviews__arrow {
  opacity: 1;
}
.careers--news-feed .in-the-news .news_feed__carousel .head-reviews__arrow--next {
  right: -32px;
}
.careers--news-feed .in-the-news .news_feed__carousel .head-reviews__arrow--prev {
  left: -32px;
}

@media screen and (max-width: 1285.98px) {
  .careers--news-feed .in-the-news .in-the-news__item {
    width: auto;
    height: auto;
  }
  .careers--news-feed .in-the-news .head-reviews__arrow--prev {
    left: 0 !important;
    top: 100%;
    margin-top: 10px;
  }
  .careers--news-feed .in-the-news .head-reviews__arrow--next {
    right: 0 !important;
    top: 100%;
    margin-top: 10px;
  }
  .careers--news-feed .in-the-news .grid-cont {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .careers--news-feed .in-the-news {
    height: auto;
    padding-bottom: 64px;
  }
  .careers--news-feed .in-the-news .in-the-news__item {
    width: 320px;
    height: 260px;
  }
}
@media screen and (max-width: 375.98px) {
  .careers--news-feed .in-the-news {
    height: auto;
  }
  .careers--news-feed .in-the-news .in-the-news__item {
    width: 100%;
  }
}
/***Media room**/
.media-room--news-feed .in-the-news {
  height: 300px;
  max-width: 548px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 24px 205px 58px 0px rgba(0, 0, 0, 0), 16px 131px 53px 0px rgba(0, 0, 0, 0), 9px 74px 45px 0px rgba(0, 0, 0, 0.01), 4px 33px 33px 0px rgba(0, 0, 0, 0.02), 1px 8px 18px 0px rgba(0, 0, 0, 0.02);
  margin: auto;
  margin-top: 40px;
  position: relative;
  cursor: pointer;
  align-items: initial;
  overflow: hidden;
}
.media-room--news-feed .in-the-news .more-link--text span {
  position: relative;
}
.media-room--news-feed .in-the-news .more-link--text span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23B6AA;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.media-room--news-feed .in-the-news:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}
.media-room--news-feed .in-the-news .in-the-news--image {
  background: linear-gradient(0deg, #BDC7D5 -2.15%, rgba(255, 255, 255, 0) 85.34%);
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.media-room--news-feed .in-the-news .in-the-news--image img {
  width: 100%;
}
.media-room--news-feed .in-the-news .in-the-news--copy {
  position: relative;
  width: 313px;
  height: 100%;
  padding-left: 33px;
  padding-right: 15px;
  padding-top: 25px;
  text-align: left;
}
.media-room--news-feed .in-the-news .in-the-news--copy .h6 {
  letter-spacing: normal;
  font-weight: 400;
  line-height: 22.5px;
}
.media-room--news-feed .in-the-news .in-the-news--copy .more-link--text {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
}
.media-room--news-feed .more-link {
  display: block;
}
.media-room--news-feed .more-link:hover .more-link--text span::before {
  width: 100%;
}
.media-room--news-feed #news-1 {
  margin-top: 0 !important;
}
.media-room--news-feed #news-2 {
  margin-top: 0 !important;
}
.media-room--news-feed .media-room--grid-cont {
  background: #F7F9FC;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 35px;
}
.media-room--news-feed .resources__more-link span {
  position: relative;
}
.media-room--news-feed .resources__more-link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23B6AA;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.media-room--news-feed .resources__more-link span:hover::before {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .media-room--news-feed .media-room--news-feed-header {
    text-align: center;
  }
  .media-room--news-feed .more-link {
    width: 100%;
    margin: auto;
  }
  .media-room--news-feed .resources__more-link {
    text-align: center;
    width: fit-content;
  }
  .media-room--news-feed .in-the-news {
    align-items: center;
  }
  .media-room--news-feed .in-the-news .in-the-news--copy .h6 {
    margin-top: 0;
  }
  .media-room--news-feed .in-the-news .in-the-news--copy .h3 {
    font-size: 20px !important;
    line-height: 1.23;
  }
}
@media screen and (max-width: 767.98px) {
  .media-room--news-feed #news-2 {
    margin-top: 40px !important;
  }
  .media-room--news-feed .in-the-news .more-link {
    margin-bottom: 25px;
  }
  .media-room--news-feed .in-the-news .in-the-news--copy {
    padding-left: 25px;
    padding-right: 25px;
  }
  .media-room--news-feed .in-the-news .in-the-news--image img {
    max-width: 150px;
    margin: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .media-room--news-feed .in-the-news {
    height: 350px;
  }
  .media-room--news-feed .in-the-news .in-the-news--copy {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 200px;
  }
  .media-room--news-feed .in-the-news .in-the-news--image {
    border-bottom-right-radius: 0;
    height: 150px;
  }
  .media-room--news-feed .in-the-news .in-the-news--image img {
    height: 100%;
    object-fit: contain;
    max-width: 150px;
    margin: auto;
  }
}
/**Egnyte LP***/
.egnyte_lp__news-feed .in-the-news {
  height: 300px;
  max-width: 548px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 24px 205px 58px 0px rgba(0, 0, 0, 0), 16px 131px 53px 0px rgba(0, 0, 0, 0), 9px 74px 45px 0px rgba(0, 0, 0, 0.01), 4px 33px 33px 0px rgba(0, 0, 0, 0.02), 1px 8px 18px 0px rgba(0, 0, 0, 0.02);
  margin: auto;
  margin-top: 40px;
  position: relative;
  cursor: pointer;
  align-items: initial;
  overflow: hidden;
}
.egnyte_lp__news-feed .in-the-news .more-link--text span {
  position: relative;
}
.egnyte_lp__news-feed .in-the-news .more-link--text span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23b6aa;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.egnyte_lp__news-feed .in-the-news:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}
.egnyte_lp__news-feed .in-the-news .in-the-news--image {
  background: linear-gradient(0deg, #bdc7d5 -2.15%, rgba(255, 255, 255, 0) 85.34%);
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.egnyte_lp__news-feed .in-the-news .in-the-news--image img {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.egnyte_lp__news-feed .in-the-news .in-the-news--copy {
  position: relative;
  width: 313px;
  height: 100%;
  padding-left: 33px;
  padding-right: 15px;
  padding-top: 25px;
  text-align: left;
}
.egnyte_lp__news-feed .in-the-news .in-the-news--copy .h6 {
  letter-spacing: normal;
  font-weight: 400;
  line-height: 22.5px;
}
.egnyte_lp__news-feed .in-the-news .in-the-news--copy .h3 {
  color: #004163;
  font-family: Metric;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.egnyte_lp__news-feed .in-the-news .in-the-news--copy .more-link--text {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
}
.egnyte_lp__news-feed .more-link {
  display: block;
}
.egnyte_lp__news-feed .more-link:hover .more-link--text span::before {
  width: 100%;
}
.egnyte_lp__news-feed #news-1 {
  margin-top: 0 !important;
}
.egnyte_lp__news-feed #news-2 {
  margin-top: 0 !important;
}
.egnyte_lp__news-feed .media-room--grid-cont {
  background: #f7f9fc;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 35px;
}
.egnyte_lp__news-feed .resources__more-link span {
  position: relative;
}
.egnyte_lp__news-feed .resources__more-link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23b6aa;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.egnyte_lp__news-feed .resources__more-link span:hover::before {
  width: 100%;
}
.egnyte_lp__news-feed .egnyte_lp__news-feed--grid-cont {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 35px;
  background: rgb(247, 249, 252);
}

@media screen and (max-width: 991.98px) {
  .egnyte_lp__news-feed .egnyte_lp__news-feed-header {
    text-align: center;
  }
  .egnyte_lp__news-feed .more-link {
    width: 100%;
    margin: auto;
  }
  .egnyte_lp__news-feed .resources__more-link {
    text-align: center;
    width: fit-content;
  }
  .egnyte_lp__news-feed .in-the-news {
    align-items: center;
    height: 350px !important;
  }
  .egnyte_lp__news-feed .in-the-news .in-the-news--copy .h6 {
    margin-top: 0;
  }
}
@media screen and (max-width: 900.98px) and (min-width: 768.98px) {
  .egnyte_lp__news-feed .in-the-news {
    height: 360px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .egnyte_lp__news-feed #news-2 {
    margin-top: 40px !important;
  }
  .egnyte_lp__news-feed .in-the-news {
    height: 300px;
  }
  .egnyte_lp__news-feed .in-the-news .more-link {
    margin-bottom: 25px;
  }
  .egnyte_lp__news-feed .in-the-news .in-the-news--copy {
    padding-left: 25px;
    padding-right: 25px;
  }
  .egnyte_lp__news-feed .in-the-news .in-the-news--copy .h3 {
    line-height: 1.23;
  }
  .egnyte_lp__news-feed .in-the-news .in-the-news--image img {
    margin: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .egnyte_lp__news-feed .in-the-news {
    height: 350px;
  }
  .egnyte_lp__news-feed .in-the-news .in-the-news--copy {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 200px;
  }
  .egnyte_lp__news-feed .in-the-news .in-the-news--image {
    border-bottom-right-radius: 0;
    height: 150px;
    order: -1;
  }
  .egnyte_lp__news-feed .in-the-news .in-the-news--image img {
    max-width: 300px;
    height: 100%;
    object-fit: contain;
  }
  .egnyte_lp__news-feed .in-the-news .more-link--text {
    bottom: 10px;
  }
}
/**/
/* product tours subheader */
/**/
/**/
/* product tours iframe */
/**/
.logged-in .product-tours-subheader {
  top: 142px;
  z-index: 10;
}
.logged-in .product-tours-iframe {
  top: 136px;
}

.page-node-type-egnyte_product_tour {
  background: #f7fafc;
}
.page-node-type-egnyte_product_tour main {
  background: #f7fafc;
}

@media screen and (max-width: 991.98px) {
  .logged-in .product-tours-subheader {
    top: 136px;
  }
  .logged-in .product-tours-iframe {
    top: 131px;
  }
}
.product-tours-subheader {
  position: fixed;
  z-index: 9;
  top: 72px;
  right: 0;
  left: 0;
  background-color: #FFF;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  color: #003F65;
}

.product-tours-subheader__back {
  position: relative;
  z-index: 1;
  padding-left: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11" fill="none"><path d="M10 5.5H1" stroke="%23003F65" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.5 10L1 5.5L5.5 1" stroke="%23003F65" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 50%/11px 11px no-repeat;
  font-weight: 500;
  text-decoration: none;
}
.product-tours-subheader__back:hover {
  text-decoration: underline;
}

.product-tours-subheader__home {
  display: none;
}

.product-tours-subheader__title {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.product-tours-subheader__select {
  position: relative;
}
.product-tours-subheader__select span {
  display: block;
  padding-right: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23004163" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 100% 50%/10px 6px no-repeat;
}
.product-tours-subheader__select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.product-tours-iframe {
  position: absolute;
  z-index: 9;
  top: 104px;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-tours-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 1023.98px) {
  .product-tours-subheader__title {
    right: 24px;
    text-align: right;
  }
  .product-tours-subheader__select {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .product-tours-subheader__title {
    display: none;
  }
  .product-tours-iframe {
    top: 32px;
  }
  .product-tours-iframe {
    position: relative;
    height: 100vh;
  }
  .product-tours-subheader {
    z-index: 10;
    top: 62px;
  }
}
.product-tours-mobile-msg {
  padding: 75px 0;
  display: none;
}

@media screen and (max-width: 700px) {
  .product-tours-subheader__home {
    display: block;
  }
  .product-tours-iframe {
    display: none;
  }
  .product-tours-mobile-msg {
    display: block;
  }
  .product-tours-subheader__pt {
    display: none;
  }
}
/**/
/* product tours card */
/**/
.product-tours-card {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  max-height: 314px;
  text-align: center;
  padding: 24px 13px 13px 13px;
  max-width: 432px;
  flex-shrink: 0;
  transition-duration: 0.125s;
  transition-property: box-shadow, transform;
}
.product-tours-card:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px #DDE1E9;
  transform: translateY(-4px);
}

.product-tours-list__cont .grid-col {
  margin-bottom: 62px;
  min-height: 100%;
}

.product-tours-card__title {
  height: 63px;
  position: relative;
  z-index: 3;
}

.product-tours-card__figure {
  position: relative;
  background-position: center 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}

.product-tours-list__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-tours-list__foot {
  position: relative;
  text-align: center;
}
.product-tours-list__foot::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #D6E0E6;
}
.product-tours-list__foot .button {
  position: relative;
}

.product-tours-category {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 320px;
}

.product-tours-category__toggle {
  width: 100%;
  padding-left: 19px;
  border-radius: 6px;
  border: 1px solid #CCD3E0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23004163" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 100% 50%/46px 6px no-repeat;
  line-height: 46px;
  font-weight: 600;
  text-align: left;
  color: #004163;
}

.product-tours-category__dropdown {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 8px 0;
  border-radius: 6px;
  border: 1px solid #CCD3E0;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.product-tours-category__dropdown.active {
  pointer-events: auto;
  opacity: 1;
}

.product-tours-category__item {
  padding: 0 32px;
  font-size: 20px;
  line-height: 48px;
  color: #35374D;
  cursor: pointer;
}
.product-tours-category__item:hover {
  background-color: #F1F2FA;
}

.product-tours-category__item.active {
  font-weight: 500;
}

.product-tours-search {
  width: 370px;
}
.product-tours-search .active {
  background: #EBF2F7 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>') 100% 50%/46px 20px no-repeat;
  visibility: visible;
}
.product-tours-search .close_input {
  z-index: 3;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  visibility: hidden;
}

.product-tours-search__input {
  outline: 0;
  padding-right: 46px;
  border-color: #EBF2F7;
  background: #EBF2F7 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%235E636B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>') 100% 50%/46px 20px no-repeat;
  transition-property: width, border-color, background-color, box-shadow;
}
.product-tours-search__input:focus {
  background-color: #FFF;
  border-color: #0BC5BA !important;
}

@media screen and (max-width: 599.98px) {
  .product-tours-card {
    margin: 20px auto;
  }
  .product-tours-list__cont .grid-col {
    margin-bottom: initial;
  }
  .product-tours-category {
    width: calc(100% - 64px);
  }
  .product-tours-category__item {
    padding: 0 19px;
    font-size: 18px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1023.98px) {
  .product-tours-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: auto;
  }
  .product-tours-search__input {
    position: relative;
    z-index: 2;
    width: 48px;
    padding-left: 0;
  }
  .product-tours-search__input:focus {
    width: calc(100vw - 48px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .product-tours-search__input:focus {
    width: calc(100vw - 48px);
  }
}
@media screen and (max-width: 1279.98px) {
  .product-tours-card__cont {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.product-tours-search__results {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  width: 100%;
  max-height: 304px;
  overflow: auto;
  margin-top: 4px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 1;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
}

.product-tours-search__results {
  display: block;
  overflow: hidden;
  padding: 0 16px;
  font-size: 20px;
  line-height: 48px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #35374D !important;
  transition-duration: 0.125s;
  transition-property: background-color;
  pointer-events: auto;
}
.product-tours-search__results .product-tours-search__results-result em {
  font-style: normal;
  font-weight: 600;
}
.product-tours-search__results .product-tours-search__results-result:hover {
  background-color: #F1F2FA;
}
.product-tours-search__results .product-tours-search__results__badge {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 13px 12px;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #F1F2FA;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #A5A7BC;
  transition-duration: 0.125s;
  transition-property: background-color;
}

@media screen and (min-width: 1023.98px) {
  .product-tours-search__results {
    max-width: 370px;
  }
}
@media screen and (max-width: 1023.98px) {
  .product-tours-search .active {
    width: calc(100vw - 48px);
    padding-left: 15px;
  }
}
/**** Spark Promo CTA  ***/
.spark-session-bottom__container {
  padding: 60px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.spark-session-bottom__container--row {
  display: flex;
  align-items: center;
}

.spark-session-bottom__container--left-column {
  flex: 2;
}
.spark-session-bottom__container--left-column .eyebrow {
  letter-spacing: 12.93px;
}

.spark-session-bottom__container--right-column {
  flex: 1;
}

.spark-session-block__cta {
  color: #35364E !important;
  font-size: 20px;
  background: #1CFFF1;
  padding: 10px 20px;
  font-family: Metric-medium-italic;
  border-radius: 6px;
}

.spark-session-block__cta:hover {
  color: #2CA19B !important;
}

.spark-session-bottom__container--right-column p {
  line-height: 1.1em;
}

.spark-session-bottom__container--left-column h2 {
  font-size: 90px;
  background: linear-gradient(90.9deg, #1CFFF1 12.03%, #28B6FF 61.45%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2.5px;
  line-height: 0.8em;
}
.spark-session-bottom__container--left-column em {
  font-style: italic;
}

@media screen and (max-width: 767.98px) {
  .spark-session-bottom__container--row {
    display: block;
  }
}
@media (max-width: 500px) {
  .spark-session-bottom__container--left-column h2 {
    font-size: 50px;
    line-height: 0.7em;
  }
}
/**** Spark Promo Cards ***/
.sparks {
  margin-bottom: 50px;
  padding: 0 40px;
}
.sparks .grid-col {
  position: relative;
}
.sparks .grid-col img {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
}
.sparks .sparks--cards {
  display: flex;
  height: 706px;
  justify-content: center;
  align-items: center;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_promo/templates/images/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0px 40px;
  border-radius: 10px;
}
.sparks .sparks--cards .h6 {
  text-transform: uppercase;
  letter-spacing: 8.5px;
}
.sparks .sparks--cards .h2 {
  letter-spacing: -0.5px;
}
.sparks .sparks--cards h3 {
  font-family: "Metric-semibold";
  line-height: 35.61px;
  min-height: 45px;
}
.sparks .sparks--cards .sparks__item--text {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  min-height: 100px;
}
.sparks .sparks--cards .sparks__item--text p {
  margin: 0;
}
.sparks .sparks--cards .card__item {
  background: #304C66;
  border: 1px solid rgb(11, 197, 186);
  height: 302px;
  max-width: 265px;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: auto;
}

@media screen and (max-width: 1450.98px) {
  .sparks--cards h3 {
    font-size: 28px !important;
  }
  .sparks--cards .card__item {
    padding: 10px !important;
  }
}
@media screen and (max-width: 1283.98px) {
  .sparks .sparks--cards {
    height: auto;
    padding-top: 50px;
  }
  .sparks .sparks--cards .card__item {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .sparks .sparks--cards h3 {
    min-height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .sparks .sparks--cards {
    padding-bottom: 40px;
    height: auto;
  }
  .sparks .sparks--cards .h6 {
    margin-top: 51px;
  }
  .sparks .sparks--cards .p {
    max-width: 213px;
    margin-left: auto;
    margin-right: auto;
  }
  .sparks .sparks--cards .card__item {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .sparks {
    padding: 0 !important;
  }
}
.timeline {
  display: flex;
  align-items: center;
  height: 623px;
  background: linear-gradient(168.73deg, #0F1928 20.98%, #14263D 65.94%, #172E44 87.79%);
}
.timeline .timeline--content p {
  width: 524px;
}
.timeline .timeline--content .h2 {
  line-height: 55.68px;
}
.timeline .timeline--eventtime {
  color: #968EFE;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}
.timeline .timeline--details {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.4289405644px;
  text-align: left;
  color: #fff;
}
.timeline .timleline__item {
  position: relative;
  height: 190px;
  display: flex;
  align-items: center;
}
.timeline .timleline__item:after {
  content: "";
  position: absolute;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_timeline/templates/images/timelineLine.svg") no-repeat center 100%/cover;
  width: 34px;
  height: 176px;
  top: 0;
  left: 0;
}
.timeline .timleline__item::before {
  content: "";
  position: absolute;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_timeline/templates/images/dashline.svg") no-repeat center 100%/cover;
  width: 99px;
  height: 3px;
  top: 0;
  left: 30px;
}
.timeline .timleline__item .timeline__item--cont {
  max-width: 250px;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-top: 15px;
}
.timeline .timleline__item:nth-child(odd) {
  top: -60px;
}
.timeline .timleline__item:nth-child(odd)::before {
  top: 82%;
}
.timeline .timleline__item:nth-child(2n) {
  top: 96px;
  align-items: flex-start;
}
.timeline .timleline__item:nth-child(2n) .timeline__item--cont {
  padding-bottom: 0;
  padding-top: 100px;
}
.timeline .timleline__item:nth-child(2n)::after {
  top: -15px;
  left: 0;
  transform: rotate(180deg);
}
.timeline .timleline__item:nth-child(1) {
  left: -35px;
}
.timeline .timleline__item:nth-child(2) {
  left: -150px;
}
.timeline .timleline__item:nth-child(2)::before {
  width: 162px;
}
.timeline .timleline__item:nth-child(3) {
  left: -222px;
}
.timeline .timleline__item:nth-child(3)::before {
  width: 169px;
}
.timeline .timleline__item:nth-child(4) {
  left: -284px;
}
.timeline .timleline__item:nth-child(4)::before {
  width: 286px;
}
.timeline .timleline__item:nth-child(4) .timeline__item--cont {
  max-width: 280px;
}
.timeline .timleline__item:nth-child(5) {
  left: -456px;
}

@media screen and (min-width: 1310.98px) {
  .timeline .grid-cont {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .timeline .timeline--grid-row {
    display: contents;
  }
}
@media screen and (max-width: 1560.98px) {
  .timleline__item:nth-child(1) {
    left: -66px !important;
  }
  .timleline__item:nth-child(2) {
    left: -183px !important;
  }
  .timleline__item:nth-child(3) {
    left: -251px !important;
  }
  .timleline__item:nth-child(4) {
    left: -304px !important;
  }
  .timleline__item:nth-child(5) {
    left: -333px !important;
  }
  .timeline--details:nth-child(4) {
    width: 200px;
  }
  .timeline__item--cont {
    max-width: 250px !important;
  }
  .timeline--content {
    max-width: 500px;
  }
}
@media screen and (max-width: 1488.98px) {
  .timeline--content {
    max-width: 422px;
  }
  .timleline__item:nth-child(1) {
    left: -78px !important;
  }
  .timleline__item:nth-child(2) {
    left: -194px !important;
  }
  .timleline__item:nth-child(3) {
    left: -257px !important;
  }
  .timleline__item:nth-child(4) {
    left: -306px !important;
  }
  .timleline__item:nth-child(5) {
    left: -298px !important;
  }
}
@media screen and (max-width: 1420.98px) {
  .timeline .timleline__item:nth-child(1) {
    left: -180px !important;
  }
  .timeline .timleline__item:nth-child(1)::before {
    width: 139px;
  }
  .timeline .timleline__item:nth-child(2) {
    left: -268px !important;
  }
  .timeline .timleline__item:nth-child(3) {
    left: -343px !important;
  }
  .timeline .timleline__item:nth-child(4) {
    left: -413px !important;
  }
  .timeline .timleline__item:nth-child(4)::before {
    width: 293px;
  }
  .timeline .timeline__item--cont {
    max-width: 260px !important;
  }
  .timeline .timeline--content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1310.98px) {
  .timeline {
    height: 900px;
    padding-bottom: 100px;
  }
  .timeline .timeline--grid-row .timeline--copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }
  .timeline .timeline--grid-row .timeline--block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .timeline .timleline__item .timeline__item--cont {
    max-width: 300px !important;
  }
  .timeline .timleline__item:nth-child(1) {
    left: 0 !important;
  }
  .timeline .timleline__item:nth-child(1):before {
    width: 168px;
  }
  .timeline .timleline__item:nth-child(2) {
    left: -113px !important;
  }
  .timeline .timleline__item:nth-child(2):before {
    width: 162px;
  }
  .timeline .timleline__item:nth-child(3) {
    left: -228px !important;
  }
  .timeline .timleline__item:nth-child(4) {
    left: -339px !important;
  }
  .timeline .timeline--content {
    max-width: 100%;
  }
}
@media screen and (max-width: 906.98px) {
  .timeline .timleline__item .timeline__item--cont {
    max-width: 250px !important;
  }
  .timeline .timleline__item:nth-child(1) {
    left: -16px !important;
  }
  .timeline .timleline__item:nth-child(2) {
    left: -68px !important;
  }
  .timeline .timleline__item:nth-child(3) {
    left: -133px !important;
  }
  .timeline .timleline__item:nth-child(4) {
    left: -195px !important;
  }
}
@media screen and (max-width: 826.98px) {
  .timeline {
    height: 850px;
  }
  .timeline .timleline__item .timeline__item--cont {
    max-width: 230px !important;
  }
  .timeline .timleline__item:nth-child(1) {
    left: -20px !important;
  }
  .timeline .timleline__item:nth-child(1):before {
    width: 127px;
  }
  .timeline .timleline__item:nth-child(2) {
    left: -104px !important;
  }
  .timeline .timleline__item:nth-child(2):before {
    width: 126px;
  }
  .timeline .timleline__item:nth-child(3) {
    left: -187px !important;
  }
  .timeline .timleline__item:nth-child(3):before {
    width: 169px;
  }
  .timeline .timleline__item:nth-child(4) {
    left: -227px !important;
  }
  .timeline .timleline__item:nth-child(4):before {
    width: 293px;
  }
}
@media screen and (max-width: 730.98px) {
  .timeline {
    padding-bottom: 0 !important;
    padding-top: 100px;
    height: fit-content;
  }
  .timeline .timeline--copy {
    margin-bottom: 20px !important;
  }
  .timeline .grid-row--nog {
    flex-wrap: wrap !important;
  }
  .timeline .timleline__item {
    transform: none !important;
    left: 0 !important;
    align-items: flex-start !important;
    flex: 0 0 100%;
  }
  .timeline .timleline__item .timeline__item--cont {
    max-width: 250px !important;
  }
  .timeline .timleline__item:nth-child(1) {
    top: 33px !important;
    left: 0 !important;
  }
  .timeline .timleline__item:nth-child(2) {
    top: -6px !important;
    left: 0px !important;
    transform: none !important;
  }
  .timeline .timleline__item:nth-child(3) {
    top: -50px;
    left: 0 !important;
  }
  .timeline .timleline__item:nth-child(4) {
    top: -89px;
    left: 0 !important;
    transform: none !important;
  }
  .timeline .timleline__item:nth-child(4)::after {
    background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_timeline/templates/images/lastDashlineMobile.svg) no-repeat center;
  }
  .timeline .timleline__item:nth-child(5) {
    top: -77px;
    display: none;
  }
  .timeline .timleline__item:nth-child(5)::after {
    background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_timeline/templates/images/circle.svg") no-repeat center 100%/cover;
  }
  .timeline .timleline__item::before {
    content: none !important;
  }
  .timeline .timleline__item::after {
    background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_timeline/templates/images/dashline--mobile.svg) no-repeat center;
    top: -13px;
    transform: none !important;
    height: 500px;
  }
  .timeline .timeline__item--cont {
    padding-top: 0 !important;
  }
}
.two-col em {
  font-style: italic;
}
.two-col ul {
  list-style: none;
  padding-left: 1em;
  text-align: left;
  margin-bottom: 30px;
}
.two-col ul li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
}
.two-col ul li::before {
  content: none;
}
.two-col ul li:first-child {
  margin-top: 0;
}
.two-col ol {
  list-style: decimal !important;
  padding-left: 2em;
  text-align: left;
  margin-bottom: 30px;
}
.two-col ol li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
}
.two-col ol li:first-child {
  margin-top: 0;
}

/**/
/* sl features list */
/**/
.sl-features-list .h2 {
  text-align: center;
}

.sl-features-list__cont {
  padding: 70px 20px;
  border-radius: 6px;
  background: #f5fbff;
  max-width: 1266px;
  width: 100%;
  margin: 32px auto;
}

.sl-features-list__item {
  display: flex;
  align-items: center;
  margin-left: 0;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.sl-features-list__item:nth-child(even) {
  margin: 0 auto;
}
.sl-features-list__item:nth-child(even) .sl-features-list__figure {
  order: 1;
  margin-right: 0;
  margin-left: 0;
}
.sl-features-list__item:not(:first-child) {
  margin-top: 80px;
}

.sl-features-list__figure {
  flex: 0 0 auto;
  margin-right: 0;
  overflow: hidden;
  border-radius: 6px;
}
.sl-features-list__figure img {
  display: block;
}

.sl-features-list__text {
  flex: 1 0 0%;
  max-width: 420px;
}
.sl-features-list__text ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 1.5rem;
}
.sl-features-list__text ul li {
  padding-left: initial;
}
@media (max-width: 1100px) {
  .sl-features-list__item {
    max-width: 820px;
  }
}
@media screen and (max-width: 1179.98px) {
  .sl-features-list__figure {
    flex-basis: 32.2033898305vw;
  }
  .sl-features-list__figure img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .sl-features-list__cont {
    margin: 24px auto;
  }
  .sl-features-list__item {
    max-width: 730px;
  }
  .sl-features-list__item:nth-child(even) {
    margin-right: auto;
    margin-left: auto;
  }
  .sl-features-list__item:nth-child(even) .sl-features-list__figure {
    order: 1;
    margin-right: 0;
    margin-left: 0;
  }
  .sl-features-list__item:nth-child(even) .sl-features-list__text {
    margin-right: 0;
    max-width: 350px;
    margin-left: 0;
  }
  .sl-features-list__figure {
    margin-right: 0;
  }
  .sl-features-list__text {
    margin-right: 0;
    max-width: 350px;
  }
}
@media (max-width: 950px) {
  .sl-features-list__item {
    max-width: 710px;
  }
}
@media screen and (max-width: 767.98px) {
  .sl-features-list__cont {
    padding: 60px 20px;
  }
  .sl-features-list__item {
    align-items: flex-start;
    margin-left: 0;
  }
  .sl-features-list__item:nth-child(even) {
    margin-right: 0;
  }
  .sl-features-list__item:nth-child(even) .sl-features-list__figure {
    margin-right: 0;
    margin-left: 30px;
  }
  .sl-features-list__item:nth-child(even) .sl-features-list__text {
    margin-left: 0;
  }
  .sl-features-list__item:not(:first-child) {
    margin-top: 60px;
  }
  .sl-features-list__figure {
    flex-basis: 40vw;
    margin-right: 30px;
  }
  .sl-features-list__text {
    margin-right: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .sl-features-list__item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sl-features-list__item:nth-child(even) .sl-features-list__figure {
    order: 0;
    margin: 0 0 30px;
  }
  .sl-features-list__figure {
    flex-basis: 100%;
    margin: auto auto 30px !important;
  }
  .sl-features-list__figure img {
    margin: auto !important;
  }
}
@media screen and (max-width: 991.98px) {
  .solution-return .solution-return__cont {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
  }
}
/**/
/* careers comfort */
/**/
.careers-comfort__figure {
  position: relative;
}

.careers-comfort__cup {
  position: absolute;
  bottom: -16%;
  left: 7%;
}

.careers-comfort__logo {
  position: absolute;
  top: 50%;
  right: -13%;
}

.careers-comfort__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

@media screen and (min-width: 991.98px) {
  .careers-comfort {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .careers-comfort__figure {
    margin-bottom: 30px;
  }
}
.ms-benefits__pane {
  display: none;
}
.ms-benefits__pane img {
  display: block;
  margin-left: auto;
  border-radius: 6px;
}

.ms-benefits__pane.active {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .ms-benefits__pane img {
    margin-right: auto;
  }
}
/**/
/* ms integrations
Two column - Default*/
/**/
.ms-integrations__text {
  max-width: 480px;
  color: #35364e;
}
.ms-integrations__text h3 {
  font-weight: 600;
  color: #007bbd;
  line-height: normal;
}

.ms-integrations__figure {
  max-width: 530px;
  margin: 0 auto;
}
.ms-integrations__figure div {
  position: relative;
  padding-top: 79.2452830189%;
}
.ms-integrations__figure img {
  position: absolute;
  top: 9.2%;
  left: -11.320754717%;
  width: 122.641509434%;
  height: auto;
}

.ms-integrations__figure--2 div {
  padding-top: 58.4905660377%;
}
.ms-integrations__figure--2 img {
  top: -6.3%;
}

@media screen and (max-width: 991.98px) {
  .ms-integrations__text {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
/**Mini Solutions**/
.mini-solutions--two-col {
  padding-top: 50px;
}
.mini-solutions--two-col h2 {
  text-align: center;
  font-style: normal;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.mini-solutions--two-col h3 {
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.5px;
}
.mini-solutions--two-col .p {
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  margin-top: 20px;
}
.mini-solutions--two-col ul {
  list-style: disc;
  padding-left: 1.5em;
}
.mini-solutions--two-col ul li {
  font-size: 18px;
  margin-top: 12px;
  position: relative;
  line-height: 24px;
}
.mini-solutions--two-col ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.mini-solutions--two-col ol li {
  font-size: 18px;
  margin-top: 12px;
  position: relative;
  line-height: 24px;
}
.mini-solutions--two-col .mini-solutions--two-col__cont {
  max-width: 1039px;
  width: 100%;
  margin: auto;
  margin-top: 76px;
  padding: 50px 80px;
  border-radius: 10px;
  background: #f7fafc;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__link {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item {
  display: flex;
  align-items: center;
  margin-left: -112px;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:nth-child(even) {
  margin-right: auto;
  margin-left: auto;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:nth-child(even) .mini-solutions--two-col__figure {
  order: 1;
  margin-right: 0;
  margin-left: 60px;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:not(:first-child) {
  margin-top: 80px;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__figure {
  flex: 0 0 auto;
  margin-right: 60px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 275px 77px 0px rgba(0, 0, 0, 0), 0px 176px 70px 0px rgba(0, 0, 0, 0.01), 0px 99px 59px 0px rgba(0, 0, 0, 0.05), 0px 44px 44px 0px rgba(0, 0, 0, 0.08), 0px 11px 24px 0px rgba(0, 0, 0, 0.09);
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__figure img {
  display: block;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__text {
  flex: 1 0 0%;
}
.mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__text h3 {
  color: #004163;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 100% */
  letter-spacing: -0.5px;
  font-family: Metric-bold;
}

@media screen and (max-width: 1140.98px) {
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:nth-child(even) .mini-solutions--two-col__figure {
    margin-right: 20px;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__figure {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:nth-child(even) .mini-solutions--two-col__figure {
    margin-left: 30px;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__figure {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .mini-solutions--two-col .mini-solutions--two-col__cont {
    padding: 80px 30px 40px;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:nth-child(even) .mini-solutions--two-col__figure {
    margin-left: 30px;
    margin-right: 60px;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:last-child {
    margin-bottom: 0px !important;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__figure {
    margin-right: 30px;
    margin-left: 60px;
    width: 50%;
    height: auto;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__figure img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .mini-solutions--two-col .mini-solutions--two-col__cont {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 40px;
    margin-top: 36px;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item {
    margin: auto !important;
    flex-wrap: wrap;
    margin-bottom: 60px !important;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item:nth-child(even) .mini-solutions--two-col__figure {
    order: 0;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item .mini-solutions--two-col__figure {
    margin: auto !important;
    width: 100%;
    height: auto;
    margin-bottom: 20px !important;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__item .mini-solutions--two-col__figure img {
    width: 100%;
  }
  .mini-solutions--two-col .mini-solutions--two-col__cont .mini-solutions--two-col__link {
    margin-top: 0 !important;
  }
}
.mini-solution-two-column-default p {
  font-size: 24px;
}
.mini-solution-two-column-default ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.mini-solution-two-column-default ul li {
  padding-left: 0.2em;
}
.mini-solution-two-column-default ul li:before {
  content: none;
}
.mini-solution-two-column-default ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.mini-solution-two-column-default .solution-return__cont {
  margin-left: 84px;
}

@media screen and (max-width: 1077.98px) {
  .mini-solution-two-column-default .solution-return__cont {
    margin-left: 52px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .mini-solution-two-column-default .solution-return__cont {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    padding-left: 0;
  }
  .mini-solution-two-column-default .solution-return__cont li {
    padding-left: 1em;
  }
  .mini-solution-two-column-default .solution-return__cont li:before {
    left: 0;
  }
}
.modern-mini-solutions .sl-features-list__cont {
  background: #f7fafc;
  margin: 63px auto;
}

.modern-mini-solution--two-col__cont .sl-features-list__cont {
  background: #f7fafc;
  margin: 63px auto;
  border-radius: 10px;
  max-width: 1360px;
}

.modern-mini-solution--two-column-default .solution-return__cont {
  margin-left: 84px;
}
.modern-mini-solution--two-column-default .solution-return__cont li {
  padding-left: 0.2em;
  position: relative;
  margin-top: 12px;
}
.modern-mini-solution--two-column-default .solution-return__cont li:before {
  content: none !important;
}
.modern-mini-solution--two-column-default ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 16px 0 30px;
}
.modern-mini-solution--two-column-default ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 16px 0 30px;
}

@media screen and (max-width: 1077.98px) {
  .modern-mini-solution--two-column-default .solution-return__cont {
    margin-left: 52px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .modern-mini-solution--two-column-default .solution-return__cont {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
/****
HomePage
****/
.two-column_homepage {
  padding: 80px 0 0 0;
  background: radial-gradient(41.74% 92.72% at 37.25% 61.57%, #193b59 20.11%, #121f37 100%);
}

.two-column_homepage__title {
  position: relative;
  overflow: hidden;
  line-height: normal;
}

.two-column_homepage__figure {
  margin: -40px -25% -40px 0;
}
.two-column_homepage__figure img {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1300px) {
  .two-column_homepage__figure img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .two-column_homepage {
    text-align: center;
    padding: 80px 0;
  }
  .two-column_homepage__figure {
    margin-right: -10%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .about-us-two-col {
    padding-top: 75px;
    padding-bottom: 100px;
    margin-top: 0;
  }
  .about-us-directors-board::before {
    content: none;
  }
  .directors-board__cont {
    border-radius: 0;
  }
}
.about-two-col {
  background: linear-gradient(168.73deg, #0f1928 20.98%, #14263d 65.94%, #172e44 87.79%);
}
.about-two-col .grid-cont .values-icon .grid-col h3 {
  min-height: 36px;
}
.about-two-col .grid-cont .values-icon .grid-col .p--medium {
  min-height: 76px;
}

.about-two-col--copy {
  max-width: 600px;
}

.about-us-two-col {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f9fc;
}
.about-us-two-col svg {
  margin-left: 1rem;
}

/****Modern SEO****/
/****Modern Partner *****/
.modern-partners--two-col {
  display: flex;
  align-items: center;
  height: auto;
  padding-top: 66px;
  padding-bottom: 66px;
}
.modern-partners--two-col .modern-partners--two-col__copy p {
  font-family: Metric;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
  margin-top: 30px;
  font-size: 22px;
}

/*@media screen and (max-width: 1283.98px) {

  .modern-partners--two-col{
    [style*="order:0"] {
		  padding-left: 16px;
	  }
  }

}*/
@media screen and (max-width: 991.98px) {
  .modern-partners--two-col {
    padding-bottom: 0px;
    padding-top: 19px;
  }
  .modern-partners--two-col .grid-row .grid-col--5 {
    text-align: center !important;
  }
  .modern-partners--two-col img {
    margin: 25px auto;
  }
  .modern-partners--two-col .modern-partners--two-col__copy {
    max-width: 100% !important;
  }
  .modern-partners--two-col .modern-partners--two-col__copy p {
    font-size: 20px;
  }
  .modern-partners-divider--alt {
    margin: 50px 0;
  }
  .modern-partner--app-intergration-intro {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .modern-partners--two-col .modern-partners--two-col__copy {
    padding-left: initial;
    padding-right: initial;
  }
}
/**App Tntegration**/
.app-integration--two-col .h2 {
  max-width: 521px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.app-integration--two-col img {
  box-shadow: none !important;
  width: 100%;
}
.app-integration--two-col ul {
  list-style: disc;
  margin-top: 16px;
}
.app-integration--two-col ul > li {
  margin-bottom: 15px;
  line-height: 1.375;
  position: relative;
  padding-left: 1.75em;
}
.app-integration--two-col .app-integration-feature .app-integration-feature__row {
  margin-right: -32px;
  margin-left: -32px;
}
.app-integration--two-col .app-integration-feature .app-integration-feature__col {
  padding-right: 32px;
  padding-left: 32px;
}
.app-integration--two-col .app-integration-feature .app-integration-feature__figure--alt {
  direction: rtl;
}

@media screen and (max-width: 991.98px) {
  .app-integration--two-col img {
    aspect-ratio: 4/3;
  }
  .app-integration--two-col:nth-of-type(even) .app-integration-feature__col:nth-of-type(1) {
    order: 1;
  }
  .app-integration--two-col .app-integration-feature__figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .app-integration-feature__figure {
    margin-bottom: 30px;
  }
  .app-integration-feature__figure img {
    max-width: 100%;
    height: auto;
  }
}
/*Product Page*/
.product-page-two-col p {
  font-size: inherit;
}
@media screen and (max-width: 991.98px) {
  .product-page-two-col .solution-return__cont {
    margin-top: 25px;
  }
}

.product-page__two_col_cont li::before {
  color: #35364e !important;
}

/******
Two Col Default
****/
.sparks-session-25--two-col {
  height: 947px;
  display: flex;
  align-items: stretch;
  padding-top: 85px;
}
.sparks-session-25--two-col .sparks-session-25--two-col-cont {
  border-radius: 21px;
  background: #fff;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.14);
  width: 100%;
  height: 584px;
  padding: 57px;
  max-width: 856px;
  z-index: 3;
  position: relative;
  transform: translate(80px, 140px);
}
.sparks-session-25--two-col .sparks-session-25--two-col-cont * {
  letter-spacing: 0;
}
.sparks-session-25--two-col .sparks-session-25--two-col-cont p {
  font-size: inherit;
}
.sparks-session-25--two-col .sparks-session-25--two-col-cont ul {
  list-style: none;
  padding-left: 0;
}
.sparks-session-25--two-col .sparks-session-25--two-col-cont ul li {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sparks-session-25--two-col .sparks-session-25--two-col-cont ul li::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="23" viewBox="0 0 30 23" fill="none"><path d="M27.1818 3L10.5568 20.064L3 12.3076" stroke="%2335364E" stroke-width="5.11921" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  color: #35364e;
  background-size: 30px 23px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 auto;
}
.sparks-session-25--two-col img {
  border-radius: 13px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 130%;
}

@media (max-width: 1483.98px) and (min-width: 991.98px) {
  .sparks-session-25--two-col .h2 {
    margin-bottom: 25px;
  }
  .sparks-session-25--two-col .sparks-session-25--two-col-cont {
    padding: 30px;
    max-width: 90%;
    height: auto;
    transform: translate(70px, 140px);
  }
  .sparks-session-25--two-col .sparks-session-25--two-col-cont ul li {
    margin-bottom: 24px;
  }
  .sparks-session-25--two-col img {
    margin-top: -50px;
  }
}
@media (min-width: 1483.98px) {
  .sparks-session-25--cards .grid-cont,
  .sparks-session-25--two-col .grid-cont {
    padding: initial;
  }
}
@media (max-width: 1083.98px) {
  .sparks-session-25--two-col img {
    margin-top: -100px;
  }
}
@media (max-width: 991.98px) {
  .sparks-session-25--two-col {
    height: auto;
    display: block;
    padding-top: 50px;
  }
  .sparks-session-25--two-col .sparks-session-25--two-col-cont {
    border-radius: initial;
    box-shadow: none;
    width: 100%;
    height: auto;
    transform: initial;
    padding: inherit;
    padding-top: 50px;
    background: none;
  }
  .sparks-session-25--two-col img {
    max-width: 100%;
    min-width: initial;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .sparks-session-25--two-col {
    padding-top: 40px;
  }
}
.media-room--three-col .media-room--three-col__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 60px;
}
.media-room--three-col .media-room--three-col__item a {
  color: #fff;
}
.media-room--three-col .media-room--three-col__item a span {
  position: relative;
}
.media-room--three-col .media-room--three-col__item a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.media-room--three-col .media-room--three-col__item a span:hover::before {
  width: 100%;
}
.media-room--three-col .media-room--three-col__item .grid-row {
  width: 100%;
}
.media-room--three-col .media-room--three-col__item--1 {
  padding-top: 65px;
  padding-bottom: 56px;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_three_column/templates/images/blue-background.png");
}
.media-room--three-col .media-room--three-col__item--1 a {
  color: #0BC5BA;
}
.media-room--three-col .media-room--three-col__item--1 a span:before {
  background-color: #23B6AA;
}
.media-room--three-col .media-room--three-col__item--2 {
  height: 489px;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_three_column/templates/images/green-background.png");
}
.media-room--three-col .media-room--three-col__item--2 .p {
  max-width: 414px;
  width: 100%;
}
.media-room--three-col .media-room--three-col__item--2 .more-link {
  color: #fff !important;
}
.media-room--three-col .media-room--three-col__item--2 .more-link svg {
  fill: none !important;
}
.media-room--three-col .media-room--three-col__item--2 a span {
  position: relative;
}
.media-room--three-col .media-room--three-col__item--2 a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.media-room--three-col .media-room--three-col__item--2 a span:hover::before {
  width: 100%;
}
.media-room--three-col .media-room--three-col__item--3 {
  height: 489px;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_three_column/templates/images/blue-background--small.png");
}
.media-room--three-col .media-room--three-col__item--3 a {
  text-align: left;
}
.media-room--three-col .media-room--three-col__item--3 .p {
  max-width: 353px;
  width: 100%;
}

@media screen and (max-width: 992.98px) {
  .media-room--three-col .media-room--three-col__figure {
    margin-top: 32px;
  }
  .media-room--three-col .media-room--three-col__item--1 {
    height: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .media-room--three-col .media-room--three-col__item {
    padding: 20px;
  }
  .media-room--three-col .media-room--three-col__item--1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .media-room--three-col .media-room--three-col__item--2 {
    height: auto !important;
    padding: 40px !important;
  }
  .media-room--three-col .media-room--three-col__item--3 {
    height: auto !important;
    padding: 40px !important;
  }
}
/* custom layout*/
.landing-box {
  margin-top: 40px;
}

.landing-box li {
  margin-bottom: 10px;
}

.landing-box .story-grid:hover {
  transform: translateY(0);
}

.landing-logo-box figure,
.landing-logo-box img,
.landing-logo-box p {
  margin-bottom: 0;
}

.free-trial-button-landing a,
.free-trial-button-landing a:visited {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
}

.free-trial-button-landing a:hover {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba !important;
  text-decoration: none;
}

.free-trial-button-landing a strong {
  display: block;
  font-size: 16px;
}

.c-logos .wp-block-image {
  width: 200px;
  max-width: 90%;
  margin: 20px auto 0 auto;
}

.rew-logos .wp-block-image {
  max-width: 90%;
  margin: 20px auto 0 auto;
}

.rew-logos .wp-block-column {
  display: flex;
  flex-direction: column;
}

.rew-logos .stars-rew {
  margin-top: auto;
}

.landing-logo-box a[href^="tel:"] {
  color: #000 !important;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .landing-box .story-grid {
    flex-basis: calc(50% - 20px);
    width: 50%;
    margin-bottom: 30px;
  }
  .wp-block-columns.reviews-two-col > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-columns.reviews-two-col,
  .landing-box .wp-block-columns.c-logos {
    flex-wrap: wrap;
  }
  .landing-box .c-logos .wp-block-column:nth-child(3) {
    margin-left: 0;
  }
  .art-section .landing-logo-box p,
  .art-section .landing-logo-box p a,
  .art-section .landing-logo-box p a:visited {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-md-col {
    display: none;
  }
  .landing-logo-box .wp-block-column {
    flex-basis: calc(50% - 16px);
    width: 50%;
  }
  .wp-block-columns.landing-logo-box {
    flex-wrap: nowrap;
  }
}
/* new pricing page*/
/**/
/* sl pricing */
/**/
.sl-pricing {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
  color: #35364E;
}
.sl-pricing .button {
  width: 100%;
  max-width: 548px;
  margin-left: auto;
  margin-right: auto;
}

.sl-pricing__cont {
  max-width: 1130px;
}

.sl-pricing__tile {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0px 3.0765171051px 7.6912922859px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 12.3060684204px 38.4564628601px 0px rgba(0, 0, 0, 0.07);
  background: #F5FBFF;
  text-align: center;
  min-height: 100%;
}
.sl-pricing__tile .ul--checks > li {
  line-height: 30px;
}
.sl-pricing__tile .ul--checks > li::before {
  content: "    ";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 14' fill='none'><path d='M16.5455 2L6.54545 12L2 7.45455' stroke='%230BC5BA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") 50% 50%/100% 14px no-repeat;
}
.sl-pricing__tile .h3 {
  color: #003F65;
}
.sl-pricing__tile .p {
  font-size: 20px;
  font-family: Metric;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.sl-pricing__tile .ul {
  text-align: left;
}
.sl-pricing__tile li {
  margin-top: 0.25em;
}

.sl-pricing__tile--dark {
  background-color: #004163;
  color: #AAD3EC;
}

.sl-pricing__tile--white {
  background-color: #fff;
}

.sl-pricing__tile--aec {
  background-color: #E6F0F6;
  box-shadow: none;
  text-align: left;
}
.sl-pricing__tile--aec .ul {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sl-pricing__tile--aec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  border: 2px dashed #CFDEEA;
  pointer-events: none;
}

.sl-pricing__addon {
  position: absolute;
  top: 16px;
  right: -84px;
  width: 200px;
  background-color: #FFD27B;
  font-size: 14px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #926A1D;
  transform-origin: 50% 0;
  transform: rotate(45deg);
}

.pricing__addon__link {
  margin-top: 43px;
}

@media screen and (max-width: 1023.98px) {
  .sl-pricing__tile {
    padding: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .sl-pricing__tile .pricing__addon__title {
    font-size: 22px;
  }
  .sl-pricing__tile .p {
    font-size: 18px !important;
  }
  .sl-pricing__tile--aec .ul {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
/**/
/* ms pricing */
/**/
.ms-pricing {
  position: relative;
  border-top: 24px solid #FFF;
  height: 500px;
  display: flex;
  align-items: center;
  background-color: #F5FBFF;
}

.ms-pricing__text {
  max-width: 484px;
  color: #35364E;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.ms-pricing__item {
  width: 100%;
  min-height: 418px;
  max-width: 403px;
  position: relative;
  transform: translateY(-60px);
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07), 0px 2px 5px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  text-align: center;
}
.ms-pricing__item .h6 {
  font-size: 14px;
  color: #76A2BC;
}
.ms-pricing__item ul {
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 24px;
}
.ms-pricing__item li {
  margin-top: 0.25em;
  padding-left: 1.5em;
  position: relative;
}
.ms-pricing__item li:before {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 18px;
  content: "    ";
  background: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.5455 2L6.54545 12L2 7.45455" stroke="%2332BDB5" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center center/100% 14px no-repeat;
}

.ms-pricing__item--dark {
  background-color: #004163;
}
.ms-pricing__item--dark .h3 {
  color: #fff;
}
.ms-pricing__item--dark ul {
  color: #AAD3EC;
  font-size: 18px;
  line-height: 1.3;
}
.ms-pricing__item--dark ul li {
  margin-top: 0.25em;
  padding-left: 1.5em;
}
.ms-pricing__item--dark ul li:before {
  content: "    ";
  background: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 19 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.5455 2L6.54545 12L2 7.45455" stroke="%2332BDB5" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') center center/100% 14px no-repeat;
}

.ms-pricing__buy-now {
  margin-bottom: -12px;
}

.ms-pricing__hint {
  margin-bottom: -12px;
  font-size: 16px;
  line-height: 24px;
  color: #76A2BC;
}

@media screen and (max-width: 991.98px) {
  .ms-pricing {
    height: auto;
    padding: 64px 0 150px;
  }
  .ms-pricing .ms-pricing__text {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  .ms-pricing .ms-pricing__item {
    margin-top: 64px;
    min-height: 100%;
    transform: none !important;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .ms-pricing {
    padding: 48px 0 80px;
  }
  .ms-pricing__item {
    margin-top: 36px;
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .ms-pricing .grid-col {
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  .ms-pricing__item {
    min-height: initial !important;
  }
}
/**/
/* Solutions */
/**/
.sc-pricing {
  padding: 64px 0 100px;
  border-top: 24px solid #FFF;
}
.sc-pricing a {
  justify-content: flex-start;
}

@media screen and (max-width: 767.98px) {
  .sc-pricing a {
    justify-content: center;
  }
}
/**/
/* plans overview */
/**/
.plans-overview {
  position: relative;
  margin-bottom: -60px;
  padding-top: 48px;
  text-align: center;
}

.plans-overview::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 440px;
  background-color: #112532;
}

.plans-overview__cont {
  position: relative;
}

.plans-overview__cont h6 {
  color: #bcbfd2;
}

.plans-overview__item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 46px 46px 32px;
  border-radius: 6px;
  background-color: #f5fbff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07), 0px 2px 5px rgba(0, 0, 0, 0.08);
}

.plans-overview__item--white {
  background-color: #fff;
}

.plans-overview__subheading {
  margin: 4px 0 28px;
  font-size: 17px;
  font-weight: 500;
  color: #5e869e;
}

.pricing-plans__overline.pricing-plans__overline-b4gsummit {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #1f5aa0;
}

.pricing-plans__list.pricing-plans__list-b4gsummit {
  list-style: none;
  align-self: center;
  vertical-align: top;
  width: 280px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.025em;
  color: #004163;
  padding-left: 0;
  line-height: unset;
}
.pricing-plans__list.pricing-plans__list-b4gsummit li {
  margin-bottom: 0;
  line-height: 1.25;
}

.plans-compare.plans-compare-b4gsummit.fixed .plans-compare__head {
  top: 62px;
}

.plans-compare__caption.plans-compare__caption-b4gsummit {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-top: 20px;
  background-color: rgba(0, 123, 189, 0.12);
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f5aa0;
  cursor: pointer;
  user-select: none;
  padding: 0;
}
.plans-compare__caption.plans-compare__caption-b4gsummit > div {
  flex-basis: 25%;
  padding: 12px 20px;
  border-right: 1px solid rgba(0, 123, 189, 0.1);
}
.plans-compare__caption.plans-compare__caption-b4gsummit > div:last-child {
  border-right: 0;
}
.plans-compare__caption.plans-compare__caption-b4gsummit > div:first-child {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 44px;
}
.plans-compare__caption.plans-compare__caption-b4gsummit::after, .plans-compare__caption.plans-compare__caption-b4gsummit::before {
  top: 23px;
}
.plans-compare__caption.plans-compare__caption-b4gsummit .plans-compare__check {
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%23037BBD" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') 50% 50%/24px 24px no-repeat;
}

.plans-compare__spoiler.plans-compare__spoiler-b4gsummit {
  display: none;
}
.plans-compare__spoiler.plans-compare__spoiler-b4gsummit .plans-compare__description {
  line-height: 1.25;
}

.plans-compare__spoiler.plans-compare__spoiler--alt.plans-compare__spoiler-b4gsummit {
  display: block;
  margin-top: 40px;
  border-top: 1px solid #E3F0F8;
}

@media screen and (max-width: 1023.98px) {
  .plans-compare__spoiler.plans-compare__spoiler-b4gsummit .plans-compare__table {
    display: table;
  }
  .plans-compare__spoiler.plans-compare__spoiler-b4gsummit .plans-compare__name {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .plans-overview__item {
    padding: 32px 20px;
  }
  .plans-overview__heading {
    margin-right: -20px;
    margin-left: -20px;
  }
  .pricing-plans__list.pricing-plans__list-b4gsummit {
    width: auto;
  }
  .plans-compare__caption.plans-compare__caption-b4gsummit {
    flex-wrap: wrap;
  }
  .plans-compare__caption.plans-compare__caption-b4gsummit > div {
    width: 33.333%;
    min-width: 33.333%;
    flex-basis: 33.333%;
  }
  .plans-compare__caption.plans-compare__caption-b4gsummit > div:first-child {
    width: 100%;
    min-width: 100%;
    flex-basis: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 123, 189, 0.1);
  }
  .plans-compare__caption.plans-compare__caption-b4gsummit .plans-compare__check {
    height: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .plans-compare__caption.plans-compare__caption-b4gsummit {
    margin-top: 4px;
    font-size: 15px;
  }
  .plans-compare__caption.plans-compare__caption-b4gsummit .plans-compare__check {
    height: 18px;
    margin: -2px 0;
    background-size: 18px 18px;
  }
}
.new-pricing-heading {
  position: relative;
  padding: 64px 0 20px;
  background: #172f3e;
  text-align: center;
  z-index: 2;
  margin-bottom: -30px;
}

.new-pricing-wrap .divider {
  margin: 220px 0 90px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.new-pricing-heading::after,
.new-pricing-heading::before {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  background: url(../images/pricing/hex-left.svg) no-repeat top left;
  pointer-events: none;
}

.new-pricing-heading::after {
  top: 300px;
  right: 0;
  margin-left: 0;
  background: url(../images/pricing/hex-right.svg) no-repeat top right;
}

.team-pricing-wrap .new-pricing-heading::after {
  top: 220px;
}

.new-pricing-heading::before {
  top: -70px;
  left: 0;
  margin-right: 0;
}

.new-pricing-heading h1 {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #bcbfd2;
  margin-top: 2px;
}

.new-pricing-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #ffffff;
}

.business-tabs {
  width: 336px;
  max-width: 96%;
  margin: 28px auto 26px;
  text-align: center;
}

.business-tabs .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.business-tabs .wp-block-column {
  flex-basis: 50%;
  flex-grow: 0;
}

.business-tabs a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 300;
  color: #5e636b;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition-duration: 0.125s;
  transition-property: color;
}

.business-tabs a::after,
.business-tabs a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #dde8ed;
}

.business-tabs a::after {
  background-color: #32bdb5;
  opacity: 0;
}

.business-active a::after {
  opacity: 1;
}

.business-active a {
  font-weight: 600;
  pointer-events: none;
  color: #35364e;
}

.business-info-boxes {
  width: 1280px;
  max-width: 96%;
  margin: 60px auto -180px;
  position: relative;
  z-index: 2;
  padding-left: 5px;
  padding-right: 5px;
}

.business-info-boxes .wp-block-column {
  border-radius: 6px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07), 0 2px 5px rgba(0, 0, 0, 0.08);
  flex-basis: 33.33%;
  margin-left: 0;
  margin-right: 0;
  width: 33.33%;
}

.business-info-boxes .wp-block-column.enterprise-lite-tab {
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.05), 0 8px 25px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.05);
}

.business-info-boxes .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.enterprise-lite-tab {
  z-index: 1;
  overflow: hidden;
  min-height: calc(100% + 32px);
  margin-top: -16px;
  margin-bottom: -16px;
  padding: 64px 48px 32px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.enterprise-tab,
.business-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 48px 48px 32px;
  background: #f5fbff;
}

.business-info-boxes .wp-block-column.business-tab {
  border-radius: 6px 0 0 6px;
}

.business-info-boxes .wp-block-column.enterprise-tab {
  border-radius: 0 6px 6px 0;
}

.business-info-boxes .wp-block-column.business-tab.team-tab {
  border-radius: 6px 6px 6px 6px;
}

.business-info-boxes .enterprise-lite-tab h2,
.business-info-boxes .enterprise-tab h2,
.business-info-boxes .business-tab h2,
.business-info-boxes .enterprise-lite-tab h3,
.business-info-boxes .enterprise-tab h3,
.business-info-boxes .business-tab h3 {
  font-size: 28px;
  color: #004163;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.business-info-boxes .business-tab h2 strong,
.business-info-boxes .business-tab h3 strong {
  display: block;
  letter-spacing: normal;
}

.business-info-boxes .enterprise-lite-tab h2,
.business-info-boxes .enterprise-lite-tab h3 {
  color: #004163;
  font-size: 32px;
  line-height: 32px;
}

.business-info-boxes .business-tab h2 strong,
.business-info-boxes .business-tab h3 strong {
  margin: 4px 0 30px;
  font-size: 17px;
  font-weight: 300;
  color: #5e869e;
  display: inline-block;
}

.view-plan-link {
  margin-top: 60px;
}

ul.pricing-plan-data {
  width: auto;
  list-style: none;
  align-self: center;
  vertical-align: top;
  max-width: 280px;
  margin-bottom: auto;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.025em;
  color: #004163;
  padding-left: 0;
}

.pricing-plan-data li {
  text-align: left;
  list-style: none;
  padding-left: 26px;
  background: url(../images/pricing/li-check.svg) 0 7px no-repeat;
  margin-bottom: 0;
}

.pricing-sub {
  margin-top: 30px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 15px;
  color: #004163;
}

.pricing-sub.margin-top-0 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #7d828b;
}

.pricing-sub strong {
  display: block;
  font-weight: 300;
  font-size: 17px;
  color: #004163;
}

.buy-now-new-green-button {
  margin-bottom: 15px;
}

.enterprise-tab .buy-now-new-green-button {
  margin-bottom: 0;
}

.buy-now-new-green-button a,
.buy-now-new-green-button a:visited {
  display: block;
  padding: 10px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #32bdb5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
  margin-top: 24px;
}

.buy-now-new-green-button a:hover,
.buy-now-new-green-button a:focus,
.buy-now-new-green-button a:active {
  background: #1fb7ab;
  color: #fff;
  text-decoration: none;
}

.enterprise-tab .buy-now-new-green-button a,
.enterprise-tab .buy-now-new-green-button a:visited {
  margin-top: 24px;
}

.buy-now-new-no-button {
  margin-bottom: -6px;
}

.buy-now-new-no-button a,
.buy-now-new-no-button a:visited {
  align-self: center;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #32bdb5;
  transition-duration: 0.125s;
  transition-property: color;
}

.elite-pricing {
  margin-top: 48px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.enterprise-tab .elite-pricing {
  margin-top: 54px;
  color: #1f5aa0;
}

.e-lite-pricing {
  color: #1f5aa0;
}

.enterprise-lite-tab .pricing-plan-data {
  color: #004163;
  max-width: 300px;
  font-size: 21px;
  margin-bottom: auto;
}

.buy-now-new-green-button strong {
  color: #5e869e;
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  display: block;
}

.enterprise-lite-tab .buy-now-new-green-button strong {
  color: #7d828b;
}

.lite-plan-badge {
  position: absolute;
  top: 20px;
  right: -60px;
  width: 160px;
  padding: 5px 0;
  background: #e6782c;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  transform: rotate(45deg);
  transform-origin: 50% 0;
}

.plans-compare-heading .plans-compare-heading-in {
  width: 1280px;
  max-width: 96%;
  margin: 0 auto;
}

/* custom html pricing setup */
/**/
/* PRICING */
/**/
/**/
/* pricing plans */
/**/
.pricing-plans {
  position: relative;
  padding: 64px 0 80px;
  background: linear-gradient(180deg, rgba(0, 123, 189, 0.042), rgba(255, 255, 255, 0));
  text-align: center;
}

.pricing-plans + .divider {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-plans::after,
.pricing-plans::before {
  content: "";
  position: absolute;
  width: 538px;
  height: 559px;
  background: url(../images/pricing/bg.svg);
  pointer-events: none;
}

.pricing-plans::after {
  top: 28px;
  left: 50%;
  margin-left: 622px;
}

.pricing-plans::before {
  top: 40px;
  right: 50%;
  margin-right: 508px;
}

.pricing-plans__cont {
  position: relative;
  z-index: 1;
}

.pricing-plans__tab {
  position: relative;
  display: block;
  width: 168px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition-duration: 0.125s;
  transition-property: color;
}

.pricing-plans__tab:hover {
  color: #32bdb5;
}

.pricing-plans__tab::after,
.pricing-plans__tab::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #dde8ed;
}

.pricing-plans__tab::after {
  background-color: #32bdb5;
  opacity: 0;
}

.pricing-plans__tab.current {
  font-weight: 600;
  pointer-events: none;
  color: #35364e;
}

.pricing-plans__tab.current::after {
  opacity: 1;
}

.pricing-plans__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 48px 48px 32px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.03);
}

.pricing-plans__item--bus {
  border-radius: 6px 0 0 6px;
}

.pricing-plans__item--ent {
  border-radius: 0 6px 6px 0;
}

.pricing-plans__item--popular {
  z-index: 1;
  overflow: hidden;
  min-height: calc(100% + 32px);
  margin-top: -16px;
  margin-bottom: -16px;
  padding-top: 64px;
  padding-bottom: 48px;
  background-color: #004163;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18), 0 2px 5px rgba(0, 0, 0, 0.03);
}

.pricing-plans__heading {
  font-size: 28px;
  color: #1f5aa0;
}

.pricing-plans__subheading {
  margin: 4px 0 32px;
  font-size: 17px;
  color: #7d828b;
}

.pricing-plans__overline {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #004163;
}

.pricing-plans__list {
  list-style: none;
  align-self: center;
  vertical-align: top;
  max-width: 280px;
  margin-bottom: auto;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.025em;
  color: #004163;
}

.pricing-plans__list li {
  margin-top: 6px;
  padding-left: 26px;
  background: url(../images/pricing/li-check.svg) 0 4px no-repeat;
}

.pricing-plans__list li:first-child {
  margin-top: 0;
}

.pricing-plans__description {
  align-self: center;
  max-width: 288px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #004163;
}

.pricing-plans__price {
  margin-top: 32px;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  color: #35364e;
}

.pricing-plans__price span {
  color: #b3b7bb;
}

.pricing-plans__subprice {
  font-size: 15px;
  color: #BCBFD2;
}

.pricing-plans__button {
  margin-top: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-plans__free {
  align-self: center;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #32bdb5;
  transition-duration: 0.125s;
  transition-property: color;
}

.pricing-plans__free:hover {
  color: #2ca19b;
}

.pricing-plans__footnote {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #7d828b;
}

.pricing-plans__badge {
  position: absolute;
  top: 20px;
  right: -60px;
  width: 160px;
  padding: 5px 0;
  background: #e6782c;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  transform: rotate(45deg);
  transform-origin: 50% 0;
}

.pricing-plans__item--popular .pricing-plans__heading {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}

.pricing-plans__item--popular .pricing-plans__overline {
  color: #fff;
}

.pricing-plans__item--popular .pricing-plans__list {
  max-width: 300px;
  font-size: 21px;
  color: #fff;
}

.pricing-plans__item--popular .pricing-plans__description {
  font-size: 21px;
  color: #fff;
}

.pricing-plans__item--popular .pricing-plans__footnote {
  color: #7ea1b7;
}

/* team tabs */
.team-info-box .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-info-box .wp-block-columns .business-tab.team-tab {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.03);
}

.team-info-box .wp-block-columns .business-tab.team-tab p {
  color: #004163;
}

.wp-block-column.empty-tab {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 1283.98px) {
  .pricing-plans__cont {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1023.98px) {
  .pricing-plans {
    padding-bottom: 64px;
  }
  .pricing-plans__cont {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pricing-plans__item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pricing-plans__list,
  .pricing-plans__item--popular .pricing-plans__list {
    font-size: 18px;
  }
  .pricing-plans__description,
  .pricing-plans__item--popular .pricing-plans__description {
    font-size: 18px;
  }
  .pricing-plans__item--popular .pricing-plans__heading {
    font-size: 28px;
  }
  .business-info-boxes .enterprise-lite-tab h2,
  .business-info-boxes .enterprise-tab h2,
  .business-info-boxes .business-tab h2,
  .business-info-boxes .enterprise-lite-tab h3,
  .business-info-boxes .enterprise-tab h3,
  .business-info-boxes .business-tab h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991.98px) {
  .team-info-box .wp-block-columns .business-tab.team-tab {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .pricing-plans__cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pricing-plans__item--popular {
    min-height: 0;
    margin: 0;
  }
  .pricing-plans__item {
    padding: 32px;
    border-radius: 6px;
  }
  .pricing-plans__overline {
    margin-top: 32px;
  }
  .business-info-boxes .wp-block-column.business-tab,
  .business-info-boxes .wp-block-column.enterprise-tab,
  .business-info-boxes .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
  }
  .new-pricing-heading h2 {
    font-size: 28px;
  }
  .new-pricing-wrap .divider {
    display: none;
  }
  .new-pricing-wrap .mt-500.plans-compare {
    margin-top: 220px;
  }
  .view-plan-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .pricing-plans__tab {
    width: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
  .team-info-box .wp-block-columns .business-tab.team-tab {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/**/
/* plans compare */
/**/
.plans-compare {
  position: relative;
}

.plans-compare.fixed {
  padding-top: 136px;
}

.plans-compare--alt.fixed {
  padding-top: 110px;
}

.plans-compare__tip {
  display: none;
  margin-bottom: 18px;
}

.plans-compare__anch {
  position: absolute;
  top: -72px;
  right: 0;
  left: 0;
}

.plans-compare__head {
  box-shadow: 0 0 0 1px transparent;
  text-align: center;
  transition-duration: 0.125s;
  transition-property: background-color, box-shadow;
}

.plans-compare__head-overflow {
  padding: 16px 0;
}

.plans-compare__head-spoiler {
  height: 48px;
  overflow: hidden;
  transition-duration: 0.25s;
  transition-property: height;
}

.plans-compare.fixed .plans-compare__head {
  position: fixed;
  z-index: 9;
  top: 72px;
  right: 0;
  left: 0;
  background-color: #f6f9fb;
  box-shadow: 0 0 0 1px rgba(0, 123, 189, 0.12);
}

.plans-compare.fixed .plans-compare__head-spoiler {
  height: 5px;
}

.plans-compare__title {
  line-height: 40px;
  text-align: left;
}

.plans-compare__head-cell {
  padding: 0 30px;
}

.plans-compare__heading {
  color: #1f5aa0;
}

.plans-compare__subheading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.025em;
  color: #9395ac;
}

.plans-compare__subheading--alt {
  font-size: 15px;
  font-weight: 500;
  color: #35364e;
}

.plans-compare__subheading span {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 2px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #35364e;
}

.plans-compare__badge {
  display: inline-block;
  vertical-align: top;
  width: 89px;
  margin-bottom: 4px;
  background: url(../images/pricing/badge.svg);
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.plans-compare__button {
  padding-right: 32px;
  padding-left: 32px;
  font-weight: 700;
  background: #32bdb5 !important;
}

.plans-compare__button:hover {
  background: #2ca19b !important;
}

.plans-compare__free-link {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #32bdb5 !important;
}

.plans-compare__caption {
  position: relative;
  margin-top: 32px;
  padding: 14px 20px 14px 44px;
  background-color: rgba(0, 123, 189, 0.12);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f5aa0;
  cursor: pointer;
  user-select: none;
}
.plans-compare__caption .plans-compare__table {
  display: initial;
}
.plans-compare__caption .plans-compare__table tr {
  background: none !important;
}
.plans-compare__caption .plans-compare__table td {
  width: initial;
  height: initial;
  padding: 0;
  border: none;
}
.plans-compare__caption .plans-compare__table .plans-compare__description {
  font-weight: normal;
  text-transform: initial;
  margin-left: -21px;
  margin-top: 10px;
}

.plans-compare__caption::after,
.plans-compare__caption::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 20px;
  width: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #1f5aa0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

@media screen and (max-width: 1023.98px) {
  .plans-compare__description {
    margin-left: initial;
    margin-top: inherit;
  }
}
@media screen and (max-width: 1023.98px) {
  .support .plans-compare__name {
    display: block !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .plans-compare__name {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .plans-compare__table {
    display: block;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1023.98px) {
  .plans-compare__caption .plans-compare__table {
    display: block;
  }
}
.plans-compare__caption::before {
  transform: rotate(90deg);
  opacity: 1;
}

.plans-compare__caption:first-child {
  margin-top: 0;
}

.plans-compare__caption.opened::before {
  opacity: 0;
}

.plans-compare__table-side {
  display: none;
}

.plans-compare__table {
  width: 100%;
  border-collapse: collapse;
}

.plans-compare__table td {
  width: 25%;
  height: 50px;
  padding: 10px 20px;
  border-right: 1px solid #e3f0f8;
  border-left: 1px solid #e3f0f8;
  text-align: center;
  color: #004163;
  transition-duration: 0.125s;
  transition-property: border, background;
}

.plans-compare__table td.wide {
  width: 75%;
}

.plans-compare__table td:last-child {
  border-right: 0;
}

.plans-compare__table td:first-child {
  position: relative;
  border-left: 0;
  text-align: left;
}

.plans-compare__table tr {
  background: #f2f7fa;
}

.plans-compare__table tr:nth-child(odd) {
  background: #fbfdfe;
  background: #FFF;
}

.plans-compare__table tr:hover td {
  background: rgba(171, 229, 226, 0.2);
}

.plans-compare__name {
  position: relative;
  padding-left: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"><path fill="%23DFE2E8" d="M12,0C5.383,0,0,5.383,0,12s5.383,12,12,12s12-5.383,12-12S18.617,0,12,0z M14.658,18.284 c-0.661,0.26-2.952,1.354-4.272,0.191c-0.394-0.346-0.59-0.785-0.59-1.318c0-0.998,0.328-1.868,0.919-3.957 c0.104-0.395,0.231-0.907,0.231-1.313c0-0.701-0.266-0.887-0.987-0.887c-0.352,0-0.742,0.125-1.095,0.257l0.195-0.799 c0.787-0.32,1.775-0.71,2.621-0.71c1.269,0,2.203,0.633,2.203,1.837c0,0.347-0.06,0.955-0.186,1.375l-0.73,2.582 c-0.151,0.522-0.424,1.673-0.001,2.014c0.416,0.337,1.401,0.158,1.887-0.071L14.658,18.284z M13.452,8c-0.828,0-1.5-0.672-1.5-1.5 s0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5S14.28,8,13.452,8z"></path></svg>') 0 50% no-repeat;
  font-size: 18px;
  font-weight: 600;
  color: #35364e;
}

.plans-compare__name--notip {
  padding-left: 0;
  background: none !important;
}

.plans-compare__table td:hover .plans-compare__name {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24"><path fill="%23007BBD" d="M12,0C5.383,0,0,5.383,0,12s5.383,12,12,12s12-5.383,12-12S18.617,0,12,0z M14.658,18.284 c-0.661,0.26-2.952,1.354-4.272,0.191c-0.394-0.346-0.59-0.785-0.59-1.318c0-0.998,0.328-1.868,0.919-3.957 c0.104-0.395,0.231-0.907,0.231-1.313c0-0.701-0.266-0.887-0.987-0.887c-0.352,0-0.742,0.125-1.095,0.257l0.195-0.799 c0.787-0.32,1.775-0.71,2.621-0.71c1.269,0,2.203,0.633,2.203,1.837c0,0.347-0.06,0.955-0.186,1.375l-0.73,2.582 c-0.151,0.522-0.424,1.673-0.001,2.014c0.416,0.337,1.401,0.158,1.887-0.071L14.658,18.284z M13.452,8c-0.828,0-1.5-0.672-1.5-1.5 s0.672-1.5,1.5-1.5s1.5,0.672,1.5,1.5S14.28,8,13.452,8z"></path></svg>') 0 50% no-repeat;
  color: #1f5aa0;
}

.plans-compare__description {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 304px;
  margin-top: -6px;
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 7px 30px rgba(0, 23, 36, 0.1);
  font-size: 16px;
  pointer-events: none;
  color: #fff;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity, transform;
}

.plans-compare__description::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 21px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.9);
  border-left: 6px solid transparent;
}

.plans-compare__table td:hover .plans-compare__description {
  opacity: 1;
}

.plans-compare__check {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') 50% 50%/100% 100%;
}

.plans-compare__table tr:hover .plans-compare__check {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%23004163" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') 50% 50%/100% 100%;
}

@media screen and (max-width: 1283.98px) {
  .plans-compare.fixed {
    padding-top: 130px;
  }
  .plans-compare--alt.fixed {
    padding-top: 106px;
  }
  .plans-compare__head,
  .plans-compare__cont {
    padding-right: 8px;
    padding-left: 8px;
  }
  .plans-compare__title {
    font-size: 26px;
  }
  .plans-compare__head-cell {
    padding: 0 16px;
  }
  .plans-compare__heading {
    font-size: 23px;
  }
  .plans-compare__caption {
    padding-left: 40px;
  }
  .plans-compare__caption::after,
  .plans-compare__caption::before {
    left: 16px;
  }
  .plans-compare__table td {
    padding-right: 16px;
    padding-left: 16px;
  }
  ul.pricing-plan-data,
  .pricing-plan-data li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023.98px) {
  .plans-compare.fixed .plans-compare__head-spoiler {
    height: 0;
  }
  .plans-compare__head,
  .plans-compare__cont {
    padding-right: 0;
    padding-left: 0;
  }
  .plans-compare__table td {
    width: 33.333%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .plans-compare__table td:first-child {
    background: none;
    text-align: center;
  }
  .plans-compare__name {
    margin-top: 10px;
    padding-left: 0;
    background: none !important;
    text-align: left;
  }
  .plans-compare__description {
    position: static;
    width: auto;
    margin-top: 4px;
    padding: 0;
    background: none;
    box-shadow: none;
    pointer-events: auto;
    text-align: left;
    color: #7d828b;
    opacity: 1;
  }
  .plans-compare__description::after {
    display: none;
  }
  .business-info-boxes .wp-block-column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .plans-compare.fixed .plans-compare__head {
    top: 62px;
  }
}
@media screen and (max-width: 767.98px) {
  .plans-compare {
    margin-top: 0;
  }
  .plans-compare.fixed {
    padding-top: 98px;
  }
  .plans-compare.fixed .plans-compare__head {
    top: 52px;
  }
  .plans-compare__anch {
    top: -52px;
  }
  .plans-compare__head-inner > .grid-cont {
    padding-right: 0;
    padding-left: 0;
  }
  .plans-compare__head-cell {
    padding: 0 10px;
  }
  .plans-compare__head-spoiler {
    height: 46px;
  }
  .plans-compare__button {
    padding-right: 16px;
    padding-left: 16px;
  }
  .plans-compare__heading {
    font-size: 16px;
  }
  .plans-compare__caption {
    margin-top: 4px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 12px 20px 12px 42px;
    font-size: 15px;
  }
  .plans-compare__caption::after,
  .plans-compare__caption::before {
    top: 19px;
    left: 20px;
    width: 12px;
    height: 2px;
  }
  .plans-compare__spoiler {
    position: relative;
    overflow: hidden;
    margin-right: -20px;
    margin-left: -20px;
  }
  .plans-compare__table td {
    font-size: 16px;
  }
  .plans-compare__check {
    width: 18px;
    height: 18px;
  }
  .button.plans-compare__button {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .business-tabs .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 575.98px) {
  .plans-compare.fixed {
    padding-top: 90px;
  }
  .plans-compare__head {
    position: relative;
  }
  .plans-compare__head-spoiler {
    height: 38px;
  }
  .plans-compare__button {
    padding: 2px 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 413px) {
  .plans-compare__heading {
    font-size: 15px;
  }
  .plans-compare__button {
    padding: 2px 6px;
    font-size: 15px;
  }
  .plans-compare__head-cell {
    padding: 0 6px;
  }
  .new-pricing-heading h2 {
    font-size: 26px;
    line-height: 1.25;
  }
}
.new-pricing-wrap {
  overflow: hidden;
  padding-bottom: 80px;
}

.mt-500 {
  margin-top: 80px;
}

.page-node-3841 article .grid-cont--xl,
.page-node-3846 article .grid-cont--xl {
  width: 1280px;
  max-width: 96%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5px;
}

.plans-compare__badge {
  background: url(../images/pricing/badge.svg);
}

/* callout */
.callout {
  position: relative;
  width: 1280px;
  max-width: 96%;
  overflow: hidden;
  margin: 0 auto 0;
  border-radius: 8px;
  text-align: center;
  color: #b6c0d4;
}

.callout__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -199px 0 0 -675px;
}

.callout__cont {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.callout__cont--small {
  padding-top: 70px;
  padding-bottom: 70px;
}

.callout h2 {
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.025em;
  position: relative;
}

.callout__subtitle {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.callout__button {
  margin-right: 8px;
  margin-left: 8px;
}

.callout__request {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #32bdb5;
  transition-duration: 0.125s;
  transition-property: color;
}

.callout__link {
  display: block;
  font-size: 26px;
  color: #32bdb5;
  transition-duration: 0.125s;
  transition-property: color;
}

.callout__button {
  width: 230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.callout__button a,
.callout__button a:visited {
  margin-right: 8px;
  margin-left: 8px;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #32bdb5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
}

.callout__button a:hover,
.callout__button a:focus,
.callout__button a:active {
  background: #1fb7ab;
  color: #fff;
  text-decoration: none;
}

p.mt-200.callout__button {
  margin-bottom: 0;
}

@media screen and (max-width: 1340px) {
  .callout {
    max-width: 100%;
    border-radius: 0;
  }
  .callout__bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1283.98px) {
  .free-trial .removed-lg {
    display: none;
  }
  .plans-compare__button {
    padding-right: 22px;
    padding-left: 22px;
  }
  .button--xsmall.plans-compare__button {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .free-trial .removed-lg {
    display: inline;
  }
  .plans-compare__button {
    padding-right: 22px;
    padding-left: 22px;
  }
  .button--xsmall.plans-compare__button {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .callout h2 {
    font-size: 28px;
  }
  .callout__bg img {
    width: auto;
    max-width: none;
    max-width: unset;
    height: 250px;
  }
}
@media screen and (max-width: 767.98px) {
  .callout h2 {
    font-size: 28px;
  }
  .plans-compare__button {
    padding: 2px 6px;
  }
}
@media screen and (max-width: 479px) {
  .external-rated__badge {
    font-size: 13px;
  }
  .callout__bg img {
    height: 300px;
  }
  .button--xsmall.plans-compare__button {
    font-size: 15px;
  }
}
/***Mini Solutions***/
.mini-solutions--pricing-bkd li {
  font-size: 16px;
  margin-top: 12px;
  position: relative;
  padding-left: 1.75rem;
}
.mini-solutions--pricing-bkd li::before {
  position: absolute;
  left: 0;
  content: "    ";
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cards/templates/images/check.svg") 50% 50%/100% 14px no-repeat;
}
.mini-solutions--pricing-bkd .ms-pricing__item--dark ul {
  color: #fff;
}

.mini-solutions--pricing-bkd ul {
  list-style: none;
  text-align: left;
  color: #004163;
  line-height: 1.375;
}

.sl-pricing__tile--aec li:before {
  content: "•";
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(54, 189, 181);
}

@media screen and (max-width: 991.98px) {
  .addon .sl-pricing__tile {
    min-height: initial;
    height: auto !important;
    padding: 64px;
  }
}
@media screen and (max-width: 768px) and (min-width: 575px) {
  .ms-pricing .default_pricing__col {
    margin-bottom: 36px;
  }
}
.industries-features--pricing .sl-pricing {
  background: radial-gradient(101.68% 52.73% at 37.25% 61.57%, #193B59 20.11%, #121F37 100%);
  color: #fff;
}
.industries-features--pricing .sl-pricing .button {
  font-size: 22px;
}
.industries-features--pricing .sl-pricing__tile {
  color: #35364E;
  position: relative;
  min-height: 100%;
}
.industries-features--pricing .sl-pricing__tile ul {
  text-align: left;
  margin-top: 32px;
}
.industries-features--pricing .sl-pricing__tile ul li {
  padding-left: 1.75em;
  position: relative;
}
.industries-features--pricing .sl-pricing__tile ul li:before {
  content: "    ";
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 18px;
  background: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 14' fill='none'%3E%3Cpath d='M16.5455 2L6.54545 12L2 7.45455' stroke='%230BC5BA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50%/100% 14px no-repeat;
}
.industries-features--pricing .sl-pricing__tile .button {
  max-width: 248px;
  padding: 10px;
}
.industries-features--pricing .sl-pricing__tile .h6 {
  color: #35364E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.231px;
  margin-top: 5px;
  margin-bottom: 16px;
}
.industries-features--pricing .sl-pricing__tile .pricing__addon__title {
  font-family: Metric-semibold;
  font-size: 26px;
  line-height: 33.8px;
  word-wrap: break-word;
}
.industries-features--pricing .pricing__addon {
  padding: 36px 40px;
  height: auto;
  /* Flex container for each column */
}
.industries-features--pricing .pricing__addon .h4 {
  color: #35364E;
  font-size: 26px;
  font-family: Metric-bold;
  font-weight: 600;
  line-height: 33.8px;
  word-wrap: break-word;
}
.industries-features--pricing .pricing__addon .p {
  height: auto;
  color: #35364E;
  font-size: 20px;
  font-family: Metric;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}
.industries-features--pricing .pricing__addon .button {
  width: 100%;
  padding: 10px;
  gap: 10px;
  flex-shrink: 0;
}
.industries-features--pricing .pricing__addon .misc-info {
  color: #BCBFD2;
  font-size: 18px;
  font-family: Metric;
  font-weight: 400;
  word-wrap: break-word;
}

@media screen and (max-width: 992px) {
  .industries-features--pricing .sl-pricing__tile--white {
    height: auto;
  }
  .industries-features--pricing .sl-pricing__tile__lower-section {
    position: relative !important;
    transform: none !important;
    min-height: 100%;
    left: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .industries-features--pricing .sl-pricing .button {
    font-size: 20px;
  }
}
/** Add-On section Style **/
.product_feed__toggle {
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.product_feed__toggle .h3 {
  font-size: 28px;
  min-height: 80px;
}
.product_feed__toggle .p {
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 120px;
}
.product_feed__toggle .product_feed__toggle__outer_cont {
  padding: 1px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  height: 281px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.product_feed__toggle .product_feed__toggle__outer_cont .product_feed__toggle__inner_cont {
  background: #fff;
  padding: 25px 27px 0;
  height: 279px;
  border-radius: 10px;
}

.product_add-on__carousel .head-reviews__arrow {
  opacity: 1;
}
.product_add-on__carousel .head-reviews__arrow--prev {
  left: -50px;
}
.product_add-on__carousel .head-reviews__arrow--next {
  right: -50px;
}

.add-on_block__ctas {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}
.add-on_block__ctas .add-on__cta {
  height: 66px;
  max-width: 315px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-family: "Metric-medium";
  letter-spacing: -0.23px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #0BC5BA;
  background: rgba(11, 197, 186, 0.1019607843);
  color: #003F65;
  padding-bottom: 0;
}
.add-on_block__ctas .add-on__cta:first-child {
  margin-left: 0;
}
.add-on_block__ctas .add-on__cta:last-child {
  margin-right: 0;
}
.add-on_block__ctas .add-on__cta.active {
  background: #0BC5BA;
  color: #fff;
  border: 1px solid #0BC5BA;
  font-family: "Metric-semibold";
}
.add-on_block__ctas .add-on__cta.active:hover {
  background: #0BC5BA;
}
.add-on_block__ctas .add-on__cta:hover {
  background: rgba(11, 197, 186, 0.2);
  font-family: "Metric-semibold";
}

.add-on__container a {
  margin: 50px auto 0;
}
.add-on__container h2 {
  background: linear-gradient(90deg, #174061 11.21%, #0BC5BA 73.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  width: fit-content;
  margin: 0 auto;
}

.aec_add-on {
  display: flex;
  padding-bottom: 10px;
}
.aec_add-on .aec_add-on__outer-container {
  margin-left: 16px;
  margin-right: 16px;
  padding: 1px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  height: 281px;
  max-width: 432px;
  width: 100%;
}
.aec_add-on .aec_add-on__outer-container:first-child {
  margin-left: 0;
}
.aec_add-on .aec_add-on__outer-container:last-child {
  margin-right: 0;
}
.aec_add-on .aec_add-on__inner-container {
  text-align: left;
  background: #fff;
  height: 279px;
  border-radius: 10px;
  padding: 25px 27px 0;
}
.aec_add-on .h3 {
  font-size: 28px;
  min-height: 52px;
}
.aec_add-on .p {
  margin-bottom: 0;
  min-height: 150px;
}

.ls_add-on {
  display: flex;
  padding-bottom: 10px;
}
.ls_add-on .ls_add-on__outer-container {
  margin-left: 16px;
  margin-right: 16px;
  padding: 1px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  height: 281px;
  max-width: 432px;
  width: 100%;
}
.ls_add-on .ls_add-on__outer-container:first-child {
  margin-left: 0;
}
.ls_add-on .ls_add-on__outer-container:last-child {
  margin-right: 0;
}
.ls_add-on .ls_add-on__inner-container {
  text-align: left;
  background: #fff;
  height: 279px;
  border-radius: 10px;
  padding: 25px 27px 0;
}
.ls_add-on .h3 {
  font-size: 28px;
  min-height: 52px;
}
.ls_add-on .p {
  margin-bottom: 0;
  min-height: 150px;
}

.fs_add-on {
  display: flex;
  padding-bottom: 10px;
}
.fs_add-on .fs_add-on__outer-container {
  margin-left: 16px;
  margin-right: 16px;
  padding: 1px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  height: 281px;
  max-width: 432px;
  width: 100%;
}
.fs_add-on .fs_add-on__outer-container:first-child {
  margin-left: 0;
}
.fs_add-on .fs_add-on__outer-container:last-child {
  margin-right: 0;
}
.fs_add-on .fs_add-on__inner-container {
  text-align: left;
  background: #fff;
  height: 279px;
  border-radius: 10px;
  padding: 25px 27px 0;
}
.fs_add-on .h3 {
  font-size: 28px;
  min-height: 52px;
}
.fs_add-on .p {
  margin-bottom: 0;
  min-height: 150px;
}

@media (max-width: 1350px) {
  .product_add-on__carousel .head-reviews__arrow--prev {
    left: -30px;
  }
  .product_add-on__carousel .head-reviews__arrow--next {
    right: -30px;
  }
}
@media (max-width: 1315px) {
  .product_add-on__carousel .head-reviews__arrow--prev {
    left: 0;
  }
  .product_add-on__carousel .head-reviews__arrow--next {
    right: 0;
  }
}
@media (max-width: 1070px) {
  .add-on_block__ctas .add-on__cta {
    font-size: 20px;
  }
}
@media (max-width: 1050px) {
  .product_feed__toggle .h3 {
    font-size: 26px;
    min-height: 68px;
  }
  .product_feed__toggle .p {
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 128px;
  }
}
@media (max-width: 1011px) {
  .add-on_block__ctas .add-on__cta {
    font-size: 18px;
  }
}
.product_add-on__carousel {
  margin-right: -16px;
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .product_add-on__carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  .product_feed__toggle .product_feed__toggle__outer_cont {
    max-width: 432px;
    width: 100%;
  }
  .product_feed__toggle .product_feed__toggle__outer_cont .product_feed__toggle__inner_cont {
    padding: 18px 21px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F7FA 100%);
  }
  .aec_add-on .aec_add-on__inner-container {
    padding: 18px 21px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F7FA 100%);
  }
  .ls_add-on .ls_add-on__inner-container {
    padding: 18px 21px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F7FA 100%);
  }
  .fs_add-on .fs_add-on__inner-container {
    padding: 18px 21px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F7FA 100%);
  }
  .product_feed__toggle {
    padding-bottom: 10px;
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media (max-width: 991.98px) {
  .product_feed__toggle .p {
    min-height: 137px;
  }
  .product_add-on__carousel .head-reviews__arrow--next {
    top: 50%;
  }
  .product_add-on__carousel .head-reviews__arrow--prev {
    top: 50%;
  }
  .aec_add-on .aec_add-on__outer-container {
    margin-left: 9px;
    margin-right: 9px;
  }
  .aec_add-on .h3 {
    font-size: 26px;
  }
  .aec_add-on .p {
    min-height: 156px;
    line-height: 30px;
  }
  .ls_add-on .ls_add-on__outer-container {
    margin-left: 9px;
    margin-right: 9px;
  }
  .ls_add-on .h3 {
    font-size: 26px;
  }
  .ls_add-on .p {
    min-height: 145px;
    line-height: 30px;
  }
  .fs_add-on .h3 {
    font-size: 26px;
  }
  .fs_add-on .p {
    min-height: 150px;
    line-height: 30px;
  }
  .fs_add-on .fs_add-on__outer-container {
    margin-left: 9px;
    margin-right: 9px;
  }
}
.add-on_block__ctas_mobile, .add-on__lbl {
  display: none;
}

@media (max-width: 964px) {
  .product_feed__toggle .h3 {
    font-size: 25px;
    min-height: 65px;
  }
  .product_feed__toggle .p {
    line-height: 25px;
    min-height: 140px;
  }
  .product_feed__toggle .p--medium {
    font-size: 15px;
  }
  .aec_add-on .h3 {
    font-size: 25px;
  }
  .ls_add-on .h3 {
    font-size: 25px;
  }
  .fs_add-on .h3 {
    font-size: 25px;
  }
}
@media (max-width: 885.98px) {
  .product_add-on__carousel {
    grid-template-columns: repeat(1, 1fr);
  }
  .add-on__lbl {
    text-align: left;
    max-width: 291px;
    width: 100%;
    display: block;
    margin: 40px auto 4px;
    font-size: 18px;
    color: #686868;
  }
  .add-on_block__ctas {
    display: none;
  }
  .add-on_block__ctas_mobile {
    display: block;
    max-width: 305px;
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #131313;
    border-radius: 6px;
    height: 46px;
    font-size: 20px;
    padding: 10px;
    line-height: 23.74px;
    font-family: "Metric-semibold";
    color: #35364e;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M1 1L5.84615 6.53846L10 1" stroke="%2335364E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 18px;
    background-size: 13px;
  }
  .product_feed__toggle {
    padding-bottom: 1px;
  }
  .product_feed__toggle .product_feed__toggle__outer_cont {
    max-width: 432px;
    margin: 10px auto;
    width: 100%;
    height: auto;
  }
  .product_feed__toggle .product_feed__toggle__outer_cont .product_feed__toggle__inner_cont {
    padding: 17px 21px 0;
    height: auto;
  }
  .product_feed__toggle .h3 {
    min-height: auto;
    padding-bottom: 14px;
  }
  .product_feed__toggle .p {
    min-height: auto;
    line-height: 26px;
    padding-bottom: 45px;
  }
  .product_feed__toggle .p--medium {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .aec_add-on {
    flex-direction: column;
  }
  .aec_add-on .aec_add-on__inner-container {
    padding: 17px 21px 0;
    height: auto;
  }
  .aec_add-on .aec_add-on__outer-container {
    height: auto;
    max-width: 432px;
    margin: 10px auto;
  }
  .aec_add-on .aec_add-on__outer-container:first-child {
    margin-left: auto;
  }
  .aec_add-on .aec_add-on__outer-container:last-child {
    margin-right: auto;
  }
  .aec_add-on .h3 {
    min-height: auto;
    padding-bottom: 14px;
  }
  .aec_add-on .p {
    min-height: auto;
    padding-bottom: 45px;
  }
  .aec_add-on .p--medium {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .ls_add-on {
    flex-direction: column;
  }
  .ls_add-on .ls_add-on__inner-container {
    height: auto;
    padding: 17px 21px 0;
  }
  .ls_add-on .ls_add-on__outer-container {
    height: auto;
    margin: 10px auto;
  }
  .ls_add-on .ls_add-on__outer-container:first-child {
    margin-left: auto;
  }
  .ls_add-on .ls_add-on__outer-container:last-child {
    margin-right: auto;
  }
  .ls_add-on .h3 {
    min-height: auto;
    padding-bottom: 14px;
  }
  .ls_add-on .p {
    min-height: auto;
    padding-bottom: 45px;
  }
  .ls_add-on .p--medium {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .fs_add-on {
    flex-direction: column;
  }
  .fs_add-on .fs_add-on__inner-container {
    padding: 17px 21px 0;
    height: auto;
  }
  .fs_add-on .fs_add-on__outer-container {
    margin: 10px auto;
    height: auto;
  }
  .fs_add-on .fs_add-on__outer-container:first-child {
    margin-left: auto;
  }
  .fs_add-on .fs_add-on__outer-container:last-child {
    margin-right: auto;
  }
  .fs_add-on .h3 {
    min-height: auto;
    padding-bottom: 14px;
  }
  .fs_add-on .p {
    min-height: auto;
    padding-bottom: 45px;
  }
  .fs_add-on .p--medium {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .accordion-card_mobile {
    font-size: 16px;
    font-family: "Metric";
  }
}
/* new seo template*/
.dt-seo-content .dt-article-content .article-share:first-of-type {
  display: none;
}
.dt-seo-content .dt-article-content a:hover {
  color: #1fb7ab;
}

.article-content .article-share:first-of-type {
  display: none;
}

.margin-0 {
  margin: 0;
}

.dt-mt-10 {
  margin-top: 10px;
}

.dt-mt-20 {
  margin-top: 20px;
}

.dt-mt-30 {
  margin-top: 30px;
}

.dt-mt-40 {
  margin-top: 40px;
}

.dt-mt-50 {
  margin-top: 50px;
}

.dt-mt-60 {
  margin-top: 60px;
}

.dt-mt-70 {
  margin-top: 70px;
}

.dt-mt-80 {
  margin-top: 80px;
}

.dt-mt-90 {
  margin-top: 90px;
}

.dt-mt-100 {
  margin-top: 100px;
}

.dt-mt-110 {
  margin-top: 110px;
}

.dt-mt-120 {
  margin-top: 120px;
}

.dt-mt-130 {
  margin-top: 130px;
}

.dt-mt-140 {
  margin-top: 140px;
}

.dt-mt-150 {
  margin-top: 150px;
}

.dt-mt-200 {
  margin-top: 200px;
}

.dt-mb-10 {
  margin-bottom: 10px;
}

.dt-mb-20 {
  margin-bottom: 20px;
}

.dt-mb-30 {
  margin-bottom: 30px;
}

.dt-mb-40 {
  margin-bottom: 40px;
}

.dt-mb-50 {
  margin-bottom: 50px;
}

.dt-mb-60 {
  margin-bottom: 60px;
}

.dt-mb-70 {
  margin-bottom: 70px;
}

.dt-mb-80 {
  margin-bottom: 80px;
}

.dt-mb-90 {
  margin-bottom: 90px;
}

.dt-mb-100 {
  margin-bottom: 100px;
}

.dt-mb-110 {
  margin-bottom: 110px;
}

.dt-mb-120 {
  margin-bottom: 120px;
}

.dt-mb-130 {
  margin-bottom: 130px;
}

.dt-mb-140 {
  margin-bottom: 140px;
}

.dt-mb-150 {
  margin-bottom: 150px;
}

.dt-mb-160 {
  margin-bottom: 160px;
}

.dt-mb-200 {
  margin-bottom: 200px;
}

.dt-mb-0 {
  margin-bottom: 0;
}

.dt-mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dt-mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dt-mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dt-mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dt-mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.dt-mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.dt-mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.dt-mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.dt-mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.dt-mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.dt-mtb-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.dt-mtb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.dt-mtb-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.dt-mtb-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.dt-mtb-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.dt-pt-10 {
  padding-top: 10px;
}

.dt-pt-20 {
  padding-top: 20px;
}

.dt-pt-30 {
  padding-top: 30px;
}

.dt-pt-40 {
  padding-top: 40px;
}

.dt-pt-50 {
  padding-top: 50px;
}

.dt-pt-60 {
  padding-top: 60px;
}

.dt-pt-70 {
  padding-top: 70px;
}

.dt-pt-80 {
  padding-top: 80px;
}

.dt-pt-90 {
  padding-top: 90px;
}

.dt-pt-100 {
  padding-top: 100px;
}

.dt-pt-110 {
  padding-top: 110px;
}

.dt-pt-120 {
  padding-top: 120px;
}

.dt-pt-130 {
  padding-top: 130px;
}

.dt-pt-140 {
  padding-top: 140px;
}

.dt-pt-150 {
  padding-top: 150px;
}

.dt-pt-160 {
  padding-top: 160px;
}

.dt-pt-170 {
  padding-top: 170px;
}

.dt-pt-180 {
  padding-top: 180px;
}

.dt-pt-190 {
  padding-top: 190px;
}

.dt-pt-200 {
  padding-top: 200px;
}

.dt-pt-250 {
  padding-top: 250px;
}

.dt-pt-300 {
  padding-top: 300px;
}

.dt-pt-350 {
  padding-top: 350px;
}

.dt-pb-10 {
  padding-bottom: 10px;
}

.dt-pb-20 {
  padding-bottom: 20px;
}

.dt-pb-30 {
  padding-bottom: 30px;
}

.dt-pb-40 {
  padding-bottom: 40px;
}

.dt-pb-50 {
  padding-bottom: 50px;
}

.dt-pb-60 {
  padding-bottom: 60px;
}

.dt-pb-70 {
  padding-bottom: 70px;
}

.dt-pb-80 {
  padding-bottom: 80px;
}

.dt-pb-90 {
  padding-bottom: 90px;
}

.dt-pb-100 {
  padding-bottom: 100px;
}

.dt-pb-110 {
  padding-bottom: 110px;
}

.dt-pb-120 {
  padding-bottom: 120px;
}

.dt-pb-130 {
  padding-bottom: 130px;
}

.dt-pb-140 {
  padding-bottom: 140px;
}

.dt-pb-150 {
  padding-bottom: 150px;
}

.dt-pb-160 {
  padding-bottom: 160px;
}

.dt-pb-170 {
  padding-bottom: 170px;
}

.dt-pb-180 {
  padding-bottom: 180px;
}

.dt-pb-190 {
  padding-bottom: 190px;
}

.dt-pb-200 {
  padding-bottom: 200px;
}

.dt-pb-250 {
  padding-bottom: 250px;
}

.dt-pb-300 {
  padding-bottom: 300px;
}

.dt-pb-350 {
  padding-bottom: 350px;
}

.dt-ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dt-ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dt-ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dt-ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dt-ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dt-ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.dt-ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.dt-ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.dt-ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.dt-ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dt-ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.dt-ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.dt-ptb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.dt-ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.dt-ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.dt-fixed-width {
  width: 1280px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.dt-fixed-size {
  width: 1280px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.dt-fixed-width.dt-fixed-1180 {
  width: 1180px;
}

.dt-fixed-width.dt-fixed-1100 {
  width: 1100px;
}

.dt-fixed-width.dt-fixed-1080 {
  width: 1080px;
}

.dt-fixed-width.dt-fixed-980 {
  width: 980px;
}

.dt-fixed-width.dt-fixed-800 {
  width: 800px;
}

@media only screen and (max-width: 767.98px) {
  .dt-fixed-width {
    max-width: 90%;
  }
  .dt-fixed-size {
    max-width: 90%;
  }
}
@media screen and (max-width: 767.98px) {
  .dt-br-removed-sm br {
    display: none;
  }
}
.dt-button a {
  display: inline-block;
  width: auto;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #0bc5ba;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff !important;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
  text-align: center;
}
.dt-button a:visited {
  background: #0bc5ba;
}
.dt-button a:hover {
  background: #1fb7ab;
}
.dt-button a:active {
  background: #1fb7ab;
}
.dt-button a:focus {
  background: #1fb7ab;
}

.dt-linear-background {
  background-color: #fff;
  background-image: linear-gradient(180deg, #f3f8fb, #ffffff);
  padding: 30px 0;
  overflow: hidden;
}

.dt-seo-before-content p {
  font-size: 16px;
}
.dt-seo-before-content p strong {
  color: #5e636b;
  font-weight: 600;
}
.dt-seo-before-content p a {
  color: #7d828b;
  text-decoration: none;
  font-weight: normal;
}
.dt-seo-before-content p a:visited {
  color: #7d828b;
}
.dt-seo-before-content p a:hover {
  color: #7d828b;
  text-decoration: underline;
}
.dt-seo-before-content p a:active {
  color: #7d828b;
  text-decoration: underline;
}
.dt-seo-before-content p a:focus {
  color: #7d828b;
  text-decoration: underline;
}

.dt-seo-content {
  display: flex;
}
.dt-seo-content > .wp-block-group__inner-container {
  display: flex;
}
.dt-seo-content .dt-article-content {
  flex-basis: 66.667%;
}
.dt-seo-content .dt-article-sidebar {
  flex-basis: calc(33.333% - 32px);
  margin-left: 32px;
}

.dt-article-content h1 {
  font-size: 36px;
  color: #004163;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.39px;
  margin-bottom: 30px;
}
.dt-article-content p {
  color: #35364e;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 30px;
}
.dt-article-content p a {
  font-weight: 500;
  border-bottom: 1px solid #0bc5ba;
  font-family: "Metric-medium";
}
.dt-article-content ul li {
  list-style-type: none;
  position: relative;
  color: #35364e;
  font-size: 20px;
}
.dt-article-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #0bc5ba;
  position: absolute;
  top: 10px;
  left: -12px;
}
.dt-article-content ul li a {
  font-weight: 500;
  border-bottom: 1px solid #0bc5ba;
}

.dt-img-round-corners img {
  border-radius: 6px;
}

.dt-img-round-corners img {
  border-radius: 6px;
}

.dt-highlight-box {
  background: rgba(0, 123, 189, 0.04);
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 40px;
}
.dt-highlight-box p {
  color: #004163;
}
.dt-highlight-box p strong {
  font-weight: 600;
}
.dt-highlight-box ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.dt-highlight-box ul li {
  margin-bottom: 8px;
}
.dt-highlight-box ul li::before {
  background: #004163;
  opacity: 0.6;
}

.dt-article-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #35364e;
  margin-bottom: 20px;
}
.dt-article-content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #35364e;
  margin-bottom: 20px;
}
.dt-article-content .wp-block-quote {
  border-left: 4px solid #edeff4;
  padding-left: 24px;
  margin-left: 40px;
  padding-top: 45px;
  position: relative;
}
.dt-article-content .wp-block-quote::before {
  content: "";
  width: 32px;
  height: 26px;
  background: url(../images/dt-seo-template/icon-quote.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 18px;
}
.dt-article-content .wp-block-quote p {
  font-style: italic;
  font-size: 24px;
  line-height: 1.4375;
  color: #5e636b;
  font-weight: 400;
}
.dt-article-content .wp-block-quote a {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
}
.dt-article-content ol {
  padding-left: 30px;
}
.dt-article-content ol li {
  list-style-type: none;
  color: #35364e;
  font-size: 20px;
  line-height: 27px;
}
.dt-article-content ol li > strong {
  font-weight: 600;
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.dt-article-content ol li > strong + br {
  display: none;
}
.dt-article-content ol.article__list-decimal li {
  list-style-type: decimal !important;
}
.dt-article-content ol.article__list-decimal li > strong {
  display: inline;
  font-size: 20px;
  line-height: 1.5;
}
.dt-article-content ol.article__list-decimal li > strong + br {
  display: block;
}
.dt-article-content ol.article__list-decimal.with__sub-bullets li ul {
  padding-left: 15px;
}
.dt-article-content ol.article__list-decimal.with__sub-bullets li ul li {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.dt-article-content figcaption em {
  font-style: italic;
}
.dt-article-content .wp-block-cover {
  border-radius: 6px;
}
.dt-article-content .wp-block-cover > .wp-block-cover__inner-container {
  padding: 40px 0 10px;
}
.dt-article-content .wp-block-cover h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 29px;
  color: #fff;
}

.dt-article-sidebar h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #35364e;
  margin-bottom: 15px;
}

.dt-usefull-links .wp-block-columns {
  background: rgba(0, 123, 189, 0.04);
  border-radius: 4px;
  padding: 10px 30px 10px 10px;
  margin-bottom: 12px;
  position: relative;
}
.dt-usefull-links .wp-block-columns::before {
  content: "";
  width: 7px;
  height: 2px;
  background: #35364e;
  border-radius: 1.8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.dt-usefull-links .wp-block-columns::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #35364e;
  border-radius: 1.8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(-45deg);
}
.dt-usefull-links .wp-block-column:last-child {
  margin-left: 18px;
}
.dt-usefull-links .wp-block-column:last-child a {
  color: inherit;
}
.dt-usefull-links .wp-block-column:last-child a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.dt-usefull-links figure {
  margin-top: 10px;
}
.dt-usefull-links p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.181818px;
  color: #7d828b;
  margin-bottom: 5px;
}
.dt-usefull-links p strong {
  font-weight: 600;
  line-height: 23px;
  color: #35364e;
}

.dt-article-resources {
  margin-top: 40px;
  margin-bottom: 40px;
}
.dt-article-resources .wp-block-columns {
  position: relative;
  margin-bottom: 12px;
  flex-wrap: nowrap;
}
.dt-article-resources .wp-block-columns .wp-block-column:last-child {
  margin-left: 18px;
}
.dt-article-resources .wp-block-columns:hover {
  transform: scale(1.05);
  transition: all 200ms ease-in;
}
.dt-article-resources figure img {
  border-radius: 6px;
  height: auto;
}
.dt-article-resources h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.181818px;
  color: #424242;
  margin-bottom: 5px;
}
.dt-article-resources p {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.181818px;
  color: #7d828b;
  margin-bottom: 5px;
}
.dt-article-resources p a {
  font-weight: 600;
}
.dt-article-resources p a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dt-cover-gray-bg {
  border-radius: 6px;
  margin-bottom: 40px;
}
.dt-cover-gray-bg > .wp-block-cover__inner-container {
  padding: 30px 0 10px;
}
.dt-cover-gray-bg h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #4c4c4c;
}
.dt-cover-gray-bg .dt-button {
  margin-bottom: 0;
}
.dt-cover-gray-bg .dt-button a {
  font-size: 18px;
  line-height: 19px;
  padding: 10px 30px;
}

.dt-article-contents-list ol {
  padding-left: 20px;
}
.dt-article-contents-list ol li {
  list-style-type: decimal;
  position: relative;
  margin-bottom: 0;
  padding: 5px;
  color: #004163;
  font-size: 16px;
}
.dt-article-contents-list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #004163;
}
.dt-article-contents-list a:visited {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #004163;
}
.dt-article-contents-list a:hover {
  color: #0092d8;
}
.dt-article-contents-list a:hover::after {
  content: "";
  width: 105%;
  height: 100%;
  background: rgba(0, 123, 189, 0.03);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: -25px;
}
.dt-article-contents-list a:focus {
  color: #0092d8;
}
.dt-article-contents-list a:focus::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 189, 0.03);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.dt-article-contents-list .active a {
  color: #32bdb5;
}

@media only screen and (max-width: 991.98px) {
  .dt-seo-content {
    flex-wrap: wrap;
  }
  .dt-seo-content > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  .dt-seo-content .dt-article-content {
    flex-basis: 100%;
  }
  .dt-seo-content .dt-article-sidebar {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .dt-usefull-links > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
  }
  .dt-usefull-links > .wp-block-group__inner-container > h3 {
    flex-basis: 100%;
  }
  .dt-usefull-links .wp-block-columns {
    flex-basis: calc(33.33% - 10px);
    margin-right: 10px;
    flex-wrap: nowrap;
  }
  .dt-usefull-links .wp-block-columns:last-child {
    margin-right: 0;
  }
  .dt-article-contents-list {
    display: none;
  }
  .dt-linear-background {
    padding-bottom: 0;
  }
  .dt-cover-gray-bg {
    margin-bottom: 0;
  }
  .dt-article-content .wp-block-cover h2 {
    margin-bottom: 0;
    font-size: 22px;
  }
  .dt-article-content .dt-button a {
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .dt-usefull-links .wp-block-columns {
    flex-basis: 100%;
    margin-right: 0;
  }
  .dt-usefull-links .wp-block-column:first-child {
    flex-basis: 16% !important;
  }
  .dt-usefull-links .wp-block-column:last-child {
    flex-basis: 84% !important;
  }
  .dt-article-content h1 {
    font-size: 30px;
    line-height: 1.02;
  }
  .dt-article-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .dt-article-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .dt-article-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 26px;
  }
  .dt-article-content ol {
    padding-left: 20px;
  }
  .dt-article-content ol li {
    font-size: 18px;
  }
  .dt-article-content ol li > strong {
    font-size: 22px;
  }
  .dt-article-content ul {
    padding-left: 20px;
  }
  .dt-article-content .wp-block-quote {
    padding-left: 18px;
    border-left: 3px solid #edeff4;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .dt-article-content .wp-block-quote p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .dt-article-content .wp-block-quote a {
    font-size: 20px;
  }
  .dt-highlight-box {
    padding: 20px;
    margin: 0 -20px 20px;
  }
  .dt-highlight-box ul {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .dt-article-resources .wp-block-columns {
    flex-wrap: wrap;
  }
  .dt-article-resources .wp-block-columns .wp-block-column:last-child {
    margin-left: 0;
  }
  .dt-article-resources figure img {
    border-radius: 6px;
    width: 100%;
  }
}
.eg-rchecklist-bg h2 {
  color: #004163 !important;
  text-align: left;
  font-size: 20px;
}

@media screen and (max-width: 991.98px) {
  .eg-rchecklist-bg {
    min-height: 320px !important;
  }
}
@media (max-width: 768px) {
  .social-sharing-buttons a,
  .social-sharing-buttons__button {
    text-decoration: none;
    display: inline-grid;
  }
  .social-sharing-buttons {
    width: 100%;
    display: block;
  }
}
.wp-block-group.dt-full-width.dt-linear-background .dt-seo-before-content {
  display: none;
}

.professional-services-contact > .wp-block-group__inner-container {
  margin: 0 auto;
}
.professional-services-contact > .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.professional-services-contact .professional-services__divider {
  margin: 32px 0 0;
}
.professional-services-contact .professional-services-form {
  padding: 40px 48px !important;
  position: relative;
  margin-top: -32px;
  margin-bottom: 80px;
  padding: 36px 48px 48px;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.professional-services-contact .professional-services-form .professional-services-form__title {
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 500;
}
.professional-services-contact .professional-services-form .professional-services-form__title strong {
  font-weight: 700;
}
.professional-services-contact .professional-services-form .professional-services-form__subtitle {
  margin: -4px 0 12px;
}
.professional-services-contact .professional-services-form .mktoFormRow input[type=text],
.professional-services-contact .professional-services-form .mktoFormRow input[type=email],
.professional-services-contact .professional-services-form .mktoFormRow input[type=tel],
.professional-services-contact .professional-services-form .mktoForm textarea {
  padding: 11px 15px !important;
  border-radius: 4px;
  border: 1px solid #CCD3E0 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 18px !important;
  line-height: 24px;
  color: #35364E !important;
  transition-duration: 0.125s !important;
  transition-property: border-color, box-shadow !important;
}
.professional-services-contact .professional-services-form .mktoFormRow input[type=text]:hover,
.professional-services-contact .professional-services-form .mktoFormRow input[type=email]:hover,
.professional-services-contact .professional-services-form .mktoFormRow input[type=tel]:hover,
.professional-services-contact .professional-services-form .mktoForm textarea:hover {
  border-color: #0BC5BA !important;
}
.professional-services-contact .professional-services-form .mktoFormRow input[type=text]:focus,
.professional-services-contact .professional-services-form .mktoFormRow input[type=email]:focus,
.professional-services-contact .professional-services-form .mktoFormRow input[type=tel]:focus,
.professional-services-contact .professional-services-form .mktoForm textarea:focus {
  border-color: #0BC5BA !important;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1) !important;
  outline: none;
}
.professional-services-contact .professional-services-form .mktoFormRow select {
  position: relative;
  width: 100% !important;
  padding: 11px 15px !important;
  border-radius: 4px;
  border: 1px solid #CCD3E0 !important;
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46px" height="12px" viewBox="0 0 12 12"><path fill="%237F7F7F" d="M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z"></path></svg>') 100% 50% no-repeat;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 18px !important;
  line-height: 24px;
  color: #9395AD !important;
  cursor: pointer;
  transition-duration: 0.125s !important;
  transition-property: border-color, box-shadow !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
.professional-services-contact .professional-services-form .mktoFormRow select:hover {
  border-color: #0BC5BA !important;
}
.professional-services-contact .professional-services-form .mktoFormRow select:focus {
  border-color: #0BC5BA !important;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1) !important;
  outline: none;
}
.professional-services-contact .professional-services-form .mktoFormRow input[type=checkbox] {
  cursor: pointer;
}
.professional-services-contact .professional-services-form .mktoButtonRow,
.professional-services-contact .professional-services-form .mktoButton {
  width: 100%;
}
.professional-services-contact .professional-services-form .mktoButton {
  display: block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #32BDB5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
}
.professional-services-contact .professional-services-form .mktoButton:hover, .professional-services-contact .professional-services-form .mktoButton:focus {
  background: #2CA19B;
  color: #FFF !important;
  outline: none;
}
.professional-services-contact #LblMarketing_Opt-In,
.professional-services-contact #LblUnsubscribed {
  cursor: pointer;
  display: block;
  padding: 4px 0;
  font-size: 15px;
  line-height: 16px;
  color: #35354F;
  font-weight: normal;
}
.professional-services-contact #LblMarketing_Opt-In a, .professional-services-contact #LblMarketing_Opt-In strong,
.professional-services-contact #LblUnsubscribed a,
.professional-services-contact #LblUnsubscribed strong {
  font-weight: normal;
}
.professional-services-contact #LblconsentGiven {
  display: block;
  padding: 4px 12px;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #35354F !important;
}
.professional-services-contact #LblconsentGiven a, .professional-services-contact #LblconsentGiven a:focus {
  color: #707070 !important;
  border-bottom: 2px solid #707070 !important;
  text-decoration: none;
}
.professional-services-contact #LblconsentGiven a:hover, .professional-services-contact #LblconsentGiven a:focus {
  color: #32BDB5 !important;
  border-bottom: 2px solid #32BDB5 !important;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .professional-services-form .mktoFormRow {
    clear: both !important;
  }
  .professional-services-form .mktoFormRow:nth-child(4), .professional-services-form .mktoFormRow:nth-child(2) {
    width: 100% !important;
  }
  .professional-services-form .mktoFormRow:nth-child(5), .professional-services-form .mktoFormRow:nth-child(3) {
    width: 100% !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .professional-services-contact .professional-services__divider {
    margin: 18px 0 0;
  }
  .professional-services-contact .professional-services-form {
    margin-top: 36px;
    margin-bottom: 60px;
    padding: 15px 24px 24px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 500px) {
  .professional-services-form .mktoFormRow {
    width: 100% !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 413px) {
  .professional-services-form .mktoFormRow {
    width: 100% !important;
  }
}
@media only screen and (max-width: 560px) {
  .professional-services-form .mktoButton {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
.views-row.story-row {
  padding-top: 15px;
  margin-bottom: 15px;
}

.success-stories-block-heading .text-formatted {
  position: relative;
  overflow: hidden;
}
.success-stories-block-heading .text-formatted p {
  margin: 0;
}
.success-stories-block-heading .text-formatted p::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(31, 90, 160, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.success-stories-block-heading img {
  width: 100%;
  object-fit: cover;
  margin-bottom: -5px;
}
.success-stories-block-heading h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  width: 100%;
  line-height: 1.3em;
  color: #fff;
  text-transform: uppercase;
  font-size: calc(10px + 2.2vw);
  font-weight: 700;
  text-shadow: 0 0 20px #0b142b;
}
.success-stories-block-heading h1 strong {
  display: block;
  font-weight: normal;
  font-size: calc(10px + 1.8vw);
}

.success-stories-block-heading.article-inner-heading h1 {
  z-index: 2;
}

.success-stories-block-heading.article-inner-heading h1 strong {
  font-weight: 700;
}

.story-bg-top {
  background: #252c3b;
}

.story-grid {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}
.story-grid:hover {
  transform: translateY(-12px);
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.5);
}
.story-grid:focus {
  transform: translateY(-12px);
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.5);
}
.story-grid .story-grid-image {
  margin: 60px auto 25px;
  padding: 0 30px;
}
.story-grid .story-grid-title-wrap {
  padding: 0 30px;
  margin-bottom: 15px;
}
.story-grid .story-grid-title-wrap h3 a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.story-grid .story-grid-title-wrap h3 a:visited {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.story-grid .story-grid-body-wrap {
  padding: 0 30px;
}
.story-grid .story-grid-body p {
  margin-bottom: 20px;
}
.story-grid .story-grid-link-wrap p {
  padding: 0 25px;
}
.story-grid .grid-hover-wrap {
  margin-bottom: 0;
}

.story-sub-heading .story-quote {
  position: relative;
  color: #fff;
}
.story-sub-heading .story-quote::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 5px;
  width: 70px;
  height: 60px;
  display: inline-block;
  background: url("../images/quote-90x80-01.svg") no-repeat center center;
  background-size: cover;
}
.story-sub-heading .story-quote p {
  font-size: 20px;
  padding-left: 40px;
}
.story-sub-heading .story-quote .green-link a:hover {
  background: transparent;
}

.story-copy {
  padding-right: 30px;
}
.story-copy h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
.story-copy h2::before {
  content: " ";
  width: 100px;
  height: 3px;
  background: #0bc5ba;
  position: absolute;
  top: -10px;
  left: 0;
}
.story-copy h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.story-sidebar-in {
  background: #0bc5ba;
  padding: 45px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 5px;
}
.story-sidebar-in h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.story-sidebar-in p {
  margin-bottom: 25px;
}
.story-sidebar-in ul {
  list-style: outside disc;
  padding-left: 25px;
  margin-bottom: 25px;
}
.story-sidebar-in ul li {
  margin-bottom: 10px;
}

.story-sidebar {
  position: sticky;
  top: 110px;
}

.story-body-quote {
  background: #fafafa;
  padding: 50px 40px;
  margin: 10px auto 40px;
  position: relative;
}

.story-body-quote::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  width: 70px;
  height: 60px;
  display: inline-block;
  background: url("../images/quote-90x80-01.svg") no-repeat center center;
  background-size: cover;
}

.story-body-quote .story-body-quote-client {
  margin-bottom: 0;
  font-style: italic;
}

.story-body-quote .story-body-quote-client strong {
  font-weight: bold;
  color: #0bc5ba;
  font-style: normal;
}

.video-link {
  position: relative;
}

.video-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("../images/playbutton-64x64.svg") no-repeat center center;
  background-size: cover;
}

.video-icon-link a,
.video-icon-link a:visited,
.pdf-link a,
.pdf-link a:visited {
  transition: none;
  position: relative;
  padding-left: 25px;
  border: -1px;
  padding-bottom: 5px;
  border: 0;
  background: transparent;
}

.video-icon-link a:hover,
.video-icon-link a:focus,
.video-icon-link a:active,
.pdf-link a:hover,
.pdf-link a:focus,
.pdf-link a:active {
  color: #fff;
  text-decoration: none;
  border: 0;
  background: transparent;
}

.video-icon-link a::before,
.pdf-link a::before {
  display: block;
  content: "";
  border-bottom: solid 3px #fff;
  transform: scaleX(0);
  transition: transform 250ms ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: 100% 50%;
}

.video-icon-link a::after,
.pdf-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 25px;
  display: inline-block;
  background: url("../images/file-pdf-white.svg") no-repeat center center;
  background: url("../images/file-pdf-teal.svg") no-repeat center center;
  background-size: cover;
}

.video-icon-link a::after {
  background: url("../images/file-video-teal.svg") no-repeat center center;
}

.video-icon-link a:hover::after,
.video-icon-link a:focus::after,
.pdf-link a:hover::after,
.pdf-link a:focus::after {
  background: url("../images/file-pdf-white.svg") no-repeat center center;
  background-size: cover;
}

.video-icon-link a:hover::after,
.video-icon-link a:focus::after {
  background: url("../images/file-video-white.svg") no-repeat center center;
}

.video-icon-link a:hover::before,
.video-icon-link a:focus::before,
.pdf-link a:hover::before,
.pdf-link a:focus::before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.story-row {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.story-grid {
  flex-basis: calc(33.33% - 20px);
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.story-row .story-grid:not(:first-child) {
  margin-left: 30px;
}

.story-row .story-grid:nth-child(10),
.story-row .story-grid:nth-child(7),
.story-row .story-grid:nth-child(4) {
  margin-left: 0;
}

.story-grid .story-grid-link-wrap {
  margin-bottom: 0;
  margin-top: auto;
}

.streamline-optimize {
  padding: 50px 0;
  width: 100%;
  background: #fafafa;
}

.streamline-optimize h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.streamline-optimize h2 strong {
  display: block;
  font-size: 40px;
  font-weight: 700;
}

.streamline-optimize p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  hyphens: none;
}

.streamline-optimize p a,
.streamline-optimize p a:visited {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff;
  padding: 10px 25px;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
}

.streamline-optimize p a:hover,
.streamline-optimize p a:focus {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba;
  text-decoration: none;
}

/*
.streamline-optimize p a:first-child {
  background: $teal;
  border: 2px solid $teal;
  color: $white;
}

.streamline-optimize p a:last-child {
  background: $midnight-blue;
  border: 2px solid $midnight-blue;
  color: $white;
}
*/
.story-grid .story-grid-link-wrap p {
  color: #0bc5ba;
  padding-bottom: 3px;
  border-bottom: 2px solid #0bc5ba;
  font-size: 19px;
  font-weight: normal;
  transition: all 0.3s ease;
}

.story-grid .story-grid-link-wrap p.no-link-placeholder {
  padding: 0;
  margin: 0 25px 30px;
  width: auto;
  display: inline-block;
}

.story-sidebar-in a[href^="tel:"] {
  color: #fff !important;
  text-decoration: none;
}

.three-of-four {
  justify-content: center;
}

.three-of-four .story-grid {
  flex-basis: calc(25% - 20px);
}

.story-grid ul {
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (max-width: 1280px) {
  .wp-block-column.story-copy {
    flex-basis: 65% !important;
  }
  .story-sub-heading .story-quote {
    padding-right: 15px;
  }
  .wp-block-column.story-sidebar {
    flex-basis: 35% !important;
  }
  .strimline.art-section h2,
  .streamline-optimize h2 {
    font-size: calc(10px + 1.8vw);
  }
  .strimline.art-section h2 strong,
  .streamline-optimize h2 strong {
    font-size: calc(10px + 2vw);
    line-height: 1.56;
  }
}
@media only screen and (max-width: 1280px) {
  .inner-heading h1 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .fixed-size.story-row,
  .fixed-size {
    max-width: 90%;
  }
  .footer-copy-in.fixed-size {
    max-width: 94%;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-heading h1 {
    line-height: 43px;
    font-size: 33px;
  }
  .inner-heading h1 strong {
    font-weight: normal;
    display: block;
    font-size: 27px;
    line-height: 33px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 899px) {
  .fixed-size.story-row {
    max-width: 90%;
  }
  .wp-block-column.story-sidebar {
    order: 1;
  }
  .wp-block-column.story-copy {
    order: 2;
    margin-top: 50px;
  }
  .story-data .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-column.story-copy,
  .wp-block-column.story-sidebar {
    flex-basis: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .story-sub-heading {
    display: block;
  }
  .wp-block-column.story-quote,
  .wp-block-column.story-video {
    flex-basis: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-column.story-quote {
    margin-top: 55px;
  }
  .green-button.black-button {
    margin: 0 5px;
  }
  .green-button a {
    padding: 8px 16px;
    font-size: 18px;
  }
  .story-row.views-row.clearfix {
    width: 400px !important;
    max-width: 94%;
    margin: 0 auto !important;
  }
  .story-row.views-row.clearfix .story-grid.views-col {
    flex-basis: 400px !important;
    margin: 0 auto 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .story-grid {
    flex-basis: 100%;
    width: 320px;
    max-width: 100%;
  }
  .story-row .story-grid,
  .story-row .story-grid:not(:first-child),
  .story-row .story-grid:nth-child(10),
  .story-row .story-grid:nth-child(7),
  .story-row .story-grid:nth-child(4),
  .story-row .story-grid:nth-child(9),
  .story-row .story-grid:nth-child(7),
  .story-row .story-grid:nth-child(5),
  .story-row .story-grid:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
  .views-row.story-row {
    padding-top: 0;
    margin-bottom: 0;
  }
  .story-grid:hover {
    transform: translateY(0);
  }
  .inner-heading h1 {
    line-height: 40px;
    font-size: 30px;
  }
  .inner-heading h1 strong {
    font-weight: normal;
    display: block;
    font-size: 25px;
    line-height: 30px;
  }
  .story-copy {
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .story-grid {
    flex-basis: 100%;
  }
  .story-grid:hover {
    transform: translateY(0);
  }
  .story-row .story-grid:not(:first-child),
  .story-row .story-grid:nth-child(10),
  .story-row .story-grid:nth-child(7),
  .story-row .story-grid:nth-child(4),
  .story-row .story-grid:nth-child(9),
  .story-row .story-grid:nth-child(7),
  .story-row .story-grid:nth-child(5),
  .story-row .story-grid:nth-child(3) {
    margin-left: auto;
  }
  .streamline-optimize p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .streamline-optimize p a {
    padding: 8px 16px;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .inner-heading h1 {
    max-width: 100%;
  }
  .inner-heading h1 {
    line-height: 30px;
    font-size: 25px;
  }
  .inner-heading h1 strong {
    font-weight: normal;
    display: block;
    font-size: 20px;
    line-height: 25px;
  }
}
.two-col-story-wrap .story-grid {
  flex-basis: 50%;
}

@media only screen and (max-width: 992px) {
  .wp-block-columns.two-col-story-wrap {
    flex-wrap: wrap;
  }
  .wp-block-columns.two-col-story-wrap .wp-block-column:nth-child(2n),
  .wp-block-columns.two-col-story-wrap .wp-block-column:not(:first-child),
  .wp-block-columns.two-col-story-wrap .wp-block-column.is-vertically-aligned-center {
    margin-left: 0 !important;
  }
  .wp-block-columns.two-col-story-wrap .story-grid {
    flex-basis: 100%;
  }
  .wp-block-columns.two-col-story-wrap .story-grid .wp-block-columns .wp-block-column:first-child {
    flex-basis: 25%;
  }
  .wp-block-columns.two-col-story-wrap .story-grid .wp-block-columns .wp-block-column:last-child {
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 993px) {
  .wp-block-columns.two-col-story-wrap .story-grid {
    flex-basis: 100%;
  }
  .wp-block-columns.two-col-story-wrap .story-grid .wp-block-columns .wp-block-column:first-child {
    flex-basis: 25%;
  }
  .wp-block-columns.two-col-story-wrap .story-grid .wp-block-columns .wp-block-column:last-child {
    flex-basis: 75%;
    margin-left: 0px !important;
  }
}
/**/
/* article */
/**/
.article {
  position: relative;
}

/*.egnyte_guides {
  .article__main{
    img{
      max-width: 100%;
      height: auto;
    }
    figcaption{
      text-align: center;
    }
  }
  .bread-crumbs{
    strong{
      color: #5e636b;
      font-weight: 600;
      font-size: 16px;
    }
  }
  .article-resources {
    a {
      &:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
      }
    }
    .grid-row {
      position: relative;
      &:hover {
        position: relative;
        transform: scale(1.05);
        transition: all 200ms ease-in;
      }
    }
  }
}*/
@media (min-width: 782px) {
  .article .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .article .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 782px) {
  .article-nav .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.article__side {
  min-height: 100%;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(151, 151, 151, 0.2);
}
.article__side .solution-callout {
  padding: 20px 0;
  background: url(../images/solutions/bg@2x.png) 50% 50%/cover no-repeat;
  text-align: center;
  border-radius: 6px;
}

@media (min-width: 600px) {
  .article__side .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.article__cover {
  display: block;
  border-radius: 6px;
}
.article__cover img {
  display: block;
  border-radius: 6px;
}

@media screen and (max-width: 1359.98px) {
  .article__cover {
    height: auto;
  }
  .article__cover img {
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .article__side {
    margin-top: 30px;
    margin-left: 0;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    border-left: 0;
  }
  .egnyte_guides .article__main img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .egnyte_guides .article-resources__title {
    margin-bottom: 25px;
  }
}
/* @media screen and (max-width: 1023.98px) {
    .article__side {
        margin-top: 40px;
        padding-top: 40px;
        padding-left: 0;
        border-top: 1px solid rgba(151, 151, 151, 0.2);
        border-left: 0;
    }
}

@media screen and (max-width: 767.98px) {
    .article__side {
        margin-top: 30px;
        padding-top: 30px;
    }
} */
/**/
/* article content */
/**/
.article-content {
  line-height: 1.4375;
  color: #35364e;
}

.article-content h2 {
  margin-top: 40px;
  margin-bottom: -12px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  color: inherit;
}

.article-content h3 {
  margin-top: 40px;
  margin-bottom: -12px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  color: inherit;
}

.article-content h4 {
  margin-top: 32px;
  margin-bottom: -12px;
  font-size: 24px;
  font-weight: 600;
  color: inherit;
}

.article-content h4:first-child {
  margin-top: 0;
}

.article-content p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4375;
  margin-bottom: 0;
}

.article-content ul,
.article-content ol {
  list-style: none;
  margin-top: 20px;
  margin-left: 32px;
  font-size: 20px;
  padding-left: 0;
  margin-bottom: 0;
}

.article-content ul li,
.article-content ol li {
  position: relative;
  margin-top: 16px;
  padding-left: 1em;
  margin-bottom: 0;
}

.article-content ol li h3 {
  margin-top: 0;
}

.article-content ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #0bc5ba;
}

.article-content ul li:first-child,
.article-content ol li:first-child {
  margin-top: 0;
}

.article-content ul li ul li {
  margin-top: 0px;
}
.article-content ul li ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #35364e;
}

.article-content a {
  font-weight: 500;
  text-decoration: underline;
  color: #32bdb5;
}

.article-content a:hover {
  text-decoration: none;
}

.article-content strong {
  font-weight: 600;
}

.article-content figure {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.article-content figure img {
  max-width: 100%;
  vertical-align: top;
}

.article-content figcaption {
  display: block;
  margin-top: 12px;
  font-style: italic;
  font-size: 16px;
  color: #7d8490;
}

.article-content blockquote {
  margin: 40px 0 0 60px;
  padding-left: 24px;
  border-left: 4px solid #edeff4;
  font-style: italic;
  color: #5e636b;
}

.article-content blockquote p {
  font-size: 24px;
}

.article-content blockquote::before {
  content: "";
  display: block;
  width: 32px;
  height: 26px;
  background: url(../images/guides/article-quote.svg);
}

.article-content .highlight {
  margin-top: 40px;
  padding: 24px 32px;
  border-radius: 6px;
  background: rgba(0, 123, 189, 0.04);
  color: #004163;
}

.article-content .highlight p:first-child {
  margin-top: 0;
  margin-bottom: -4px;
}

.article-content .highlight ul {
  margin-left: 0;
  margin-bottom: 0;
}

.article-content .highlight ul:first-child {
  margin-top: 0;
}

.article-content .highlight ul li {
  margin-top: 8px;
}

.article-content .highlight ul li:before {
  color: #004163;
  opacity: 0.6;
}

.article__list-decimal {
  list-style-type: decimal !important;
}
.article__list-decimal li {
  padding-left: 0 !important;
}
.article__list-decimal li ul li {
  padding-left: 1em !important;
}
.article__list-decimal li ul li .article__list-square li {
  padding-left: 0 !important;
}
.article__list-decimal li ul li .article__list-square li::before {
  content: none;
}
.article__list-decimal ::marker {
  color: #35364e;
  font-weight: 600;
}

.article__list-lower-alpha {
  list-style-type: lower-alpha !important;
}

.article__list-square {
  list-style-type: square !important;
}

@media screen and (max-width: 767.98px) {
  .article-content h2 {
    margin-top: 30px;
    margin-bottom: -9px;
    font-size: 26px;
  }
  .article-content h3 {
    margin-top: 30px;
    margin-bottom: -9px;
    font-size: 22px;
  }
  .article-content h4 {
    margin-top: 24px;
    margin-bottom: -9px;
    font-size: 20px;
  }
  .article-content p {
    margin-top: 15px;
    font-size: 18px;
  }
  .article-content ul,
  .article-content ol {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 18px;
  }
  .article-content ul li,
  .article-content ol li {
    margin-top: 12px;
  }
  .article-content blockquote {
    margin: 30px 0 0 20px;
    padding-left: 18px;
    border-left: 3px solid #edeff4;
  }
  .article-content blockquote p {
    font-size: 20px;
  }
  .article-content .highlight {
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
  }
  .article-content .highlight p:first-child {
    margin-bottom: -6px;
  }
  .article-content .highlight ul li {
    margin-top: 6px;
  }
}
/**/
/* article share */
/**/
.article-share {
  display: flex;
  align-items: center;
}
.article-share .addthis_inline_share_toolbox .at-icon-wrapper {
  background-color: transparent !important;
}

.article-share__label {
  margin-right: 12px;
  color: #686e77;
}

.article-share__item {
  margin-left: 12px;
  color: #1fb7ab;
}

.article-share__item svg {
  display: block;
}

.addthis_inline_share_toolbox {
  height: 42px;
}

/**/
/* article banner */
/**/
.article-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 170px;
  border-radius: 6px;
  background: url(../images/guides/article-banner.webp) 50% 50%/auto 100% no-repeat;
  color: #fff;
}

.article-banner__title {
  color: #fff;
}

.article-banner__button {
  padding-right: 32px;
  padding-left: 32px;
}

/**/
/* article callout */
/**/
.article-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  background: #e5f1f6;
  color: #004163;
}
.article-callout p {
  font-size: 24px;
  margin-top: 0;
  padding: 45px 55px;
}

/**/
/* article table */
/**/
.article-table {
  border-collapse: separate;
  border-spacing: 10px 0px;
  margin-top: 20px;
}
.article-table th {
  background: #32bdb5;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 4px;
}
.article-table .article-table__p {
  font-size: 20px;
  background: #eef5f9;
  padding: 30px;
  border-radius: 0px 0px 12px 12px;
}

td.article-table__ul-divider {
  border: 1px solid #32bdb5;
  border-top: 0;
  border-bottom: 0;
}
td.article-table__ul-divider:first-child {
  border-left: 0;
}
td.article-table__ul-divider:last-child {
  border-right: 0;
}
td.article-table__ul-divider ul {
  margin-top: 0;
}

/**/
/* article nav */
/**/
.article-nav__item {
  position: relative;
  display: block;
  padding: 14px 20px;
  border-radius: 4px;
  background: rgba(0, 123, 189, 0.04);
  text-decoration: none;
  color: #35364e;
  transition-duration: 0.125s;
  transition-property: background;
}

.article-nav__item:hover {
  background: rgba(0, 123, 189, 0.12);
}

.article-nav__item--prev {
  padding-left: 78px;
}

.article-nav__item--next {
  padding-right: 78px;
  text-align: right;
}

.article-nav__icon {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 100%;
  color: #36bdb5;
}

.article-nav__item--prev .article-nav__icon {
  left: 0;
}

.article-nav__item--next .article-nav__icon {
  right: 0;
}

.article-nav__label {
  margin-bottom: 4px;
  color: #7d828b;
}

/**/
/* article links */
/**/
.article-links__title {
  margin-bottom: 12px;
}

.article-links__item {
  display: block;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(0, 123, 189, 0.04);
  text-decoration: none;
  color: #7d828b !important;
  transition-duration: 0.125s;
  transition-property: background;
}

.article-links__item:hover {
  background: rgba(0, 123, 189, 0.12);
}

.article-links__icon {
  display: block;
}

.article-links__arrow {
  display: block;
  margin: 0 -4px;
  color: #35364e;
}

/**/
/* article resources */
/**/
.article-resources__item {
  display: block;
  margin-top: 16px;
  text-decoration: none;
}

.article-resources__image {
  display: block;
  margin-top: 2px;
  border-radius: 4px;
}

@media screen and (max-width: 1199.98px) {
  .article-resources__image {
    width: 105px;
    height: 75px;
  }
}
/**/
/* article contents */
/**/
.article-contents__list {
  counter-reset: cntr;
  list-style: none;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.334;
  font-weight: 500;
  color: #004163;
  padding-left: 0;
}

.article-contents__list li {
  counter-increment: cntr;
  position: relative;
  padding: 6px 12px;
  padding-left: 32px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 0;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}

.article-contents__list li:hover {
  background-color: rgba(0, 123, 189, 0.03);
  color: #0092d8;
}

.article-contents__list li.active {
  background-color: rgba(54, 189, 181, 0.06);
  color: #32bdb5;
}

.article-contents__list li::before {
  content: counter(cntr) ". ";
  position: absolute;
  top: 6px;
  left: 12px;
}

.article-contents.fixed {
  position: fixed;
  top: 104px;
  left: 50%;
  width: 372px;
  margin-left: 267.5px;
}

.article-contents.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.article__side {
  /*For Old Style*/
}
.article__side > .wp-block-group__inner-container.fixed {
  position: fixed;
  top: 104px;
  left: 50%;
  width: 372px;
  margin-left: 267.5px;
}
.article__side > .wp-block-group__inner-container.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.article__side.fixed {
  position: fixed;
  top: 104px;
  left: 50%;
  width: 372px;
  margin-left: 267.5px;
}
.article__side.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 1359.98px) {
  .article-contents.fixed {
    right: 40px;
    left: auto;
    margin: 0;
  }
  .article__side > .wp-block-group__inner-container.fixed {
    right: 40px;
    left: auto;
    margin: 0;
  }
  .article__side > .wp-block-group__inner-container.wp-block-group__inner-container__alt.fixed {
    right: 10px;
    width: 27%;
  }
}
@media screen and (max-width: 1283.98px) {
  .article-contents.fixed {
    right: 10px;
  }
  .article__side > .wp-block-group__inner-container.fixed {
    right: 10px;
  }
}
@media screen and (max-width: 1250.98px) {
  .article__side > .wp-block-group__inner-container.fixed {
    width: 27%;
  }
}
.js-pager__items,
.article-row .fixed-size {
  width: 980px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.article-inner-heading .text-formatted {
  position: relative;
}

.article-inner-heading .text-formatted::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(31, 90, 160, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  z-index: 0;
}

.author-date,
.success-stories-block-heading.article-inner-heading .text-formatted p::after {
  display: none;
}

.article-item li.article-row {
  padding: 30px 0 35px;
  margin-bottom: 0;
}

.article-item li.article-row:nth-child(even) {
  background: #fafafa;
}

.article-item .article-list-title a,
.article-item .article-list-title a:visited {
  color: #000;
  font-weight: 500;
  font-size: 26px;
  line-height: 28px;
  transition: all 0.3s ease;
}

.article-item .article-list-title a:hover,
.article-item .article-list-title a:focus,
.article-item .article-list-title a:active {
  text-decoration: none;
  color: #0bc5ba;
}

.article-item .article-date-wrap {
  margin: 10px auto 15px;
}

.article-item .article-list-date {
  color: #4b4f55;
  font-style: italic;
  font-size: 16px;
}

.article-item .article-list-link a:hover,
.article-item .article-list-link a:focus,
.article-item .article-list-link a:active {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid transparent;
}

.article-heading h1 strong {
  line-height: 1.1;
}

.article-body h1::before {
  content: " ";
  width: 100px;
  height: 3px;
  background: #0bc5ba;
  position: absolute;
  top: -10px;
  left: 0;
}

.article-body h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
  margin-top: 0;
}

.article-body h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-body h1 + h2 {
  margin-top: 20px;
}

.article-body h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-body h2 + h3 {
  margin-top: 0;
}

.article-body p {
  margin-bottom: 20px;
}

.article-body ul {
  margin: 0 0 30px;
  line-height: 1.56;
  list-style: outside disc;
  padding-left: 30px;
}

.article-body ul li {
  margin-bottom: 15px;
}

.article-body sup {
  font-size: 14px;
}

.js-pager__items {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.js-pager__items li {
  margin: 0 8px;
  display: flex;
  align-items: center;
}

.js-pager__items li a > span[aria-hidden=true] {
  font-size: 26px;
  font-weight: 700;
}

.three-col-story-wrap .story-grid h3,
.three-col-story-wrap .story-grid p {
  padding: 0 30px;
}

.three-col-story-wrap .story-grid-link {
  padding: 0 30px;
  margin-top: auto;
}

.three-col-story-wrap .wp-block-image img {
  width: 100%;
}

article ol.ol-numbers {
  list-style: outside decimal;
}

article a,
article a:visited {
  font-weight: bold;
  transition: color 0.3s ease;
}

.min-h1 {
  min-height: 130px;
}

@media only screen and (max-width: 767px) {
  .article-item .article-list-title a,
  .article-item .article-list-title a:visited {
    font-size: 24px;
    line-height: 26px;
  }
  .story-heading-wrap h2 {
    text-align: center;
  }
  .story-heading-wrap .wp-block-group__inner-container,
  .three-col-story-wrap .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto;
  }
  .two-col-story-wrap .wp-block-columns,
  .three-col-story-wrap .wp-block-columns {
    flex-direction: column;
  }
  .three-col-story-wrap .wp-block-column:nth-child(2n),
  .three-col-story-wrap .wp-block-column:last-child,
  .three-col-story-wrap .wp-block-column.story-grid {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 782px) {
  .article-content .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .article-content .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.wp-block-group .article-resources a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wp-block-group .article-resources .wp-block-columns {
  position: relative;
}

.article-resources__image img {
  display: block;
  margin-top: 2px;
  border-radius: 4px;
}

@media screen and (max-width: 1199.98px) {
  .article-resources__image img {
    width: 105px;
    height: 75px;
  }
}
@media (max-width: 599px) {
  .article-resources .wp-block-column {
    flex-basis: 0% !important;
    flex-grow: 1 !important;
    max-width: fit-content !important;
  }
}
.seo_dictionary .border_half {
  position: relative;
}
.seo_dictionary .border_half::before {
  border-bottom: 1px solid #D8D8D8;
  content: "";
  width: 140px;
  position: absolute;
  bottom: 0;
  top: 0.75rem;
  margin-left: 17px;
}

.seo_dictionary .grid-col--9 p {
  padding-left: 1rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 575.98px) {
  .seo_dictionary .has-text-align-right {
    text-align: left;
  }
}
@media screen and (max-width: 575.98px) {
  .seo_dictionary .grid-col--9 p {
    padding-left: 0;
  }
}
.faq-group {
  margin-top: 35px;
}
.faq-group + * {
  margin-top: 30px;
}

.js-accordion .faq-heading {
  background: #ecedef;
}
.js-accordion .faq-heading h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 24px;
  line-height: 1.3;
}
.js-accordion .faq-heading:hover {
  background: #0bc5ba;
  color: #fff;
}
.js-accordion .faq-heading:hover .wf-accordion__trigger::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.js-accordion .faq-heading:focus {
  background: #0bc5ba;
  color: #fff;
}
.js-accordion .faq-heading:focus .wf-accordion__trigger::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.js-accordion .faq-heading .wf-accordion__trigger {
  border-bottom: 1px solid #cbced3;
  padding: 20px 0;
}
.js-accordion .faq-heading:not(.active) .wf-accordion__trigger:focus {
  color: #000;
}
.js-accordion .faq-heading:not(.active) .wf-accordion__trigger:hover {
  color: #fff;
}
.js-accordion .faq-heading.active {
  background: #0bc5ba;
  color: #fff;
}
.js-accordion .faq-heading.active .wf-accordion__trigger {
  color: #fff;
  border-bottom: 0;
}
.js-accordion .faq-heading.active .wf-accordion__trigger::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.js-accordion .faq-heading.active .wf-accordion__trigger:focus {
  color: #fff;
}
.js-accordion:first-child .faq-heading {
  border-radius: 5px 5px 0 0;
}
.js-accordion:last-child .faq-heading {
  border-radius: 0 0 5px 5px;
}
.js-accordion:last-child .faq-heading.active {
  border-radius: 0;
}
.js-accordion:last-child .faq-panel {
  border-radius: 0 0 5px 5px;
}

.wf-accordion__trigger {
  background: transparent;
  border-width: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 10px 1.25em 10px 8px;
  position: relative;
  width: 100%;
}
.wf-accordion__trigger::after {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  height: 0.5em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5em;
}
.wf-accordion__trigger:hover {
  color: #fff;
}
.wf-accordion__trigger:focus {
  color: #fff;
}

.wf-accordion__trigger[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.5;
}

.wf-accordion__trigger[aria-expanded=true]::after {
  transform: translateY(-30%) rotate(-135deg);
}

.faq-panel {
  background-color: #fafafa;
  padding: 10px 8px;
}
.faq-panel .wp-block-group__inner-container {
  padding: 24px;
}
.faq-panel .wp-block-group__inner-container p:last-child {
  margin: 0;
}

.wf-accordion__panel[aria-hidden=true] {
  display: none;
}

.faq-nav .wp-block-column {
  flex-basis: calc(33.33% - 16px) !important;
}

.faq-nav a,
.faq-nav a:visited {
  color: #000;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.faq-nav .team-plan a,
.faq-nav .team-plan a:visited {
  color: #c1c1c1;
}

.faq-nav .team-plan a:hover,
.faq-nav .team-plan a:focus,
.faq-nav .team-plan a:active,
.faq-nav a:hover,
.faq-nav a:focus,
.faq-nav a:active {
  text-decoration: none;
  color: #0bc5ba;
}

.faq-nav a::after {
  content: " ";
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.faq-nav .team-plan a::after {
  background: transparent;
}

.faq-nav .team-plan a:hover::after,
.faq-nav .team-plan a:focus::after,
.faq-nav .team-plan a:active::after,
.faq-nav a:hover::after,
.faq-nav a:focus::after,
.faq-nav a:active::after {
  background: #0bc5ba;
}

.dark-grad-bg .faq-panel {
  background: transparent;
}

.faq-nav.two-items-nav.wp-block-columns {
  justify-content: center;
}

@media only screen and (max-width: 1023px) {
  .js-accordion .faq-heading .wf-accordion__trigger {
    padding: 20px 40px 20px 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .faq-nav a,
  .faq-nav a:visited {
    font-size: 20px;
  }
}
/*# sourceMappingURL=page-style.css.map */
