@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;
}

.modern-seo--cards .solution-workflows__icon {
  max-width: 100%;
  max-height: 100% !important;
}

@media screen and (max-width: 767.98px) {
  .modern-seo--cards .solution-workflows__icon {
    width: auto;
    height: auto;
  }
}
/**/
/* solution workflows */
/**/
.solution-workflows {
  text-align: center;
}

.solution-workflows .h2 {
  max-width: 100% !important;
  width: 100%;
  padding: 0 86px;
}

.solution-workflows__item {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 30px 27px 29px;
  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);
}

.story-grid.cmma-card {
  flex-basis: calc(50% - 20px);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
}
.story-grid.cmma-card h3,
.story-grid.cmma-card p {
  padding: 0 30px;
}
.story-grid.cmma-card .story-grid-link {
  line-height: 18px;
}
.story-grid.cmma-card .story-grid-link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  fill: #32BDB5;
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polygon fill="%2332BDB5" points="6,13.4 4.6,12 8.6,8 4.6,4 6,2.6 11.4,8"></polygon></svg>');
}

/**/
/* in the news */
/**/
.three_col_cards__item {
  position: relative;
  z-index: 1;
  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;
}

.three_col_cards__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);
}

.three_col_cards__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
}

.three_col_cards__figure img {
  max-width: 100%;
  max-height: 100%;
}

/*
@media screen and (max-width: 767.98px){
  .three_col_cards__item {
      margin-left: 0px !important;
  }
}
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .three_col_cards__item:last-of-type {
    margin-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .three_col_cards__item:nth-child(2n) {
    margin-left: 0;
  }
}
/**/
/* support services */
/**/
.support-services__item {
  position: relative;
  min-height: 100%;
  padding: 48px;
  border-radius: 6px;
  background-color: #004163;
  color: #FFF;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.support-services__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);
}

.support-services__more {
  text-decoration: none;
  letter-spacing: -0.02em;
  color: #7D828B !important;
  transition-duration: 0.125s;
  transition-property: color;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.support-services__more svg {
  position: relative;
  top: 1px;
  vertical-align: top;
  margin-left: 5px;
}
.support-services__more:hover {
  color: #32BDB5 !important;
}

@media screen and (max-width: 767.98px) {
  .support-services__item {
    padding: 36px;
  }
}
.support-versions {
  position: relative;
  margin-top: -136px;
}

.support-versions__item {
  display: block;
  min-height: 100%;
  padding: 31px 39px 39px;
  border-radius: 6px;
  border: 1px solid rgba(118, 162, 188, 0.2);
  background-color: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
  /* &: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);
  } */
}

@media screen and (min-width: 782px) {
  .support-versions .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .support-versions .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .support-versions__item {
    padding: 23px;
  }
}
@media screen and (min-width: 782px) {
  .support-services .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .support-services .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.construction-intergration {
  background: #F9FCFD;
  position: relative;
  overflow: hidden;
  /**/
  /* popular use cases */
  /**/
  /****Careers***/
  /**Leadership**/
  /**/
  /* capabilities */
  /**/
  /**App Intetgrations**/
  /***
  Deprecated Gutenburg Code
  ***/
  /*****Help-Desk***/
  /* why attend section for Event Summit Page */
  /* Responsive Styles */
  /***
  Mini Solutions
  ***/
  /***
  Modern Mini Solutions
  ***/
  /***
  Landing Page Default
  ***/
  /****
  Industries
  *****/
  /***Product Card**/
  /******
  Card Block
  **/
  /* Remove margin for the last 3 cards */
  /* Adjust margin for medium screens */
}
.construction-intergration::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/integrations-explore/Integrations-APIs.png);
  width: 50%;
  height: 600px;
  background-repeat: no-repeat;
  bottom: -225px;
  transform: translate(0, 0);
}
.construction-intergration::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/integrations-explore/Integrations-APIs-2.png);
  width: 50%;
  height: 600px;
  background-repeat: no-repeat;
  bottom: -300px;
  transform: translate(0, 0);
}
.construction-intergration .featured-integrations__foot {
  background: #32bdb5;
  color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.construction-intergration .featured-integrations__foot a {
  color: #fff;
  height: fit-content;
  font-size: 16px;
  position: relative;
}
.construction-intergration .featured-integrations__foot a::after {
  background: none;
  width: 13px;
  height: 13px;
  top: 3px;
}
.construction-intergration .construction-intergration_cont {
  position: relative;
  z-index: 3;
}
.construction-intergration .featured-integrations__item {
  height: 124px;
  transform: none !important;
}
.construction-intergration .featured-integrations__item:hover .featured-integrations__foot {
  display: flex;
  padding: 12px;
}
.construction-intergration .featured-integrations__item .wp-block-group__inner-container:hover {
  -webkit-transform: none;
  transform: none;
}
.construction-intergration .featured-integrations__figure {
  height: 124px;
}
.construction-intergration .platform-tabs::before {
  background: none;
}
.construction-intergration .platform-tabs::after {
  background: none;
}
@media (min-width: 782px) {
  .construction-intergration .construction-intergration .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .construction-intergration .construction-intergration .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.construction-intergration .cards .h2 {
  word-break: break-word;
  max-width: 613px;
  margin: auto;
}
.construction-intergration .secure-collaboration-feature-intro__header {
  position: relative;
  z-index: 0;
}
.construction-intergration .popular-use-cases .watermark {
  background: linear-gradient(177.59deg, #EBF0F4 2.02%, rgba(235, 240, 244, 0) 192.76%);
  -webkit-background-clip: text;
  font-size: 6em;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  position: absolute;
  font-family: Metric-bold;
  text-transform: uppercase;
}
.construction-intergration .popular-use-cases .h2 {
  position: relative;
  z-index: 0;
}
.construction-intergration .popular-use-cases__item {
  display: block;
  text-decoration: none;
  color: #35364E;
  transition-duration: 0.125s;
  transition-property: color;
}
.construction-intergration .popular-use-cases__item img {
  display: block;
  border-radius: 6px;
}
.construction-intergration .popular-use-cases__item:hover {
  color: #32BDB5;
}
.construction-intergration .popular-use-cases__item:hover .popular-use-cases__video::before {
  opacity: 0.2;
}
.construction-intergration .popular-use-cases__item:hover .popular-use-cases__video::after {
  opacity: 1;
}
.construction-intergration .popular-use-cases__video {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.construction-intergration .popular-use-cases__video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background: #061421;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}
.construction-intergration .popular-use-cases__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}
.construction-intergration .popular-use-cases__heading {
  font-weight: 600;
  color: #004163;
}
.construction-intergration .popular-use-cases__item:hover > .popular-use-cases__heading {
  color: #32BDB5 !important;
}
@media screen and (max-width: 700px) {
  .construction-intergration .solution-workflows .h2 {
    padding: inherit;
  }
}
@media screen and (max-width: 575px) {
  .construction-intergration .popular-use-cases__video {
    width: 100%;
  }
}
.construction-intergration .careers--cards {
  display: flex;
  height: 579px;
  justify-content: center;
  align-items: center;
}
.construction-intergration .careers--cards .h6 {
  text-transform: uppercase;
  letter-spacing: 8.5px;
}
.construction-intergration .careers--cards .h2 {
  letter-spacing: -0.5px;
}
.construction-intergration .careers--cards .careers-benefits__item--dm_text {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .construction-intergration .careers--cards {
    height: auto;
    margin-top: 50px;
  }
  .construction-intergration .careers--cards .h6 {
    margin-top: 51px;
  }
  .construction-intergration .careers--cards .p {
    max-width: 213px;
    margin-left: auto;
    margin-right: auto;
  }
  .construction-intergration .careers--cards .card__item {
    margin-bottom: 25px;
  }
}
.construction-intergration .solution-workflows--leadership .solution-workflows__item {
  text-align: center !important;
}
.construction-intergration .solution-workflows--leadership .grid-row {
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
.construction-intergration .capabilities {
  text-align: center;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 40px;
}
.construction-intergration .capabilities__grid-cont {
  max-width: 1180px;
}
.construction-intergration .capabilities__title {
  margin-bottom: 32px;
  margin-top: 0;
}
.construction-intergration .capabilities__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  border-radius: 8px;
  background-color: rgba(0, 123, 189, 0.04);
  box-shadow: inset 0 0 0 0 #0bc5ba;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: background-color, box-shadow, transform;
}
.construction-intergration .capabilities__item .more-link {
  margin-top: auto;
  color: #0bc5ba;
}
.construction-intergration .capabilities__item .more-link:hover, .construction-intergration .capabilities__item .more-link:focus {
  color: #1fb7ab;
  text-decoration: none;
}
.construction-intergration .capabilities__item:hover {
  background-color: rgba(0, 123, 189, 0.1);
  transform: translateY(-8px);
}
.construction-intergration .capabilities__item:active {
  background-color: rgba(0, 123, 189, 0.04);
  box-shadow: inset 0 0 0 1px #0bc5ba;
  transform: none;
}
.construction-intergration .capabilities__icon {
  display: flex;
  align-items: center;
  height: 41px;
}
.construction-intergration .capabilities__heading {
  color: #004064;
}
.construction-intergration .capabilities__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #5e636b;
}
.construction-intergration .capabilities__list li {
  position: relative;
  margin-top: 4px;
  padding-left: 14px;
  margin-bottom: 0;
}
.construction-intergration .capabilities__list li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d0e7e2;
}
@media screen and (max-width: 767.98px) {
  .construction-intergration .capabilities__title {
    margin-bottom: 24px;
  }
  .construction-intergration .capabilities__item {
    padding: 30px;
  }
}
.construction-intergration .featured-integrations a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 782px) {
  .construction-intergration .lp_cards__default .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .construction-intergration .lp_cards__default .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.construction-intergration .promo-callouts-card .solution-workflows__item {
  height: 400px;
}
.construction-intergration .promo-callouts-card:nth-of-type(2n) {
  margin-right: 0;
}
.construction-intergration .promo-callouts-card .solution-workflows__item {
  background-size: cover !important;
  box-shadow: none;
  width: 100%;
  border: 0 !important;
}
.construction-intergration .promo-callouts-card .more-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.construction-intergration .summit_why_attend__container {
  padding-bottom: 55px;
}
.construction-intergration .summit_why_attend__container .h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 12.9347829819px;
  padding: 70px 15px 30px 15px;
}
.construction-intergration .summit_why_attend__title {
  color: #103154;
  font-size: 24px;
  letter-spacing: 13px;
}
.construction-intergration .summit_why_attend__details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.construction-intergration .summit_why_attend__details div {
  box-shadow: 0px 0px 44.71326828px 3px rgba(16, 49, 84, 0.0784313725);
  background: #fff;
  max-width: 403px;
  width: 100%;
  border-radius: 24px;
  text-align: center;
  padding: 40px 30px 10px;
  margin: 20px 32px;
}
.construction-intergration .summit_why_attend__details h4 {
  font-size: 24px;
  line-height: 125.5%;
  color: #103154;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Metric-bold";
}
.construction-intergration .summit_why_attend__details p {
  font-size: 22px;
  line-height: 116%;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  color: #112532;
}
@media (max-width: 922px) {
  .construction-intergration .summit_why_attend__details h4 {
    font-size: 22px;
    line-height: 105.5%;
  }
  .construction-intergration .summit_why_attend__details p {
    font-size: 20px;
    line-height: 105%;
  }
}
@media (max-width: 900px) {
  .construction-intergration .summit_why_attend__title {
    padding: 80px 15px 30px 15px;
  }
}
@media (max-width: 375px) {
  .construction-intergration .summit_why_attend__details p {
    font-size: 17px;
    line-height: 114%;
  }
}
.construction-intergration .modern-partners--cards .h2 {
  font-size: 34px;
}
.construction-intergration .modern-partners--cards .modern-partner--cards-item {
  position: relative;
  border-radius: 8px;
  padding: 31px;
  height: 380px;
  border: 1px solid #E1E9EB;
  background: #FFF;
  box-shadow: 0px 113px 32px 0px rgba(0, 0, 0, 0), 0px 72px 29px 0px rgba(0, 0, 0, 0), 0px 41px 24px 0px rgba(0, 0, 0, 0.02), 0px 18px 18px 0px rgba(0, 0, 0, 0.03), 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 25px;
  cursor: pointer;
}
.construction-intergration .modern-partners--cards .modern-partner--cards-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.construction-intergration .modern-partners--cards .modern-partner--cards-item:hover {
  transform: translateY(-8px);
}
.construction-intergration .modern-partners--cards .modern-partners--card-header .h4 {
  font-size: 25px;
}
.construction-intergration .modern-partners--cards .p {
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}
.construction-intergration .modern-partners--cards .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
}
@media (max-width: 1280px) {
  .construction-intergration .modern-partners--cards .modern-partner--cards-item {
    height: auto !important;
    min-height: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .construction-intergration .modern-partners--cards .h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .construction-intergration .modern-partners--cards .modern-partner--cards-item {
    padding: 40px;
  }
}
.construction-intergration .mini-solutions {
  height: 823px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cards/templates/images/MeshGrade.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.construction-intergration .mini-solutions .mini-solutions--cards-copy .h2 {
  color: #004163;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 93.75% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.construction-intergration .mini-solutions .mini-solutions--cards-copy .p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}
.construction-intergration .mini-solutions .mini_solutions--card-item {
  margin-top: 76px;
  height: 357px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 297px 83px 0px rgba(0, 0, 0, 0), 0px 190px 76px 0px rgba(0, 0, 0, 0.01), 0px 107px 64px 0px rgba(0, 0, 0, 0.02), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05) !important;
  text-align: left;
}
.construction-intergration .mini-solutions .mini_solutions--card-item h3 {
  color: #004163;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.construction-intergration .mini-solutions .mini_solutions--card-item .p {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
.construction-intergration .mini-solutions .mini_solutions--card-item--text {
  margin-top: 34px;
}
.construction-intergration .mini-solutions ul {
  list-style: none;
}
.construction-intergration .mini-solutions.mini-solutions-ul-rounds li::before {
  content: "•";
  color: #36bdb5;
  font-size: 18px;
  background: none;
}
.construction-intergration .mini-solutions .ul--round > li::before {
  content: "•";
  color: #36bdb5;
  font-size: 18px;
}
.construction-intergration .mini-solutions li {
  font-size: 18px;
  position: relative;
  padding-left: 1.75rem;
}
.construction-intergration .mini-solutions 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;
}
@media screen and (max-width: 1283.98px) {
  .construction-intergration .mini-solutions .mini_solutions--card-item--text {
    margin-top: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .construction-intergration .mini-solutions {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767.98px) {
  .construction-intergration .mini-solutions .mini_solutions--card-item {
    min-height: 100% !important;
    height: auto !important;
    display: block !important;
  }
}
.construction-intergration .modern-mini-solutions--cards {
  height: 823px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}
.construction-intergration .modern-mini-solutions--cards .grid-row {
  z-index: 3;
  position: relative;
}
.construction-intergration .modern-mini-solutions--cards .grid-row::before {
  content: "";
  width: 100%;
  height: 633px;
  background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_cards/templates/images/MeshGradeTealPurple@2x.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.construction-intergration .modern-mini-solutions--cards .mini-solutions--cards-copy .h2 {
  color: #004163;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 93.75% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.construction-intergration .modern-mini-solutions--cards .mini-solutions--cards-copy .p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}
.construction-intergration .modern-mini-solutions--cards .mini_solutions--card-item {
  margin-top: 76px;
  height: 357px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 297px 83px 0px rgba(0, 0, 0, 0), 0px 190px 76px 0px rgba(0, 0, 0, 0.01), 0px 107px 64px 0px rgba(0, 0, 0, 0.02), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05) !important;
  text-align: left;
  position: relative;
}
.construction-intergration .modern-mini-solutions--cards .mini_solutions--card-item h3 {
  color: #004163;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.construction-intergration .modern-mini-solutions--cards .mini_solutions--card-item .p {
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
.construction-intergration .modern-mini-solutions--cards .mini_solutions--card-item--text {
  margin-top: 34px;
  width: 100%;
}
.construction-intergration .modern-mini-solutions--cards ul {
  list-style: none;
}
.construction-intergration .modern-mini-solutions--cards.mini-solutions-ul-rounds li::before {
  content: "•";
  color: #36bdb5;
  font-size: 18px;
  background: none;
}
.construction-intergration .modern-mini-solutions--cards .ul--round > li::before {
  content: "•";
  color: #36bdb5;
  font-size: 18px;
}
.construction-intergration .modern-mini-solutions--cards li {
  font-size: 18px;
  position: relative;
  padding-left: 1.75rem;
}
.construction-intergration .modern-mini-solutions--cards 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;
}
@media screen and (max-width: 1283.98px) {
  .construction-intergration .modern-mini-solutions--cards .mini_solutions--card-item--text {
    margin-top: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .construction-intergration .modern-mini-solutions--cards {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767.98px) {
  .construction-intergration .modern-mini-solutions--cards .mini_solutions--card-item {
    min-height: 100% !important;
    height: auto !important;
    display: block !important;
  }
}
.construction-intergration .lp_cards__default__item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  height: 100%;
  min-height: 346px;
  padding: 27px;
  border: 1px solid #e7e8f2;
  border-radius: 10px;
  background: #F7F9FC;
  color: #35364e;
}
.construction-intergration .lp_cards__default__item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.construction-intergration .lp_cards__default__item h3 {
  margin-bottom: 16px;
  width: 100%;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.construction-intergration .lp_cards__default__item .contact-departs__hepldesk {
  font-family: metric-medium;
}
.construction-intergration .lp_cards__default__item .p--xlarge {
  margin-bottom: 32px;
}
.construction-intergration .lp_cards__default__item p + p {
  margin-top: -8px;
  color: #5E636B;
}
.construction-intergration .lp_cards__default__item .lp_cards__default__link {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 27px;
  padding: 20px 0;
}
.construction-intergration .lp_cards__default__more {
  margin-top: auto;
  position: absolute;
  bottom: 25px;
  left: 27px;
  font-size: 24px;
}
.construction-intergration .lp_cards__default__email,
.construction-intergration .lp_cards__default__hepldesk {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  color: #32BDB5;
  transition: color 0.125s;
}
.construction-intergration .lp_cards__default__email {
  padding-left: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23879DA9"><path d="M13.4,14.6A2.3,2.3,0,0,1,12,15a2.3,2.3,0,0,1-1.4-.4L0,8.9V19a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3V8.9Z"></path><path d="M21,2H3A3,3,0,0,0,0,5V6a1.05,1.05,0,0,0,.5.9l11,6a.9.9,0,0,0,.5.1.9.9,0,0,0,.5-.1l11-6A1.05,1.05,0,0,0,24,6V5A3,3,0,0,0,21,2Z"></path></svg>') 0 50%/20px 20px no-repeat;
}
.construction-intergration .lp_cards__default__email:hover,
.construction-intergration .lp_cards__default__hepldesk:hover {
  color: #2CA19B;
}
.construction-intergration .lp_cards__default__hepldesk::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 24px;
  margin-left: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none" stroke="%2332BDB5" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M6.41699 15.5832L15.5837 6.4165"/><path d="M6.41699 6.4165H');
}
@media screen and (max-width: 575.98px) {
  .construction-intergration .lp_cards__default__item {
    align-content: center;
  }
}
.construction-intergration .industries--cards {
  background: #fafafa;
  padding-bottom: 60px;
  padding-top: 40px;
}
.construction-intergration .industries--cards .h2 {
  padding-bottom: 64px;
}
.construction-intergration .industries--cards .industries--cards__item {
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 24px 36px 0;
  margin-top: 20px;
  position: relative;
  display: block;
  min-height: 100%;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}
.construction-intergration .industries--cards .industries--cards__item img {
  max-height: 350px;
  height: 100%;
}
.construction-intergration .industries--cards .industries--cards__item .p {
  margin: 0 0 30px;
}
.construction-intergration .industries--cards .industries--cards__item .h3 {
  padding-top: 20px;
  padding-bottom: 14px;
}
.construction-intergration .industries--cards .industries--cards__item .more-link {
  padding-bottom: 32px;
}
.construction-intergration .industries--cards .button {
  min-width: 240px;
}
@media screen and (min-width: 991.98px) {
  .construction-intergration .industries--cards .grid-cont {
    padding: 0 30px;
  }
  .construction-intergration .industries--cards .grid-col:nth-of-type(odd) {
    padding-right: 10px;
  }
  .construction-intergration .industries--cards .grid-col:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .construction-intergration .industries--cards .grid-cont .grid-row {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .construction-intergration .industries--cards .grid-cont .grid-row .industries--cards__item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .construction-intergration .industries--cards .h2 {
    padding-bottom: 10px;
  }
  .construction-intergration .industries--cards .button {
    max-width: 240px;
    margin: auto;
  }
}
.construction-intergration .product-page-cards {
  margin-top: -100px;
}
.construction-intergration .product-page-cards .solution-workflows__item .solution-workflows__icon {
  vertical-align: top;
  max-height: 80px;
}
@media screen and (max-width: 767.98px) {
  .construction-intergration .platform-overview-hero__alt {
    padding-bottom: 100px !important;
  }
  .construction-intergration .product-page-cards {
    margin-top: 0px;
  }
  .construction-intergration .product-page-cards .solution-workflows__item .solution-workflows__icon {
    width: 80px;
    height: 80px;
  }
}
.construction-intergration .product--cards {
  text-align: center;
}
.construction-intergration .product--cards .h2 {
  max-width: 907px;
  margin-right: auto;
  margin-left: auto;
}
.construction-intergration .product--cards .cards_desc {
  text-align: center;
  font-family: Metric;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-right: auto;
  margin-left: auto;
}
.construction-intergration .product--cards__item {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 30px 27px 29px;
  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;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  max-width: 342px;
  min-height: 262px;
  height: 100%;
  margin: auto;
}
.construction-intergration .product--cards__item .p {
  line-height: 30px;
}
.construction-intergration .product--cards__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);
}
.construction-intergration .product--cards__item_text {
  margin: 10px 0 10px 0;
}
.construction-intergration .product--cards__item_text .button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.construction-intergration .product--cards__item_text p {
  font-size: 18px;
  line-height: 1.375;
  color: #35364e;
  margin-bottom: 0;
}
.construction-intergration .product--cards__item_text em {
  font-style: italic;
}
.construction-intergration .product--cards__item_text ul {
  list-style: none;
  margin-top: 16px;
}
.construction-intergration .product--cards__item_text ul li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
  font-size: 20px;
  line-height: 1.375;
}
.construction-intergration .product--cards__item_text ul li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 18px;
}
.construction-intergration .product--cards__item_text ul li:first-child {
  margin-top: 0;
}
.construction-intergration .product--cards__item_text .ul--checks li {
  padding-left: 1.75em;
}
.construction-intergration .product--cards__item_text .ul--checks li::before {
  content: "    " !important;
  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") 50% 50%/100% 14px no-repeat !important;
}
@media screen and (max-width: 991.98px) {
  .construction-intergration .product--cards__item {
    padding: 31px 27px;
    height: auto;
    min-height: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .construction-intergration .product--cards__item {
    padding: 23px;
    display: block;
  }
  .construction-intergration .product--cards__icon {
    width: 40px;
    height: 40px;
  }
}
.construction-intergration .sparks-session-25--cards {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 146px;
}
.construction-intergration .sparks-session-25--cards .p--xlarge {
  max-width: 1008px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row {
  position: relative;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row .p {
  line-height: 0%;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row:before {
  content: "";
  background: linear-gradient(0deg, #F1F3F4 0%, #F1F3F4 100%);
  width: 3000px;
  height: 100%;
  display: block;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 146px;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row .grid-col:nth-last-child(-n+3) .sparks-session-25--cards--item {
  margin-bottom: 0 !important;
}
.construction-intergration .sparks-session-25--cards .p * {
  font-size: inherit;
  letter-spacing: 0;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item {
  position: relative;
  margin-bottom: 60px !important;
  max-width: 395px;
  height: 385px;
  flex-shrink: 0;
  background: center/cover no-repeat;
  border-radius: 13.527px;
  box-shadow: 3.607px 3.607px 9.919px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  cursor: pointer;
  align-items: center;
  align-content: center;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item a svg path:first-of-type {
  transition: fill 0.3s ease;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item a:hover svg path:nth-of-type(2) {
  stroke: #FFF;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item a:hover svg path:nth-of-type(3) {
  stroke: #FFF;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item a:hover svg path:first-of-type {
  fill: #0BC5BA;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item h3 {
  text-align: center;
  font-family: Metric-bold;
  font-style: normal;
  font-weight: 700;
  flex: 0 0 100%;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item .p {
  flex: 0 0 100%;
  text-align: center;
  font-family: Metric-bold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item .p * {
  text-align: center;
  font-family: Metric-bold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item svg {
  flex: 0 0 100%;
}
.construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item img {
  height: 100%;
}
@media (min-width: 1483.98px) {
  .construction-intergration .sparks-session-25--cards-row .grid-col {
    padding-right: 0;
    padding-left: 0;
  }
  .construction-intergration .sparks-session-25--cards-row .grid-col:nth-child(3n) {
    padding-right: 0;
  }
  .construction-intergration .sparks-session-25--cards-row .grid-col:nth-child(3n) .sparks-session-25--cards--item {
    margin-right: 15px;
  }
  .construction-intergration .sparks-session-25--cards-row .grid-col:nth-child(3n+1) {
    padding-left: 0;
  }
  .construction-intergration .sparks-session-25--cards-row .grid-col:nth-child(3n+1) + .grid-col .sparks-session-25--cards--item {
    margin-left: 15px;
  }
}
@media (min-width: 1483.98px) {
  .construction-intergration .sparks-session-25--cards .grid-cont,
  .construction-intergration .sparks-session-25--two-col .grid-cont {
    padding: initial;
  }
}
@media (max-width: 991.98px) {
  .construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row .grid-col:nth-last-child(-n+2) .sparks-session-25--cards--item {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row .grid-col:nth-last-child(-n+3) .sparks-session-25--cards--item {
    margin-bottom: 60px !important;
  }
  .construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row .grid-col:nth-last-child(-n+2) .sparks-session-25--cards--item {
    margin-bottom: 60px !important;
  }
  .construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row .grid-col:last-child .sparks-session-25--cards--item {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1275.98px) {
  .construction-intergration .sparks-session-25--cards .sparks-session-25--cards-row .p {
    line-height: 52px !important;
  }
  .construction-intergration .sparks-session-25--cards .sparks-session-25--cards--item a {
    padding-left: 15px;
    padding-right: 15px;
    gap: 30px !important;
  }
}

/* grid layouts*/
.page-node-6441 .layout-container-full-size,
.page-node-6871 .layout-container-full-size {
  padding: initial !important;
}

.content.contact-form__ce-ransomware-analyze {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.content.contact-form__ce-ransomware-analyze #collapseForm {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 13;
  background: #ffffff;
  border-radius: 6px;
}
.content.contact-form__ce-ransomware-analyze #collapseForm .contact-slide {
  margin-top: 0;
}
.content.contact-form__ce-ransomware-analyze #collapseForm .modal-dialog {
  margin: 0;
  padding: 0;
  width: 580px;
  max-width: unset;
}
.content.contact-form__ce-ransomware-analyze #collapseForm .modal-dialog .modal-content {
  padding: 40px;
}
.content.contact-form__ce-ransomware-analyze #collapseForm .modal-dialog .modal-content .modal-header,
.content.contact-form__ce-ransomware-analyze #collapseForm .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.contact-form__ce-ransomware-analyze #collapseForm .modal-header button {
  top: 40px;
  right: 30px !important;
}
.contact-form__ce-ransomware-analyze #collapseForm .modal-header button:hover svg path {
  stroke: #32bdb5;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=text],
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=email],
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=tel],
.contact-form__ce-ransomware-analyze .modal-body .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;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=text]:hover,
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=email]:hover,
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=tel]:hover,
.contact-form__ce-ransomware-analyze .modal-body .mktoForm textarea:hover {
  border-color: #0bc5ba !important;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=text]:focus,
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=email]:focus,
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=tel]:focus,
.contact-form__ce-ransomware-analyze .modal-body .mktoForm textarea:focus {
  border-color: #0bc5ba !important;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1) !important;
  outline: none;
}
.contact-form__ce-ransomware-analyze .modal-body .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;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow select:hover {
  border-color: #0bc5ba !important;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow select:focus {
  border-color: #0bc5ba !important;
  box-shadow: 0 0 0 3px rgba(11, 197, 186, 0.1) !important;
  outline: none;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoFormRow input[type=checkbox] {
  cursor: pointer;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoButtonRow,
.contact-form__ce-ransomware-analyze .modal-body .mktoButton {
  width: 100%;
}
.contact-form__ce-ransomware-analyze .modal-body .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;
}
.contact-form__ce-ransomware-analyze .modal-body .mktoButton:hover, .contact-form__ce-ransomware-analyze .modal-body .mktoButton:focus {
  background: #2ca19b;
  color: #fff !important;
  outline: none;
}
.contact-form__ce-ransomware-analyze .modal-body #LblconsentGiven {
  display: block;
  padding: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #35354f !important;
}
.contact-form__ce-ransomware-analyze .modal-body #LblconsentGiven a,
.contact-form__ce-ransomware-analyze .modal-body #LblconsentGiven a:focus {
  color: #707070 !important;
  border-bottom: 2px solid #707070 !important;
  text-decoration: none;
  padding: 0;
}
.contact-form__ce-ransomware-analyze .modal-body #LblconsentGiven a:hover,
.contact-form__ce-ransomware-analyze .modal-body #LblconsentGiven a:focus {
  color: #32bdb5 !important;
  border-bottom: 2px solid #32bdb5 !important;
  text-decoration: none;
}

@media screen and (max-width: 629.98px) {
  .content.contact-form__ce-ransomware-analyze #collapseForm .modal-dialog {
    width: 100%;
  }
  .content.contact-form__ce-ransomware-analyze #collapseForm .modal-dialog .modal-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 549.98px) {
  .contact-form__ce-ransomware-analyze .modal-body #LblconsentGiven {
    width: 85% !important;
  }
}
/**/
/* footer */
/**/
.footer.footer__ce-ransomware-analyze {
  padding: 80px 0;
  background-color: #f9fafb;
  margin-top: 0;
}
.footer.footer__ce-ransomware-analyze .content {
  max-width: 1440px;
  margin: 0 auto;
}
.footer.footer__ce-ransomware-analyze .content .content__main {
  position: relative;
  padding-right: 60px;
  padding-left: 360px;
}
.footer.footer__ce-ransomware-analyze .content .content__main .footer__inner {
  padding: 0 128px;
}
.footer.footer__ce-ransomware-analyze .content .content__main .footer__side {
  position: absolute;
  top: 0;
  left: 64px;
}

@media screen and (max-width: 1365.98px) {
  .footer.footer__ce-ransomware-analyze .content .content__main .footer__inner {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer.footer__ce-ransomware-analyze .content .content__main {
    padding: 0 28px;
  }
  .footer.footer__ce-ransomware-analyze .content .content__main .footer__side {
    position: static;
    margin-top: 48px;
    padding: 0 64px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer.footer__ce-ransomware-analyze {
    padding: 60px 0;
  }
  .footer.footer__ce-ransomware-analyze .content .content__main .footer__inner {
    padding: 0 20px;
  }
  .footer.footer__ce-ransomware-analyze .content .content__main .footer__side {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer.footer__ce-ransomware-analyze .content .content__main .footer__side .logo__image {
    margin-right: auto;
    margin-left: auto;
  }
  .footer.footer__ce-ransomware-analyze .content .content__main .footer__side .footer__hr {
    margin-right: auto;
    margin-left: auto;
  }
}
.layout-container-full-size {
  width: 100%;
  padding-top: 72px;
}
.layout-container-full-size .layout-content {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  padding: 0;
}

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

.full-bg-section {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
.full-bg-section .wp-block-media-text__media {
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.full-bg-section .wp-block-media-text__media::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(31, 90, 160, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.full-bg-section .wp-block-media-text__media img {
  object-fit: cover;
  width: 100%;
}
.full-bg-section .wp-block-media-text__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  max-width: 94%;
  padding: 0;
}
.full-bg-section h1 {
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 0;
  font-size: calc(10px + 2.2vw);
  font-weight: 700;
  text-shadow: 0 0 20px #0b142b;
}

.inner-heading {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
.inner-heading .wp-block-media-text__media {
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.inner-heading .wp-block-media-text__media::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(31, 90, 160, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.inner-heading .wp-block-media-text__media img {
  object-fit: cover;
  width: 100%;
}
.inner-heading .wp-block-media-text__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  max-width: 94%;
  padding: 0;
}
.inner-heading h1 {
  line-height: 1.15em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: calc(10px + 2.2vw);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 20px #0b142b;
}
.inner-heading h1 strong {
  font-weight: normal;
  display: block;
  font-size: calc(10px + 1.8vw);
}
.inner-heading.inner-heading--cmma .wp-block-media-text__media::after {
  background: none;
}
.inner-heading.inner-heading--cmma .wp-block-media-text__content {
  width: 1200px;
}
.inner-heading.inner-heading--cmma .wp-block-media-text__content h1 {
  text-align: left;
  text-transform: none;
  font-size: 46px;
  text-shadow: none;
  line-height: 44px;
}
.inner-heading.inner-heading--cmma .wp-block-media-text__content h2 {
  font-size: 34px;
}

@media screen and (max-width: 991px) {
  .layout-container-full-size {
    padding-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .two_column_layout .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.inner-heading--v2 .wp-block-media-text__media::after {
  background: none;
}

/**/
/* grid */
/**/
.grid-cont {
  flex-grow: 1;
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 40px;
}

.grid-cont--xxl {
  max-width: 1440px;
}

.grid-cont--xl {
  max-width: 1360px;
}

.grid-cont--small {
  max-width: 1180px;
}

.grid-cont--xsmall {
  max-width: 1080px;
}

.grid-cont--wide {
  max-width: 100%;
}

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

.grid-row--aic {
  align-items: center;
}

.grid-row--ais {
  align-items: start;
}

.grid-row--aib {
  align-items: flex-end;
}

.grid-row--jcs {
  justify-content: flex-start;
}

.grid-row--jcc {
  justify-content: center;
}

.grid-row--jce {
  justify-content: flex-end;
}

.grid-row--jca {
  justify-content: space-around;
}

.grid-row--jcb {
  justify-content: space-between;
}

.grid-row--now {
  flex-wrap: nowrap;
}

.grid-row--nog {
  margin-right: 0;
  margin-left: 0;
}

.grid-row--mdg {
  margin-right: -12px;
  margin-left: -12px;
}

.grid-row--smg {
  margin-right: -8px;
  margin-left: -8px;
}

.grid-row--xsg {
  margin-right: -6px;
  margin-left: -6px;
}

.grid-row--nog > .grid-col {
  padding-right: 0;
  padding-left: 0;
}

.grid-row--mdg > .grid-col {
  padding-right: 12px;
  padding-left: 12px;
}

.grid-row--smg > .grid-col {
  padding-right: 8px;
  padding-left: 8px;
}

.grid-row--xsg > .grid-col {
  padding-right: 6px;
  padding-left: 6px;
}

.grid-col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.grid-col--1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.grid-col--2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.grid-col--3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.grid-col--4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.grid-col--5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.grid-col--6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.grid-col--7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.grid-col--8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.grid-col--9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.grid-col--10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.grid-col--11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.grid-col--12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid-col--45 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
  -ms-flex: 0 0 37.5%;
}

.grid-col--asc {
  align-self: center;
}

.grid-col--ass {
  align-self: flex-start;
}

.grid-col--ase {
  align-self: flex-end;
}

.grid-col--jcc {
  justify-content: center;
}

.grid-col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.grid-col--order-0 {
  order: -1;
}

@media screen and (min-width: 992px) {
  .grid-row--md-jce {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1283.98px) {
  .grid-cont {
    padding-right: 24px;
    padding-left: 24px;
  }
  .grid-col--lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
  }
  .grid-col--lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .grid-col--lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-col--lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-col--lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .grid-col--lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-col--lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .grid-col--lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-col--lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%;
  }
  .grid-col--lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .grid-col--lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
  }
  .grid-col--lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 991.98px) {
  .grid-row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .grid-col {
    padding-right: 12px;
    padding-left: 12px;
  }
  .grid-row--nog {
    margin-right: 0;
    margin-left: 0;
  }
  .grid-row--smg {
    margin-right: -8px;
    margin-left: -8px;
  }
  .grid-row--xsg {
    margin-right: -6px;
    margin-left: -6px;
  }
  .grid-col--md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
  }
  .grid-col--md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .grid-col--md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-col--md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-col--md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .grid-col--md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-col--md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .grid-col--md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-col--md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .grid-col--md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--order-md-0 {
    order: -1 !important;
  }
  .grid-col--order-md-9 {
    order: 9;
  }
}
@media screen and (max-width: 767.98px) {
  .grid-cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-col--sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .grid-col--sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .grid-col--sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-col--sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-col--sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .grid-col--sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-col--sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .grid-col--sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-col--sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-col--sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .grid-col--sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .grid-col--sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--order-sm-0 {
    order: -1;
  }
  .grid-col--md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 575.98px) {
  .grid-col--xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .grid-col--xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .grid-col--xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .grid-col--xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-col--xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-col--xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .grid-col--xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-col--xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .grid-col--xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-col--xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-col--xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .grid-col--xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .grid-col--xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-col--order-xs-0 {
    order: -1;
  }
}
/**/
/* display */
/**/
.removed {
  display: none;
}

.blocked {
  display: block;
}

.grid {
  display: grid;
}

.iblocked {
  display: inline-block;
}

.inlined {
  display: inline;
}

.flex {
  display: flex;
}

@media screen and (max-width: 1283.98px) {
  .removed-lg {
    display: none;
  }
  .blocked-lg {
    display: block;
  }
  .iblocked-lg {
    display: inline-block;
  }
  .inlined-lg {
    display: inline;
  }
  .grid-lg {
    display: grid;
  }
  .flex-lg {
    display: flex;
  }
}
@media screen and (max-width: 991.98px) {
  .removed-md {
    display: none !important;
  }
  .blocked-md {
    display: block !important;
  }
  .iblocked-md {
    display: inline-block !important;
  }
  .inlined-md {
    display: inline !important;
  }
  .grid-md {
    display: grid;
  }
  .flex-md {
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .removed-sm {
    display: none !important;
  }
  .blocked-sm {
    display: block !important;
  }
  .iblocked-sm {
    display: inline-block !important;
  }
  .inlined-sm {
    display: inline !important;
  }
  .grid-sm {
    display: grid;
  }
  .flex-sm {
    display: flex;
  }
}
@media screen and (max-width: 575.98px) {
  .removed-xs {
    display: none !important;
  }
  .blocked-xs {
    display: block !important;
  }
  .iblocked-xs {
    display: inline-block !important;
  }
  .inlined-xs {
    display: inline !important;
  }
  .grid-xs {
    display: grid;
  }
  .flex-xs {
    display: flex;
  }
}
/**/
/* bread crumbs */
/**/
.bread-crumbs {
  margin: 0 0 28px;
  padding-top: 20px;
}

.bread-crumbs__link {
  text-decoration: none;
  transition-duration: 0.125s;
  transition-property: color;
  margin-right: 6px;
  color: #7d828b;
  font-weight: normal;
}
.bread-crumbs__link:visited, .bread-crumbs__link:link {
  color: #7d828b;
}

.bread-crumbs__link:hover {
  color: #32bdb5;
}

.bread-crumbs__current-page {
  text-transform: capitalize;
  color: #5e636b;
}

.bread-crumbs__block li {
  list-style-type: none;
}

@media screen and (max-width: 767.98px) {
  .bread-crumbs {
    margin: 0px 0 21px;
  }
  .mobile-nav__link {
    padding: 0 20px;
  }
  .mobile-nav__buttons {
    padding: 0 20px;
  }
}
.main-nav__item:hover > .main-nav__link::after {
  opacity: 1;
  transform: none;
}

.main-nav__item.current {
  pointer-events: none;
}

.main-nav__item.current > .main-nav__link {
  color: #2CA19B;
}

.main-nav__item--parent {
  position: relative;
}

@media screen and (min-width: 993px) and (max-width: 1325px) {
  header .header__grid-cont {
    padding: 0px 24px;
  }
  header .header__grid-cont .user-nav__button--request {
    margin-right: 8px;
  }
  .main-nav__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1293px) and (max-width: 1325px) {
  .main-nav {
    margin-left: 24px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1099px) {
  header .header__grid-cont .user-nav .button--small {
    font-size: 14px;
  }
  header .header__grid-cont .user-nav .user-nav__button {
    margin: 12px 0 12px 7px;
  }
  .main-nav__link {
    font-size: 15.5px;
  }
  .user-nav__msp_secondary .user-nav__link {
    font-size: 15.5px;
  }
}
.second-nav .clearfix ul li {
  float: left;
  margin: 11px 10px 10px;
}
.second-nav .clearfix ul li:last-child {
  margin: 10px 0;
}
.second-nav .clearfix ul a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.42857143;
  display: block;
  color: #4b4f55;
  text-decoration: none;
  padding: 7px 14px;
  border-radius: 3px;
}
.second-nav .clearfix ul a:hover {
  text-decoration: underline;
}

.second-menu-box {
  margin-right: 20px;
}
.second-menu-box ul > li:first-child a {
  background: #333c50;
  border: 1px solid #333c50;
  color: #fff;
}
.second-menu-box ul > li:first-child a:visited {
  background: #333c50;
  border: 1px solid #333c50;
  color: #fff;
}
.second-menu-box ul > li:nth-child(2) a {
  color: #333c50;
  border: 1px solid #333c50;
}
.second-menu-box ul > li:nth-child(2) a:visited {
  color: #333c50;
  border: 1px solid #333c50;
}
.second-menu-box ul > li:last-child a {
  color: #333c50;
  padding: 7px 8px;
}

.navbar {
  min-height: 50px;
  margin-bottom: 0;
}

nav.sem-nav-block {
  display: flex;
  justify-content: end;
}

ul.sem-nav {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}

ul.sem-nav li:first-child {
  margin-right: 20px;
}

ul.sem-nav li button {
  background: #fff;
  color: #333c50;
  border: 1px solid #333c50;
  padding: 7px 14px;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 1;
  height: 35px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
}

ul.sem-nav li button:hover,
ul.sem-nav li button:focus,
ul.sem-nav li button:active {
  background: #333c50;
  color: #fff;
  border: 1px solid #333c50;
}

#collapseForm {
  background: linear-gradient(to bottom, #333c50 0%, #333c50 40%, #000000 100%);
}

#collapseForm .modal-header button {
  color: #ccc;
  font-size: 32px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
  position: absolute;
  top: 16px;
  right: 25px;
  color: #ccc;
  height: auto;
}

.free-trial-mm1 a,
.free-trial-mm1 a:visited,
.contact-us-mm1 a,
.contact-us-mm1 a:visited,
.login-mm1 a,
.login-mm1 a:visited,
.free-trial-mm a,
.free-trial-mm a:visited,
.contact-us-mm a,
.contact-us-mm a:visited,
.login-mm a,
.login-mm a:visited {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .close-form {
    position: fixed;
  }
  body.toggled {
    right: auto;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  body.toggled .dialog-off-canvas-main-canvas {
    right: 250px;
  }
  .active-form-slide-up .type-of-block {
    pointer-events: auto;
  }
  .active-form-slide + div .type-of-block {
    pointer-events: auto;
    opacity: 1;
  }
  .active-form-slide + div .type-of-block {
    pointer-events: auto;
    opacity: 1;
  }
  .overlay {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .bread-crumbs {
    margin: 20px 0 28px;
  }
  .bread-crumbs__link {
    text-decoration: none;
    color: #7d828b;
    transition-duration: 0.125s;
    transition-property: color;
  }
  .bread-crumbs__link:hover {
    color: #32bdb5;
  }
}
@media only screen and (max-width: 479px) and (max-width: 767.98px) {
  .bread-crumbs {
    margin: 15px 0 21px;
  }
}
@media only screen and (max-width: 479px) {
  .modal-header {
    padding: 20px 20px 5px;
  }
  .modal-title {
    font-size: 24px;
  }
  ul.sem-nav li:first-child {
    margin-right: 5px;
  }
  ul.sem-nav li {
    font-size: 14px;
  }
  ul.sem-nav li button {
    padding: 7px 7px;
    margin-right: 2px;
    font-size: 14px;
  }
  .page-node-type-sem_pages .header .block-egnyte-branding {
    width: 130px;
    margin-top: 11px;
  }
}
/**/
/* logo */
/**/
.logo {
  display: block;
  margin: 21px 0;
}

.logo__image {
  display: block;
  margin-top: -5px;
}

@media screen and (max-width: 1023.98px) {
  .logo__image {
    width: auto;
    height: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .logo {
    margin: 16px 0;
  }
  .logo__image {
    width: 94px;
    height: auto;
    margin-top: -3px;
  }
}
/**/
/* main nav */
/**/
.main-nav {
  display: flex;
  margin-left: 28px;
  color: #35364e;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.main-nav--hidden {
  pointer-events: none;
  opacity: 0;
}

.main-nav__link {
  padding: 0 5px;
}
.main-nav__link--nodrop::after {
  display: none;
}

.main-nav__item:hover > .main-nav__link {
  color: #007bbd;
}
.main-nav__item:hover > .main-nav__link::after {
  opacity: 1;
  transform: none;
}

.main-nav__dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -24px;
  display: flex;
  overflow: hidden;
  margin-top: -12px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px rgba(0, 64, 100, 0.2);
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition-duration: 0.25s;
  transition-property: opacity, transform;
}
.main-nav__dropdown .h3 {
  font-size: 26px;
  font-family: "Metric";
}

.main-nav__item:hover > .main-nav__dropdown {
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

.main-nav__dropdown-left {
  min-width: 288px;
  padding: 28px 20px;
  background: #00334e;
}

.main-nav__dropdown-left--large {
  min-width: 512px;
}
.main-nav__dropdown-left--large .grid-col:nth-of-type(2) {
  display: block;
}

.main-nav__dropdown-image {
  display: block;
  margin: -30px -30px 20px;
}

.main-nav__dropdown-button {
  background-color: rgba(3, 123, 189, 0.1);
  color: #007bbd;
}
.main-nav__dropdown-button:hover {
  background-color: rgba(3, 123, 189, 0.2);
  color: #007bbd;
}

.main-nav__heading {
  padding: 0 16px;
  font-size: 15px;
  color: #87c0dd;
}

.main-nav__sublink {
  position: relative;
  display: block;
  padding: 12px 36px 12px 16px;
  border-radius: 3px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.125s;
}
.main-nav__sublink:hover, .main-nav__sublink.hover {
  background-color: #002b42;
  color: #32bdb5;
}
.main-nav__sublink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  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;
  opacity: 0;
  transition-duration: 0.125s;
}

.main-nav__sublink-parent::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><polygon fill="%23FFF" 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;
  opacity: 1;
}

.main-nav__sublink:hover::after {
  background-image: 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>');
  opacity: 1;
}

.main-nav__subsection {
  position: relative;
  min-height: 264px;
  padding: 10px 0;
  border-radius: 3px;
  background-color: #002b42;
  pointer-events: none;
  opacity: 0;
}
.main-nav__subsection.hover, .main-nav__subsection.active {
  pointer-events: auto;
  opacity: 1;
}
.main-nav__subsection::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -16px;
}

.main-nav__subsection-link {
  display: block;
  padding: 0 15px;
  box-shadow: inset 2px 0 0 0 #002b42;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition-duration: 0.25s;
  transition-property: box-shadow, color;
}
.main-nav__subsection-link:hover {
  box-shadow: inset 2px 0 0 0 #32bdb5;
  color: #32bdb5;
}

@media screen and (max-width: 1283.98px) {
  .main-nav {
    margin: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .main-nav {
    margin-right: -10px;
    margin-left: -10px;
  }
  .main-nav__link {
    padding: 0 10px;
    font-size: 17px;
  }
  .main-nav__dropdown {
    margin-left: -165px;
  }
  .main-nav__dropdown-left--large {
    min-width: 464px;
  }
  .main-nav__dropdown-right {
    min-width: 288px;
    padding: 36px 28px;
  }
}
/**/
/* search */
/**/
.search {
  position: relative;
  margin: 0 16px;
}

.search__input {
  position: absolute;
  top: 50%;
  right: 0;
  width: 320px;
  margin-top: -20px;
  padding: 9px 32px 9px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(53, 54, 78, 0.2);
  pointer-events: none;
  opacity: 0;
  color: #35364e;
  transition-duration: 0.25s;
  transition-property: width, opacity;
}

.search__input::placeholder {
  color: rgba(53, 54, 78, 0.5);
  transition-duration: 0.125s;
  transition-property: color;
}

.search__input--visible {
  width: 420px;
  pointer-events: auto;
  opacity: 1;
  outline: none;
}

.search__loop {
  position: relative;
  display: block;
  transition-duration: 0.125s;
  transition-property: color, opacity;
  background-color: transparent;
  border: 0;
}

.search__loop svg {
  display: inline-block;
  vertical-align: top;
  stroke-width: 1.25px;
}

.search__loop:hover {
  color: #007bbd;
}

.search__loop--hidden {
  pointer-events: none;
  opacity: 0;
}

.search__close {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: color, opacity;
  background-color: transparent;
  border: 0;
}

.search__close svg {
  display: inline-block;
  vertical-align: top;
  stroke-width: 1.25px;
}

.search__close:hover {
  color: #007bbd;
}

.search__close--visible {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 1283.98px) {
  .search {
    margin: 0;
  }
}
/**/
/* user nav */
/**/
.user-nav {
  display: flex;
  align-items: center;
  color: #35364e;
}
.user-nav a[href="/login"] {
  color: #35364e;
}

.user-nav__link {
  margin: 0 16px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.125s;
  transition-property: color;
  font-family: Metric-medium;
}
.user-nav__link svg {
  display: inline-block;
  vertical-align: top;
  margin: 1px 8px;
}
.user-nav__link:hover {
  color: #007bbd;
}

.user-nav__button {
  margin: 12px 0 12px 12px;
}

.user-nav__button--start {
  background-color: rgba(3, 123, 189, 0.1);
  color: #007bbd;
}
.user-nav__button--start:hover {
  background-color: rgba(3, 123, 189, 0.2);
  color: #007bbd;
}

.user-nav__button--request {
  background-color: #007bbd;
}
.user-nav__button--request:hover {
  border-color: #1F5AA0;
  background-color: #1F5AA0;
}

@media screen and (max-width: 1283.98px) {
  .user-nav__link {
    margin: 0 12px;
  }
  .user-nav__button {
    margin-left: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .user-nav__link {
    margin-right: 0;
  }
}
.user-nav .button {
  cursor: pointer;
}

/**/
/* burger */
/**/
.burger {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
}

.burger span {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  width: 20px;
  margin-top: -1px;
  border-radius: 1px;
  background-color: #35364e;
  box-shadow: 0 6px 0 #35364e, 0 -6px 0 #35364e;
}

/**/
/* mobile nav */
/**/
.mobile-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: #0e2b4a;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.25s;
  transition-property: opacity;
}

.mobile-nav button {
  border: 0;
  background-color: transparent;
}

.mobile-nav.active {
  pointer-events: auto;
  opacity: 1;
}

.mobile-nav__close {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: -4px;
}

.mobile-nav__close::after,
.mobile-nav__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  border-radius: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.mobile-nav__close::before {
  transform: rotate(-45deg);
}

.mobile-nav__form {
  position: relative;
}

.mobile-nav__input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  background-color: #002b42;
  box-shadow: inset 0 0 0 1px #002b42;
  line-height: 20px;
  color: #fff;
  -webkit-appearance: none;
  transition-duration: 0.125s;
  transition-property: box-shadow;
}

.mobile-nav__form .mobile-nav__input {
  border: 1px solid #2A4F76 !important;
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  background-color: #0B1F34 !important;
  -webkit-box-shadow: inset 0 0 0 1px #0b1f34 !important;
  box-shadow: inset 0 0 0 1px #0b1f34 !important;
  line-height: 20px;
  color: #fff !important;
  -webkit-appearance: none;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  outline: none;
  border: 0;
  border-radius: 6px !important;
}

.mobile-nav__loop {
  position: absolute;
  top: 14px;
  right: 14px;
  color: rgba(255, 255, 255, 0.4);
  transition-duration: 0.125s;
  transition-property: color;
}

.mobile-nav__input:focus {
  box-shadow: inset 0 0 0 1px #0bc5ba;
}

.mobile-nav__input::placeholder {
  color: #82bad7;
}

.mobile-nav__input:focus::placeholder {
  color: transparent;
}

.mobile-nav__input:focus + .mobile-nav__loop {
  color: #0bc5ba;
}

.mobile-nav__cont {
  position: relative;
  overflow: hidden;
  border-top: 12px solid transparent;
  border-bottom: 101px solid transparent;
  box-sizing: content-box;
}

.mobile-nav__slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateX(100%);
  transition-duration: 0.25s;
  transition-property: transform;
}

.mobile-nav__slide.active {
  transform: none;
}

.mobile-nav__slide--first {
  position: relative;
  transform: none;
}

.mobile-nav__slide.active ~ .mobile-nav__slide--first {
  transform: translateX(-100%);
}

.mobile-nav__link {
  display: block;
  padding: 0 20px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

.mobile-nav__link.active {
  color: #0bc5ba;
}

.mobile-nav__arrow {
  float: right;
  width: 16px;
  height: 16px;
  margin: 16px 0;
}

.mobile-nav__arrow--back {
  float: left;
  width: 40px;
  margin-left: -20px;
  transform: rotate(180deg);
}

.mobile-nav__dropdown {
  margin: 6px 0;
  padding: 20px 40px;
  background-color: #002b42;
}

.mobile-nav__head .logo__caption {
  margin-left: 12px;
  padding-left: 11px;
  border-left: 1px solid hsla(0, 0%, 59.2%, 0.3);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
.mobile-nav__head .logo__caption a {
  color: #9aa1ac;
}
.mobile-nav__head .logo__caption a:hover {
  color: #32BDB5;
}

.h6.mobile-nav__heading {
  margin: 24px 0 21px;
  font-size: 16px;
  color: #87c0dd;
  border-bottom: 1px solid;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.mobile-nav__sub-heading {
  display: block;
  font-size: 13px;
  color: #87c0dd;
  margin-bottom: 27px;
  text-transform: uppercase;
  border-bottom: none;
}

.h6.mobile-nav__heading:first-child {
  margin-top: 6px;
}

.mobile-nav__sublink {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  margin-bottom: 27px;
}

.mobile-nav__divider {
  margin: 12px 20px;
  border-top: 1px solid #2A4F76;
}

.mobile-nav__foot {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  border-top: 1px solid #164f6e;
  background-color: #00334e;
}

.mobile-nav__buttons {
  margin-top: 16px;
  padding: 0 24px;
}
.mobile-nav__buttons .button {
  cursor: pointer;
}

.breadcrumbs {
  padding-bottom: 0;
}

.breadcrumbs-block {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.breadcrumbs-block li {
  list-style-type: none;
  color: #5e636b;
  margin-bottom: 0;
}
.breadcrumbs-block ol {
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumbs-block span {
  margin: auto;
}

/***Help Desk***/
/**HelpDesk Navigation **/
#egnyte_helpDesk_menu .main-nav {
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#egnyte_helpDesk_menu .header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 4px 0 25px 0 rgba(0, 0, 0, 0.04);
}
#egnyte_helpDesk_menu .header__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#egnyte_helpDesk_menu .header__button {
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: rgba(0, 123, 189, 0.1);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #007bbd;
  font-size: 18px;
  line-height: 44px;
  font-weight: 600;
}
#egnyte_helpDesk_menu .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9aa1ac;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}
#egnyte_helpDesk_menu .logo:hover {
  color: #32BDB5;
}
#egnyte_helpDesk_menu .logo__image {
  margin-top: -6px;
  margin-bottom: -2px;
}
#egnyte_helpDesk_menu .logo__caption {
  margin-left: 12px;
  padding-left: 11px;
  border-left: 1px solid hsla(0, 0%, 59.2%, 0.3);
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
#egnyte_helpDesk_menu .logo__caption a {
  color: #9aa1ac;
}
#egnyte_helpDesk_menu .logo__caption a:hover {
  color: #32BDB5;
}
#egnyte_helpDesk_menu .main-nav {
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#egnyte_helpDesk_menu .main-nav__link {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #35374d;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  text-decoration: none;
}
#egnyte_helpDesk_menu .main-nav__link:hover {
  color: #32bdb5;
}
#egnyte_helpDesk_menu .main-nav__link.w--current {
  box-shadow: inset 0 -4px 0 0 #1fb7ab;
  font-weight: 700;
}

/* Navigation Bar for Event Summit Page */
.summit_nav .main-nav__link {
  font-size: 16px;
  padding: 0 19px;
  color: #35364E;
  font-family: Metric-medium;
}

.summit_nav .main-nav__item:hover {
  font-family: Metric-medium;
}

.summit__user-nav {
  width: 170px;
  justify-content: center;
  color: #fff;
  background: #103154;
  text-transform: uppercase;
  font-family: Metric-medium-italic;
  font-size: 16px;
  border-radius: 5px;
  padding: 16px 25px;
}

html:has(#truyo-consent-module[style*="display: none"]) iframe#q-messenger-frame {
  bottom: 0% !important;
}

iframe#q-messenger-frame {
  bottom: 50px !important;
}

iframe#q-messenger-frame.qlfd-is-mobile.maximized {
  bottom: calc(0px + var(--qualified-offer-footer-height, 0px)) !important;
}

@media screen and (max-width: 991.98px) {
  iframe#q-messenger-frame {
    bottom: 60px !important;
  }
}
@media screen and (max-width: 903.98px) {
  iframe#q-messenger-frame {
    bottom: 65px !important;
  }
}
@media screen and (max-width: 768.98px) {
  iframe#q-messenger-frame {
    bottom: 105px !important;
  }
}
@media screen and (max-width: 664.98px) {
  iframe#q-messenger-frame {
    bottom: 120px !important;
  }
}
@media screen and (max-width: 505.98px) {
  iframe#q-messenger-frame {
    bottom: 150px !important;
  }
}
.message-area {
  position: fixed;
  z-index: 10;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
}

.top-message {
  transition-property: margin;
  transition-duration: 320ms;
  transition-timing-function: ease;
  position: relative;
}
.top-message .layout-container {
  width: 1280px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: margin;
}
.top-message p {
  flex: 1;
  display: flex;
  justify-content: center;
}
.top-message p a {
  border-bottom: 2px solid white;
}
.top-message .message-notice-close {
  background: transparent;
  border: none;
  padding: 0;
}
.top-message .message-notice-close span {
  font-size: 38px;
  font-weight: 100;
}

@media only screen and (max-width: 991px) {
  .no-message {
    padding-top: 0;
  }
  .top-message {
    text-align: center;
    padding: 15px 25px 5px;
  }
  .top-message p {
    font-size: 17px !important;
  }
  .top-message a {
    clear: both;
    font-size: 17px;
  }
  .top-message a:visited {
    font-size: 17px;
  }
  .top-message .message-notice-close {
    position: relative !important;
  }
}
@media screen and (max-width: 767.98px) {
  .has-message .hero {
    padding-top: 128px;
  }
}
@media screen and (max-width: 575.98px) {
  .top-message p {
    font-size: 15px !important;
  }
  .top-message p a {
    font-size: 15px !important;
  }
  .top-message .message-notice-close span {
    font-size: 28px;
  }
}
/**/
/* speak callout */
/**/
.speak-callout {
  max-width: 1260px;
  margin: 120px auto;
  padding: 40px 0;
  border-radius: 6px;
  background: url(../images/speak-callout/bg.png) 50% 50%/auto 200px no-repeat;
  text-align: center;
}

.speak-callout__button {
  padding-right: 48px;
  padding-left: 48px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .speak-callout {
    background-image: url(../images/speak-callout/bg@2x.png);
  }
}
@media screen and (max-width: 1259.98px) {
  .speak-callout {
    border-radius: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .speak-callout {
    margin: 60px 0;
  }
}
.header {
  position: fixed;
  padding-top: 0px;
  top: 0px;
  left: 0;
  width: 100%;
  height: 72px;
  max-height: calc(100vh - 72px);
  z-index: 99;
  background: #fff;
  box-shadow: 0 8px 6px -9px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}
.header .egnyte-block {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header .block-egnyte-branding {
  width: 150px;
  max-width: 135px;
  max-height: 42px;
  padding-right: 0;
  padding-left: 0;
}
.header .block-egnyte-branding img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: -5px;
}
.header .site-logo img {
  width: 100%;
  display: block;
  margin-top: -5px;
}

.page_front__alt .header {
  background-color: #102C3F;
}
.page_front__alt .header .search__close, .page_front__alt .header .search__input, .page_front__alt .header .search__loop {
  color: #fff;
}
.page_front__alt .header .main-nav {
  color: #FFF;
}
.page_front__alt .header .main-nav__link::after {
  border-bottom-color: #193D54;
}
.page_front__alt .header .search__input {
  color: #FFF;
}
.page_front__alt .header .search__loop, .page_front__alt .header .search__close {
  color: #FFF;
}
.page_front__alt .header .user-nav {
  color: #FFF;
}
.page_front__alt .header .user-nav a[href="/login"] {
  color: #FFF;
}
.page_front__alt .header .user-nav .button--secondary {
  border-color: #133D59;
  background-color: #133D59;
}
.page_front__alt .header .user-nav .button--secondary:hover {
  border-color: #004163;
  background-color: #004163;
}
.page_front__alt .header .user-nav .button--light {
  border-color: #133D59;
  background-color: #133D59;
  color: #FFF;
}
.page_front__alt .header .user-nav .button--light:hover {
  border-color: #004163;
  background-color: #004163;
}
.page_front__alt .header .burger span {
  background-color: #FFF;
  box-shadow: 0 6px 0 #FFF, 0 -6px 0 #FFF;
}
.page_front__alt .header .search__input::placeholder {
  color: #fff;
  transition-duration: 0.125s;
  transition-property: color;
}
.page_front__alt .header .search__close:hover {
  color: #007BBD;
}
.page_front__alt .header .search__input--visible {
  outline: 0;
  border: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid !important;
  color: #fff !important;
}

.header.header__dgt-report-2021 {
  padding: 20px 28px;
  background-color: #152d3c;
  position: unset;
}
.header.header__dgt-report-2021 .header__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.header.header__dgt-report-2021 .header__cont .logo {
  margin: 0;
}
.header.header__dgt-report-2021 .header__cont .logo .logo__image {
  display: block;
  margin-top: -6px;
}
.header.header__dgt-report-2021 .header__cont .contacts-nav {
  display: flex;
  align-items: center;
}
.header.header__dgt-report-2021 .header__cont .contacts-nav .contacts-nav__link {
  margin-right: 24px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.header.header__dgt-report-2021 .header__cont .contacts-nav .contacts-nav__link:hover {
  text-decoration: underline;
}
.header.header__dgt-report-2021 .header__cont .contacts-nav .contacts-nav__button {
  border: 0;
  padding: 0 16px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
  color: #152d3c;
  transition-duration: 0.125s;
  transition-property: background-color;
}
.header.header__dgt-report-2021 .header__cont .contacts-nav .contacts-nav__button:hover {
  background-color: #fff;
}

@media screen and (max-width: 1023.98px) {
  .header.header__dgt-report-2021 .header__cont .logo .logo__image {
    width: auto;
    height: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .header.header__dgt-report-2021 {
    padding: 12px 20px;
  }
  .header.header__dgt-report-2021 .header__cont .logo .logo__image {
    width: auto;
    height: 28px;
    margin-top: -5px;
  }
  .header.header__dgt-report-2021 .header__cont .contacts-nav .contacts-nav__link {
    display: none;
  }
}
.header.header__dgt-report-2021 {
  background-color: #fff;
}
.header.header__dgt-report-2021 .header__cont .contacts-nav .contacts-nav__link {
  color: #5E636B;
}
.header.header__dgt-report-2021 .header__cont .contacts-nav .contacts-nav__button {
  border: 1px solid #152d3c;
}

.toolbar-fixed .header {
  top: 72px;
}

.site-name a {
  color: #fff;
  text-decoration: none;
}

.site-slogan {
  color: #4b4f55;
}

.heading-search {
  position: relative;
  width: 120px;
  margin-left: auto;
  order: 2;
  margin-top: 7px;
}
.heading-search form {
  margin-top: 5px;
}

.heading-search1 {
  position: relative;
  width: 120px;
  margin-left: auto;
  order: 2;
  margin-top: 7px;
}
.heading-search1 form {
  margin-top: 5px;
}

.js-form-type-search input.form-search {
  width: 100%;
  height: 30px;
  background: #fff;
  font-size: 1em;
  float: left;
  padding-left: 40px;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #333c50;
  color: #333c50;
  transition: background 0.55s ease;
  box-sizing: border-box;
}

.second-nav {
  margin-left: auto;
}

.heading-img-full {
  display: block;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.heading-img-full .wp-block-media-text__media {
  z-index: 0;
  width: 100%;
  height: calc(100vh - 49px);
  background: #0b142b;
  overflow: hidden;
  position: relative;
}
.heading-img-full .wp-block-media-text__media video {
  position: absolute;
  height: 100vh;
  min-height: 900px;
  object-fit: cover;
  top: 0;
  right: 0;
}
.heading-img-full .wp-block-media-text__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  max-width: 94%;
  padding: 0;
}
.heading-img-full h1 {
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 40px;
  font-size: calc(10px + 2.2vw);
  font-weight: 700;
  text-shadow: 0 0 20px #0b142b;
}

.search-mm a {
  display: none;
}

.green-button {
  text-indent: 0;
}
.green-button a {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease;
}
.green-button a:link {
  color: #ffffff;
}
.green-button a:visited {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
}
.green-button a:hover {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba;
  text-decoration: none;
}
.green-button a:focus {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba;
  text-decoration: none;
}
.green-button a:active {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba;
  text-decoration: none;
}

.form-item-search {
  margin: 0;
  max-width: 100%;
  height: 30px;
}

.form-item-search [id^=edit-actions] {
  position: relative;
}

.form-item-search [id^=edit-actions] span,
.form-item-search label {
  display: none;
}

.search-mm .heading-search .js-form-item-search {
  position: relative;
}

.search-mm .heading-search .js-form-item-search::before {
  content: "";
  background: url(../images/search-icon.svg) center center no-repeat;
  height: 30px;
  width: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: transparent;
  position: absolute;
  top: 4px;
  left: 0;
  border: 0;
}

.form-item-search input[id^=edit-search] {
  width: 100%;
  height: 30px;
  background: #fff;
  font-size: 1em;
  float: left;
  padding-left: 15px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(53, 54, 78, 0.2);
  color: #35364e;
  -webkit-transition: background 0.55s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.layout-container-full-size.header-search-page {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.layout-container-full-size.header-search-page::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(100deg, #061522 0%, #06354c 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  z-index: 0;
}

.layout-container-full-size.header-search-page h1 {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  padding: 40px 0;
}

.header-search-page + .page-heading .views-exposed-form.search-block-form {
  margin: 50px auto 0;
}

.search-block-form h2 {
  display: none;
}

.page-heading .search-block-form input[id^=edit-submit-search] {
  background: url(../images/search-hover.svg) no-repeat center center;
  background: #fff url(../images/search-black.svg) no-repeat center center;
  background-size: 22px;
  top: 4px;
  left: auto;
  right: 0;
  transition: all 0.3s ease;
}

.page-heading .search-block-form input[id^=edit-submit-search]:hover,
.page-heading .search-block-form input[id^=edit-submit-search]:focus {
  background: #fff url(../images/search-hover.svg) no-repeat center center;
  background-size: 22px;
}

.page-heading .search-block-form input[id^=edit-submit-search]:focus {
  outline: none;
}

.page-heading .search-block-form form {
  width: 600px;
  max-width: 96%;
  margin: 0 auto;
}

.free-trial-mm {
  order: 3;
}

.we-mega-menu-ul > .we-mega-menu-li {
  z-index: 4;
}

.we-mega-menu-ul.expand-search > .we-mega-menu-li {
  z-index: 4;
}

.we-mega-menu-ul > .we-mega-menu-li.search-mm {
  position: relative;
}

.we-mega-menu-ul.expand-search > .we-mega-menu-li.search-mm {
  position: static;
}

.header > .layout-container {
  display: flex;
}

.header .block-egnyte-branding {
  z-index: 9;
  position: relative;
}

.second-menu-box {
  margin-right: 0;
}

.second-nav .clearfix ul li {
  margin: 0 10px 0;
}

.second-menu-box ul > li a,
.second-menu-box ul > li a:visited {
  border: 2px solid transparent;
}

.second-menu-box .form-item-search::after {
  width: 0;
  height: 60px;
  position: absolute;
  content: "";
  right: 0;
  top: -10px;
  opacity: 0;
  z-index: 1;
  background: #fff;
  transition: all 0.3s ease;
}

.second-menu-box .expand-search .form-item-search::after {
  width: 700px;
  opacity: 1;
  transition: all 0.3s ease;
}

.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm1 a,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm1 a:visited,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm a,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm a:visited {
  border: 2px solid #0bc5ba;
  margin-right: 5px;
}

.second-nav .clearfix ul li {
  margin: 0 5px 0;
}

.second-nav .we-mega-menu-li.search-mm {
  margin-left: auto;
  margin-right: 0;
}

.second-nav .clearfix ul a:hover,
.second-nav .login-mm a:hover {
  text-decoration: none;
  color: #0bc5ba;
}

.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm1 a:hover,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm1 a:focus,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm1 a:active,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm a:hover,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm a:focus,
.second-menu-box .we-mega-menu-ul .we-mega-menu-li.free-trial-mm a:active {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba;
  text-decoration: none;
}

.contact-us-mm,
.free-trial-mm,
.login-mm,
.search-mm {
  display: none;
}

.second-nav .login-mm,
.second-nav .search-mm {
  display: flex;
}

.second-nav .we-mega-menu-ul.expand-search > .contact-us-mm1 {
  z-index: 9;
}

@media only screen and (min-width: 991px) {
  .we-mega-menu-li.search-mm {
    width: 35px;
    background: #fff;
    z-index: 3;
  }
  .we-mega-menu-ul.expand-search > .dropdown-menu {
    z-index: 1;
  }
  .we-mega-menu-ul > .free-trial-mm,
  .we-mega-menu-ul > .contact-us-mm,
  .we-mega-menu-ul > .login-mm,
  .we-mega-menu-ul.expand-search > .free-trial-mm,
  .we-mega-menu-ul.expand-search > .contact-us-mm,
  .we-mega-menu-ul.expand-search > .login-mm {
    z-index: 6;
  }
  .search-mm input[id^=edit-submit-search] {
    display: none;
  }
  .search-mm .form-item-search input[id^=edit-search] {
    padding-left: 15px;
    padding-right: 0;
  }
  .search-mm .heading-search1,
  .search-mm .heading-search {
    width: 35px;
    overflow: hidden;
    z-index: 4;
  }
  .expand-search .search-mm .heading-search1 input[id^=edit-search],
  .expand-search .search-mm .heading-search input[id^=edit-search] {
    border-bottom: 1px solid rgba(53, 54, 78, 0.2);
  }
  .search-mm a.we-mega-menu-li {
    background: #ffffff url(../images/close-black.svg) no-repeat center center;
    background: #ffffff url(../images/close-hover.svg) no-repeat center center;
    background: #ffffff url(../images/search-hover.svg) no-repeat center center;
    transition: all 0.3s ease;
  }
  .search-mm a.we-mega-menu-li {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #ffffff url(../images/search-black.svg) no-repeat center center;
    background-size: cover;
    z-index: 7;
    margin-top: 12px;
    outline: none;
  }
  .search-mm a.we-mega-menu-li:hover {
    background: #ffffff url(../images/search-hover.svg) no-repeat center center;
    background-size: cover;
  }
  .expand-search .search-mm a.we-mega-menu-li {
    background: #ffffff url(../images/close-black.svg) no-repeat center center;
    background-size: cover;
  }
  .expand-search .search-mm a.we-mega-menu-li:hover {
    background: #ffffff url(../images/close-hover.svg) no-repeat center center;
    background-size: cover;
  }
  .search-mm .remove-s {
    display: none;
  }
  .expand-search .search-mm .heading-search {
    overflow: visible;
  }
  .search-mm .heading-search1 input[id^=edit-search],
  .search-mm .heading-search input[id^=edit-search] {
    padding-left: 15px;
    padding-right: 0;
    position: absolute;
    right: -400px;
    width: 400px;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 4;
    outline: none;
  }
  .expand-search .search-mm .heading-search1 input[id^=edit-search],
  .expand-search .search-mm .heading-search input[id^=edit-search] {
    right: 0;
    opacity: 1;
  }
  .search-mm::after {
    content: "";
    width: 370px;
    position: absolute;
    z-index: 6;
    background: #ffffff;
    height: 100%;
    margin-right: 0;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .search-mm::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 3;
    background: #ffffff;
    height: 100%;
    margin-right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .expand-search .search-mm::before {
    width: 100%;
    opacity: 1;
  }
  .navbar-we-mega-menu .nav-tabs {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .search-mm > a {
    display: none;
  }
  .layout-container-full-size.header-search-page h1 {
    line-height: 30px;
    font-size: 27px;
  }
  main.main-search {
    max-width: 92%;
  }
}
@media only screen and (max-width: 991.98px) {
  .block-egnyte-branding {
    width: 157px;
    height: 52px;
    margin-top: 12px;
  }
}
.home-video-col {
  width: 100%;
  display: block;
}
.home-video-col .wp-block-column:first-child {
  z-index: 0;
  width: 100%;
  height: calc(100vh - 49px);
  background: #0b142b;
  overflow: hidden;
  position: relative;
}
.home-video-col .wp-block-column:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1280px;
  max-width: 94%;
  padding: 0;
}
.home-video-col .wp-block-video video {
  max-width: 100%;
  width: 100%;
  position: absolute;
  height: 100vh;
  min-height: 900px;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1090px) {
  .search-mm .heading-search1 input[id^=edit-search],
  .search-mm .heading-search input[id^=edit-search] {
    width: 350px;
  }
}
.wp-block-video.mobile-video {
  display: none;
}

@media only screen and (max-width: 992px) {
  .wp-block-video.desktop-video {
    display: none;
  }
  .wp-block-video.mobile-video {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .we-mega-menu-submenu {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav {
    margin-right: 0;
    margin-left: 30px;
    margin-top: 3px;
    order: 3;
  }
  .second-nav {
    order: 2;
  }
  .header {
    padding-top: 3px;
    height: 62px;
    top: 0px;
  }
  .region-we-mega-menu {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .contact-us-mm,
  .free-trial-mm,
  .login-mm,
  .search-mm {
    display: block;
  }
  .second-nav,
  .second-nav .login-mm,
  .second-nav .search-mm {
    display: none;
  }
}
.header_container {
  display: flex;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  flex-flow: initial;
  position: relative;
}
.header_container .search {
  margin: 0 2px;
}
.header_container .search #search__loop:hover {
  color: #76A2BC;
}
.header_container .search #search__close:hover {
  color: #76A2BC;
}
.header_container .primary__menu {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-left: 32px;
  margin-top: 0px;
  order: initial;
  width: initial;
  list-style: none;
  height: 72px;
}
.header_container .primary__menu .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.header_container .primary__menu .main-nav__item {
  margin-left: 10px;
}
.header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .grid-col--6 .grid-row--lgg .grid-col--12 {
  max-width: 1200px;
}
.header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .grid-col--6 .grid-row--lgg .grid-col--12 .grid-row .grid-col--6 {
  max-width: 410px;
}
.header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .grid-col--6 .grid-row--lgg .grid-col--12 .h6.main-nav__heading {
  max-width: 750px;
}
.header_container .primary__menu .main-nav__item .main-nav__dropdown {
  border: none;
  border-radius: 0;
  left: 0;
  overflow: initial;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  background: #0B1F34;
  transition: all 0.3s ease-in-out;
  min-height: 420px;
}
.header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .main-nav__dropdown-left .main-nav__sublink {
  position: relative;
  display: block;
  padding: 12px;
  border-radius: 6px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #FFF;
  transition-duration: 0.125s;
  margin-left: -11px;
}
.header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .main-nav__dropdown-left .product_menu {
  max-width: 552px;
  padding: 20px;
}
.header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .main-nav__dropdown-right {
  background: transparent;
  padding: 0 0 0 20px;
}
.header_container .primary__menu .main-nav__item:hover > .main-nav__link {
  color: #35364e;
  font-family: metric-bold;
  height: 72px;
}
.header_container .primary__menu .main-nav__item .btnNav {
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(214, 220, 234);
  cursor: pointer;
  display: flex;
  font-weight: 500;
  gap: 3px;
  width: 100%;
  border: none;
  border-radius: 10px;
  color: #35364e;
  font-family: metric-medium;
}
.header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__link:hover {
  color: #76A2BC;
}
.header_container .user-nav .egnyte-block nav .user-nav__item .button {
  font-weight: 500;
  font-family: metric-medium;
}
.header_container .user-nav .egnyte-block nav .user-nav__item .button--light {
  background: #0BC5BA;
  background-color: #0BC5BA;
  color: #fff;
}
.header_container .user-nav .egnyte-block nav .user-nav__item .button--light:hover {
  background-color: #23B6AA;
  border-color: #23B6AA;
}
.header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request {
  background-color: #fff;
  border-color: #0BC5BA;
  margin-right: 15px;
  padding: 12px 7px;
  color: #35364e !important;
}
.header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request:hover {
  border-color: #0BC5BA;
  background-color: #0BC5BA;
  color: #fff !important;
}

.main-nav__dropdown-right a {
  text-decoration: none;
}

.main-nav__subtxt p {
  opacity: 0.85;
  margin-bottom: 3px;
}

.dropdown-right__container {
  background: #122941;
  border-radius: 6px;
}

.dropdown-right__container:hover > picture img {
  background-color: #000;
  opacity: 0.5;
}

.dropdown-right__bottom {
  padding: 17px 20px;
}

.trial__cta {
  color: #34BDB5;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: metric-medium;
}

.trial__cta img {
  margin-left: 10px;
}

.h6.main-nav__heading {
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #76A2BC;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #2A4F76;
  margin-bottom: 12px;
  font-family: metric-bold;
}

.two-col__menu .grid-col {
  width: 270px;
}

.btnNav svg:last-of-type {
  margin: 0px;
  transform: rotateZ(90deg);
}

.main-nav__item:hover > .main-nav__link svg:last-of-type {
  transform: rotateZ(-90deg);
}

.products__menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
}

.main-nav__dropdown-left--xlarge {
  max-width: 894px;
  width: 100%;
}

.main-nav__dropdown-left {
  background: transparent;
  min-width: initial;
  padding: 0;
}

.main-nav__subtxt {
  display: flex;
}

.main-nav__subtxt picture {
  margin-right: 34px;
}
.main-nav__subtxt .p {
  opacity: 0.7;
}

a:visited {
  color: #35364e;
}

.page_front__alt .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request {
  background-color: rgb(13, 39, 67);
  border-color: transparent;
  color: #fff !important;
}
.page_front__alt .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request:hover {
  background-color: #8B83FE;
  border-color: transparent;
  color: #fff;
}
.page_front__alt .primary__menu .main-nav__item .main-nav__link {
  color: #fff;
  font-family: Metric-medium;
}
.page_front__alt .header {
  background-color: #0F1D35;
  user-select: none;
  z-index: 10;
}
.page_front__alt .header .main-nav__item:hover {
  height: 72px;
}
.page_front__alt .header .main-nav__item:hover > .main-nav__link {
  color: #76A2BC;
  font-weight: 500;
  font-family: Metric-medium;
  height: 72px;
}
.page_front__alt .header .user-nav .main-nav__item:hover > .main-nav__link {
  color: #76A2BC;
  font-weight: normal;
}

.mobile-nav__cont .egnyte-block .mobile-nav__slide .mobile-nav__dropdown a {
  color: #fff;
}
.mobile-nav__cont .egnyte-block .mobile-nav__slide .egnyte-block .mobile-nav__buttons .grid-row .grid-col .button--small {
  background-color: transparent;
  border-color: #0BC5BA;
}
.mobile-nav__cont .egnyte-block .mobile-nav__slide .egnyte-block .mobile-nav__buttons .grid-row .grid-col .button--small:hover {
  border-color: #0BC5BA;
  background-color: #0BC5BA;
}
.mobile-nav__cont .egnyte-block .mobile-nav__slide .egnyte-block .mobile-nav__buttons .grid-row .grid-col .button--outlined {
  border-color: #0BC5BA;
  background-color: #0BC5BA;
  color: #fff !important;
}
.mobile-nav__cont .egnyte-block .mobile-nav__slide .egnyte-block .mobile-nav__buttons .grid-row .grid-col .button--outlined:hover {
  background-color: #23B6AA;
  border-color: #23B6AA;
}
.mobile-nav__cont .egnyte-block .mobile-nav__slide .mobile-nav__link {
  color: #fff;
}
.mobile-nav__cont .egnyte-block .mobile-nav__slide .mobile-nav__link--back {
  display: flex;
}

.mobile-nav__dropdown {
  background-color: #0B1F34;
}

.main-nav__dropdown-left .grid-col--6 .main-nav__sublink {
  max-width: 291px;
  width: 100%;
}
.main-nav__dropdown-left .main-nav__sub-heading {
  font-size: 13px;
  border-bottom: none;
  position: relative;
  display: block;
  padding: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #76A2BC;
  transition-duration: 0.125s;
  margin-left: -11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0px;
  font-family: metric-bold;
}
.main-nav__dropdown-left .grid-col--4 {
  max-width: 456px;
}
.main-nav__dropdown-left .grid-col--4 .h6.main-nav__heading {
  max-width: 232px;
  width: 100%;
}
.main-nav__dropdown-left .grid-col--4 .main-nav__sublink {
  max-width: 232px;
  width: 100%;
}
.main-nav__dropdown-left .grid-col--4 .main-nav__sublink:hover {
  background-color: #214161;
  box-shadow: inset 0 0 0 99999px rgba(255, 255, 255, 0.0008);
  color: inherit;
  max-width: 240px;
}
.main-nav__dropdown-left .grid-col--4 .main-nav__sublink:hover::after {
  opacity: 0;
}
.main-nav__dropdown-left .grid-col--12 .h6.main-nav__heading {
  max-width: 1214px;
  width: 100%;
}
.main-nav__dropdown-left .grid-col--12 .grid-row {
  margin-left: 0;
}

.dropdown-right__container picture img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search__loop, .search__close {
  cursor: pointer;
}

@media (max-width: 1660px) {
  .header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .grid-col--6 .grid-row--lgg .grid-col--12 .h6.main-nav__heading {
    max-width: 680px;
  }
}
@media (max-width: 1570px) {
  .header_container .primary__menu .main-nav__item .main-nav__dropdown .products__menu .grid-col--6 .grid-row--lgg .grid-col--12 .h6.main-nav__heading {
    max-width: 640px;
  }
}
@media (max-width: 1120px) {
  .header_container .user-nav .egnyte-block nav .user-nav__item .button {
    font-size: 15px;
    padding-right: 4px;
    padding-left: 4px;
  }
}
@media (max-width: 1252px) {
  .page_front__alt .header_container .search {
    margin: 0;
  }
}
@media (max-width: 1246px) {
  .header_container .user-nav .egnyte-block nav .user-nav__item .product-page__cta {
    font-size: 14px;
    padding: 12px 5px;
    width: 100px;
  }
}
@media (max-width: 1241px) {
  .header_container .user-nav .egnyte-block .user-nav__msp_secondary .user-nav__item .button {
    font-size: 15px;
    padding: 10px 5px;
  }
}
@media (max-width: 1055px) {
  .header_container .primary__menu .main-nav__item .btnNav {
    gap: 0;
  }
  .header_container .user-nav .egnyte-block nav .user-nav__item .product-page__cta {
    padding: 12px 7px;
    font-size: 15px;
  }
  .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request {
    margin-right: 10px;
  }
}
@media (max-width: 1182px) {
  .user-nav__item .free-trial .removed-lg {
    display: none;
  }
  .header_container {
    padding: 0 20px;
  }
  .products__menu {
    padding: 50px 20px;
  }
  .primary__menu {
    margin-left: 0;
  }
  .btnNav {
    gap: 0;
  }
  .dropdown-right__bottom .p {
    font-size: 17px;
  }
  .dropdown-right__bottom .trial__cta {
    font-size: 17px;
  }
}
@media (max-width: 1297px) {
  .header_container .primary__menu {
    margin-left: 0;
  }
}
@media (max-width: 1480px) {
  .main-nav__dropdown-left .grid-col--12 .h6.main-nav__heading {
    max-width: 1092px;
  }
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .main-nav__dropdown-left .grid-col--12 .h6.main-nav__heading {
    max-width: 1149px;
    width: 100%;
  }
}
@media (max-width: 1334px) {
  .page_front__alt .header .main-nav {
    margin-left: 0;
  }
}
@media (max-width: 1369px) {
  .header_container .user-nav .egnyte-block .user-nav__msp_secondary .user-nav__item .button {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 1207px) {
  .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request {
    margin-right: 3px;
    font-size: 15px;
  }
}
@media (max-width: 1116px) {
  .header_container .user-nav .egnyte-block .user-nav__msp_secondary .user-nav__item .button {
    font-size: 12px;
    padding: 7px 1px;
  }
}
@media (max-width: 1036px) {
  .header_container #block-guidesecondary .egnyte-block .user-nav .user-nav__item .user-nav__button--request {
    font-size: 10px;
    padding-right: 1px;
    padding-left: 1px;
  }
}
@media (max-width: 1022px) {
  .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request {
    margin-right: 2px;
  }
}
@media (max-width: 1019px) {
  .header_container .user-nav .egnyte-block nav .user-nav__item .button {
    padding-right: 1px;
    padding-left: 1px;
  }
}
@media (max-width: 1003px) {
  .header_container .primary__menu .main-nav__item .btnNav {
    padding: 0;
  }
}
@media (width: 992px) {
  .header .header_container .user-nav .egnyte-block .grid-col .egnyte-block nav .user-nav__item:first-child {
    width: 64px;
  }
}
/**/
/* intro */
/**/
.intro {
  position: relative;
  overflow: hidden;
  padding: 100px 0 158px;
  background-color: #102c3f;
  color: #aad3ec;
}

.intro__cont {
  position: relative;
}

.intro__note {
  color: #5f7988;
}

.intro__logos {
  position: relative;
  margin-bottom: -16px;
}

.intro__logos-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 54px;
  overflow: hidden;
  margin-right: -140px;
}

.intro__logos-line img {
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 16px;
  transition-duration: 0.375s;
  transition-property: transform;
}

.intro__logos-line img:nth-child(2) {
  transition-delay: 0.125s;
}

.intro__logos-line img:nth-child(3) {
  transition-delay: 0.25s;
}

.intro__logos-line img:nth-child(4) {
  transition-delay: 0.375s;
}

.intro__logos-line img:nth-child(5) {
  transition-delay: 0.5s;
}

.intro__logos-line:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro__logos-line:last-child img {
  transform: translateY(108px);
}

.intro__logos.flipped .intro__logos-line img {
  transform: translateY(-108px);
}

.intro__logos.flipped .intro__logos-line:last-child img {
  transform: none;
}

.intro__figure {
  margin: -48% -69.3% -48% -52%;
  margin: -11% -10% -10% 0;
}

.intro__figure img {
  margin-right: auto;
  margin-left: auto;
}

.intro__title {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1283.98px) {
  .intro {
    padding-top: 64px;
    padding-bottom: 122px;
  }
  /*.intro__figure {
    margin-top: -52%;
    margin-bottom: -44%;
  }*/
}
@media screen and (max-width: 991.98px) {
  .intro {
    text-align: center;
  }
  .intro__logos-line {
    margin-right: 0;
    justify-content: center;
  }
  .intro__logos-line:last-child {
    right: 0;
  }
  .intro__figure {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .intro {
    padding-top: 48px;
    padding-bottom: 106px;
  }
  .intro__logos-line {
    justify-content: center;
    margin-right: 0;
  }
  .intro__logos-line img {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599.98px) {
  /*
   .intro__figure {
     margin: -55% -65% -37%;
   }
   */
  .intro__note {
    font-size: 14px;
  }
  .intro__logos {
    margin-bottom: 0;
  }
  .intro__logos-line img {
    margin-bottom: 0;
  }
}
/**/
/* announcements */
/**/
.announcements {
  background-color: #f7fafc;
}

.announcements__carousel {
  margin-top: -58px;
}

.announcements__carousel .slick-list {
  border-radius: 10px;
  background-color: #fff;
  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);
}

.announcements__item {
  position: relative;
  display: block;
  padding: 32px 40px;
  background-color: #fff;
  text-decoration: none;
}

.announcements__item--alt {
  background-color: #004163;
  color: #98d4f4;
}

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

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

.announcements__cont {
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.announcements__cont .button {
  font-size: 20px;
}
.announcements__cont .button svg {
  vertical-align: top;
}

.announcements__figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-left: 80px;
}

.announcements__dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.announcements__dots li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 8px;
  background: #a2aeb6;
  cursor: pointer;
  opacity: 0.5;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.announcements__dots li:hover {
  opacity: 1;
}

.announcements__dots li::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.announcements__dots li.slick-active {
  background-color: #32bdb5;
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .announcements__item {
    padding: 32px;
  }
  .announcements__figure {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .announcements__item {
    padding: 24px 24px 32px;
  }
  .announcements__heading {
    height: 44px;
    overflow: hidden;
  }
}
@media screen and (max-width: 599.98px) {
  .announcements .button {
    margin-top: 16px;
  }
}
/**/
/* what is */
/**/
.what-is {
  padding: 80px 0;
  background-color: #f7fafc;
  text-align: center;
}

.what-is__title,
.what-is__suptitle {
  position: relative;
}

.what-is__cont {
  max-width: 920px;
}

.what-is__pane {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.375s;
  transition-property: opacity;
}

.what-is__pane.active {
  position: static;
  pointer-events: auto;
  opacity: 1;
}

.what-is__figure {
  margin: -17% -29.1% -24%;
}

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

@media screen and (max-width: 991.98px) {
  .what-is__figure {
    margin: -15% -20% -21%;
  }
}
@media screen and (max-width: 599.98px) {
  .what-is__figure {
    margin: -5% -20px -15%;
  }
}
/**/
/* switcher */
/**/
.switcher {
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05), 0px 8px 254px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.05);
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
}
.switcher a {
  font-weight: 500;
}

.switcher__item {
  flex-grow: 1;
  border-radius: 4px;
  text-decoration: none;
  color: #004163 !important;
  transition-duration: 0.25s;
  transition-property: background-color;
}

.switcher__item:hover {
  background-color: rgba(50, 189, 181, 0.1);
}

.switcher__item.active {
  font-weight: 600;
  pointer-events: none;
  color: #32bdb5;
}

@media screen and (max-width: 599.98px) {
  .switcher {
    flex-wrap: nowrap;
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0;
    font-size: 16px;
  }
}
/**/
/* why egnyte */
/**/
.why-egnyte {
  text-align: center;
}

.why-egnyte__title,
.why-egnyte__suptitle {
  position: relative;
  overflow: hidden;
}

.why-egnyte__item {
  text-align: left;
}

.why-egnyte__list {
  list-style: none;
  margin-top: 24px;
  color: #35364e;
}

.why-egnyte__list li {
  margin-top: 16px;
  padding-left: 32px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%2332BDB5" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') -2px 0/24px 30px no-repeat;
}

.why-egnyte__figure {
  position: relative;
  margin: 0 auto;
}

.why-egnyte__figure--1 {
  max-width: 656px;
  padding: 0 40px 54px 40px;
}

.why-egnyte__figure--2 {
  max-width: 651px;
  padding: 48px 0 60px 64px;
}

.why-egnyte__figure--3 {
  max-width: 695px;
  padding: 0 40px 54px 48px;
}

.why-egnyte__dots {
  position: absolute;
  top: 0;
  left: 16px;
}

.why-egnyte__image-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.why-egnyte__image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #32bdb5;
  pointer-events: none;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.animated .why-egnyte__image-wrap::after {
  transform: translateY(-100%);
}

.why-egnyte__image {
  position: relative;
  display: block;
  width: 100%;
}

.why-egnyte__logo {
  position: absolute;
  top: 56px;
  left: 40px;
  margin-left: -35px;
}

.why-egnyte__chart {
  position: absolute;
  bottom: 20px;
  left: -20px;
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05), 0px 8px 24px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.why-egnyte__iphone {
  position: absolute;
  right: 64px;
  bottom: 0;
}

.why-egnyte__policies {
  position: absolute;
  top: 48px;
  left: 0;
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05), 0px 8px 24px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.why-egnyte__numbers {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 380px;
  padding: 20px;
  border-radius: 12px;
  background-color: #004163;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #84b8d8;
}

.why-egnyte__numbers span {
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

.why-egnyte__numbers--alt {
  right: auto;
  bottom: 108px;
  left: 0;
  width: 180px;
  background-color: #fff;
  box-shadow: -20px 6px 44px rgba(0, 0, 0, 0.08), inset 0 0 0 1px #ebedf2;
  color: #004163;
}

.why-egnyte__numbers--alt span {
  color: #004163;
}

.why-egnyte__list .text-link span {
  color: #32bdb5;
  font-weight: 400;
  text-decoration: underline;
}

.status__description:after {
  content: " *";
  color: red;
}

@media screen and (max-width: 991.98px) {
  .why-egnyte__figure {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 599.98px) {
  .why-egnyte__figure--1,
  .why-egnyte__figure--2,
  .why-egnyte__figure--3 {
    padding: 0;
  }
  .why-egnyte__logo {
    top: 20px;
    left: 0;
    margin: 0;
    transform: translateX(-50%);
  }
  .why-egnyte__dots {
    top: -20px;
    left: -20px;
  }
  .why-egnyte__chart {
    display: none;
  }
  .why-egnyte__image-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .why-egnyte__iphone {
    right: 20px;
    bottom: 60px;
    width: 27%;
    height: auto;
  }
  .why-egnyte__policies {
    top: 20px;
    left: -20px;
    width: 50%;
    height: auto;
  }
  .why-egnyte__numbers {
    position: static;
    width: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
/**/
/* featured report */
/**/
.featured-report {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #f7fafc;
  text-align: center;
  color: #4a728a;
  transition-duration: 0.25s;
  transition-property: background-color;
}

.featured-report:hover {
  background-color: #eff6fb;
}

@media screen and (max-width: 599.98px) {
  .featured-report__caption {
    margin: 12px 0;
  }
}
/**/
/* featured awards */
/**/
.featured-awards__title {
  position: relative;
  overflow: hidden;
}

.featured-awards__cont {
  padding: 48px 60px;
  border-radius: 10px;
  background: url(../images/featured-awards/bg.png) 50% 50%/cover no-repeat, url(../images/featured-awards/circles.png) 50% 50% no-repeat;
  text-align: center;
  color: #637884;
}

.featured-awards__item {
  width: 139px;
  margin: 0 auto;
  font-weight: 500;
}

.featured-awards__caption {
  margin: 0 -8px;
  font-weight: 500;
}

.featured-awards__more {
  position: relative;
  padding: 16px;
  border-radius: 10px;
  background-color: #f7fafc;
  text-align: center;
  transition-duration: 0.25s;
  transition-property: background-color;
}

.featured-awards__more:hover {
  background-color: #eff6fb;
}

@media screen and (max-width: 991.98px) {
  .featured-awards__cont {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 599.98px) {
  .featured-awards__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding: 40px 0;
  }
  .featured-awards__cont--alt {
    padding-left: 15%;
    padding-right: 10%;
  }
  .featured-awards__title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**/
/* everyday tools */
/**/
.everyday-tools {
  padding: 80px 0;
  background-color: #e7f3f8;
}

.everyday-tools__title {
  position: relative;
  overflow: hidden;
  line-height: normal;
}

.everyday-tools__figure {
  margin: -40px -25% -40px 0;
}

.everyday-tools__figure img {
  margin-right: auto;
  margin-left: auto;
}

.everyday-tools__footnote {
  max-width: 460px;
  color: #608da9;
  opacity: 0.8;
}

@media screen and (max-width: 991.98px) {
  .everyday-tools {
    text-align: center;
  }
  .everyday-tools__figure {
    margin-right: -10%;
    margin-bottom: 24px;
  }
}
/**/
/* bio-tech */
/**/
.everyday-tools.bio-tech {
  padding: 40px 0;
  background-color: #32bdb5;
}

/**/
/* featured resources */
/**/
.featured-resources__title {
  position: relative;
  overflow: hidden;
}

/**/
/* large featured resource */
/**/
.large-featured-resource {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0.05);
  color: rgba(255, 255, 255, 0.8);
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.large-featured-resource:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.large-featured-resource__logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

.large-featured-resource__cont {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
}

@media screen and (max-width: 991.98px) {
  .large-featured-resource {
    height: auto;
    padding-top: 56.25%;
  }
  .large-featured-resource__cont {
    padding: 32px;
  }
}
@media screen and (max-width: 599.98px) {
  .large-featured-resource {
    padding-top: 100%;
  }
  .large-featured-resource__cont {
    padding: 20px;
  }
}
/**/
/* small featured resource */
/**/
.small-featured-resource {
  position: relative;
  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;
}

.small-featured-resource: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);
}

.small-featured-resource__cont {
  padding: 16px;
}

.small-featured-resource__title {
  color: #35364e;
}

.small-featured-resource__figure {
  position: relative;
  width: 192px;
  height: 100%;
}

@media screen and (max-width: 599.98px) {
  .small-featured-resource__figure {
    width: 120px;
  }
}
/**/
/* experience today */
/**/
.experience-today {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background-color: #1e3243;
  color: #c8e0fc;
}

.experience-today::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/experience-today/bg.png) 50% 50%/cover;
}

.experience-today__title {
  position: relative;
  overflow: hidden;
}

.experience-today__cont {
  position: relative;
  width: 440px;
}

.experience-today__link {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 16px;
  padding: 20px 54px 20px 24px;
  border-radius: 4px;
  background-color: #1f5aa0;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05), 0px 8px 24px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #c8e0fc !important;
  transition-duration: 0.125s;
}

.experience-today__link::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 54px;
  height: 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"><polyline points="9 18 15 12 9 6"></polyline></svg>') 50% 50%/54px 24px no-repeat;
  transition-duration: 0.125s;
}

.experience-today__link.active {
  margin-right: -20px;
  padding-right: 74px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.experience-today__link.active::after {
  right: 20px;
}

.experience-today__heading {
  margin-bottom: -2px;
  font-size: 24px;
  line-height: 1.125;
  color: #fff;
}

.experience-today__pane {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  width: 400px;
  min-height: 100%;
  margin-left: 20px;
  padding: 24px 32px 32px;
  border-radius: 0 4px 4px 4px;
  background-color: #1f5aa0;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.experience-today__pane.active {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.125s;
}

.experience-today__pane:last-child {
  border-radius: 4px 4px 4px 0;
}

.experience-today__list {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 17px;
  padding-left: 0px;
}

.experience-today__list li {
  margin-top: 10px;
}

.experience-today__figure {
  margin: -180px -47% -180px -33%;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.experience-today__figure.faded {
  opacity: 0.1;
}

.experience-today__image {
  display: block;
}

.experience-today .button svg {
  vertical-align: top;
}

.experience-today__link.faded {
  background-color: rgba(31, 90, 160, 0.5);
}

.experience-today__link.faded:hover {
  background-color: rgb(31, 90, 160);
}

.experience-today__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.843 2.43211L20.5501 1.725L19.1359 0.310791L18.4288 1.0179L10.275 9.17162L2.12132 1.0179L1.41421 0.310791L0 1.725L0.707107 2.43211L8.86083 10.5858L0.707107 18.7396L0 19.4467L1.41421 20.8609L2.12132 20.1538L10.275 12L18.4288 20.1538L19.1359 20.8609L20.5501 19.4467L19.843 18.7396L11.6893 10.5858L19.843 2.43211Z' fill='%2335364E'/%3E%3C/svg>") 50% 50%/24px 24px no-repeat;
  outline: none;
  border: none;
}

.experience-today__pane.active {
  top: 0;
  width: 100%;
  padding: 40px 60px 40px 40px;
}

@media screen and (max-width: 991.98px) {
  .experience-today__cont {
    width: auto;
  }
  .experience-today__pane {
    width: 352px;
  }
}
@media screen and (max-width: 767.98px) {
  .experience-today__link::after {
    transform: rotate(90deg);
  }
  .experience-today__link.active {
    margin-right: 0;
    padding-right: 54px;
    border-radius: 4px 4px 0 0;
  }
  .experience-today__link.active::after {
    right: 0;
    transform: rotate(-90deg);
  }
  .experience-today__pane {
    position: relative;
    left: auto;
    display: none;
    width: auto;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 4px 4px;
  }
  .experience-today__pane.active {
    display: block;
  }
  .experience-today__pane:last-child {
    border-radius: 0 0 4px 4px;
  }
}
/**/
/* ANIMATIONS */
/**/
/**/
/* wow */
/**/
[data-anim-name=slideInUp] {
  transform: translateY(100%);
}

[data-anim-name=fadeIn] {
  opacity: 0;
}

[data-anim-name=fadeInUp] {
  opacity: 0;
  transform: translateY(2rem);
}

[data-anim-name=fadeInLeft] {
  opacity: 0;
  transform: translateX(4rem);
}

[data-anim-name=fadeInRight] {
  opacity: 0;
  transform: translateX(-4rem);
}

[data-anim-name=fadeInScaleUp] {
  opacity: 0;
  transform: scale(0.875) translateY(2rem);
}

.animated [data-anim-name=slideInUp],
.animated [data-anim-name=fadeIn],
.animated [data-anim-name=fadeInUp],
.animated [data-anim-name=fadeInLeft],
.animated [data-anim-name=fadeInRight],
.animated [data-anim-name=fadeInScaleUp] {
  opacity: 1;
  transform: none;
  transition-duration: 0.75s;
  transition-property: opacity, transform;
}

.animated [data-anim-delay="0.25s"] {
  transition-delay: 0.25s;
}

.animated [data-anim-delay="0.375s"] {
  transition-delay: 0.375s;
}

.animated [data-anim-delay="0.5s"] {
  transition-delay: 0.5s;
}

.animated [data-anim-delay="0.625s"] {
  transition-delay: 0.625s;
}

.animated [data-anim-delay="0.75s"] {
  transition-delay: 0.75s;
}

.animated [data-anim-delay="0.875s"] {
  transition-delay: 0.875s;
}

.animated [data-anim-delay="1s"] {
  transition-delay: 1s;
}

.animated [data-anim-delay="1.25s"] {
  transition-delay: 1.25s;
}

.animated [data-anim-delay="1.5s"] {
  transition-delay: 1.5s;
}

.animated [data-anim-delay="1.75s"] {
  transition-delay: 1.75s;
}

.animated [data-anim-delay="2s"] {
  transition-delay: 2s;
}

.animated [data-anim-delay="2.25s"] {
  transition-delay: 2.25s;
}

.animated [data-anim-delay="2.5s"] {
  transition-delay: 2.5s;
}

.animated [data-anim-delay="2.75s"] {
  transition-delay: 2.75s;
}

.animated [data-anim-delay="3s"] {
  transition-delay: 3s;
}

.dark-grad-cols .wp-block-column {
  background: linear-gradient(135deg, #333c50 0%, #000 63%, #000 100%);
  padding-bottom: 60px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 6px 7px 17px 0 rgba(0, 0, 0, 0.22);
  border-radius: 4px;
}
.dark-grad-cols .wp-block-column:hover {
  transform: translateY(-12px);
}
.dark-grad-cols .wp-block-column:focus {
  transform: translateY(-12px);
}
.dark-grad-cols h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #0bc5ba;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.dark-grad-cols h3 a {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #0bc5ba;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
}
.dark-grad-cols h3 a:visited {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #0bc5ba;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
}
.dark-grad-cols h3 strong {
  display: block;
}
.dark-grad-cols p {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  padding-top: 0;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.card-link {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}

.green-link a {
  color: #0bc5ba;
  padding-bottom: 3px;
  border-bottom: 2px solid #0bc5ba;
  font-size: 21px;
  font-weight: normal;
  transition: all 0.3s ease;
}
.green-link a:visited {
  color: #0bc5ba;
  padding-bottom: 3px;
  border-bottom: 2px solid #0bc5ba;
  font-size: 21px;
  font-weight: normal;
}
.green-link a:hover {
  color: #0bc5ba;
  background: #fff;
  border-bottom: 2px solid #0bc5ba;
}
.green-link a:focus {
  color: #0bc5ba;
  background: #fff;
  border-bottom: 2px solid #0bc5ba;
}

.green-link.no-link strong {
  color: #0bc5ba;
  padding-bottom: 3px;
  border-bottom: 2px solid #0bc5ba;
  font-size: 21px;
  font-weight: normal;
  transition: all 0.3s ease;
}

.abs-link {
  margin: 0;
  padding: 0;
}
.abs-link a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -9999px;
  padding: 0;
}
.abs-link a:visited {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -9999px;
  padding: 0;
}

.single-paltform h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
  margin-left: 25px;
}
.single-paltform p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  margin-left: 25px;
}

.art-section h1 {
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 30px;
}
.art-section h2 {
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 30px;
}
.art-section p {
  margin-top: 0;
  margin-bottom: 30px;
  hyphens: none;
}
.art-section .simple-secure h2 {
  color: #0bc5ba;
}
.art-section .simple-secure p {
  text-align: center;
}
.art-section .white-text h2 {
  color: #fff;
}

.extend-logos .wp-block-column {
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: center;
  align-content: center;
}
.extend-logos .wp-block-image {
  padding-bottom: 60px;
}
.extend-logos .wp-block-image:last-child {
  padding-bottom: 0;
}

.extend-value h2 strong {
  display: block;
}
.extend-value p {
  padding-right: 40px;
}

.logo-cols .wp-block-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.logo-cols.last-logo-col .wp-block-column {
  margin-bottom: 0;
}

.three-col-dark .wp-block-column {
  padding-bottom: 90px;
}

.top-message {
  width: 100%;
  padding: 5px 25px;
  text-align: center;
  background: #0bc5ba;
  color: #fff;
  z-index: 8;
  height: 46px;
}
.top-message p {
  margin: 0;
  font-size: 18px;
  display: inline;
}
.top-message p strong {
  font-weight: 700;
}
.top-message a {
  color: #fff;
}
.top-message a:visited {
  color: #fff;
}
.top-message a:link {
  color: #fff;
}
.top-message a:hover {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.top-message a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.top-message a:active {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.horisontal-logos {
  display: none;
}

.extend-value .wp-block-image {
  max-width: 90%;
}

.partner-logos-new .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
.partner-logos-new .wp-block-group__inner-container .wp-block-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  flex-basis: calc(20% - 16px);
  flex-grow: 0;
  width: 20%;
}
.partner-logos-new .wp-block-group__inner-container .wp-block-image img {
  max-width: 90%;
  margin: 0 auto;
}
.partner-logos-new .wp-block-group__inner-container .wp-block-image:not(:first-child) {
  margin-left: 16px;
}

.extend-logos .wp-block-column:first-child .blocks-gallery-grid li {
  padding-bottom: 30px;
  align-items: end;
}
.extend-logos .blocks-gallery-grid {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-content: center;
}
.extend-logos .blocks-gallery-grid li {
  padding-bottom: 60px;
  margin-bottom: 1em;
  max-width: 90%;
}
.extend-logos .blocks-gallery-grid li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.extend-logos .blocks-gallery-item__caption {
  display: none;
}

.home-heading {
  padding-bottom: 100px;
  background: #fff;
}

.home-heading h1 {
  color: #333c50;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-size: calc(10px + 1.8vw);
  text-shadow: 0 2px 10px rgba(11, 20, 43, 0);
  font-weight: 700;
}

.home-heading h1 strong {
  display: block;
}

.home-heading h2 {
  color: #333c50;
  line-height: 1.3em;
  margin-bottom: 40px;
  font-size: calc(10px + 0.8vw);
}

.home-heading h2 strong {
  display: block;
  font-weight: 500;
}

.home-heading .wp-block-image {
  margin-bottom: -5px;
  width: 100%;
}

.home-heading .wp-block-image img {
  max-width: 100%;
  width: 100%;
  margin-bottom: -15px;
}

.home-heading .home-video-col .wp-block-column:first-child,
.home-heading .heading-img-full {
  height: auto;
}

.home-video-col .green-button a:first-child {
  margin-right: 10px;
}

.home-video-col .green-button a:last-child,
.home-video-col .green-button a:last-child:visited {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba !important;
}

.home-video-col .green-button a:last-child:hover,
.home-video-col .green-button a:last-child:focus,
.home-video-col .green-button a:last-child:active {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff !important;
}

.heading-img-low {
  display: none;
}

.jetfuel-section {
  position: relative;
  display: block;
}

.jetfuel-section p strong {
  font-weight: normal;
  display: block;
}

.jetfuel-section .wp-block-media-text__content {
  width: 1280px;
  max-width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.jetfuel-section .wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
}

@media only screen and (min-width: 1920px) {
  .jetfuel-section .wp-block-media-text {
    grid-template-columns: 35% 1fr;
  }
}
@media only screen and (max-width: 1919px) {
  .jetfuel-section .wp-block-media-text {
    grid-template-columns: 30% 1fr;
  }
}
@media only screen and (max-width: 1360px) {
  .jetfuel-section .wp-block-media-text {
    grid-template-columns: 10% 1fr;
  }
}
@media only screen and (max-width: 1280px) {
  .art-section h1,
  .art-section h2 {
    font-size: calc(10px + 2vw);
    line-height: 1.56;
  }
}
@media only screen and (max-width: 1180px) {
  .dark-grad-cols h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .dark-grad-cols p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  .dark-grad-cols h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .dark-grad-cols p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .jetfuel-section .wp-block-media-text {
    grid-template-columns: 1% 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .dark-grad-cols.four-col-dark {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .dark-grad-cols.four-col-dark .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
    width: 50%;
    margin-left: 5px;
    margin-bottom: 16px;
    margin-right: 8px;
  }
  .dark-grad-cols.four-col-dark .wp-block-column:nth-child(2) {
    margin-right: 0;
  }
  .dark-grad-cols.four-col-dark .wp-block-column:nth-child(4) {
    margin-right: 0;
  }
  .not-full.dark-grad-cols .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    width: 50%;
  }
  .inner-heading + .dark-grad-cols.four-col-dark {
    margin-top: 50px;
  }
  .dark-grad-cols .wp-block-column:hover {
    transform: translateY(0);
  }
  .extend-value {
    display: block;
  }
  .extend-value .wp-block-colum {
    flex-basis: 100%;
    width: 100%;
    margin: 0 5px 35px 5px;
    display: block;
    clear: both;
    float: none;
  }
  .single-paltform.two-cols {
    display: block;
  }
  .single-paltform.two-cols .wp-block-column {
    flex-basis: 100%;
    width: 100%;
    margin: 0 5px 35px 5px;
    display: block;
    clear: both;
    float: none;
  }
  .single-paltform.two-cols .wp-block-column h2 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .single-paltform.two-cols .wp-block-column p {
    margin-right: 25px;
    margin-left: 25px;
  }
  .single-paltform.home-img-right,
  .single-paltform.home-img-left {
    display: flex;
    flex-wrap: wrap;
  }
  .single-paltform.home-img-right .wp-block-column,
  .single-paltform.home-img-left .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
  }
  .single-paltform.home-img-right .wp-block-column:first-child {
    order: 2;
  }
  .single-paltform.home-img-right .wp-block-column:last-child {
    order: 1;
  }
  .horisontal-logos {
    display: block;
  }
  .simple-secure.fixed-size {
    padding-left: 15px;
    padding-right: 15px;
  }
  .extend-value.fixed-size {
    padding-left: 15px;
    padding-right: 15px;
  }
  .extend-value .wp-block-column {
    margin-left: auto;
    margin-right: auto;
  }
  .extend-logos {
    flex-basis: 100%;
    width: 100%;
    margin: 0 5px 35px 5px;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    float: none;
    align-items: center;
    align-content: center;
  }
  .extend-logos .wp-block-column {
    flex-basis: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 50px auto;
  }
  .extend-logos .wp-block-column:last-child {
    margin: 0 auto;
  }
  .extend-logos .wp-block-column:last-child .wp-block-image {
    flex-basis: 25%;
    padding: 0;
    text-align: center;
  }
  .extend-logos .wp-block-column img {
    max-width: 80%;
    vertical-align: middle;
  }
  .extend-logos .wp-block-column:first-child .wp-block-image {
    flex-basis: 33.33%;
    width: 33.33%;
    padding: 0;
    text-align: center;
  }
  .extend-logos .blocks-gallery-grid {
    flex-direction: row;
    width: 100%;
  }
  .extend-logos .blocks-gallery-grid .blocks-gallery-item figure {
    align-items: center;
    justify-content: center;
  }
  .extend-logos .blocks-gallery-grid img {
    max-width: 80%;
  }
  .extend-logos .wp-block-gallery {
    width: 100%;
  }
  .extend-logos .wp-block-gallery .blocks-gallery-item figure {
    align-items: center;
    justify-content: center;
  }
  .extend-logos .wp-block-column:first-child {
    display: flex;
    order: 2;
  }
  .extend-logos .wp-block-column:first-child .blocks-gallery-grid li {
    width: 33.33%;
    flex-basis: 33%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .extend-logos .wp-block-column:last-child .blocks-gallery-grid li {
    width: 25%;
    flex-basis: 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 50px;
  }
  .home-heading h1 {
    margin-bottom: 10px;
  }
  .home-heading h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .jetfuel-section .wp-block-media-text {
    display: block;
  }
  .jetfuel-section .wp-block-media-text figure {
    overflow: hidden;
    position: relative;
  }
  .jetfuel-section .wp-block-media-text figure::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .jetfuel-section .wp-block-media-text figure img {
    width: 120%;
    max-width: 120%;
    margin-left: -19%;
  }
  .jetfuel-section p.green-button {
    margin: 0;
  }
  .art-section.jetfuel-section h2 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dark-grad-cols.three-col-dark {
    flex-wrap: wrap;
  }
  .dark-grad-cols.three-col-dark .wp-block-column {
    margin-bottom: 16px;
  }
  .dark-grad-cols.three-col-dark .wp-block-column:last-child {
    margin-right: auto;
    margin-left: auto;
  }
  .partner-logos-new .wp-block-group__inner-container .wp-block-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
    flex-basis: calc(25% - 16px);
    flex-grow: 0;
    width: 25%;
  }
  .partner-logos-new .wp-block-group__inner-container .wp-block-image img {
    max-width: 90%;
    margin: 0 auto;
  }
  .partner-logos-new .wp-block-group__inner-container .wp-block-image:not(:first-child) {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 739px) {
  .home-headin-desk {
    display: none;
  }
  .heading-img-low {
    display: block;
  }
  .heading-img-low figure {
    margin-bottom: 0;
  }
  .home-video-col .wp-block-column:last-child {
    top: 35%;
    text-align: center;
  }
  .home-heading .wp-block-image {
    margin-bottom: -15px;
  }
  .home-heading h1 {
    margin-bottom: 30px;
  }
  .home-heading h2 {
    margin-bottom: 26px;
  }
  .jetfuel-section p strong {
    display: inline;
  }
}
@media only screen and (max-width: 600px) {
  .dark-grad-cols.four-col-dark {
    flex-wrap: wrap;
  }
  .dark-grad-cols.four-col-dark .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
    margin-left: 5px;
    margin-bottom: 16px;
    margin-right: 5px;
  }
  .dark-grad-cols.four-col-dark .wp-block-column:nth-child(2) {
    margin-right: 5px;
  }
  .dark-grad-cols.four-col-dark .wp-block-column:nth-child(4) {
    margin-right: 5px;
  }
  .dark-grad-cols.three-col-dark .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
    margin-left: 5px;
    margin-bottom: 16px;
    margin-right: 5px;
  }
  .dark-grad-cols.three-col-dark .wp-block-column:last-child {
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
    margin-left: 5px;
    margin-bottom: 16px;
    margin-right: 5px;
  }
  .partner-logos-new .wp-block-group__inner-container .wp-block-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
    width: 50%;
  }
  .heading-img-full h1 {
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .heading-img-full h2 {
    font-size: 22px;
  }
  .art-section h1 {
    font-size: 29px;
    line-height: 37px;
  }
  .art-section h2 {
    font-size: 29px;
    line-height: 37px;
  }
  .single-paltform h2 {
    padding-right: 20px;
  }
  .home-heading {
    padding-bottom: 100px;
  }
  .jetfuel-section .wp-block-media-text figure img {
    width: 150%;
    max-width: 150%;
    margin-left: -49%;
  }
  .jetfuel-section p strong {
    display: inline;
  }
}
@media only screen and (max-width: 539px) {
  .extend-logos .wp-block-column:first-child {
    order: 2;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .extend-logos .wp-block-column:first-child .wp-block-image {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 30px;
  }
  .extend-logos .wp-block-column:last-child {
    flex-wrap: wrap;
    margin: 50px auto 5px;
  }
  .extend-logos .wp-block-column:last-child .wp-block-image {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 35px;
  }
  .extend-logos .wp-block-column .wp-block-image {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 30px;
  }
  .extend-logos .wp-block-column:last-child {
    margin-top: 50px;
  }
  .extend-logos .wp-block-column:last-child .blocks-gallery-grid li {
    margin-top: 0;
    margin-bottom: 35px;
    width: 50%;
    flex-basis: 50%;
  }
  .extend-logos .wp-block-column:first-child .blocks-gallery-grid li {
    margin-top: 0;
    margin-bottom: 35px;
    width: 50%;
    flex-basis: 50%;
  }
  .jetfuel-section .wp-block-media-text figure img {
    width: 180%;
    max-width: 180%;
    margin-left: -79%;
  }
}
@media only screen and (max-width: 479px) {
  .jetfuel-section .wp-block-media-text figure img {
    width: 200%;
    max-width: 200%;
    margin-left: -99%;
  }
}
.tco-calculator .green-button a:last-child,
.tco-calculator .green-button a:last-child:visited {
  background: #0bc5ba;
  color: #fff !important;
}
.tco-calculator .green-button a:last-child:hover {
  background: #fff;
  color: #0bc5ba !important;
}

/**/
/* egnyte experience */
/**/
.egnyte-experience {
  padding: 80px 0;
  background-color: #F7FAFC;
  text-align: center;
}

.egnyte-experience__figure {
  position: relative;
}

.egnyte-experience__figure img {
  vertical-align: top;
}

.egnyte-experience__button {
  width: 192px;
  margin-top: -32px;
}

.egnyte-experience__section {
  color: #35364E;
}

.egnyte-experience__section--head {
  padding: 30px 0 155px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(23.21deg, rgba(11, 197, 186, 0) -13.81%, rgba(11, 197, 186, 0.15) 114.08%);
}

.egnyte-experience__section--head img {
  margin-bottom: -50px;
}

.egnyte-experience__section--head .egnyte-experience__heading {
  color: #00AFA6;
}

.egnyte-experience__section--middle {
  position: relative;
}

.egnyte-experience__section--middle img {
  position: absolute;
  top: -159px;
  left: 50%;
  margin-left: -154px;
}

.egnyte-experience__section--foot {
  padding: 155px 0 30px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(217.84deg, rgba(43, 178, 255, 0) -34.46%, rgba(43, 178, 255, 0.2) 182.86%);
}

.egnyte-experience__section--foot img {
  margin-bottom: -50px;
}

.egnyte-experience__section--foot .egnyte-experience__heading {
  color: #006FB4;
}

.egnyte-experience__subheading {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #35364E;
}

.egnyte-experience__list {
  width: 271px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.egnyte-experience__list-item {
  display: flex;
  align-items: center;
}

.egnyte-experience__list-item:not(:first-child) {
  margin-top: 18px;
}

.egnyte-experience__list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1283.98px) {
  .egnyte-experience__figure img {
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  .egnyte-experience__button {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .egnyte-experience {
    padding: 60px 0;
  }
  .egnyte-experience__button {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599.98px) {
  .egnyte-experience__button {
    margin-top: 18px;
  }
}
/**/
/* intro review */
/**/
.intro-review {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -31px;
  padding: 16px;
  border-radius: 10px;
  background: #F7FAFC;
}

.intro-review__logo {
  margin-right: 32px;
}

.intro-review__text {
  margin-right: 24px;
}

@media screen and (max-width: 767.98px) {
  .intro-review__logo {
    margin: 0 0 16px;
  }
  .intro-review__text {
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
  }
}
/**/
/* New Home Page Styles*/
/**/
#home-egnyte-action {
  background: radial-gradient(41.74% 92.72% at 37.25% 61.57%, #193B59 20.11%, #121F37 100%);
  background-size: cover;
}
#home-egnyte-action .tc-aqua {
  color: #20FCF2;
}
#home-egnyte-action .home-egnyte-action-color-li {
  color: #60C5BF;
}
#home-egnyte-action .egnyte-action__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
}
#home-egnyte-action .egnyte-action__desc {
  color: #9BB5C4;
  font-size: 20px;
  line-height: 125%;
  font-weight: 400;
}
#home-egnyte-action .egnyte-action__img {
  max-width: 500px;
  margin-bottom: -4px;
}
#home-egnyte-action .home-egnyte-action .grid-col {
  flex: 0 0 47%;
}

/**/
/* Award section refresh oct2022 */
/**/
.award-p {
  margin-top: 3px;
  font-size: 12px;
  opacity: 0.6;
  margin-left: -10px;
}

#new-home-page-tabs h2.simplify-secure-ways__main-heading {
  font-size: 50px;
}
#new-home-page-tabs .simplify-secure-ways__sub-heading {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  color: var(--text-dark-color);
}
#new-home-page-tabs .simplify-secure-ways__item .p--medium {
  line-height: 22px;
}
#new-home-page-tabs .explore-product__tabs {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
  justify-content: center;
}
#new-home-page-tabs a.explore-product__tabs-item {
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  color: #3A375F;
  padding: 10px 20px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 0px 2px #eee;
  transition: color 0.25s;
}
#new-home-page-tabs a.explore-product__tabs-item.active {
  background: #E9F6F6;
  box-shadow: 0px 0px 0px 2px #e9f6f6;
  color: #32BDB5;
}
#new-home-page-tabs a.explore-product__tabs-item:hover, #new-home-page-tabs a.explore-product__tabs-item:active {
  color: #32BDB5;
  box-shadow: 0px 0px 0px 2px #32BDB5;
}
#new-home-page-tabs .simplify-secure-ways__cell--xl .simplify-secure-ways__item {
  background: linear-gradient(97.04deg, #036CA5 1.77%, #124C74 49.64%, #02446A 97.51%);
  padding: 0;
}
#new-home-page-tabs .simplify-secure-ways__cell .more-link {
  justify-content: flex-start;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 0.15s ease-in-out;
}
#new-home-page-tabs .simplify-secure-ways__cell .more-link img {
  margin-top: 7px;
  margin-left: 7px;
}
#new-home-page-tabs .simplify-secure-ways__item:hover {
  box-shadow: 0px 0px 10px #444;
  transition: all 200ms ease-in;
  transform: scale(1.05);
}
#new-home-page-tabs .sky-blue-bg {
  background: #67c1e8;
}
#new-home-page-tabs .nevy-blue-bg {
  background: #056fab;
}
#new-home-page-tabs .simplify-secure-ways__cell--xs p {
  font-size: 18px;
  line-height: 21px;
}
#new-home-page-tabs .blue-gradient-bg {
  border-radius: 8px;
  padding: 32px;
  background: url(../images/new-home/grid.webp);
  background-repeat: no-repeat;
  background-position: right;
}
#new-home-page-tabs .simplify-secure-ways__cell h4 {
  font-size: 24px;
  line-height: 26.4px;
}
#new-home-page-tabs .simplify-secure-ways__cell .h2 {
  font-size: 30px;
  line-height: 29px;
}
#new-home-page-tabs .explore-product__tabs-content {
  min-height: 220px;
}
#new-home-page-tabs .grey--text {
  color: #B6DFF0;
}

.ul--alt li::marker {
  color: #32BDB5;
}

.everyday-tools__figure__alt {
  margin: -15px -25% -80px 5%;
}

.everyday-tools--alt {
  background: radial-gradient(41.74% 92.72% at 37.25% 61.57%, #193B59 20.11%, #121F37 100%);
}

.featured-awards__item__alt {
  width: unset;
}

.bullet-point-container {
  display: flex;
  align-items: center;
}

.bullet-point-container ul:nth-child(2n) {
  margin-left: 50px;
}

.bullet-point-container ul {
  text-align: left;
}

.bullet-point-container ul li {
  margin-bottom: 5px;
}

.featured-awards__item__G2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.featured-awards__item__G2 p {
  margin: 0;
}

#g2-award-container .g2-award-data {
  display: flex;
  justify-content: space-between;
}
#g2-award-container .g2-award-data .g2-award-banner {
  flex: 0 0 31%;
}
#g2-award-container .g2-award-data .g2-award-banner h2 {
  font-size: 34px;
  line-height: 36px;
}
#g2-award-container .g2-award-data .g2-award-banner div a {
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
#g2-award-container .g2-award-data .g2-award-banner div a:hover {
  color: #1fb7ab;
}
#g2-award-container .g2-award-data .g2-award-banner div a img {
  margin-left: 8px;
}
#g2-award-container .g2-award-data .g2-award-flag-container {
  display: block;
  flex: 0 0 78%;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box {
  flex: 0 0 43%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 15px;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box:nth-child(3) {
  padding-top: 15px;
  border: 0;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box:nth-child(4) {
  padding-top: 15px;
  border: 0;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box .g2-award-flag-data {
  margin-left: 20px;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box .g2-award-flag-data p {
  line-height: 1;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box .g2-award-flag-data p:nth-child(2) {
  margin: 7px 0 0;
}
#g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box .g2-award-flag-data p:first-child {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
}

@media screen and (max-width: 991.98px) {
  .everyday-tools__figure__alt {
    margin-right: -10%;
    margin-bottom: 24px;
  }
}
@media (max-width: 1162px) {
  #g2-award-container .g2-award-data .g2-award-banner {
    flex: 0 0 20%;
  }
  #g2-award-container .g2-award-data .g2-award-banner div a {
    font-size: 15px;
  }
  #g2-award-container .g2-award-data .g2-award-banner h2 {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  #new-home-page-tabs .simplify-secure-ways__cell--xl {
    width: 50%;
  }
  #new-home-page-tabs .simplify-secure-ways__cell--sm {
    width: 25%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #new-home-page-tabs .simplify-secure-ways__cell--xl {
    width: 40%;
  }
  #new-home-page-tabs .simplify-secure-ways__cell--sm {
    width: 30%;
  }
  #new-home-page-tabs .simplify-secure-ways__item {
    padding: 35px 24px;
  }
  #new-home-page-tabs .simplify-secure-ways__cell h4 {
    font-size: 21px;
    line-height: 23.4px;
  }
  #new-home-page-tabs .simplify-secure-ways__cell .h2 {
    font-size: 27px;
    line-height: 26px;
  }
}
@media (max-width: 865px) {
  #g2-award-container .g2-award-data {
    flex-direction: column;
  }
  #g2-award-container .g2-award-data .g2-award-banner {
    flex: 0 0 100%;
  }
  #g2-award-container .g2-award-data .g2-award-flag-container {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  #new-home-page-tabs h2.simplify-secure-ways__main-heading {
    font-size: 31px;
    line-height: 33px;
  }
  #new-home-page-tabs .simplify-secure-ways__sub-heading {
    margin-top: 15px;
    font-size: 16px;
  }
  #new-home-page-tabs .simplify-secure-ways__cell .h2, #new-home-page-tabs .simplify-secure-ways__cell h4 {
    font-size: 23px;
  }
  #new-home-page-tabs .simplify-secure-ways__item {
    min-height: 250px;
  }
  #new-home-page-tabs a.explore-product__tabs-item {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 612px) {
  #g2-award-container .g2-award-data .g2-award-banner h2 {
    font-size: 25px;
    line-height: 27px;
  }
  #g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag {
    justify-content: center;
  }
  #g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box {
    flex: 0 0 90%;
    max-width: 400px;
    justify-content: flex-start;
    padding: 20px 0;
  }
  #g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box:nth-child(3) {
    border-bottom: 1px solid #E5E5E5;
  }
  #g2-award-container .g2-award-data .g2-award-flag-container .g2-award-flag .g2-award-flag-box .g2-award-flag-data p:first-child {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 550px) {
  #new-home-page-tabs .explore-product__tabs {
    margin-left: 0;
    margin-right: 0;
  }
  #new-home-page-tabs a.explore-product__tabs-item {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 12px;
    margin-left: 4px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 470.98px) {
  .grid-row.grid-row--smg.grid-row--aic {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* Hero Banner Carousel  */
.page_front__alt .header.scrolled {
  background-color: #0F1D35;
  transition: background-color 200ms linear;
}
.page_front__alt .header_container .user-nav .egnyte-block nav .user-nav__item .button--light {
  border-color: #0BC5BA;
  background-color: #0BC5BA;
  color: #fff !important;
}
.page_front__alt .header_container .user-nav .egnyte-block nav .user-nav__item .button--light:hover {
  background-color: #23B6AA;
  border-color: #23B6AA;
}
.page_front__alt .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request {
  background-color: rgba(3, 123, 189, 0.2);
  border-color: transparent;
  color: #fff !important;
}
.page_front__alt .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request:hover {
  background-color: rgba(3, 123, 189, 0.3);
  border-color: transparent;
  color: #fff !important;
}

.page-node-11936 .header_container .burger span {
  background-color: #fff !important;
  box-shadow: 0 6px 0 #FFF, 0 -6px 0 #FFF !important;
}
.page-node-11936 .header_container .search .search__input::placeholder {
  color: #fff !important;
}
.page-node-11936 .header_container .search .search__loop {
  color: #FFF;
}
.page-node-11936 .header_container .search .search__close {
  color: #FFF;
}
.page-node-11936 .header_container .search .search__input--visible {
  outline: 0;
  border: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid !important;
  color: #fff !important;
}
.page-node-11936 .header_container .user-nav a[href="/login"] {
  color: #FFF;
}
.page-node-11936 .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request {
  background-color: rgb(13, 39, 67);
  border-color: transparent;
  color: #fff !important;
}
.page-node-11936 .header_container .user-nav .egnyte-block nav .user-nav__item .user-nav__button--request:hover {
  background-color: #8B83FE;
  border-color: transparent;
  color: #fff;
}
.page-node-11936 .primary__menu .main-nav__item .main-nav__link {
  color: #fff;
  font-family: Metric-medium;
}
.page-node-11936 .header {
  background-color: #0F1D35;
  user-select: none;
  z-index: 1;
}
.page-node-11936 .header .main-nav__item:hover > .main-nav__link {
  color: #76A2BC;
  font-weight: 500;
  font-family: Metric-medium;
}
.page-node-11936 .header .user-nav .main-nav__item:hover > .main-nav__link {
  color: #76A2BC;
  font-weight: normal;
}

.layout-container.layout-container--front.page_front__alt {
  padding-top: 0;
}

#home-reviews__carousel__alt .slick-dots {
  text-align: left;
  bottom: 61px;
  max-width: 1311px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
}
#home-reviews__carousel__alt .slick-dots li button {
  border: 0;
  outline: none;
  opacity: 0.5;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: inline;
  font-weight: 700;
}
#home-reviews__carousel__alt .slick-dots li button:before {
  content: none;
}
#home-reviews__carousel__alt .slick-dots li.slick-active {
  animation: width-pulse 2s linear 0.5s 1 normal forwards;
}
@keyframes width-pulse {
  0% {
    margin-right: 10px;
  }
  100% {
    margin-right: 58px;
  }
}
#home-reviews__carousel__alt .slick-dots li.slick-active button {
  opacity: 1;
}
#home-reviews__carousel__alt .slick-dots li.slick-active::after {
  animation: white-line 2s linear 0.5s 1 normal forwards;
  content: " ";
  display: inline-block;
  margin-left: 28px;
  position: relative;
  bottom: 32px;
}
@keyframes white-line {
  0% {
    width: 0;
    border: 1px solid #fff;
  }
  100% {
    width: 40px;
    border: 1px solid #fff;
  }
}
#home-reviews__carousel__alt .slider__item .slide_1 .carousel_banner .carousel_container .carousel_content {
  margin-top: 20px;
}
#home-reviews__carousel__alt .slider__item .carousel_banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  padding: 150px 0 0;
  height: 760px;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 0 95px;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content {
  color: #CEE1EC;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .eyebrow {
  color: #1CFFF1;
  text-transform: uppercase;
  font-family: metric-light;
  font-weight: 300;
  font-size: 19px;
  letter-spacing: 5px;
  margin-bottom: 18px;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_desc {
  font-size: 24px;
  line-height: 28.49px;
  color: #CEE1EC;
  margin-top: 35px;
  margin-bottom: 50px;
  width: 520px;
  font-family: "metric";
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_heading {
  color: #fff;
  line-height: 75.97px;
  font-size: 64px;
  text-transform: capitalize;
  width: 437px;
  letter-spacing: -1px;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_cta__container {
  display: flex;
  max-width: 360px;
  justify-content: space-between;
  font-family: metric-medium;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_cta__container a {
  width: 170px;
  height: 60px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 500;
  color: #fff !important;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_cta__container a:hover {
  border-color: #23B6AA;
  color: #fff !important;
  background-color: #23B6AA;
}
#home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_cta__container .on-demand-cta {
  width: 240px;
}
#home-reviews__carousel__alt .video_container {
  margin-top: 30px;
}

.one_platform__container {
  background: radial-gradient(101.62% 52.66% at 37.48% 61.57%, #193B59 20.11%, #121F37 100%);
}
.one_platform__container p {
  max-width: 760px;
  margin: 10px auto;
  width: 100%;
}
.one_platform__container .one-platform__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s;
  height: 460px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.one_platform__container .one-platform__slider .cards {
  width: 400px;
  height: 379.867px;
  border-radius: 10px;
  z-index: 1;
  transition: left 0.4s cubic-bezier(0.47, 0.13, 0.15, 0.89);
  filter: drop-shadow(0px 3.077px 7.691px rgba(0, 0, 0, 0.08)) drop-shadow(0px 12.306px 38.456px rgba(0, 0, 0, 0.07));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 20px;
  opacity: 0.7;
  cursor: pointer;
}
.one_platform__container .one-platform__slider .cards .tour--cta {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 1px;
  height: 0;
  overflow: hidden;
}
.one_platform__container .one-platform__slider .cards .tour--cta div {
  position: relative;
}
.one_platform__container .one-platform__slider .cards .tour--cta div:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.3s linear;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 51%, rgba(255, 255, 255, 0) 100%);
  left: 50%;
  top: 0;
}
.one_platform__container .one-platform__slider .cards .tour--cta a {
  display: none;
}
.one_platform__container .one-platform__slider .cards h3 {
  padding-bottom: 30px;
  cursor: auto;
}
.one_platform__container .one-platform__slider .cards a {
  line-height: 110%;
  letter-spacing: -0.05px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  pointer-events: none;
  color: #35364E;
}
.one_platform__container .one-platform__slider .cards a .arrow-icon {
  width: 17px;
  margin-top: 3px;
}
.one_platform__container .one-platform__slider .cards a .ai-icon {
  margin-right: 5px;
}
.one_platform__container .one-platform__slider .cards a span {
  position: relative;
}
.one_platform__container .one-platform__slider .cards a span:hover {
  color: #23B6AA;
  cursor: pointer;
}
.one_platform__container .one-platform__slider .cards a span:hover::before {
  width: 100%;
}
.one_platform__container .one-platform__slider .cards a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23B6AA;
  transition: width 0.25s ease-out;
}
.one_platform__container .one-platform__slider .cards:not(.active):hover {
  opacity: 1;
  cursor: pointer;
}
.one_platform__container .one-platform__slider .cards:hover .tour--cta {
  height: 52px;
}
.one_platform__container .one-platform__slider .cards:hover .tour--cta div:before {
  width: 100%;
  left: 0;
}
.one_platform__container .one-platform__slider .active {
  position: relative;
  pointer-events: all;
  z-index: 2;
  opacity: 1;
  box-shadow: 0 16px 20px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(38deg, #14263F 54.21%, #1A3C5A 92.56%) padding-box, linear-gradient(to bottom, #fff, #21313f) border-box;
  height: 415px;
}
.one_platform__container .one-platform__slider .active .tour--cta a {
  background: #14263f;
  padding-top: 16px;
  height: 51px;
  padding-bottom: 19px;
  margin-bottom: 0 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.one_platform__container .one-platform__slider .active a {
  pointer-events: all;
  color: #fff;
}
.one_platform__container .one-platform__slider .active h3 {
  color: #fff;
}
.one_platform__container .one-platform__slider .active a {
  color: #fff;
}
.one_platform__container .one-platform__slider .card-1 {
  margin-right: -15px;
}
.one_platform__container .one-platform__slider .card-3 {
  margin-left: -15px;
}
.one_platform__container .powered_by_copy {
  margin: 0 auto;
  width: fit-content;
}
.one_platform__container .powered_by_copy span {
  display: flex;
  align-items: center;
}
.one_platform__container .powered_by_copy span img {
  margin-right: 10px;
}
.one_platform__container .hexagon_image__container {
  background-image: url("../images/new-home/Left_BG_Line_Pattern.png"), url("../images/new-home/Right_Only_BG_Line_Pattern.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  text-align: center;
}
.one_platform__container .hexagon_image__container video {
  max-width: 990px;
  width: 100%;
}
.one_platform__container .hexagon_image__container img {
  display: none;
}
.one_platform__container .one_platfomr__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.one_platform__container .one_platfomr__link span {
  position: relative;
}
.one_platform__container .one_platfomr__link span:hover {
  color: #23B6AA;
  cursor: pointer;
}
.one_platform__container .one_platfomr__link span:hover::before {
  width: 100%;
}
.one_platform__container .one_platfomr__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #23B6AA;
  transition: width 0.25s ease-out;
}
.one_platform__container .one_platfomr__link img {
  width: 20px;
  margin-top: 5px;
}

.integrations__container {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: radial-gradient(100.89% 124.73% at 145.85% 47.03%, rgba(255, 255, 255, 0) 70.64%, rgba(255, 255, 255, 0.75) 112.6%, #F6FAFD 124.68%);
}
.integrations__container .integrations__inner_container {
  display: flex;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
.integrations__container .integrations__inner_container .integration_icons__container {
  flex: 0 0 45%;
}
.integrations__container .integrations__inner_container .integration_icons__container picture {
  display: none;
}
.integrations__container .integrations__inner_container .integration_icons__container .icon_row {
  width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
.integrations__container .integrations__inner_container .integration_icons__container .icon_row img {
  border-radius: 12px;
  box-shadow: 0px 29px 43px 0px rgba(0, 0, 0, 0.06);
  margin: 7px;
  cursor: pointer;
}
.integrations__container .integrations__inner_container .integration_icons__container .icon_row img:hover {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.14);
}
.integrations__container .integrations__inner_container .integration_icons__container .row_1 {
  justify-content: flex-end;
}
.integrations__container .integrations__inner_container .integration_icons__container .row_2 {
  justify-content: flex-start;
}
.integrations__container .integrations__inner_container .integration_icons__container .row_3 {
  justify-content: center;
  padding-right: 50px;
}
.integrations__container .integrations__inner_container .integration_icons__container .row_4 {
  justify-content: flex-start;
}
.integrations__container .integrations__inner_container .integration_icons__container .row_5 {
  justify-content: flex-start;
  margin-left: 35px;
}
.integrations__container .integrations__inner_container .integration_icons__container .row_6 {
  justify-content: center;
}
.integrations__container .integrations__inner_container .integration_copy__container {
  flex: 0 0 55%;
}
.integrations__container .integrations__inner_container .view_integration__cta {
  width: 280px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "Metric-medium";
  margin: 0;
  cursor: pointer;
}
.integrations__container .integrations__inner_container p {
  margin-top: 10px;
}

.egnyte_business__container p {
  max-width: 740px;
  margin: 15px auto;
}

.business_cards__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.business_cards__container .industry__container {
  margin: 10px;
}
.business_cards__container .industry__container a {
  display: block;
  position: relative;
}
.business_cards__container .industry__container a .industry__cta {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.business_cards__container .industry__container a .industry__cta span {
  position: relative;
  font-weight: normal;
}
.business_cards__container .industry__container a .industry__cta span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}
.business_cards__container .industry__container a .industry__cta span:hover::before {
  width: 100%;
}
.business_cards__container .industry__container a .industry__cta svg {
  margin-left: 7px;
}
.business_cards__container .industry__container a img:hover {
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.18), 0px 25px 25px 0px rgba(0, 0, 0, 0.15), 0px 56px 34px 0px rgba(0, 0, 0, 0.09), 0px 100px 40px 0px rgba(0, 0, 0, 0.03), 0px 156px 44px 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.business_cards__container .industry__container a img:hover + .industry__cta span::before {
  width: 100%;
}

.g2-awards__container h2 {
  max-width: 690px;
  margin: 0 auto;
}
.g2-awards__container .g2_awards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.g2-awards__container .g2_awards img {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1650px) {
  #home-reviews__carousel__alt .slider__item .carousel_banner {
    padding: 115px 0 0;
    height: 700px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container {
    justify-content: space-between;
    max-width: 1600px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content {
    padding-left: 0;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .eyebrow {
    font-size: 15px;
  }
  #home-reviews__carousel__alt .slick-dots {
    bottom: 50px;
    max-width: 1044px;
  }
}
@media (max-width: 1200px) {
  #home-reviews__carousel__alt .slider__item .carousel_banner {
    height: 600px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_desc {
    font-size: 21px;
    line-height: 25.49px;
    width: 440px;
    margin-top: 24px;
    margin-bottom: 37px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_heading {
    font-size: 54px;
    line-height: 63.97px;
    width: 377px;
  }
  #home-reviews__carousel__alt .video_container {
    margin-top: 40px;
  }
  .one_platform__container h2 {
    font-size: 50px;
  }
  .one_platform__container p {
    font-size: 20px;
    max-width: 730px;
  }
  .one_platform__container a {
    font-size: 20px;
  }
  .one_platform__container .one_platfomr__link img {
    width: 15px;
  }
}
@media (max-width: 1060px) {
  #home-reviews__carousel__alt .slick-dots {
    padding-left: 52px;
    max-width: 959px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner {
    height: 520px;
    padding: 120px 0 0;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container {
    padding: 0 0 0 50px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .eyebrow {
    font-size: 14px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_heading {
    font-size: 48px;
    line-height: 50px;
  }
  #home-reviews__carousel__alt .video_container {
    margin-top: 15px;
  }
  .egnyte_icon {
    height: 20px;
  }
}
@media (max-width: 950px) {
  #home-reviews__carousel__alt .slick-dots {
    padding-left: 35px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner {
    padding-top: 96px;
    height: 473px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container {
    justify-content: space-between;
    align-items: stretch;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content {
    align-items: flex-start;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_heading {
    text-align: left;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_desc {
    width: 420px;
    font-size: 20px;
  }
  .business_cards__container a {
    margin: 10px;
  }
  .integrations__container {
    background: none;
  }
  .integrations__container .integrations__inner_container {
    flex-direction: column-reverse;
    padding: 0;
  }
  .integrations__container .integrations__inner_container .integration_copy__container {
    text-align: center;
    padding: 0 20px;
  }
  .integrations__container .integrations__inner_container .integration_copy__container .view_integration__cta {
    margin: 0 auto 30px;
  }
  .integrations__container .integrations__inner_container .integration_icons__container {
    width: 100%;
  }
  .integrations__container .integrations__inner_container .integration_icons__container picture {
    display: block;
  }
  .integrations__container .integrations__inner_container .integration_icons__container .icon_row {
    display: none;
  }
  .integrations__container .integrations__inner_container .integration_icons__container .icon_shadow {
    background: none;
  }
}
@media (max-width: 900px) {
  #home-reviews__carousel__alt .slider__item .carousel_banner {
    padding-top: 85px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_cta__container {
    max-width: 310px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_cta__container a {
    width: 146px;
    font-size: 17px;
    height: 50px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner .carousel_container .carousel_content .carousel_cta__container .on-demand-cta {
    width: 200px;
  }
}
@media (max-width: 860px) {
  #home-reviews__carousel__alt .slick-dots {
    bottom: 34px;
  }
  #home-reviews__carousel__alt .slider__item .carousel_banner {
    height: 443px;
  }
}
@media (max-width: 800px) {
  #home-reviews__carousel__alt .slick-dots {
    padding-left: 35px;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner {
    height: 100%;
    padding-top: 20px;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container .carousel_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 20px;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container .carousel_content .carousel_cta__container {
    width: 100%;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container .carousel_content .carousel_cta__container a {
    margin-left: 10px;
    margin-right: 10px;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container .carousel_content .eyebrow {
    font-size: 16px;
    letter-spacing: 3px;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container .carousel_content .carousel_heading {
    font-size: 40px;
    width: 100%;
  }
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container .carousel_content .carousel_desc {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.3;
  }
  .one_platform__container .hexagon_image__container img {
    display: block;
    width: 100%;
  }
  .one_platform__container .hexagon_image__container video {
    display: none;
  }
  .one_platform__container .powered_by_copy {
    display: none;
  }
  .one_platform__container h2 {
    font-size: 38px;
  }
  .one_platform__container p {
    max-width: 640px;
  }
  .business_cards__container {
    flex-wrap: wrap;
  }
  .business_cards__container a .learn_more_cta svg {
    margin-bottom: -2px;
    margin-left: 6px;
  }
  .egnyte_business__container h2 {
    font-size: 38px;
  }
  .egnyte_business__container p {
    font-size: 20px;
  }
  .g2-awards__container h2 {
    max-width: 490px;
    font-size: 38px;
  }
  .one_platform__container .one_platfomr__link {
    margin-top: 40px;
  }
  .one_platform__container .one-platform__slider {
    height: auto;
    flex-direction: column;
  }
  .one_platform__container .one-platform__slider .card-1 {
    margin-right: 0;
  }
  .one_platform__container .one-platform__slider .card-3 {
    margin-left: 0;
  }
  .one_platform__container .one-platform__slider .cards {
    height: auto;
    padding-bottom: 50px;
    margin: 20px 0 !important;
    max-width: 400px;
    width: 100%;
    opacity: 1;
  }
  .one_platform__container .one-platform__slider .cards h3 {
    padding-top: 50px;
  }
  .one_platform__container .one-platform__slider .cards .tour--cta {
    height: 52px;
  }
  .one_platform__container .one-platform__slider .cards .tour--cta div::before {
    content: none;
  }
  .one_platform__container .one-platform__slider .cards .tour--cta a {
    display: flex;
    font-weight: 500;
    background: none;
    height: 51px;
    margin-bottom: 0 !important;
    padding-top: 16px;
    padding-bottom: 19px;
  }
  .one_platform__container .one-platform__slider .active {
    background: #fff;
  }
  .one_platform__container .one-platform__slider .active h3 {
    color: #003F65;
  }
  .one_platform__container .one-platform__slider .active a {
    color: #35364E;
  }
  .integrations__container .integrations__inner_container .integration_copy__container h2 {
    font-size: 38px;
  }
}
@media (max-width: 730px) {
  #home-reviews__carousel__alt .slider__item .slider_container .carousel_banner .carousel_container .carousel_content .carousel_cta__container .on-demand-cta {
    width: 170px;
  }
}
@media (max-width: 690px) {
  .hide-sm {
    display: none;
  }
  #home-reviews__carousel__alt .slick-dots {
    padding: 0;
    max-width: fit-content;
    bottom: 50px;
  }
  #home-reviews__carousel__alt .video_container {
    margin-top: 0;
  }
}
@media (max-width: 612px) {
  #home-reviews__carousel__alt .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 500px) {
  #home-reviews__carousel__alt .slick-dots {
    bottom: 38px;
  }
  .business_cards__container a img {
    width: 100%;
  }
}
@media (max-width: 431px) {
  #home-reviews__carousel__alt .slick-dots {
    bottom: 40px;
  }
}
.page-footer {
  color: #4b4f55;
  height: auto;
  margin-top: 50px;
  padding: 20px 0 0;
  overflow-x: hidden;
}

.footer-block .footer-cols {
  flex-grow: 0;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  flex-direction: column;
}
.footer-block .footer-cols h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0bc5ba;
  margin-bottom: 20px;
}
.footer-block .footer-cols li {
  line-height: 2;
}
.footer-block .footer-cols a {
  font-size: 17px;
  font-weight: 400;
  color: #5e636b;
  line-height: 24px;
}
.footer-block .footer-cols a:hover {
  color: #0bc5ba;
  text-decoration: none;
}
.footer-block .footer-cols a:visited {
  font-size: 17px;
  font-weight: 400;
  color: #5e636b;
  line-height: 24px;
}
.footer-block .footer-cols.col-5 {
  flex-basis: calc(17.5% - 16px);
  max-width: 100%;
  margin-left: 32px;
  margin-right: 0;
}
.footer-block .footer-cols.col-4 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 0;
}
.footer-block .footer-cols.col-3 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 0;
}
.footer-block .footer-cols.col-2 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: 32px;
  margin-right: 0;
}

.footer-logo-social p {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  clear: both;
  display: block;
  text-indent: initial;
}
.footer-logo-social p:first-child {
  max-width: 157px;
}
.footer-logo-social p:nth-child(2) {
  margin-bottom: 5px;
}
.footer-logo-social ul {
  margin-top: 15px;
}
.footer-logo-social ul li {
  float: left;
  display: inline;
  margin-right: 15px;
  width: 30px;
}
.footer-logo-social ul li:last-child {
  margin-right: 0;
}

.footer-copy {
  background-color: #1f232f;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}
.footer-copy .footer-copy-in {
  max-width: 1360px;
  margin: 0 auto;
}
.footer-copy .copyright-box {
  max-width: 100%;
}
.footer-copy .copyright-box p {
  margin: 0;
  padding: 0;
  line-height: 1.56;
}
.footer-copy .footer-resources {
  width: 70%;
}
.footer-copy .footer-resources ul {
  display: flex;
}
.footer-copy .footer-resources ul li {
  margin-left: 25px;
  line-height: 1.56;
}
.footer-copy .footer-resources li a {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
.footer-copy .footer-resources li a:visited {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.footer-copy-in > .egnyte-block {
  display: flex;
}

.mobile-logo-footer {
  display: none;
}

.page-node-type-sem_pages .footer-block .footer-cols.col-1 {
  flex-basis: 270px;
}

.page-node-type-sem_pages .footer-block .footer-cols.col-1 p img {
  width: 155px;
  height: auto;
}

.page-node-type-sem_pages .footer-block .footer-cols.col-1 ul li img {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 1179px) {
  .footer-logo-social p:first-child {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-block .footer-cols.col-1 {
    flex-basis: calc(27% - 16px);
  }
  .footer-block .footer-cols.col-2 {
    flex-basis: calc(15% - 16px);
  }
  .footer-block .footer-cols.col-3 {
    flex-basis: calc(21.5% - 16px);
  }
}
@media only screen and (max-width: 960px) {
  .footer-copy-in > .egnyte-block {
    flex-direction: column;
  }
  .copyright-box {
    order: 2;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer-copy .footer-resources {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-resources ul {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 539px) {
  .footer-resources ul {
    display: block !important;
  }
  .footer-block .footer-cols {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
  }
  .footer-block .footer-logo-social.footer-cols {
    margin-bottom: 0 !important;
  }
  .footer-copy .footer-resources ul li {
    width: 100%;
    display: block;
    margin: 5px auto;
    text-align: center;
  }
}
@media only screen and (min-width: 961px) {
  .footer-block ul {
    display: block !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 960px) {
  .footer-block .footer-cols h2 {
    position: relative;
    margin-bottom: 0;
    padding: 11px 0;
    cursor: pointer;
  }
  .footer-block .footer-cols h2::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    background: url("../images/angle-down-solid.png") no-repeat center center;
    background-size: 20px;
    right: 15px;
    opacity: 0.3;
  }
  .footer-block .footer-cols ul {
    margin-bottom: 25px;
  }
  .footer-block .footer-cols h2.click-rotate::after {
    transform: rotate(180deg);
  }
  .footer-block .footer-cols.col-1 {
    position: absolute;
    top: 10px;
    left: 0;
    flex-basis: 50%;
    width: 50%;
  }
  .footer-block .footer-cols.col-5 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block .footer-cols.col-4 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block .footer-cols.col-3 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block .footer-cols.col-2 {
    flex-basis: 45%;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-block ul {
    display: none;
  }
  .footer-logo-social ul {
    display: block;
  }
  .footer-copy .copyright-box {
    width: 100%;
  }
  nav.footer-cols a,
  nav.footer-cols a:visited {
    padding: 5px 0;
    display: inline-block;
  }
  .page-node-type-sem_pages .footer-block .layout-container {
    max-width: 90%;
    width: 100%;
    margin-bottom: 0;
    display: block !important;
  }
  .page-node-type-sem_pages .footer-cols.col-1 {
    position: relative;
    top: auto;
    left: auto;
    flex-basis: 270px;
    width: 270px;
  }
  .page-node-type-sem_pages .mobile-logo-footer p {
    margin-bottom: 0;
  }
  .page-node-type-sem_pages .mobile-logo-footer p img {
    width: 155px;
    height: auto;
  }
}
@media only screen and (max-width: 539px) {
  .page-footer {
    margin-top: 50px;
    padding: 20px 0 0;
  }
  .footer-block .footer-cols {
    display: flex;
    margin: 5px 0 5px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #4b4f55;
  }
  .footer-block .footer-cols h2::after {
    right: 0;
  }
  .footer-block .footer-cols.col-5 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-block .footer-cols.col-4 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-block .footer-cols.col-3 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-block .footer-cols.col-2 {
    width: 100%;
    flex-basis: 100%;
  }
  .footer-logo-social p {
    font-size: 16px;
  }
  .mobile-logo-footer {
    display: block;
  }
  .footer-logo-social p:first-child {
    display: none;
  }
  .mobile-logo-footer .text-formatted {
    max-width: 157px;
    margin: 0;
  }
  .footer-block .footer-cols.col-1 {
    position: relative;
    left: auto;
    top: auto;
    order: 3;
    flex-basis: 100%;
    width: 100%;
    border: 0;
    margin-top: 35px;
  }
}
/**/
/* FOOTER */
/**/
/**/
/* footer */
/**/
.footer {
  margin-top: 80px;
}

.footer__foot {
  padding: 32px 0;
  background-color: #1f232f;
  color: #6e7b95;
}

.footer__grid-cont {
  max-width: 1360px;
}

@media screen and (max-width: 767.98px) {
  .footer {
    margin-top: 60px;
  }
  .footer__foot {
    margin-top: 30px;
    padding: 24px 0;
  }
}
/**/
/* company */
/**/
.company {
  margin: -6px 4px 40px 0;
  color: #5e636b;
}

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

.company__phones a {
  color: #5e636b;
}
.company__phones a:hover, .company__phones a:focus {
  color: #1fb7ab;
  text-decoration: none;
}

.company__phones span {
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 767.98px) {
  .company {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/**/
/* social nav */
/**/
.social-nav {
  display: flex;
  align-items: center;
}
.social-nav a.social-nav__item {
  margin-right: 14px;
  color: #b3b7bb;
  transition-duration: 0.125s;
  transition-property: color;
}
.social-nav a.social-nav__item.social-nav__item--twitter:hover {
  color: #000;
}
.social-nav a.social-nav__item.social-nav__item--linkedin:hover {
  color: #0077b5;
}
.social-nav a.social-nav__item.social-nav__item--facebook:hover {
  color: #3b5998;
}
.social-nav a.social-nav__item.social-nav__item--vimeo:hover {
  color: #29b7ea;
}
.social-nav a.social-nav__item.social-nav__item--tiktok:hover {
  color: #000;
}
.social-nav a.social-nav__item.social-nav__item--instagram:hover {
  color: #000;
}
.social-nav a.social-nav__item.social-nav__item--youtube:hover {
  color: #DF2935;
}

.social-nav__item svg {
  display: block;
  width: auto;
  height: 26px;
}

.social-nav__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  .social-nav__item svg {
    height: 32px;
  }
}
/**/
/* foot nav */
/**/
.foot-nav {
  margin-bottom: 40px;
  margin-left: 12px;
}

.foot-nav__title {
  margin-bottom: 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #0bc5ba;
}

.foot-nav__title svg {
  float: right;
  display: none;
}

.foot-nav__item {
  font-size: 16px;
  line-height: 2;
}

.foot-nav__link {
  text-decoration: none;
  transition-duration: 0.125s;
  transition-property: color;
}

.foot-nav__link:hover {
  color: #0bc5ba;
  text-decoration: none;
}

a.foot-nav__link {
  color: #5e636b;
}
a.foot-nav__link:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 1283.98px) {
  .foot-nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .foot-nav {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .foot-nav__title {
    margin-bottom: 12px;
  }
  .foot-nav__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .foot-nav {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e9eb;
  }
  .foot-nav__title {
    margin: 0;
    transition-duration: 0.125s;
    transition-property: margin;
  }
  .foot-nav__title svg {
    display: block;
  }
  .foot-nav__title.active {
    margin-bottom: 12px;
  }
  .foot-nav__title.active svg {
    transform: scale(1, -1);
    transition-duration: 0.125s;
    transition-property: transform;
  }
  .foot-nav__item {
    height: 0;
    overflow: hidden;
    transition-duration: 0.125s;
    transition-property: height;
  }
  .foot-nav__title.active ~ .foot-nav__item {
    height: 28px;
  }
}
/**/
/* external reviews */
/**/
.external-reviews {
  /*
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: auto auto;
    margin-bottom: 40px;
  */
}

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

.external-reviews__logo {
  display: block;
}

.external-reviews__text {
  font-size: 14px;
  margin-bottom: 0px;
}

.external-reviews__star {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url("../images/external-review/star.svg");
}

.external-reviews__star--half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/external-review/starh.svg");
}

.external-reviews__star--half::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: #fff;
}

.external-reviews__star--orange {
  background-image: url("../images/external-review/star--orange.svg");
}

.external-reviews__star--orange.external-reviews__star--half::after {
  background-image: url("../images/external-review/starh--orange.svg");
}

.external-reviews__star--yellow {
  background-image: url("../images/external-review/star--yellow.svg");
}

.external-reviews__star--yellow.external-reviews__star--half::after {
  background-image: url("../images/external-review/starh--yellow.svg");
}

.external-reviews__circle {
  position: relative;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-right: 2px;
  border-radius: 50%;
  border: 1px solid #eb022e;
  background-color: #eb022e;
}

.external-reviews__circle--half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: #fff;
}

.external-reviews__value {
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
  color: #35364e;
}

.external-reviews__value--exc {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb022e;
}

@media screen and (max-width: 767.98px) {
  .external-reviews {
    padding-top: 30px;
  }
  .external-reviews__item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .external-reviews {
    margin-top: 18px;
    padding-top: 0;
    border-top: none;
  }
  .external-reviews {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }
}
/**/
/* legal nav */
/**/
a:link.legal-nav__link,
a:visited.legal-nav__link {
  color: #a2acc2;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 16px;
}

.legal-nav__link {
  margin-right: 24px;
  text-decoration: none;
  color: #a2acc2;
  transition-duration: 0.125s;
  transition-property: color;
}

.legal-nav__link:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.legal-nav__link:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1283.98px) {
  .legal-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 1023.98px) {
  .legal-nav__link {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .legal-nav {
    margin-bottom: 9px;
  }
  .legal-nav__link {
    margin: 0 9px 12px;
  }
  .legal-nav__link:last-child {
    margin-right: 9px;
  }
}
@media screen and (max-width: 575.98px) {
  .legal-nav {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}
/**/
/* copyrights */
/**/
.copyrights {
  font-size: 13px;
  color: #6e7b95;
}

@media screen and (max-width: 1283.98px) {
  .copyrights {
    text-align: center;
  }
}
/* external rated */
/**/
.external-rated__logo {
  display: block;
}

.external-rated__badge {
  position: relative;
  margin: 0 8px 0 20px;
  padding: 0 8px;
  background-color: #ff492c;
  font-size: 12.5px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.external-rated__badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 8px solid #ff492c;
}
.external-rated__badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 15px solid transparent;
  border-right: 8px solid #ff492c;
  border-bottom: 15px solid transparent;
}

.company__phones {
  font-size: 14px;
}

.external-rated__list {
  list-style: none;
  font-size: 14px;
  line-height: 32px;
  color: #35364e;
}
.external-rated__list li {
  border-top: 1px solid #e6eaee;
}
.external-rated__list li:first-child {
  border-top: 0;
}
.external-rated__list span {
  display: inline-block;
  vertical-align: top;
  min-width: 57px;
  padding-right: 4px;
  text-transform: uppercase;
}

.footer.footer__dgt-report-2021 .footer__side .footer__hr {
  max-width: 160px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin: 0 auto;
}

/**/
/* footer */
/**/
.footer.footer__ce-ransomware-analyze .footer__inner h4 {
  color: #6b8d9e;
}
.footer.footer__ce-ransomware-analyze .footer__inner p a {
  text-decoration: underline;
  color: #007bbd;
}
.footer.footer__ce-ransomware-analyze .footer__side {
  float: unset;
}
.footer.footer__ce-ransomware-analyze .footer__side .footer__hr {
  max-width: 160px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin: 0;
}
.footer.footer__ce-ransomware-analyze .footer__side .copyrights {
  font-size: 14px;
  line-height: 1.334;
  color: #979797;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .footer.footer__ce-ransomware-analyze .footer__side .copyrights {
    text-align: center;
  }
}
/**/
/* social nav */
/**/
.footer.footer__ce-ransomware-analyze .footer__side .social-nav {
  margin-right: -12px;
}
.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item {
  display: block;
  margin-right: 12px;
  color: #b3b7bb;
  transition-duration: 0.125s;
  transition-property: color;
}
.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item svg {
  display: block;
}
.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--twitter:hover {
  color: #1da1f2;
}
.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--linkedin:hover {
  color: #0077b5;
}
.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--facebook:hover {
  color: #3b5998;
}
.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--vimeo:hover {
  color: #29b7ea;
}
.footer.footer__ce-ransomware-analyze .footer__side .social-nav .social-nav__item.social-nav__item--youtube:hover {
  color: #DF2935;
}

@media screen and (max-width: 767.98px) {
  .footer.footer__dgt-report-2021 .footer__side .social-nav,
  .footer.footer__ce-ransomware-analyze .footer__side .social-nav {
    display: block;
  }
  .footer.footer__dgt-report-2021 .footer__side .social-nav .grid-row,
  .footer.footer__ce-ransomware-analyze .footer__side .social-nav .grid-row {
    justify-content: center;
  }
  .footer.footer__dgt-report-2021 .footer__side .social-nav svg,
  .footer.footer__ce-ransomware-analyze .footer__side .social-nav svg {
    height: unset;
  }
}
@media screen and (max-width: 767.98px) {
  .footer.footer__dgt-report-2021 .footer__side .logo__image {
    margin: 0 auto;
  }
}
.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;
  }
}
.career-slide-box .blocks-gallery-grid .blocks-gallery-image figure,
.career-slide-box .blocks-gallery-grid .blocks-gallery-item figure,
.career-slide-box .wp-block-gallery .blocks-gallery-image figure,
.career-slide-box .wp-block-gallery .blocks-gallery-item figure {
  align-items: center;
  justify-content: center;
}

.sem-nav-block + #collapseForm {
  position: absolute;
  right: 0;
  width: 600px;
  max-width: 100%;
  top: 64px;
}

.pricing-small-copy-heading a,
.pricing-small-copy-heading a:visited,
.white-links a,
.white-links a:link,
.white-links a:visited {
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
  text-decoration: none;
}

.pricing-small-copy-heading a:hover,
.pricing-small-copy-heading a:focus,
.white-links a:hover,
.white-links a:focus {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.page-node-66 .inner-heading {
  margin-top: 25px;
}

.new-events-template .wp-block-group__inner-container,
.webinars-box-new-template .wp-block-group__inner-container {
  width: 100%;
}

.two-col-industry h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

h3.story-grid-title {
  font-weight: bold;
}

.page-node-type-sem_pages .art-section p.sem-pages-cta-btn {
  margin-bottom: 15px;
}

.art-section p.sem-no-cc-required {
  font-size: 15px;
  font-style: italic;
}

.call-pricing a,
.call-pricing a:visited {
  color: #0bc5ba;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
}

.call-pricing a:hover,
.call-pricing a:focus {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}

.news-grid.views-row.story-row {
  padding-top: 0;
  margin-bottom: 0;
}

.dropdown button.dropdown-toggle strong {
  text-transform: capitalize;
}

.open > .dropdown-menu {
  width: 100%;
}

.partner-logos-new figure {
  position: relative;
  text-align: center;
}

.partner-logos-new figure figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: 100%;
}

.enterprise-trial .mktoForm .mktoError {
  right: auto !important;
  left: 10px !important;
}

#block-egnyte-local-tasks ul li {
  display: none;
}

.toolbar-tray-open #block-egnyte-local-tasks ul li,
.toolbar-horizontal #block-egnyte-local-tasks ul li,
.toolbar-fixed #block-egnyte-local-tasks ul li,
#block-egnyte-local-tasks ul li:first-child {
  display: inline;
}

.search-body {
  margin-bottom: 0;
  line-height: 1.56;
}

.search-body b,
.search-body h1 {
  display: none;
}

.search-body h1,
.search-body h2,
.search-body h2 a,
.search-body h3,
.search-body p,
.search-body p a {
  color: #000;
}

.search-body h1,
.search-body h2,
.search-body h3,
.search-body p,
.search-body .has-text-align-center {
  text-align: left !important;
}

.search-body .page-summary {
  display: block !important;
}

.search-body h3 {
  margin-bottom: 0;
}

.page-heading .views-exposed-form.search-block-form {
  max-width: 90%;
  width: 980px;
  margin: 150px auto 0;
}

.page-heading form {
  position: relative;
  width: 300px;
  max-width: 100%;
}

.page-heading form input#edit-submit-search {
  top: 0;
}

.main-search.margin-top-100 {
  margin-top: 50px;
}

.main-search h3.field-content {
  margin-bottom: 0;
  margin-top: 10px;
}

.main-search .search-row:first-child h3.field-content {
  margin-top: 0;
}

.main-search ul.search.items li.search-row:nth-child(2n+1) .search-title,
.main-search ul.search.items li.search-row .search-title {
  padding: 0 0 10px;
  margin-bottom: -25px;
  position: relative;
}

.main-search ul.search.items li.search-row .search-title {
  background: #fff;
}

.main-search ul.search.items li.search-row:nth-child(2n+1) {
  background: #fff;
}

.main-search ul.search.items li.search-row:nth-child(2n+1) .search-title {
  background: #fff;
}

.main-search ul.search.items li {
  padding: 10px 25px;
  margin-bottom: 15px;
}

.main-search ul.search.items li:first-child {
  padding-top: 30px;
}

.main-search h3 a,
.main-search h3 a:visited {
  font-size: 20px;
  line-height: 27px;
  color: #0bc5ba;
}

.main-search h3 a:hover,
.main-search h3 a:focus {
  color: #000;
}

.search-body h2,
.search-body h3,
.main-search p.page-summary {
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
  margin-bottom: 0;
}

.search-body p {
  width: 100% !important;
}

.main-search header {
  padding-left: 25px;
  padding-right: 25px;
}

.search-body .slide-form,
.search-body .green-button,
.pager__item--first,
.pager__item--last {
  display: none !important;
}

@media only screen and (max-width: 1279px) {
  .page-node-66 .quote-box-industry .wp-block-media-text__content p {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .page-node-1446 .video-row .wp-block-column .video-hover-box p:first-child {
    -webkit-line-clamp: 2;
  }
  .bva-egnyte .tab-container .tab-content #decrease-it-costs .chart-container .chart-container-columns .bar-chart {
    height: 290px;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart-content {
    margin-top: 0px;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .graph-footnote {
    padding: 10px 20px;
    bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .bva-egnyte .tab-container ul.tabs > li a {
    width: 220px !important;
    padding: 0px 30px !important;
  }
}
@media only screen and (max-width: 1179px) {
  .group-button.deployment-options.team-deployment-fix button {
    height: 57px !important;
  }
}
@media only screen and (max-width: 1140px) {
  .geometric-header .tab-container .tab-content .chart-container .donut-chart svg {
    left: 20px;
  }
}
@media only screen and (max-width: 1079px) {
  .art-section .three-col-contact p {
    font-size: 18px;
  }
  .bva-egnyte .tab-container ul.tabs > li a {
    width: 200px !important;
    padding: 0px 15px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hide-second .wp-block-columns,
  .hide-first .wp-block-columns {
    height: 77px;
  }
  .page-node-66 .quote-box-industry .wp-block-media-text__content p,
  .quote-box-industry .wp-block-media-text__content p {
    font-size: 26px;
    line-height: 32px;
  }
  .three-col-story-wrap.icon-boxes .story-grid h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .page-node-1446 .wp-block-media-text > figure {
    overflow: hidden;
  }
  .page-node-1446 .wp-block-media-text > figure > img,
  .page-node-1446 .wp-block-media-text > figure > video {
    width: 120%;
    max-width: 120%;
  }
}
@media only screen and (max-width: 991px) {
  .page-node-66 .inner-heading {
    margin-top: 5px;
  }
  #block-mainnavigation .navbar-we-mega-menu.navbar.we-mobile-megamenu-active .mktoErrorMsg,
  #block-mainnavigation .navbar-we-mega-menu.navbar.we-mobile-megamenu-active .mktoError .mktoErrorMsg,
  #block-mainnavigation .navbar-we-mega-menu.navbar.we-mobile-megamenu-active .mktoForm .mktoError .mktoErrorMsg {
    background-color: #e51b00 !important;
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%) !important;
    border: 1px solid #9f1300 !important;
    border-radius: 6px !important;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px !important;
    color: #f3f3f3 !important;
    text-shadow: #901100 0 -1px 0 !important;
  }
  .bva-egnyte .hero-columns {
    flex-direction: column;
    padding-bottom: 0px;
    text-align: center !important;
    align-items: center;
  }
  .bva-egnyte .hero-columns .wp-block-column:last-child {
    margin-left: 0 !important;
    max-width: 50% !important;
  }
  .bva-egnyte .hero-columns .wp-block-column:last-child .wp-block-image {
    margin: 0px auto -60px auto !important;
    z-index: 3;
    position: relative;
  }
  .bva-egnyte .hero-columns .lead-text {
    width: auto !important;
  }
  .bva-egnyte .hero-columns .green-button {
    text-align: center;
  }
  .bva-egnyte .tab-container ul.tabs {
    position: relative;
    top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bva-egnyte .tab-container ul.tabs > li {
    margin-bottom: 15px;
  }
  .bva-egnyte .tab-container ul.tabs > li:nth-child(odd) {
    margin-right: 15px;
  }
  .bva-egnyte .tab-container ul.tabs > li a {
    width: 300px !important;
    padding: 0px 11px !important;
  }
  .bva-egnyte .tab-container .tab-content {
    padding: 40px 30px 0px 30px;
  }
  .bva-egnyte .tab-container .tab-content #areas-of-value .chart-container .graph-totals-container {
    margin-top: 130px;
  }
  .bva-egnyte .tab-container .tab-content #decrease-it-costs .chart-container .graph-totals-container {
    margin-top: 130px;
  }
  .bva-egnyte .tab-container .tab-content #improve-collaboration-and-productivity .chart-container .graph-totals-container,
  .bva-egnyte .tab-container .tab-content #increase-control-and-reduce-risk .chart-container .graph-totals-container {
    margin-top: 130px;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-columns {
    flex-wrap: wrap;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .tab-content-main {
    flex-basis: 100% !important;
    text-align: center;
    margin-top: 40px;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container {
    flex-basis: 100% !important;
    margin-left: 0px !important;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart svg {
    top: -10px;
    left: 60px;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart-content {
    margin-right: 0;
    padding-right: 10px;
  }
  .bva-egnyte .video-container .wp-block-group__inner-container::after {
    height: 10% !important;
  }
  .summary-row .summary-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .summary-row .summary-container h3 {
    text-align: center;
  }
  .tco-footer-cta-container .wp-block-column:first-child {
    flex-basis: calc(40% - 16px);
  }
  .tco-footer-cta-container .wp-block-column:last-child p {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 992px) {
  .page-node-1446 .wp-block-media-text > figure > img,
  .page-node-1446 .wp-block-media-text > figure > video {
    width: 100%;
    max-width: 100%;
  }
  .filter-box .btn-default {
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .filter-box .wp-block-column {
    margin-bottom: 20px;
  }
  .filter-body > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  .filter-body > .wp-block-group__inner-container .filter-boxes {
    flex-basis: calc(50% - 20px);
    width: 50%;
    margin-bottom: 20px;
  }
  .three-col-contact h3.contact-last-h3 {
    font-size: 22px;
  }
  .gray-bg.full-size.corporate-bg .wp-block-group__inner-container {
    max-width: 100%;
  }
  a {
    word-break: break-word;
  }
  .team-data-col-old .pricing-heading-box {
    height: auto;
  }
  .team-data-col-old .pricing-heading-box {
    text-align: center;
  }
  .team-data-col-old ul.pricing-list {
    width: auto;
    display: none;
  }
  .team-data-col-old ul.pricing-list li {
    text-align: left;
  }
  .dark-grad-cols.three-col-dark,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark,
  .three-items-nav.wp-block-columns {
    flex-wrap: nowrap;
  }
  .dark-grad-cols.three-col-dark .wp-block-column:last-child,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column:last-child {
    margin-left: 16px;
  }
  .new-events-template.speaker-boxes .wp-block-group__inner-container {
    justify-content: center;
  }
  .sem-logos.sem-efs-four-boxes,
  .three-col-story-wrap.sem-4-c {
    flex-wrap: wrap;
  }
  .sem-logos.sem-efs-four-boxes .wp-block-column,
  .three-col-story-wrap.sem-4-c .wp-block-column,
  .speaker-boxes .story-grid {
    flex-basis: calc(50% - 16px);
  }
  .sem-logos.sem-efs-four-boxes .wp-block-column:nth-child(3),
  .three-col-story-wrap.sem-4-c .wp-block-column:nth-child(3) {
    margin-left: 0;
  }
  .new-events-template .wp-block-column:not(:first-child),
  .new-events-template .wp-block-column:nth-child(50),
  .new-events-template .wp-block-column:nth-child(47),
  .new-events-template .wp-block-column:nth-child(43),
  .new-events-template .wp-block-column:nth-child(40),
  .new-events-template .wp-block-column:nth-child(37),
  .new-events-template .wp-block-column:nth-child(34),
  .new-events-template .wp-block-column:nth-child(31),
  .new-events-template .wp-block-column:nth-child(28),
  .new-events-template .wp-block-column:nth-child(25),
  .new-events-template .wp-block-column:nth-child(22),
  .new-events-template .wp-block-column:nth-child(19),
  .new-events-template .wp-block-column:nth-child(16),
  .new-events-template .wp-block-column:nth-child(13),
  .new-events-template .wp-block-column:nth-child(10),
  .new-events-template .wp-block-column:nth-child(7),
  .new-events-template .wp-block-column:nth-child(4) {
    margin-left: 32px !important;
  }
  .new-events-template .wp-block-column:nth-child(33),
  .new-events-template .wp-block-column:nth-child(31),
  .new-events-template .wp-block-column:nth-child(29),
  .new-events-template .wp-block-column:nth-child(27),
  .new-events-template .wp-block-column:nth-child(25),
  .new-events-template .wp-block-column:nth-child(23),
  .new-events-template .wp-block-column:nth-child(21),
  .new-events-template .wp-block-column:nth-child(19),
  .new-events-template .wp-block-column:nth-child(17),
  .new-events-template .wp-block-column:nth-child(15),
  .new-events-template .wp-block-column:nth-child(13),
  .new-events-template .wp-block-column:nth-child(11),
  .new-events-template .wp-block-column:nth-child(9),
  .new-events-template .wp-block-column:nth-child(7),
  .new-events-template .wp-block-column:nth-child(5),
  .new-events-template .wp-block-column:nth-child(3) {
    margin-left: 0 !important;
  }
  .sem-nav-block + #collapseForm {
    position: absolute;
    right: 0;
    width: 100%;
  }
  #collapseForm .modal-title {
    margin-top: 0;
  }
  #collapseForm .modal-dialog {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  .three-col-story-wrap.icon-boxes .wp-block-column {
    flex-basis: calc(50% - 10px) !important;
  }
  .new-events-template .wp-block-column:not(:first-child),
  .new-events-template .wp-block-column:nth-child(50),
  .new-events-template .wp-block-column:nth-child(47),
  .new-events-template .wp-block-column:nth-child(43),
  .new-events-template .wp-block-column:nth-child(40),
  .new-events-template .wp-block-column:nth-child(37),
  .new-events-template .wp-block-column:nth-child(34),
  .new-events-template .wp-block-column:nth-child(31),
  .new-events-template .wp-block-column:nth-child(28),
  .new-events-template .wp-block-column:nth-child(25),
  .new-events-template .wp-block-column:nth-child(22),
  .new-events-template .wp-block-column:nth-child(19),
  .new-events-template .wp-block-column:nth-child(16),
  .new-events-template .wp-block-column:nth-child(13),
  .new-events-template .wp-block-column:nth-child(10),
  .new-events-template .wp-block-column:nth-child(7),
  .new-events-template .wp-block-column:nth-child(4) {
    margin-left: 20px !important;
  }
  .new-events-template .wp-block-column:nth-child(27),
  .new-events-template .wp-block-column:nth-child(25),
  .new-events-template .wp-block-column:nth-child(23),
  .new-events-template .wp-block-column:nth-child(21),
  .new-events-template .wp-block-column:nth-child(19),
  .new-events-template .wp-block-column:nth-child(17),
  .new-events-template .wp-block-column:nth-child(15),
  .new-events-template .wp-block-column:nth-child(13),
  .new-events-template .wp-block-column:nth-child(11),
  .new-events-template .wp-block-column:nth-child(9),
  .new-events-template .wp-block-column:nth-child(7),
  .new-events-template .wp-block-column:nth-child(5),
  .new-events-template .wp-block-column:nth-child(3) {
    margin-left: 0 !important;
  }
  .search-mm #block-viewsexposedfilterblock.heading-search {
    width: 75% !important;
    margin: 7px auto !important;
  }
  .search-mm #views-exposed-form-search-page-1 .form-item-search input {
    color: #fff !important;
    padding-left: 30px;
  }
  .search-mm #block-viewsexposedfilterblock.heading-search {
    max-width: 90%;
    margin-left: 25px;
    order: 1;
    margin-top: 7px;
  }
  .search-mm #block-viewsexposedfilterblock input[id^=edit-submit-search] {
    background: url(/modules/better_search/css/images/search-icon.svg) center center no-repeat !important;
  }
  .search-mm input#edit-submit-search {
    top: 1px;
  }
  .page-heading .views-exposed-form.search-block-form {
    margin: 60px auto 0;
  }
  /* START OF CSS FOR /contact-enterprise-sales PAGE */
  .ent-plan-contact-form .mktoFormRow {
    margin-bottom: 0px !important;
  }
  /* END OF CSS FOR /contact-enterprise-sales PAGE */
}
@media only screen and (max-width: 899px) {
  .wp-block-columns.office-loc-cols {
    justify-content: center;
    flex-wrap: wrap;
  }
  .wp-block-columns.office-loc-cols .wp-block-column {
    margin-bottom: 32px;
  }
  .wp-block-columns.office-loc-cols .wp-block-column:nth-child(5),
  .wp-block-columns.office-loc-cols .wp-block-column:nth-child(3) {
    margin-left: 0;
  }
  .views-row.story-row {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .fixed-sidebar.enterprise-trial .wp-block-column.story-copy {
    order: 1;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .fixed-sidebar.enterprise-trial .wp-block-column.story-sidebar {
    order: 2;
  }
  .bva-egnyte .tab-container .tab-content #decrease-it-costs .chart-container .graph-totals-container {
    margin-top: 80px;
  }
  .bva-egnyte .tab-container .tab-content #improve-collaboration-and-productivity .chart-container .graph-totals-container,
  .bva-egnyte .tab-container .tab-content #increase-control-and-reduce-risk .chart-container .graph-totals-container {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .bva-egnyte .tab-container .tab-content #areas-of-value .chart-container .graph-totals-container {
    margin-top: 60px;
  }
  .bva-egnyte .tab-container .tab-content #decrease-it-costs .chart-container .graph-totals-container {
    margin-top: 40px;
  }
  .bva-egnyte .tab-container .tab-content #improve-collaboration-and-productivity .chart-container .graph-totals-container,
  .bva-egnyte .tab-container .tab-content #increase-control-and-reduce-risk .chart-container .graph-totals-container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .all-collapsed .buy-trial-heading a.direct-buy,
  .all-collapsed .buy-trial-heading a.buy-now-heading,
  .old-pricing-cols .buy-now-pricing {
    display: none;
  }
  .all-collapsed .buy-trial-heading a:last-child,
  .all-collapsed .buy-trial-heading a:last-child:visited,
  .all-collapsed .buy-trial-heading a.free-trial a,
  .all-collapsed .buy-trial-heading a.free-trial:visited {
    border-radius: 5px !important;
    padding: 6px 30px;
    border: 2px solid #fff !important;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 2px;
    border-right: 2px solid #fff !important;
    background: #0bc5ba;
    color: #fff;
    margin-left: auto;
  }
  .all-collapsed .buy-trial-heading a:last-child:hover,
  .all-collapsed .buy-trial-heading a:last-child:focus,
  .all-collapsed .buy-trial-heading a.free-trial:hover,
  .all-collapsed .buy-trial-heading a.free-trial:focus,
  .pricing-col-collapse .buy-trial-heading a:last-child:hover,
  .pricing-col-collapse .buy-trial-heading a:last-child:focus {
    background: #fff;
    color: #0bc5ba;
  }
  .page-node-66 .inner-heading {
    margin-top: 0;
  }
  .slide-ul .vimeo-video .blocks-gallery-item .blocks-gallery-item__caption strong {
    bottom: -25px;
    font-size: 15px;
  }
  .hide-first .wp-block-columns .wp-block-column:last-child {
    text-align: right;
  }
  .hide-first .wp-block-image,
  .hide-first .wp-block-columns p {
    width: 100%;
    box-sizing: border-box;
  }
  .hide-first .wp-block-columns p.tooltip-price {
    width: auto;
  }
  .pricing-cols .wp-block-columns {
    max-width: 96%;
  }
  .art-section h1 {
    font-size: 26px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .old-team-pricing .wp-block-columns .wp-block-columns .wp-block-column:last-child p {
    width: 120px;
    max-width: 90%;
  }
  .old-team-pricing .wp-block-columns .wp-block-columns .wp-block-column p {
    font-size: 15px;
  }
  .article-item .article-list-title a,
  .article-item .article-list-title a:visited {
    font-size: 22px;
    line-height: 24px;
  }
  .success-stories-block-heading img {
    width: 170%;
    margin-bottom: -5px;
    max-width: 170%;
  }
  .corporate-bg .corporate-col {
    display: block;
    margin-bottom: 35px;
  }
  .corporate-bg .corporate-col .wp-block-column:first-child {
    margin-bottom: 10px;
  }
  .corporate-bg .corporate-col .wp-block-column:first-child p {
    font-weight: bold;
  }
  .corporate-bg .corporate-col p {
    margin-bottom: 10px;
  }
  .three-col-story-wrap.icon-boxes,
  .sem-logos.sem-efs-four-boxes,
  .new-events-template .wp-block-group__inner-container,
  .three-col-story-wrap.sem-4-c,
  .bottom-two-col-wrap,
  .dark-grad-cols.three-col-dark,
  .file-sharing-boxes,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark {
    display: block;
  }
  .two-col-story-wrap.icon-boxes > .wp-block-column.story-grid,
  .three-col-story-wrap.icon-boxes > .wp-block-column.story-grid,
  .sem-logos.sem-efs-four-boxes .wp-block-column,
  .three-col-story-wrap.sem-4-c .wp-block-column,
  .sem-logos.sem-efs-four-boxes .wp-block-column:nth-child(3),
  .two-col-story-wrap.icon-boxes .wp-block-column,
  .three-col-story-wrap.icon-boxes .wp-block-column,
  .new-events-template .wp-block-column,
  .three-col-story-wrap.sem-4-c .wp-block-column,
  .bottom-two-col-wrap .wp-block-column,
  .dark-grad-cols.three-col-dark .wp-block-column,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column {
    padding-bottom: 60px;
    width: 450px !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 16px;
  }
  .two-col-story-wrap.icon-boxes .wp-block-column {
    padding-bottom: 0 !important;
  }
  .two-col-story-wrap.icon-boxes .story-grid h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .two-col-story-wrap.icon-boxes .story-grid h3,
  .two-col-story-wrap .story-grid p {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .two-col-story-wrap .story-grid p {
    text-align: left;
  }
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column:last-child {
    margin-left: auto;
  }
  .three-items-nav.wp-block-columns {
    flex-wrap: nowrap;
  }
  .new-events-template .wp-block-column:not(:first-child),
  .new-events-template .wp-block-column:nth-child(50),
  .new-events-template .wp-block-column:nth-child(47),
  .new-events-template .wp-block-column:nth-child(43),
  .new-events-template .wp-block-column:nth-child(40),
  .new-events-template .wp-block-column:nth-child(37),
  .new-events-template .wp-block-column:nth-child(34),
  .new-events-template .wp-block-column:nth-child(31),
  .new-events-template .wp-block-column:nth-child(28),
  .new-events-template .wp-block-column:nth-child(25),
  .new-events-template .wp-block-column:nth-child(22),
  .new-events-template .wp-block-column:nth-child(19),
  .new-events-template .wp-block-column:nth-child(16),
  .new-events-template .wp-block-column:nth-child(13),
  .new-events-template .wp-block-column:nth-child(10),
  .new-events-template .wp-block-column:nth-child(7),
  .new-events-template .wp-block-column:nth-child(4),
  .new-events-template .wp-block-column:not(:first-child),
  .new-events-template .wp-block-column:nth-child(33),
  .new-events-template .wp-block-column:nth-child(31),
  .new-events-template .wp-block-column:nth-child(29),
  .new-events-template .wp-block-column:nth-child(27),
  .new-events-template .wp-block-column:nth-child(25),
  .new-events-template .wp-block-column:nth-child(23),
  .new-events-template .wp-block-column:nth-child(21),
  .new-events-template .wp-block-column:nth-child(19),
  .new-events-template .wp-block-column:nth-child(17),
  .new-events-template .wp-block-column:nth-child(15),
  .new-events-template .wp-block-column:nth-child(13),
  .new-events-template .wp-block-column:nth-child(11),
  .new-events-template .wp-block-column:nth-child(9),
  .new-events-template .wp-block-column:nth-child(7),
  .new-events-template .wp-block-column:nth-child(5),
  .new-events-template .wp-block-column:nth-child(3) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wp-block-columns.agenda-cols .wp-block-column {
    flex-basis: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-heading .wp-block-media-text__media img {
    margin-top: 0;
  }
  .bva-egnyte .tab-container ul.tabs > li a {
    width: 230px !important;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart-content {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 700px) {
  .bva-egnyte .tab-container .tab-content #areas-of-value .chart-container .graph-totals-container {
    margin-top: 0px;
  }
  .bva-egnyte .tab-container .tab-content #decrease-it-costs .chart-container .graph-totals-container {
    margin-top: 0px;
  }
  .bva-egnyte .tab-container .tab-content #improve-collaboration-and-productivity .chart-container .graph-totals-container,
  .bva-egnyte .tab-container .tab-content #increase-control-and-reduce-risk .chart-container .graph-totals-container {
    margin-top: 0px;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .chart-container-columns {
    height: auto;
    margin-bottom: 0;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart {
    padding-top: 50%;
    width: 100%;
    margin: 0 auto;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart svg {
    top: 0;
    left: 0;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart-content {
    flex-basis: calc(100% - 16px);
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart-content h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart {
    padding-top: 35%;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart svg {
    height: 180px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .bva-egnyte .tab-container .tab-content #areas-of-value .chart-container .graph-totals-container {
    margin-top: 0px;
  }
  .bva-egnyte .tab-container .tab-content #decrease-it-costs .chart-container .graph-totals-container {
    margin-top: -60px;
  }
  .bva-egnyte .tab-container .tab-content #improve-collaboration-and-productivity .chart-container .graph-totals-container,
  .bva-egnyte .tab-container .tab-content #increase-control-and-reduce-risk .chart-container .graph-totals-container {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 575px) {
  .bva-egnyte .tab-container ul.tabs > li a {
    width: 160px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .summary-row {
    padding-bottom: 30px;
  }
  .summary-row .summary-container {
    padding-bottom: 30px;
  }
  .summary-row .summary-container h4 {
    margin-bottom: 20px;
  }
  .summary-row .summary-container p {
    font-size: 18px;
  }
  .summary-row .summary-container .summary-totals h2:first-child:after {
    width: auto;
  }
  .tco-footer-cta-container .wp-block-column:first-child {
    display: none;
  }
  .tco-footer-cta-container .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
  .tco-footer-cta-container h3 {
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
  }
  .tco-footer-cta-container h3 strong {
    font-weight: normal;
    display: block;
  }
  .tco-footer-cta-container .wp-block-column:last-child p {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 781px) {
  .summary-row .summary-container .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 991.98px) {
  .tco-footer-cta-container h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 539px) {
  .art-section h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-free-trial-box > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  .contact-free-trial-box > .wp-block-group__inner-container > .wp-block-group {
    flex-basis: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .addons-integrations {
    padding-bottom: 100%;
    padding-top: 100%;
  }
  .old-team-pricing .wp-block-columns .wp-block-columns .wp-block-column:last-child p {
    width: 100px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .filter-body > .wp-block-group__inner-container .filter-boxes {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-newsletter-hover p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }
  .inner-newsletter-hover p {
    padding: 10px 25px 0 25px;
    margin-bottom: 10px;
  }
  h3.newsletter-h-title {
    padding: 15px 25px 0;
  }
  h3.newsletter-h-title a,
  h3.newsletter-h-title a:visited,
  h3.newsletter-grid-title a,
  h3.newsletter-grid-title a:visited {
    font-size: 17px;
    line-height: 20px;
  }
  .inner-newsletter-hover p:first-child {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .newsletter-img {
    width: 120%;
    max-width: 120%;
  }
  .views-field-field-newsletter-date,
  .newsletter-title-wrap {
    padding: 0 8% 0 16%;
  }
  .inner-newsletter-links {
    padding: 0 15px 5px 25px;
    margin-bottom: 15px;
  }
  .views-field-field-newsletter-link-addon a,
  .views-field-field-newsletter-link-addon a:visited,
  .newsletter-link a,
  .newsletter-link a:visited {
    color: #fff;
    text-align: left;
    font-size: 15px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #0bc5ba;
  }
  .views-label.views-label-field-newsletter-link-addon {
    font-weight: normal;
    font-size: 15px;
  }
  article li ol,
  article ol,
  article ul,
  article li ul {
    margin: 0 0 10px;
    padding-left: 10px;
  }
  article li ol,
  article li ul {
    margin-top: 10px;
  }
  a {
    word-break: break-word;
  }
  .old-team-pricing .wp-block-columns .wp-block-columns .wp-block-column:first-child {
    padding-left: 20px;
    padding-right: 10px;
  }
  .old-team-pricing .wp-block-columns .wp-block-columns .wp-block-column:last-child {
    padding-right: 20px;
  }
  .hide-first .wp-block-columns .wp-block-column:last-child {
    justify-content: flex-end;
  }
  .table-details + .two-buttons-box {
    width: 350px;
  }
  .single-quote-centered,
  .quote-box-industry .wp-block-media-text__content p {
    font-size: 22px;
    line-height: 28px;
  }
  .page-node-721 .full-bg-section .wp-block-media-text__media img {
    margin-left: -240%;
  }
  article ul {
    margin: 0 0 10px 10px;
    padding-left: 15px;
  }
  .page-node-type-sem_pages .footer-block > .layout-container {
    max-width: 90%;
    margin-bottom: 30px;
  }
  .footer-block .footer-cols.col-5,
  .footer-block .footer-cols.col-4,
  .footer-block .footer-cols.col-3,
  .footer-block .footer-cols.col-2,
  .footer-block nav.footer-cols {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart svg {
    height: 160px;
  }
  /* START OF CSS FOR /contact-enterprise-sales PAGE */
  .ent-plan-contact-form .mktoFormRow {
    width: 100% !important;
  }
  /* END OF CSS FOR /contact-enterprise-sales PAGE */
}
@media only screen and (max-width: 476px) {
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart svg {
    height: 140px;
  }
}
@media only screen and (max-width: 450px) {
  .tco-calculator .home-video-col .wp-block-column:first-child {
    background-color: #fff;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child {
    top: 30%;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child .lead-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .bva-egnyte .tab-container ul.tabs > li a {
    width: 140px !important;
    padding: 0px 5px !important;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart svg {
    height: 100px;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 370px) {
  .tco-calculator .home-video-col .wp-block-column:last-child {
    top: 30%;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child h1 {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child .button-primary {
    font-size: 18px;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child .lead-text {
    margin-bottom: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 360px) {
  .bva-egnyte .tab-container ul.tabs > li:nth-child(odd) {
    margin-right: 5px;
  }
  .bva-egnyte .tab-container ul.tabs > li a {
    width: 130px !important;
    padding: 0px 5px !important;
  }
}
@media (min-width: 320px) and (max-width: 782px) {
  .dark-grad-cols.three-col-dark .wp-block-column:last-child,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .two-col-story-wrap.wp-block-columns,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark,
  .dark-grad-cols.three-col-dark,
  .file-sharing-boxes,
  .dark-grad-cols.three-col-dark.video-cards,
  .dark-grad-cols.three-col-dark .wp-block-columns,
  .file-sharing-boxes,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark {
    display: block !important;
  }
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column,
  .dark-grad-cols.three-col-dark .wp-block-column,
  .file-sharing-boxes .wp-block-column,
  .dark-grad-cols.three-col-dark .wp-block-column,
  .dark-grad-cols.three-col-dark .wp-block-column:last-child,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column:last-child,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column {
    padding-bottom: 60px;
    width: 450px !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 16px;
  }
  .two-col-story-wrap .wp-block-column {
    padding-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 990.99px) {
  .bva-egnyte .tab-container .tab-content h2 {
    font-size: 22px;
  }
  .bva-egnyte .tab-container .tab-content p {
    font-size: 18px;
  }
  .bva-egnyte .tab-container .tab-content p.green-link a {
    font-size: 18px;
  }
  .bva-egnyte .tab-container .tab-content .chart-container .donut-chart {
    height: auto;
  }
  .bva-egnyte .tab-container .tab-content .chart-container .bar-chart {
    flex-basis: 100% !important;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .dark-grad-cols.three-col-dark,
  .three-items-nav.wp-block-columns {
    flex-wrap: nowrap;
  }
  .dark-grad-cols.three-col-dark .wp-block-column:last-child {
    margin-left: 16px;
  }
  .file-sharing-boxes,
  .dark-grad-cols.three-col-dark.video-cards,
  .dark-grad-cols.three-col-dark .wp-block-columns,
  .file-sharing-boxes,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark {
    display: block !important;
  }
  .file-sharing-boxes .wp-block-column,
  .dark-grad-cols.three-col-dark .wp-block-column,
  .dark-grad-cols.three-col-dark .wp-block-column:last-child,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column:last-child,
  .dark-grad-cols.three-col-dark.onlytext-cards-dark .wp-block-column {
    padding-bottom: 60px;
    width: 450px !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 16px;
  }
  .three-col-story-wrap.icon-boxes {
    display: block;
  }
  .three-col-story-wrap.icon-boxes > .wp-block-column.story-grid {
    padding-bottom: 60px;
    width: 450px !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 16px;
  }
  .all-collapsed .buy-trial-heading a.direct-buy,
  .all-collapsed .buy-trial-heading a.buy-now-heading,
  .old-pricing-cols .buy-now-pricing {
    display: none;
  }
  .all-collapsed .buy-trial-heading a:last-child,
  .all-collapsed .buy-trial-heading a:last-child:visited,
  .all-collapsed .buy-trial-heading a.free-trial a,
  .all-collapsed .buy-trial-heading a.free-trial:visited {
    border-radius: 5px !important;
    padding: 6px 30px;
    border: 2px solid #fff !important;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 2px;
    border-right: 2px solid #fff !important;
    background: #0bc5ba;
    color: #fff;
    margin-left: auto;
  }
  .all-collapsed .buy-trial-heading a:last-child:hover,
  .all-collapsed .buy-trial-heading a:last-child:focus,
  .all-collapsed .buy-trial-heading a.free-trial:hover,
  .all-collapsed .buy-trial-heading a.free-trial:focus,
  .pricing-col-collapse .buy-trial-heading a.free-trial:hover,
  .pricing-col-collapse .buy-trial-heading a.free-trial:focus {
    background: #fff;
    color: #0bc5ba;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .horizontal.cols-3 .views-row.clearfix {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .team-pricing-col .group-button,
  .team-pricing-col:nth-child(2) .group-button,
  .team-pricing-col:nth-child(3) .group-button,
  .team-pricing-col:last-child .group-button,
  .hide-second .wp-block-columns,
  .hide-first .wp-block-columns {
    height: 77px;
  }
  .art-modal-wrapper {
    top: 0;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .mediabox-wrap {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }
  .mktoError {
    right: auto !important;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child {
    top: 55%;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child .lead-text {
    width: 390px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .mediabox-wrap {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }
  .mktoError {
    right: auto !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .inner-newsletter-hover p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mktoError {
    right: auto !important;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child {
    top: 28%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .inner-newsletter-hover p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mktoError {
    right: auto !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .tco-calculator .home-video-col .wp-block-column:last-child .lead-text {
    font-size: 18px !important;
    width: 320px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .inner-newsletter-hover p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mktoError {
    right: auto !important;
  }
  .top-message p {
    font-size: 15px;
  }
  .heading-img-full h1 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading-img-full h2 {
    font-size: 18px;
  }
  .jetfuel-section .wp-block-media-text figure img {
    width: 220%;
    max-width: 220%;
    margin-left: -99%;
  }
  .art-section.jetfuel-section p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .home-headin-desk {
    display: block;
  }
  .heading-img-low {
    display: none;
  }
  .home-video-col .wp-block-column:last-child {
    top: 55%;
    text-align: left;
  }
  .top-message p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (orientation: portrait) and (min-device-width: 346px) and (max-device-width: 359px) {
  .top-message p {
    font-size: 15px;
  }
  .heading-img-full h1 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading-img-full h2 {
    font-size: 18px;
  }
  .art-section.jetfuel-section p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (orientation: portrait) and (min-device-width: 360px) and (max-device-width: 374px) {
  .top-message p {
    font-size: 15px;
  }
  .heading-img-full h1 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading-img-full h2 {
    font-size: 18px;
  }
  .art-section.jetfuel-section p {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media only screen and (orientation: portrait) and (min-device-width: 375px) and (max-device-width: 383px) {
  .top-message p {
    font-size: 15px;
  }
  .heading-img-full h1 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading-img-full h2 {
    font-size: 18px;
  }
}
@media only screen and (orientation: portrait) and (min-device-width: 384px) and (max-device-width: 399px) {
  .top-message p {
    font-size: 15px;
  }
  .heading-img-full h1 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading-img-full h2 {
    font-size: 18px;
  }
}
@media only screen and (orientation: portrait) and (min-device-width: 400px) and (max-device-width: 413px) {
  .top-message p {
    font-size: 15px;
  }
  .heading-img-full h1 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading-img-full h2 {
    font-size: 18px;
  }
}
@media only screen and (orientation: portrait) and (max-device-width: 414px) {
  .top-message p {
    font-size: 16px;
  }
  .heading-img-full h1 {
    font-size: 27px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .heading-img-full h2 {
    font-size: 18px;
  }
}
@media only screen and (orientation: landscape) and (min-device-height: 320px) and (max-device-height: 346px) {
  .home-headin-desk {
    display: block;
  }
  .heading-img-low {
    display: none;
  }
  .home-video-col .wp-block-column:last-child {
    top: 55%;
    text-align: left;
  }
  .top-message p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (orientation: landscape) and (min-device-height: 346px) and (max-device-height: 359px) {
  .home-headin-desk {
    display: block;
  }
  .heading-img-low {
    display: none;
  }
  .home-video-col .wp-block-column:last-child {
    top: 55%;
    text-align: left;
  }
  .top-message p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (orientation: landscape) and (min-device-height: 360px) and (max-device-height: 374px) {
  .home-headin-desk {
    display: block;
  }
  .heading-img-low {
    display: none;
  }
  .home-video-col .wp-block-column:last-child {
    top: 55%;
    text-align: left;
  }
  .top-message p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (orientation: landscape) and (min-device-height: 375px) and (max-device-height: 383px) {
  .home-headin-desk {
    display: block;
  }
  .heading-img-low {
    display: none;
  }
  .home-video-col .wp-block-column:last-child {
    top: 55%;
    text-align: left;
  }
  .top-message p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (orientation: landscape) and (min-device-height: 384px) and (max-device-height: 399px) {
  .home-headin-desk {
    display: block;
  }
  .heading-img-low {
    display: none;
  }
  .home-video-col .wp-block-column:last-child {
    top: 55%;
    text-align: left;
  }
  .top-message p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (orientation: landscape) and (min-device-height: 400px) and (max-device-height: 414px) {
  .home-headin-desk {
    display: block;
  }
  .heading-img-low {
    display: none;
  }
  .home-video-col .wp-block-column:last-child {
    top: 55%;
    text-align: left;
  }
  .top-message p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .tco-calculator .home-video-col .wp-block-column:last-child h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tco-calculator .home-video-col .wp-block-column:last-child .lead-text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .tco-calculator .home-video-col .wp-block-column:last-child .lead-text {
    font-size: 18px !important;
    width: 320px !important;
  }
  .bva-egnyte .tab-container .tab-content .wp-block-group .chart-container .donut-chart svg {
    height: 180px !important;
  }
}
/**/
/* platform tabs */
/**/
.platform-tabs-place.fixed {
  height: 80px;
}

.platform-tabs-wrap {
  position: relative;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.platform-tabs-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 64px;
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: background-color, opacity;
}

.platform-tabs-wrap.fixed {
  position: fixed;
  z-index: 10;
  top: 72px;
  right: 0;
  left: 0;
  background-color: #fff;
}

.platform-tabs-wrap.fixed::after {
  opacity: 1;
}

.platform-tabs-wrap.fixed .platform-tabs__item.active {
  background-color: #fff;
}

.platform-tabs-wrap.hidden {
  pointer-events: none;
  opacity: 0;
}

.platform-tabs {
  position: relative;
  font-weight: 500;
  text-align: left;
  color: #004064;
}

.platform-tabs::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 100px;
  height: 2px;
  margin-top: -2px;
  background: linear-gradient(90deg, rgb(54, 189, 181), rgba(54, 189, 181, 0));
}

.platform-tabs::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100px;
  height: 2px;
  margin-top: -2px;
  background: linear-gradient(90deg, rgba(54, 189, 181, 0), rgb(54, 189, 181));
}

.platform-tabs__track {
  display: flex;
  position: relative;
  width: auto;
  white-space: nowrap;
}
.platform-tabs__track a {
  color: #004064;
}
.platform-tabs__track a:hover {
  text-decoration: none;
}

.platform-tabs__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 100%;
  height: 80px;
  margin-right: -1px;
  padding: 2px 24px 0;
  border-bottom: 2px solid #36bdb5;
  background-color: #f6fafd;
  box-shadow: inset 0 1px 0 0 #dfe7eb, inset 1px 1px 0 0 #dfe7eb, inset -1px 1px 0 0 #dfe7eb;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.125s;
  transition-property: background-color;
}
.platform-tabs__item .wp-block-columns {
  flex-wrap: inherit;
  min-width: fit-content;
}

.platform-tabs__item.active {
  position: relative;
  border-radius: 4px 4px 0 0;
  border-color: #36bdb5;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  box-shadow: inset 0 2px 0 0 #36bdb5, inset 2px 2px 0 0 #36bdb5, inset -2px 2px 0 0 #36bdb5;
  text-decoration: none;
  outline: none;
}

.platform-tabs__item.active::after,
.platform-tabs__item.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 2px;
  background-color: #36bdb5;
}

.platform-tabs__item.active::after {
  right: 0;
}

.platform-tabs__item.active::before {
  left: 0;
}

.platform-tabs__item:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
}

.platform-tabs__item:first-child {
  border-top-left-radius: 4px;
}

.platform-tabs__icon {
  margin-right: 16px;
  max-width: none;
}

.platform-tabs__track img {
  margin-right: 16px;
  max-width: none;
}

@media screen and (max-width: 767.98px) {
  .platform-tabs__track img {
    margin-right: 12px;
  }
}
@media screen and (max-width: 781px) {
  .platform-tabs__item {
    min-width: fit-content !important;
  }
  .platform-tabs__item .wp-block-column {
    display: contents;
  }
  .platform-tabs__track {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1279.98px) {
  .platform-tabs {
    overflow: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
  .platform-tabs::-webkit-scrollbar {
    display: none;
  }
  .platform-tabs::after,
  .platform-tabs::before {
    display: none;
  }
  .platform-tabs__track::after {
    content: "";
    display: block;
    min-width: 24px;
    height: 78px;
    border-bottom: 2px solid #36bdb5;
  }
  .platform-tabs__track::before {
    content: "";
    display: block;
    min-width: 24px;
    height: 78px;
    border-bottom: 2px solid #36bdb5;
  }
}
@media screen and (max-width: 767.98px) {
  .platform-tabs-place.fixed {
    height: 60px;
  }
  .platform-tabs-wrap::after {
    height: 48px;
  }
  .platform-tabs-wrap.fixed {
    top: 53px;
  }
  .platform-tabs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .platform-tabs__track::after,
  .platform-tabs__track::before {
    min-width: 20px;
    height: 58px;
  }
  .platform-tabs__item {
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
  .platform-tabs__icon {
    margin-right: 12px;
  }
}
@media (min-width: 600px) {
  .platform-tabs__item .wp-block-column {
    flex-basis: inherit;
  }
}
/**/
/* platform enables */
/**/
.platform-enables__pane {
  display: none;
}

.platform-enables__pane.active {
  display: block;
}

.platform-enables__pane .grid-col {
  position: relative;
}

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

.platform-enables__image {
  display: inline-block;
  vertical-align: top;
}

.platform-enables__image--alt {
  margin: -25% 0 -50% -55%;
}

@media screen and (max-width: 1023.98px) {
  .platform-enables__image {
    max-width: 100%;
    height: auto;
  }
  .platform-enables__figure {
    margin-bottom: 32px;
  }
}
@media (min-width: 782px) {
  .platform-tabs__track .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 600px) {
  .platform-tabs__track .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.construction-tab .platform-enables__pane .more-link {
  text-align: left;
  display: block;
}
.construction-tab .platform-tabs::after {
  border: none !important;
  background: none !important;
}
.construction-tab .platform-tabs::before {
  border: none !important;
  background: none !important;
}
.construction-tab .platform-tabs__item {
  border-bottom: 3px solid #EAF0F2 !important;
  background: none;
  box-shadow: none !important;
}
.construction-tab .platform-tabs__item.active {
  position: relative;
  z-index: 9;
  font-weight: 600;
  color: #32BDB5;
  border-bottom: 2px solid #32BDB5 !important;
}
.construction-tab .platform-tabs__item.active:before {
  background: linear-gradient(180deg, rgba(180, 255, 249, 0.0001) 0%, rgba(162, 226, 221, 0.195203) 100%);
  mix-blend-mode: normal;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
}
.construction-tab .platform-tabs__track::after {
  border: none !important;
  background: none !important;
}
.construction-tab .platform-tabs__track::before {
  border: none !important;
  background: none !important;
}
.construction-tab .platform__item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 24px 24px;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}
.construction-tab .platform__item:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.top_message_active .construction-tab .platform-tabs-wrap.fixed {
  top: 106px;
}

@media (max-width: 767px) {
  .construction-tab .resources img {
    width: auto;
  }
  .construction-tab .tab-grid-cont {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/**/
/* ms features */
/**/
.ms-features .h6 {
  font-family: metric-semibold;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #BCBFD2;
}
.ms-features .h2 {
  line-height: 56px;
  letter-spacing: 0px;
  text-align: center;
}
.ms-features .head-reviews__arrow {
  background-color: transparent;
  box-shadow: none !important;
  opacity: initial !important;
}
.ms-features .head-reviews__arrow:hover {
  background-color: transparent;
}
.ms-features .head-reviews__arrow--prev {
  left: -60px;
  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%3Crect width='4.87154' height='24.3575' transform='matrix(-0.754783 0.655975 -0.754783 -0.655975 22.0625 28.7605)' fill='%230BC5BA'/%3E%3C/svg%3E");
}
.ms-features .head-reviews__arrow--next {
  right: -60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='33' viewBox='0 0 38 33' fill='none'%3E%3Crect width='4.87154' height='24.3576' transform='matrix(-0.754783 -0.655975 0.754783 -0.655975 19.291 32.156)' fill='%230BC5BA'/%3E%3Crect width='4.87151' height='24.3577' transform='matrix(0.754783 -0.655975 0.754783 0.655975 15.6133 3.39575)' fill='%230BC5BA'/%3E%3C/svg%3E");
}
.ms-features .slick-dotted.slick-slider {
  overflow: initial;
}

.ms-features__pane {
  display: none;
}

@media screen and (min-width: 767.98px) {
  .ms-features__pane .grid-cont {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ms-features__pane .h3 {
    margin-bottom: 30px;
  }
}
.ms-features__pane.active {
  display: block;
}

.ms-features__review {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #E3EAEE;
  background-color: #F6F9FB;
}
.ms-features__review .h6 {
  font-family: Metric;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #BCBFD2;
}
.ms-features__review .h2 {
  font-family: Metric;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: center;
}

.ms-features__review-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 15px 23px;
  background-color: #FFF;
}

.ms-features__review-cont {
  padding: 27px 31px 31px;
  border-top: 1px solid #E3EAEE;
  color: #1F5AA0;
}
.ms-features__review-cont::before {
  content: "";
  display: block;
  width: 28px;
  height: 23px;
  margin-bottom: 12px;
  background: url('data:image/svg+xml;utf8,<svg width="28" height="23" viewBox="0 0 28 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M12.6746 17.0651C12.6746 20.0473 10.1065 22.5325 6.62722 22.5325C2.73373 22.5325 0 19.5503 0 14.9941C0 4.63905 6.95858 0.497041 11.929 0V4.55621C8.53254 5.1361 5.5503 8.36686 5.38462 11.929C5.5503 11.8462 6.29586 11.5148 7.12426 11.5148C10.355 11.5148 12.6746 13.7515 12.6746 17.0651ZM28.0001 17.0651C28.0001 20.0473 25.432 22.5325 21.9527 22.5325C18.1421 22.5325 15.3255 19.5503 15.3255 14.9941C15.3255 4.63905 22.3669 0.497041 27.2545 0V4.55621C23.9409 5.1361 20.9587 8.36686 20.793 11.929C20.9587 11.8462 21.6214 11.5148 22.4498 11.5148C25.7634 11.5148 28.0001 13.7515 28.0001 17.0651Z" fill="%23007BBD"/></svg>');
}

.industries-features {
  border-radius: 10px;
}
.industries-features .head-reviews__arrow {
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}
.industries-features .ms-features__tab_cont {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 30px 110px 0px rgba(183, 184, 205, 0.25);
  box-shadow: 0px 30px 110px 0px rgba(183, 184, 205, 0.25);
}
.industries-features .platform-feature-benefits__dots {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
}
.industries-features .platform-feature-benefits__dots li {
  width: 18px;
  height: 18px;
  border-radius: 10px;
}
.industries-features .platform-feature-benefits__dots li:hover {
  cursor: pointer;
}

@media screen and (max-width: 1400px) and (min-width: 1298.99px) {
  .industries-features .head-reviews__arrow--prev {
    left: -30.23px;
  }
  .industries-features .head-reviews__arrow--next {
    right: -30.23px;
  }
}
@media screen and (max-width: 1299px) {
  .industries-features .head-reviews__arrow--prev {
    left: -10px;
  }
  .industries-features .head-reviews__arrow--next {
    right: -10px;
  }
}
@media screen and (max-width: 767.98px) {
  .ms-features__tab_cont .tabs {
    overflow-x: scroll;
    height: auto;
  }
  .ms-features__tab_cont a {
    flex: 0 0 50% !important;
    font-size: 18px !important;
  }
  .ms-features__tab {
    flex: 1 0 50%;
  }
}
.ms-pricing__item--dark .pricing-plans__price {
  color: #fff;
}
.ms-pricing__item--dark .pricing-plans__subprice {
  color: #fff;
}

@media screen and (max-width: 1280.98px) {
  .ms-features__review-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .ms-features .head-reviews__arrow {
    top: 50%;
    margin-top: 0px;
  }
}
/**/
/* tabs */
/**/
.tabs {
  display: flex;
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  box-shadow: inset 0 -2px 0 #E9EBF1;
  font-size: 18px;
  font-family: metric-medium;
  white-space: nowrap;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs a {
  font-size: 20px;
  font-family: metric-semibold;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.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;
}
.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;
  top: 100%;
  right: 0;
  left: 0;
  height: 3.56px;
  background-color: #32BDB5;
}

.tabs__icon {
  margin-right: 16px;
}

.tabs--small {
  justify-content: space-around;
  padding: 4px;
  border-radius: 6px;
  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.02);
  font-size: 16px;
  color: #004163;
}
.tabs--small .tabs__link {
  margin-right: 0;
  padding: 10px 20px;
  border-radius: 4px;
}
.tabs--small .tabs__link:hover {
  background-color: rgba(50, 189, 181, 0.1);
  color: #004163;
}
.tabs--small .tabs__link::after {
  display: none;
}
.tabs--small .tabs__link.active {
  color: #32BDB5;
}

.tabs--large {
  font-size: 20px;
  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;
}

@media screen and (max-width: 991.98px) {
  .tabs {
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
  }
  .tabs__link {
    margin-right: 32px;
  }
  .tabs__link:last-child {
    margin-right: 24px;
  }
  .tabs--small {
    justify-content: flex-start;
    border-radius: 0;
    padding-right: 4px;
    padding-left: 4px;
  }
  .tabs--small .tabs__link {
    margin-right: 0;
  }
  .tabs--large {
    padding-left: 0;
  }
  .tabs--large .tabs__link {
    margin: 0;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    font-size: 16px;
  }
  .tabs__link {
    margin-right: 20px;
  }
  .tabs__link:last-child {
    margin-right: 20px;
  }
  .tabs--small {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .tabs--small .tabs__link {
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tabs--large {
    padding-left: 0;
  }
  .tabs--large .tabs__link {
    margin: 0;
    padding: 0 20px;
  }
}
.ms-features .tabs a {
  display: flex;
  word-break: initial;
}

/* ms benefits */
/**/
.ms-benefits__tab {
  position: relative;
  padding: 20px 0 20px 32px;
  cursor: pointer;
  color: #35364E;
}

.ms-benefits__tab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #32BDB5;
  opacity: 0;
  transition-duration: 0.125s;
}

.ms-benefits__tab .h3 {
  font-size: 26px;
  font-weight: normal;
  transition-duration: 0.125s;
  transition-property: color;
}

.ms-benefits__tab.active {
  margin: 10px 0;
  background: linear-gradient(90deg, rgba(11, 197, 186, 0.05) 0%, rgba(11, 197, 186, 0) 100%);
  cursor: default;
}

.ms-benefits__tab.active::after {
  opacity: 1;
}

.ms-benefits__tab:not(.active):hover .h3 {
  color: #32BDB5;
}

.ms-benefits__spoiler {
  display: none;
}

/**/
/* simplify secure ways */
/**/
.simplify-secure-ways {
  text-align: center;
}

.simplify-secure-ways__tabs {
  display: flex;
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 6px 6px 0 0;
  background-color: #F7FAFC;
  text-align: left;
}

.simplify-secure-ways__tabs::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 40px;
  height: 2px;
  margin-top: -2px;
  background: linear-gradient(90deg, rgb(54, 189, 181), rgba(54, 189, 181, 0));
}

.simplify-secure-ways__tabs::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  width: 40px;
  height: 2px;
  margin-top: -2px;
  background: linear-gradient(90deg, rgba(54, 189, 181, 0), rgb(54, 189, 181));
}

.simplify-secure-ways__tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 100%;
  height: 68px;
  padding: 2px 24px 0;
  border-bottom: 2px solid #36BDB5;
  box-shadow: 1px 0 0 0 #DEDEDE;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #003F65;
  transition-duration: 0.125s;
  transition-property: background-color, color;
}

.simplify-secure-ways__tabs a:hover {
  color: #32BDB5;
}

.simplify-secure-ways__tabs a:last-child {
  border-top-right-radius: 6px;
  box-shadow: none;
}

.simplify-secure-ways__tabs a:first-child {
  border-top-left-radius: 6px;
}

.simplify-secure-ways__tabs a.active {
  position: relative;
  border-radius: 6px 6px 0 0;
  border-color: #36BDB5;
  border-bottom: 2px solid transparent;
  background-color: #FFF;
  box-shadow: inset 0 2px 0 0 #36BDB5, inset 2px 2px 0 0 #36BDB5, inset -2px 2px 0 0 #36BDB5;
  color: #32BDB5;
}

.simplify-secure-ways__tabs a.active::after,
.simplify-secure-ways__tabs a.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 2px;
  background-color: #36BDB5;
}

.simplify-secure-ways__tabs a.active::after {
  right: 0;
}

.simplify-secure-ways__tabs a.active::before {
  left: 0;
}

.simplify-secure-ways__tabs img {
  height: 36px;
  margin-right: 16px;
}

.simplify-secure-ways__pane {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition-duration: 0.25s;
  transition-property: opacity, transform;
}

.simplify-secure-ways__pane.active {
  position: static;
  top: auto;
  left: auto;
  pointer-events: auto;
  opacity: 1;
  transform: none;
}

.simplify-secure-ways__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-left: -10px;
  text-align: left;
}

.simplify-secure-ways__cell {
  width: 35%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.simplify-secure-ways__cell--sm {
  width: 30%;
}

.simplify-secure-ways__cell--xs {
  width: 17.5%;
  pointer-events: none;
}

.simplify-secure-ways__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 301px;
  overflow: hidden;
  padding: 32px;
  border-radius: 8px;
  text-decoration: none;
  color: #35364E;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.simplify-secure-ways__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}

.simplify-secure-ways__item svg,
.simplify-secure-ways__item .p,
.simplify-secure-ways__item .h2,
.simplify-secure-ways__item .h3,
.simplify-secure-ways__item .more-link {
  position: relative;
}

.simplify-secure-ways__item .h6 {
  position: relative;
  font-weight: 700;
  color: #003F65;
  opacity: 0.5;
}

.simplify-secure-ways__logo {
  position: relative;
}

.simplify-secure-ways__item--blue {
  background-color: #004163;
  color: #B1D3E4 !important;
}

.simplify-secure-ways__item--dark {
  background-color: #162D48;
  color: #B1D3E4 !important;
}

.simplify-secure-ways__item--light {
  background-color: #124D84;
  color: #B1D3E4 !important;
}

.simplify-secure-ways__item--green {
  background-color: #005163;
  color: #B1D3E4 !important;
}

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

.simplify-secure-ways__spacer {
  margin: auto 0;
}

@media screen and (max-width: 991.98px) {
  .simplify-secure-ways__tabs {
    margin-right: 16px;
    margin-left: 16px;
  }
  .simplify-secure-ways__tabs a {
    font-size: 18px;
  }
  .simplify-secure-ways__cell {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .simplify-secure-ways__tabs {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 599.98px) {
  .simplify-secure-ways__tabs {
    text-align: center;
  }
  .simplify-secure-ways__tabs a {
    font-size: 16px;
  }
  .simplify-secure-ways__tabs img {
    display: none;
  }
  .simplify-secure-ways__cell {
    width: 100%;
  }
  .simplify-secure-ways__item {
    min-height: 236px;
    padding: 24px;
  }
}
.ms-features__review-video {
  position: relative;
}

.ms-features__review-video-over {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ms-features__review-video-over::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFF url('data:image/svg+xml;utf8,<svg viewBox="0 0 27 35" fill="%2332BDB5" xmlns="http://www.w3.org/2000/svg"><path d="M0 3.11028C0 1.38885 1.91287 0.356875 3.35153 1.30217L25.2482 15.6897C26.5488 16.5443 26.5488 18.4513 25.2482 19.3059L3.35153 33.6934C1.91287 34.6387 0 33.6067 0 31.8853V3.11028Z"/></svg>') 55% 50%/27px 35px no-repeat;
}
.ms-features__review-video-over span {
  margin-top: 20px;
  margin-bottom: -28px;
  padding-left: 25px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 15 18" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M1.69 1L14.0006 9L1.69 17V1Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 50%/15px 18px no-repeat;
  font-weight: 600;
  color: #FFF;
}

.industries-features {
  padding-top: 100px;
  padding-bottom: 84px;
}
.industries-features .tabs {
  margin: 0 0 1em 0;
}
.industries-features .ms-features__tab {
  width: 340px;
  height: 108px;
}

.industries_tab .platform-feature-benefits__dots .slick-active {
  background-color: #0BC5BA;
}

/***Mini Solutions ***/
.mini-solutions-tabs {
  padding-top: 160px;
  padding-bottom: 50px;
  box-shadow: none !important;
}

@media screen and (max-width: 767.98px) {
  .mini-solutions-tabs {
    padding-top: 80px;
  }
}
/**/
/* platform includes */
/**/
.platform-includes {
  text-align: center;
}

.platform-includes__figure {
  max-width: 1338px;
  margin-right: auto;
  margin-left: auto;
}

.platform-includes__image {
  vertical-align: top;
  margin-bottom: -4.77%;
}

@media screen and (max-width: 1417.98px) {
  .platform-includes__image {
    max-width: 100%;
    height: auto;
  }
}
/**/
/* platform report */
/**/
.platform-report__donut {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 12px solid #d8d8d8;
  border-top-color: #007bbd;
  border-left-color: #007bbd;
  font-size: 24px;
  font-weight: 700;
  color: #004064;
  transform: rotate(-45deg);
}

.platform-report__donut i {
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  border-radius: 50%;
  border: 12px solid transparent;
  border-top-color: #007bbd;
  border-left-color: #007bbd;
}

.platform-report__donut span {
  transform: rotate(45deg);
}

.construction-section .wp-block-media-text {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.construction-section .wp-block-media-text__content {
  width: 90%;
  padding: 60px 60px;
  z-index: 0;
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  border-radius: 5px;
}
.construction-section .wp-block-media-text__content h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
}
.construction-section .wp-block-media-text__content p {
  font-size: 18px;
  line-height: 24px;
}
.construction-section .wp-block-media-text__content p a {
  font-weight: bold;
  color: #000;
  transition: all 0.3s ease;
}
.construction-section .wp-block-media-text__content p a:hover {
  color: #0bc5ba;
}
.construction-section .wp-block-media-text__content p a:focus {
  color: #0bc5ba;
}
.construction-section .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.construction-section .wp-block-media-text__media {
  width: 300px;
  z-index: 1;
}
.construction-section .image-left .wp-block-media-text__content {
  padding-left: 150px;
  margin-left: -100px;
}
.construction-section .image-right .wp-block-media-text__content {
  padding-right: 150px;
  margin-right: -100px;
}
.construction-section .image-right .wp-block-media-text__media {
  margin-left: auto;
  order: 2;
  padding-right: 0;
  margin-right: 0;
}

.gray-one .wp-block-media-text__content {
  background: #cbced3;
}

.gray-two .wp-block-media-text__content {
  background: #ecedef;
}

.qoute-construction {
  font-size: 22px;
  font-style: italic;
  line-height: 29px;
  color: #fff;
}

.quote-author {
  font-size: 18px;
  font-style: italic;
  color: #fff;
}
.quote-author strong {
  font-weight: 700;
  font-style: normal;
}

.black-button a:last-child {
  background-color: #1d222e;
  border: 2px solid #1d222e;
  margin-left: 20px;
}
.black-button a:last-child:visited {
  background-color: #1d222e;
  border: 2px solid #1d222e;
  margin-left: 20px;
}
.black-button a:last-child:hover {
  border: 2px solid #1d222e;
  color: #1d222e !important;
  background-color: #fff;
}
.black-button a:last-child:focus {
  border: 2px solid #1d222e;
  color: #1d222e !important;
  background-color: #fff;
}
.black-button a:last-child:active {
  border: 2px solid #1d222e;
  color: #1d222e !important;
  background-color: #fff;
}

.video-cards .wp-block-column {
  padding-top: 60px;
  padding-bottom: 30px;
}
.video-cards h3 {
  padding-top: 0;
}

.strimline.art-section h2 {
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
}
.strimline.art-section h2 strong {
  display: block;
  font-size: 42px;
  font-weight: 700;
}

.video-gradient {
  background: linear-gradient(to right, #1d5264 0%, #343c51 25%, #343c51 100%);
}
.video-gradient .video-row {
  margin-bottom: 30px;
}
.video-gradient .wp-block-media-text {
  width: 100%;
  background: linear-gradient(to bottom, #49556d 0%, #495062 30%, #495062 100%);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s ease;
}
.video-gradient .wp-block-media-text:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
}
.video-gradient .wp-block-media-text__content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}
.video-gradient .wp-block-media-text__content h3 strong {
  display: block;
}
.video-gradient .card-link {
  position: static;
  left: auto;
  bottom: auto;
  text-align: center;
}

.image-right .wp-block-media-text__media,
.image-left .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
}

.image-right .wp-block-media-text__media::after,
.image-left .wp-block-media-text__media::after {
  content: "";
  position: absolute;
  bottom: -11%;
  right: -17%;
  width: 119%;
  height: 105%;
  background-color: rgba(46, 103, 112, 0.2);
  border-top-left-radius: 100%;
  border-top-right-radius: 20%;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(-5deg);
}

.image-right .wp-block-media-text__media::after {
  top: -11%;
  right: auto;
  bottom: auto;
  left: -17%;
  border-top-left-radius: 5%;
  border-top-right-radius: 80%;
  background-color: rgba(210, 232, 231, 0.4);
  transform: rotate(-5deg) scaleY(-1);
}

.construction-video {
  text-align: center;
  margin-bottom: 0;
}

.construction-video a,
.construction-video a:visited {
  width: 64px;
  height: 64px;
  margin-top: 25px;
  display: inline-block;
  text-indent: -9999px;
  background: url("../images/playbutton-64x64.svg") no-repeat center center;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.construction-video a:hover,
.construction-video a:focus,
.construction-video a:active {
  transform: scale(1);
}

.video-row .wp-block-media-text__media {
  position: relative;
}

.terms-legal p {
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--text-dark-color);
}
.terms-legal .matrix-table-wrap {
  font-size: 18px;
  color: var(--text-dark-color);
}
.terms-legal table {
  font-size: 18px;
  color: var(--text-dark-color);
}
.terms-legal h3 {
  color: var(--text-dark-color);
}
.terms-legal h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  color: var(--text-dark-color);
}

.terms-legal ol,
.terms-legal ul {
  margin: 0 0 30px;
  line-height: 1.56;
  list-style: outside disc;
  padding-left: 30px;
}

.terms-legal ol li,
.terms-legal ul li {
  margin-bottom: 15px;
}

.terms-legal ol.ol-small-letters {
  list-style: outside lower-alpha;
}

.terms-legal ol.ol-small-letters.ol-sub-roman ol {
  list-style: outside lower-roman;
  margin-bottom: 0;
}

.revision-date em {
  font-style: italic;
}

.video-row.webinar-row .wp-block-media-text__media::after {
  display: none;
}

.webinar-date {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

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

.modal-header {
  min-height: 16.428571429px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #00968f;
}

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

.modal-content .close {
  float: right;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease;
}

.modal-content .close:hover,
.modal-content .close:focus,
.modal-content .close:active {
  background: none transparent;
  transform: scale(1.2);
}

form.mktoForm {
  width: 100% !important;
}

.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
  text-align: left;
  margin: 0;
  padding: 0;
}

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

.mktoFormRow:nth-child(10),
.mktoFormRow:nth-child(9),
.mktoFormRow:nth-child(8),
.mktoFormRow:nth-child(7),
.mktoFormRow:nth-child(6),
.mktoFormRow:nth-child(5),
.mktoFormRow:nth-child(4),
.mktoFormRow:nth-child(3),
.mktoFormRow:nth-child(2),
.mktoFormRow:nth-child(1) {
  margin-bottom: 0 !important;
}

.mktoFormRow:nth-child(4),
.mktoFormRow:nth-child(2) {
  width: 50% !important;
  border: 0 solid red;
  float: left;
  clear: none !important;
  padding-right: 5px !important;
}

.mktoFormRow:nth-child(5),
.mktoFormRow:nth-child(3) {
  width: 50% !important;
  border: 0 solid red;
  float: left;
  clear: none !important;
  padding-left: 5px !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
  float: none !important;
  display: block !important;
  width: 100% !important;
}

.mktoFormRow input[type=text],
.mktoFormRow input[type=email],
.mktoFormRow input[type=tel] {
  width: 100% !important;
  border: 1px solid #ccc !important;
  padding: 10px 10px 10px 10px !important;
  margin-bottom: 10px !important;
}

.mktoForm textarea[rows="4"] {
  height: 4em;
  padding: 10px 10px 5px 10px !important;
  margin-bottom: 10px !important;
}

.mktoForm input,
.mktoForm select,
.mktoForm textarea {
  margin: 0;
  width: 100% !important;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  font-size: 16px !important;
  border-radius: 5px;
  padding: 10px 10px 5px 10px !important;
  margin-bottom: 10px !important;
}

.mktoFormRow select {
  padding: 10px 10px 10px 10px !important;
  background-color: #fff !important;
  border: 0 !important;
  font-size: 16px !important;
  color: #999 !important;
}

input.mktoField {
  font-size: 16px !important;
  font-weight: 100;
  padding: 10px 10px 5px 10px !important;
  background-color: #eef4f5;
  color: #333333 !important;
  border-bottom: none !important;
}

.mktoFormRow:nth-child(9) {
  padding: 0 0 0 0;
}

#LblconsentGiven {
  width: 94% !important;
  float: right !important;
  display: block;
  color: #fff;
}
#LblconsentGiven a {
  color: #0bc5ba;
  font-weight: bold;
}
#LblconsentGiven a:hover {
  color: #fff;
  text-decoration: none !important;
}
#LblconsentGiven .mktoAsterix {
  display: none;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  font-size: 26px;
}

.mktoLabel.mktoHasWidth,
.mktoGutter.mktoHasWidth {
  display: none;
}

.mktoButtonWrap.mktoNative {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.mktoButton {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mktoButton:hover,
.mktoButton:focus,
.mktoButton:active {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba !important;
  text-decoration: none;
}

.modal .modal-dialog,
.contact-slide .modal-dialog {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}

.contact-us-mm .we-mega-menu-submenu {
  left: -272px;
  background: linear-gradient(to bottom, #333c50 0%, #333c50 40%, #000000 100%);
}

.modal .modal-header,
.contact-slide .modal-header {
  border-bottom: 0 solid #e5e5e5;
  background-color: transparent;
}

.modal .modal-content,
.contact-slide .modal-content {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  background-clip: padding-box;
}

.modal .modal-title,
.contact-slide .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.mktoHtmlText.mktoHasWidth a,
.mktoHtmlText.mktoHasWidth a:visited,
.mktoHtmlText.mktoHasWidth {
  color: #fff;
}

.mktoHtmlText.mktoHasWidth a:hover,
.mktoHtmlText.mktoHasWidth a:focus {
  color: #0bc5ba;
}

.we-mega-menu-ul .contact-us-mm.dropdown-menu:hover > .we-mega-menu-submenu,
.we-mega-menu-ul .contact-us-mm.dropdown-menu:focus > .we-mega-menu-submenu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.active-form-slide + .we-mega-menu-submenu {
  opacity: 1 !important;
  visibility: visible !important;
}

.modal-header button.close-form {
  position: absolute;
  top: 16px;
  right: 25px;
  background: transparent !important;
  border: none !important;
  color: #ccc !important;
  font-size: 32px !important;
  height: auto !important;
}

.modal-header button.close-form:hover,
.modal-header button.close-form:focus {
  color: #fff;
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.contact-us-mm .we-mega-menu-submenu .we-mega-menu-submenu-inner::after {
  display: none;
}

.we-mega-menu-ul .we-mega-menu-li.contact-us-mm button {
  z-index: 1;
}

.we-mega-menu-ul .we-mega-menu-li.contact-us-mm.active-form-li button {
  background: transparent;
  color: #fff;
  border: 2px solid transparent !important;
  outline: none !important;
}

.contact-us-mm::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-53%);
  left: 0;
  width: 91.5%;
  height: 0;
  opacity: 0;
  background: #333c50;
  z-index: 0;
  transition: all 0.3s ease;
}

.contact-us-mm.active-form-li::before {
  height: 135%;
  opacity: 1;
}

.we-mega-menu-ul .we-mega-menu-li.contact-us-mm.active-form-li button.mktoButton {
  background: #0bc5ba;
  border: 2px solid #0bc5ba !important;
  color: #fff !important;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  transition: all 0.3s ease;
}

.we-mega-menu-ul .we-mega-menu-li.contact-us-mm.active-form-li button.mktoButton:hover,
.we-mega-menu-ul .we-mega-menu-li.contact-us-mm.active-form-li button.mktoButton:focus {
  background: #fff !important;
  color: #0bc5ba !important;
  border: 2px solid #0bc5ba;
}

.infographic-box .wp-block-image,
.infographic-box .wp-block-image img {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.infographic-box h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 30px;
  margin-top: 20px;
}

.infographic-box h2 {
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 28px;
}

.empty-col {
  display: none;
}

.not-full.dark-grad-cols {
  justify-content: center;
}

.not-full.dark-grad-cols .wp-block-column {
  flex-basis: calc(25% - 16px) !important;
}

.infographics-wrap .video-row .wp-block-column .video-hover-box {
  height: 101%;
}

.infographics-wrap .wp-block-media-text {
  grid-template-columns: 30% 1fr;
}

.breadcrumbs-block {
  padding: 0px;
}

.breadcrumbs-block ol {
  display: flex;
}

.breadcrumbs-block ol li {
  font-size: 16px;
}

.breadcrumbs-block ol li span {
  margin: 0 10px 0 6px;
}

.views-view-grid.cols-2 {
  background: linear-gradient(to right, #1d5264 0%, #343c51 25%, #343c51 100%);
  padding: 80px 0 20px;
  width: 100%;
  max-width: 100%;
}

.newsletter-row {
  display: flex;
  flex-wrap: nowrap;
}

.newsletter-grid.wp-block-column {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  background: linear-gradient(to bottom, #49556d 0%, #495062 30%, #495062 100%);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s ease;
}
.newsletter-grid.wp-block-column:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
}

.inner-newsletter-body {
  align-self: center;
}

.inner-newsletter-hover {
  position: absolute;
  top: -101%;
  width: 100%;
  height: 100%;
  left: 0;
}

.contact-slide-block-wrap > h2 {
  display: none;
}

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

.active-form-slide-up {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

.top-middle-img {
  display: block;
  margin-top: 300px;
}

.top-middle-img .wp-block-media-text__content,
.top-middle-img .wp-block-media-text__media {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-shadow img,
.top-middle-img .wp-block-media-text__media img {
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
}

.top-middle-img .wp-block-media-text__media img {
  margin-top: -150px;
}

.top-middle-img .wp-block-media-text__content {
  width: 980px;
  padding: 80px 0;
  text-align: center;
}

.wp-block-column.img-slide-col h2,
.green-heading h2,
.top-middle-img .wp-block-media-text__content h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}

.two-col-industry .wp-block-column {
  flex-basis: calc(50% - 40px);
}

.two-col-industry .wp-block-column:not(:first-child) {
  margin-left: 80px;
}

.dark-grad-bg,
.quote-box-industry {
  background: linear-gradient(to right, #1d5264 0%, #343c51 25%, #343c51 100%);
}

.dark-grad-bg {
  color: #fff;
}

.wp-block-media-text.quote-box-industry {
  grid-template-columns: 51.5% 1fr;
}

.quote-box-industry .wp-block-media-text__content {
  padding: 0 8%;
  width: 780px;
  box-sizing: border-box;
  margin-left: auto;
  max-width: 94%;
  color: #fff;
}

p.single-quote-centered,
.quote-box-industry .wp-block-media-text__content p:first-child {
  position: relative;
}

p.single-quote-centered::before,
.quote-box-industry .wp-block-media-text__content p:first-child::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -35px;
  width: 70px;
  height: 60px;
  background: url("../images/quote-90x80-01.svg") no-repeat top left;
  background-size: 70px;
}

.initiatives-quote.dark-grad-bg a,
.initiatives-quote.dark-grad-bg a:visited {
  color: #fff;
}

.initiatives-quote.dark-grad-bg a:hover,
.initiatives-quote.dark-grad-bg a:focus,
.initiatives-quote.dark-grad-bg a:active {
  color: #0bc5ba;
  text-decoration: none;
}

.quote-box-industry .wp-block-media-text__content p {
  font-size: 35px;
  line-height: 46px;
}

.quote-box-industry .wp-block-media-text__content p strong {
  font-weight: 900;
}

.quote-box-industry .wp-block-media-text__media {
  position: relative;
}

.quote-box-industry .wp-block-media-text__media::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(31, 90, 160, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.quote-box-industry .wp-block-media-text__content p.qoute-industry-author {
  font-size: 20px;
  line-height: 28px;
}

.quote-box-industry .wp-block-media-text__content p.qoute-industry-author strong {
  font-weight: bold;
  color: #0bc5ba;
}

.quote-box-industry .wp-block-media-text__content p.qoute-industry-author a,
.quote-box-industry .wp-block-media-text__content p.qoute-industry-author a:visited {
  font-weight: normal;
  color: #fff;
  padding-bottom: 5px;
}

.quote-box-industry .wp-block-media-text__content p.qoute-industry-author a:hover,
.quote-box-industry .wp-block-media-text__content p.qoute-industry-author a:focus,
.quote-box-industry .wp-block-media-text__content p.qoute-industry-author a:active {
  text-decoration: none;
  color: #0bc5ba;
}

.quote-box-industry .wp-block-media-text__content p.qoute-industry-author a strong {
  font-weight: bold;
  color: #0bc5ba;
}

.wp-block-column.initiatives-quote-box,
.wp-block-column.img-slide-col {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  flex-basis: 980px !important;
  width: 980px;
  max-width: 100%;
}

.bottom-two-col-hover {
  justify-content: center;
}

.initiatives-row.image-right .wp-block-media-text__media::after,
.initiatives-row.image-left .wp-block-media-text__media::after {
  display: none;
}

.construction-section .initiatives-row .wp-block-media-text__media {
  width: 450px;
}

.construction-section .initiatives-row .wp-block-media-text__content {
  padding: 90px 60px;
}

.construction-section .initiatives-row.image-left .wp-block-media-text__content {
  padding-left: 420px;
  margin-left: -350px;
  width: 100%;
}

.construction-section .initiatives-row.image-right .wp-block-media-text__content {
  padding-right: 420px;
  margin-right: -350px;
  width: 100%;
}

.construction-section .white-two .wp-block-media-text__content {
  box-shadow: none;
  border-radius: 0;
}

.initiatives-row .initiatives-two-col h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
}

.initiatives-quote-box {
  font-size: 28px;
  line-height: 32px;
}

.initiatives-quote-author {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}

.initiatives-quote-box strong,
.initiatives-quote-box .initiatives-quote-author strong {
  font-style: normal;
  font-weight: bold;
}

.initiatives-quote-box .initiatives-quote-author strong {
  color: #0bc5ba;
  display: block;
}

.initiatives-two-col .wp-block-column {
  flex-basis: calc(50% - 25px);
  flex-grow: 0;
}

.initiatives-two-col .wp-block-column:not(:first-child) {
  margin-left: 50px;
}

.slide-caption .blocks-gallery-grid .blocks-gallery-image figure,
.slide-caption .blocks-gallery-grid .blocks-gallery-item figure,
.slide-caption .wp-block-gallery .blocks-gallery-image figure,
.slide-caption .wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}

.slide-caption .blocks-gallery-grid .blocks-gallery-image figcaption,
.slide-caption .blocks-gallery-grid .blocks-gallery-item figcaption,
.slide-caption .wp-block-gallery .blocks-gallery-image figcaption,
.slide-caption .wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  bottom: auto;
  width: 100%;
  max-height: none;
  overflow: visible;
  padding: 40px 10px 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
  background: none;
  display: block;
}

.quote-box-industry .wp-block-media-text__media {
  overflow: hidden;
}

.quote-box-industry .wp-block-media-text__media img {
  width: 120%;
  max-width: 120%;
}

.initiatives-quote .wp-block-group__inner-container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.partner-logos-new .wp-block-group__inner-container {
  justify-content: center;
}

.three-col-story-wrap.icon-boxes .wp-block-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.two-col-story-wrap.icon-boxes .wp-block-image img,
.three-col-story-wrap.icon-boxes .wp-block-image img {
  width: auto;
  height: 100px;
  margin: 30px auto 20px;
}

.two-col-story-wrap.icon-boxes .story-grid h3,
.three-col-story-wrap.icon-boxes .story-grid h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  color: #0bc5ba;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 20px 30px;
}

.two-col-story-wrap.icon-boxes .story-grid h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px 0px 0px;
  text-align: left;
}

.two-col-story-wrap .story-grid p {
  padding: 0 30px 0 0px !important;
}

.addons-integrations {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.addons-integrations iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filterHolder .wp-block-group__inner-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.filterHolder .wp-block-group__inner-container .wp-block-column.story-grid .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.filter-body .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.filter-boxes {
  flex-basis: calc(33.33% - 20px);
  width: 33.33%;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  margin: 0 10px 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.filter-boxes .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.filter-boxes h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.filter-boxes h3,
.filter-boxes p {
  padding-left: 20px;
  padding-right: 20px;
}

.filter-boxes p {
  margin-bottom: 20px;
}

.filter-boxes p.green-link {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.filter-boxes p.green-link a,
.filter-boxes p.green-link a:visited {
  color: #0bc5ba;
  border-bottom: 2px solid #0bc5ba;
  font-size: 21px;
  font-weight: normal;
  transition: all 0.3s ease;
  padding: 0 0 3px;
  width: auto;
  display: inline-block;
}

.filter-boxes figure {
  height: 200px;
  overflow: hidden;
}

.filter-box .btn-default {
  background: none;
  border: 1px solid #000;
  color: #000;
  border-radius: 5px;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.filterOptions {
  z-index: 5;
}

.filter-body .filter-boxes {
  display: none;
  padding: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  margin-bottom: 16px;
}

/*
.filter-boxes a,
.filter-boxes a:visited {
  color: #33739E;
  text-decoration: none;
  display: block;
  margin: 10px 0;
}
.filter-boxes a:hover {
  text-decoration: none;
}
*/
#loadMore {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff !important;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  display: block;
  margin: 50px auto;
  transition: all 0.3s ease;
  width: 180px;
  box-sizing: border-box;
  text-align: center;
}

#loadMore:hover {
  background: #fff;
  color: #0bc5ba !important;
}

.pricing-cols .wp-block-column {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
  padding: 0 0 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pricing-cols.old-pricing-cols .wp-block-column:last-child {
  margin-top: 0;
}

.pricing-cols.old-pricing-cols .wp-block-column:last-child h2 {
  background: #c1c1c1;
  color: #fff;
}

.pricing-cols .wp-block-column h2 {
  padding: 35px 35px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}

.pricing-cols .wp-block-column:first-child h2 {
  background: #c1c1c1;
}

.pricing-cols .wp-block-column:nth-child(2) h2 {
  background: #0bc5ba;
}

.pricing-cols .wp-block-column:last-child h2 {
  background: #1e232f;
  color: #fff;
}

.pricing-cols .wp-block-column ul {
  padding: 35px 35px;
  width: auto;
  margin: 0 auto;
  max-width: 96%;
  box-sizing: border-box;
}

.pricing-cols .wp-block-column ul li {
  font-size: 16px;
  margin-bottom: 8px;
  text-align: left;
}

.pricing-cols .pricing-copy-small {
  margin-top: auto;
  color: #0bc5ba;
  line-height: 1.2px;
}

.pricing-cols .pricing-copy-small em {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  margin-top: 15px;
  display: inline-block;
}

.pricing-cols .wp-block-column p:last-child {
  margin-bottom: 0;
}

.free-trial-pricing a,
.buy-now-pricing a {
  display: inline-block;
  width: 200px;
}

.green-button-reversed {
  margin-bottom: 15px;
}

.call-pricing {
  font-weight: bold;
  margin-top: auto;
}

.call-pricing strong {
  color: #0bc5ba;
}

.call-pricing a[href^="tel:"],
.call-pricing a[href^="tel:"]:visited {
  color: #0bc5ba;
  text-decoration: none;
}

.dark-grad-bg.pricing-col-collapse h2 {
  margin-bottom: 50px;
}

.colapse-data-box > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.wp-block-group.team-pricing-col {
  flex-basis: calc(22% - 8px);
}

.wp-block-group.team-pricing-col:not(:first-child) {
  margin-left: 16px;
}

.team-pricing-col.button-col {
  flex-basis: calc(34% - 8px);
}

.team-pricing-col > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.team-pricing-col:first-child .hide-second,
.team-pricing-col:nth-child(2),
.team-pricing-col:nth-child(3),
.team-pricing-col:last-child,
.team-pricing-col:first-child .wp-block-group.basic-collapse {
  background: #fff;
  color: #000;
}

.team-pricing-col:nth-child(2),
.team-pricing-col:nth-child(3),
.team-pricing-col:last-child {
  border-radius: 5px 5px 0 0;
}

.pricing-heading-box {
  background: #0bc5ba;
  height: 250px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.pricing-heading-box.pricing-heading-box-connect {
  height: 200px;
}

.team-pricing-col:first-child .pricing-heading-box {
  background: transparent;
}

.pricing-heading-box h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 20px;
}

.pricing-heading-box p {
  font-size: 16px;
  margin-bottom: 20px;
}

.pricing-heading-box p em {
  font-size: 14px;
  font-style: italic;
}

.hide-second .wp-block-columns .wp-block-column {
  flex-basis: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hide-first .wp-block-columns .wp-block-column {
  flex-basis: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.team-pricing-col .group-button,
.team-pricing-col:nth-child(2) .group-button,
.team-pricing-col:nth-child(3) .group-button,
.team-pricing-col:last-child .group-button {
  height: 57px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.group-button.deployment-options button,
.group-button.deployment-options {
  height: 137px !important;
}

.group-button.team-deployment-options {
  height: auto !important;
  border-bottom: 0 solid #ccc !important;
}

.group-button.team-deployment-options .deployment-options-copy {
  border-left: 2px solid #f7f5f5;
  border-right: 2px solid #f7f5f5;
  border-bottom: 2px solid #f7f5f5;
}

.group-button.team-deployment-options button {
  height: 57px !important;
}

.group-button.deployment-options .deployment-options-copy {
  font-size: 15.5px;
  padding: 15px;
  margin-bottom: 0;
}

.group-button.team-deployment-options .deployment-options-copy {
  padding: 15px 30px;
}

button.btn-pricing-cl {
  border-bottom: 1px solid #f7f5f5;
}

.team-pricing-col:nth-child(2) .group-button button,
.team-pricing-col:nth-child(3) .group-button button,
.team-pricing-col:last-child .group-button button,
.hide-first .wp-block-columns .wp-block-column:first-child,
.hide-second .wp-block-columns .wp-block-column:last-child {
  display: none;
}

.hide-first .wp-block-columns p,
.hide-second .wp-block-columns p {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 30px;
}

.hide-first .wp-block-columns p {
  padding-left: 0;
}

.hide-second .wp-block-columns,
.hide-first .wp-block-columns {
  height: 57px;
  border-bottom: 2px solid #f7f5f5;
}

.team-pricing-col .group-button button {
  width: 100%;
  background: #c1c1c1;
  height: 57px;
  transition: all ease 0.3s;
  position: relative;
}

.team-pricing-col .group-button button:hover,
.team-pricing-col .group-button button:focus,
.team-pricing-col .group-button button:active {
  background: #0bc5ba;
  color: #fff;
}

.group-button button,
.team-pricing-col.button-col {
  text-align: left;
}

.buy-trial-heading a,
.buy-trial-heading a:visited,
.buy-now-heading a,
.buy-now-heading a:visited {
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  background: #0bc5ba;
  border-radius: 5px;
  padding: 6px 30px;
  transition: all 0.3s ease;
}

.buy-trial-heading a:hover,
.buy-trial-heading a:focus,
.buy-trial-heading a:active,
.buy-now-heading a:hover,
.buy-now-heading a:focus,
.buy-now-heading a:active {
  color: #0bc5ba;
  border: 2px solid #fff;
  background: #fff;
  text-decoration: none;
}

.buy-trial-heading a,
.buy-trial-heading a:visited {
  border-radius: 5px 0 0 5px;
  padding: 6px 10px;
  border: 2px solid #fff !important;
  border-right: 0 !important;
}

.buy-trial-heading a:last-child,
.buy-trial-heading a:last-child:visited {
  border-radius: 0 5px 5px 0;
  padding: 6px 10px;
  border: 2px solid #fff !important;
  border-left: 0 !important;
  margin-left: -4px;
  color: #0bc5ba;
  background: #fff;
}

.buy-trial-heading a:last-child:hover,
.buy-trial-heading a:last-child:focus,
.buy-trial-heading a:last-child:active {
  color: #fff;
  background: #0bc5ba;
}

.hide-first img {
  width: 20px;
  height: auto;
}

.hide-first figure {
  margin-bottom: 0;
}

.team-pricing-col:first-child .group-button button,
.team-pricing-col:first-child .group-button {
  border-radius: 5px 5px 0 0;
}

.team-pricing-col .group-button button {
  padding-left: 30px;
  font-size: 22px;
  text-transform: uppercase;
}

.team-pricing-col .group-button button .arrow-down-col {
  background: url("../images/arrow-down.png") no-repeat center right;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
  transition: all ease 0.3s;
}

.def-open .arrow-down-col,
.collapsed-btn .arrow-down-col {
  transform: rotate(180deg);
}

.def-open.collapsed-btn .arrow-down-col {
  transform: rotate(0deg);
}

.collapse.in {
  display: block !important;
}

.hide-second + .group-button,
.hide-second + .group-button button {
  border-radius: 0 !important;
}

.green-button.green-button-reversed a,
.green-button.green-button-reversed a:visited {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba !important;
}

.green-button.green-button-reversed a:hover,
.green-button.green-button-reversed a:focus,
.green-button.green-button-reversed a:active {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff !important;
}

.one-slide-img-text-2 .wp-block-columns {
  display: flex !important;
}

.one-slide-img-text-2 .wp-block-columns .wp-block-column.is-vertically-aligned-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

.sem-ration {
  width: 100px;
  max-width: 100%;
}

.details-table.responsive-table {
  padding: 50px 0;
}

.table-details {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px 0;
  box-sizing: border-box;
}

.table-details tr th,
.table-details tr td {
  vertical-align: middle;
  border: 0 solid transparent;
}

.table-details tr th:first-child,
.table-details tr td:first-child {
  width: 260px;
  text-align: left;
}

.table-details tbody tr:nth-child(even) {
  background: #ecedef;
}

.table-details tbody tr:nth-child(even) td:nth-child(3),
.table-details tbody tr:nth-child(even) td:nth-child(2),
.table-details tbody tr:nth-child(even) td:first-child {
  border-right: 2px solid #fff;
}

.table-details tr th:nth-child(2),
.table-details tr td:nth-child(2) {
  width: 200px;
  text-align: center;
}

.table-details tr th:nth-child(3),
.table-details tr td:nth-child(3) {
  width: 260px;
  text-align: center;
}

.table-details tr th:nth-child(4),
.table-details tr td:nth-child(4) {
  width: 260px;
  text-align: center;
}

.table-details tr td:first-child,
.table-details tr td:nth-child(4),
.table-details tr td:nth-child(3),
.table-details tr td:nth-child(2) {
  padding: 20px !important;
  font-size: 18px;
  line-height: 26px;
  height: 50px;
}

.table-details tr th {
  height: 120px;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #0bc5ba;
  text-align: left;
}

.table-details tr th:first-child {
  color: #000;
}

.table-details tr td img {
  width: 20px !important;
  height: auto;
}

.story-grid-body-wrap.news-body {
  margin-top: auto;
}

.news-grid .story-grid-image {
  text-align: center;
}

.news-grid .story-grid-image img {
  height: 45px;
  width: auto;
}

.news-grid .field-content.story-grid-title {
  line-height: 1.3;
}

#block-newsheader {
  margin-bottom: 50px;
}

.news-grid .news-body {
  font-weight: bold;
}

.news-date-box {
  font-size: 16px;
}

.inner-heading.inner-h2 h2 {
  line-height: 1.15em;
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: calc(10px + 1.2vw);
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 20px #0b142b;
}

.app-boxes .wp-block-columns {
  position: relative;
}

.app-boxes.four-in-a-row .wp-block-column {
  height: 100%;
  min-height: 380px;
  margin-top: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.app-boxes .app-hover-over {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e1e9eb;
  border-radius: 6px;
}

.app-boxes .app-hover-over,
.app-boxes .app-static {
  transition: all ease 0.3s;
}

.app-boxes > .wp-block-column:hover > .app-hover-over {
  top: 0;
  opacity: 1;
  z-index: 2;
}

.app-boxes > .wp-block-column:hover > .app-static {
  opacity: 0;
  z-index: -1;
}

.app-boxes-4 .app-boxes {
  height: 50%;
}

.app-grid .featured-app-box,
.app-boxes-4 .wp-block-column {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.app-boxes-4 .wp-block-column {
  height: 100%;
}

.app-boxes-4 .app-boxes:first-child .wp-block-column {
  margin-bottom: 32px;
}

.app-static {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-static figure {
  margin: 0;
}

.app-static img {
  width: 150px;
  height: auto;
  margin: 0;
}

.app-hover-over figure.wp-block-image {
  text-align: center;
  margin-bottom: 10px;
}

.app-hover-over img {
  height: auto;
  max-width: 100%;
}

.app-hover-over .app-link {
  margin-top: auto;
  margin-bottom: 0;
}

.app-hover-over .abs-link.app-link {
  margin-bottom: 0;
  margin-top: 0;
}

.app-link,
.app-link a,
.app-link a:visited {
  color: #0bc5ba;
}

.default-table-wrap {
  margin-bottom: 50px;
}

.default-table thead tr {
  background: #ecedef;
}

.default-table tr td,
.default-table tr th {
  vertical-align: middle;
  padding: 15px 20px;
  box-sizing: border-box;
}

.default-table tr th {
  font-weight: bold;
  padding: 20px;
}

.default-table tr td:first-child,
.default-table tr th:first-child {
  width: 150px;
  font-weight: bold;
}

.default-table tr td:nth-child(2),
.default-table tr th:nth-child(2) {
  width: 190px;
}

.default-table tr td:nth-child(4),
.default-table tr th:nth-child(4),
.default-table tr td:nth-child(3),
.default-table tr th:nth-child(3) {
  width: 220px;
}

.default-table tr td:nth-child(5),
.default-table tr th:nth-child(5) {
  width: 270px;
}

.event-boxes.icon-boxes .wp-block-image {
  padding: 0 30px;
}

.event-boxes.icon-boxes .wp-block-image img {
  height: 60px;
  width: auto;
}

.three-col-story-wrap.compliance-boxes .story-grid h3,
.event-boxes.icon-boxes .story-grid h3 {
  margin-top: 20px;
}

.investors-boxes .wp-block-image {
  height: 100px;
  display: flex;
  align-items: center;
}

.investors-boxes .wp-block-image img {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}

.investors-boxes .inv-short-logo .wp-block-image img {
  height: auto;
  width: auto;
}

.three-col-contact h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 34px;
}

.three-col-contact p {
  margin-bottom: 10px;
}

.three-col-contact h3.contact-last-h3 {
  margin-top: 40px;
}

.three-col-contact a[href^="tel:"] {
  color: #707070 !important;
  text-decoration: none;
}

.em-voices .wp-block-column,
.office-loc-cols .wp-block-column {
  box-shadow: 3px 3px 17px rgba(186, 198, 197, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.office-loc-cols .wp-block-column,
.office-loc-cols .wp-block-column .wp-block-image {
  position: relative;
}

.office-loc-cols .wp-block-image figcaption {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.green-no-link.loc-car-link {
  color: #0bc5ba;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.office-loc-cols .abs-link {
  margin-bottom: 0;
}

.em-voices p {
  padding: 15px 30px;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}

p.emp-voices-branch {
  font-weight: bold;
  color: #0bc5ba;
  padding-bottom: 25px;
  text-align: right;
  margin-top: auto;
}

.em-voices .wp-block-column {
  display: flex;
  flex-direction: column;
}

button.green-button {
  background: #0bc5ba;
  border: 2px solid #0bc5ba;
  color: #fff !important;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 4px;
  font-weight: 600;
  display: block;
  width: 200px;
  margin: 0 auto 35px;
}

button.green-button:hover,
button.green-button:focus,
button.green-button:active {
  background: #fff;
  border: 2px solid #0bc5ba;
  color: #0bc5ba !important;
}

.less-more span + span {
  display: none;
}

.active-less-more span + span {
  display: block;
}

.active-less-more span:first-child {
  display: none;
}

.collapse {
  transition: all ease 0.4s;
}

.slide-ul .vimeo-video .blocks-gallery-item figure {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.slide-ul .vimeo-video .blocks-gallery-item .blocks-gallery-item__caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
}

.slide-ul .vimeo-video .blocks-gallery-item .blocks-gallery-item__caption a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.slide-ul .vimeo-video .blocks-gallery-item .blocks-gallery-item__caption strong {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
}

#loc-modal .modal-dialog {
  width: 1080px;
  max-width: 96%;
  margin: 0 auto;
  background: #fff;
}

#loc-modal .apply-now-button {
  color: #0bc5ba;
  font-weight: bold;
  text-align: right;
  margin: 10px 0;
}

.hide-me {
  display: none;
}

.loc-addres h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0bc5ba;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3.benefits-title {
  font-weight: bold;
  color: #0bc5ba;
  margin-bottom: 30px;
}

.hidemodal {
  float: right;
  border: 2px solid #707070;
  border-radius: 50%;
  padding: 3px 4px;
  line-height: 1;
}

.wp-block-column.map-col {
  flex-basis: calc(40% - 16px);
}

.wp-block-column.data-col {
  flex-basis: calc(60% - 16px);
}

img.benefits-img {
  height: 70px;
  width: auto;
}

.benefits-desc {
  line-height: 20px;
  font-size: 16px;
  margin-top: 15px;
}

.data-col .wp-block-column {
  text-align: center;
}

.data-col .wp-block-column p {
  text-align: left;
}

.inner-heading p.learn-more.green-button {
  margin-bottom: 0;
}

.bod-box .three-col-story-wrap .story-grid h3 {
  margin-top: 30px;
}

.bod-box .three-col-story-wrap .story-grid p.abs-link {
  margin-bottom: 10px;
}

.sem-trust-logo {
  width: 120px;
}

.sem-logos .wp-block-image {
  text-align: center;
}

.sem-logos .wp-block-image img {
  max-width: 85%;
  margin: 30px auto 0;
}

.small-sem-logos img {
  width: 120px !important;
  max-width: 100% !important;
}

.slider-logo-col img {
  width: 200px;
}

.no-hover .story-grid:hover {
  transform: translateY(0);
}

#edit-advanced,
.search-help-link,
.searrch-info {
  display: none;
}

.main-search.fixed-size {
  overflow: hidden;
}

.main-search .js-form-type-search label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.main-search .js-form-type-search input.form-search {
  width: 400px;
  max-width: 100%;
  height: 45px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 15px 20px 15px 40px;
  margin: 0;
  border-radius: 0;
  border: 2px solid #ecedef;
  color: #333c50;
  transition: background 0.55s ease;
  box-sizing: border-box;
}

#search-form .icon {
  top: 33px;
  left: 5px;
}

.new-events-template .wp-block-group__inner-container,
.webinars-box-new-template .wp-block-group__inner-container {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.new-events-template .wp-block-column,
.webinars-box-new-template .wp-block-column {
  margin-bottom: 32px;
}

.new-events-template .wp-block-column:not(:first-child) {
  margin-left: 30px;
}

.new-events-template .wp-block-column:nth-child(50),
.new-events-template .wp-block-column:nth-child(47),
.new-events-template .wp-block-column:nth-child(43),
.new-events-template .wp-block-column:nth-child(40),
.new-events-template .wp-block-column:nth-child(37),
.new-events-template .wp-block-column:nth-child(34),
.new-events-template .wp-block-column:nth-child(31),
.new-events-template .wp-block-column:nth-child(28),
.new-events-template .wp-block-column:nth-child(25),
.new-events-template .wp-block-column:nth-child(22),
.new-events-template .wp-block-column:nth-child(19),
.new-events-template .wp-block-column:nth-child(16),
.new-events-template .wp-block-column:nth-child(13),
.new-events-template .wp-block-column:nth-child(10),
.new-events-template .wp-block-column:nth-child(7),
.new-events-template .wp-block-column:nth-child(4),
.webinars-box-new-template .wp-block-column:nth-child(71),
.webinars-box-new-template .wp-block-column:nth-child(69),
.webinars-box-new-template .wp-block-column:nth-child(67),
.webinars-box-new-template .wp-block-column:nth-child(65),
.webinars-box-new-template .wp-block-column:nth-child(63),
.webinars-box-new-template .wp-block-column:nth-child(61),
.webinars-box-new-template .wp-block-column:nth-child(59),
.webinars-box-new-template .wp-block-column:nth-child(57),
.webinars-box-new-template .wp-block-column:nth-child(55),
.webinars-box-new-template .wp-block-column:nth-child(53),
.webinars-box-new-template .wp-block-column:nth-child(51),
.webinars-box-new-template .wp-block-column:nth-child(49),
.webinars-box-new-template .wp-block-column:nth-child(47),
.webinars-box-new-template .wp-block-column:nth-child(45),
.webinars-box-new-template .wp-block-column:nth-child(43),
.webinars-box-new-template .wp-block-column:nth-child(41),
.webinars-box-new-template .wp-block-column:nth-child(39),
.webinars-box-new-template .wp-block-column:nth-child(37),
.webinars-box-new-template .wp-block-column:nth-child(35),
.webinars-box-new-template .wp-block-column:nth-child(33),
.webinars-box-new-template .wp-block-column:nth-child(31),
.webinars-box-new-template .wp-block-column:nth-child(29),
.webinars-box-new-template .wp-block-column:nth-child(27),
.webinars-box-new-template .wp-block-column:nth-child(25),
.webinars-box-new-template .wp-block-column:nth-child(23),
.webinars-box-new-template .wp-block-column:nth-child(21),
.webinars-box-new-template .wp-block-column:nth-child(19),
.webinars-box-new-template .wp-block-column:nth-child(17),
.webinars-box-new-template .wp-block-column:nth-child(15),
.webinars-box-new-template .wp-block-column:nth-child(13),
.webinars-box-new-template .wp-block-column:nth-child(11),
.webinars-box-new-template .wp-block-column:nth-child(9),
.webinars-box-new-template .wp-block-column:nth-child(7),
.webinars-box-new-template .wp-block-column:nth-child(5),
.webinars-box-new-template .wp-block-column:nth-child(3) {
  margin-left: 0 !important;
}

.two-col-story-wrap.icon-boxes,
.three-col-story-wrap.icon-boxes {
  justify-content: center;
}

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

.versus-section h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.versus-section h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

.versus-section ul li {
  margin-bottom: 10px;
}

.versus-section .wp-block-column {
  flex-basis: calc(50% - 30px);
  flex-grow: 0;
}

.versus-section .wp-block-column:not(:first-child) {
  margin-left: 60px;
}

.error-404-wrap.err-gray {
  background: #ededed;
}

.error-404-wrap .wp-block-media-text {
  display: block;
  position: relative;
}

.error-404-wrap .wp-block-media-text__media {
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}

.error-404-wrap .wp-block-media-text__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  max-width: 100%;
  padding: 0;
}

.error-404-wrap h1 {
  line-height: 1.15em;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.error-404-wrap h1 strong {
  display: block;
  font-weight: normal;
  font-size: 32px;
}

.error-404-wrap .green-link {
  margin-bottom: 0;
}

.video-gradient .green-link a:hover,
.video-gradient .green-link a:focus,
.video-gradient .green-link a:active,
.dark-grad-bg .green-link a:hover,
.dark-grad-bg .green-link a:focus,
.dark-grad-bg .green-link a:active,
.error-404-wrap .green-link a:hover,
.error-404-wrap .green-link a:focus,
.error-404-wrap .green-link a:active {
  background: transparent;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.msp-slider.initiatives-quote > .wp-block-group__inner-container {
  width: 1280px;
  max-width: 90%;
}

.msp-slider.initiatives-quote .wp-block-group__inner-container .wp-block-group__inner-container {
  max-width: 100%;
  width: 100%;
}

.contact-free-trial-box > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
}

.contact-free-trial-box .contact-ct {
  margin-right: 15px;
}

.contact-free-trial-box .learn-more {
  text-align: center;
}

.contact-free-trial-box .contact-ct .learn-more {
  margin-bottom: 15px;
}

.contact-free-trial-box .contact-ct .learn-more + p {
  font-size: 16px;
}

.contact-free-trial-box .free-trial-ft .learn-more a,
.contact-free-trial-box .contact-ct .learn-more a {
  width: 180px;
  box-sizing: border-box;
  display: inline-block;
}

.fixed-980.bottom-two-col-wrap {
  max-width: 90%;
}

.bottom-two-col-hover .story-grid,
.bottom-two-col-wrap .story-grid {
  flex-basis: calc(50% - 20px);
  margin-bottom: 30px;
}

.bottom-two-col-hover .story-grid p,
.bottom-two-col-wrap .story-grid p {
  text-align: left;
}

.four-col-light.story-cards {
  justify-content: center;
}

.four-col-light.story-cards h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #0bc5ba;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.four-col-light.story-cards .wp-block-column {
  padding-top: 30px;
  padding-bottom: 30px;
  flex-basis: calc(50% - 8px);
  flex-grow: 0;
  margin-bottom: 16px;
}

.four-col-light.story-cards .wp-block-column:not(:first-child) {
  margin-left: 16px;
}

.four-col-light.story-cards .wp-block-column .wp-block-image {
  text-align: center;
}

.four-col-light.story-cards .wp-block-column .wp-block-image img {
  max-width: 90%;
}

.mobile-app-icon-boxes {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile-app-icon-boxes .grid-hover.abs-link {
  margin-bottom: 0;
}

.mobile-app-icon-boxes .story-grid-link.green-link {
  text-align: center;
}

.old-team-pricing .group-button button {
  display: block !important;
  color: #fff !important;
}

.old-team-pricing .hide-second .wp-block-columns .wp-block-column:last-child {
  display: block !important;
}

.old-team-pricing .team-pricing-col .pricing-heading-box-team {
  display: none !important;
}

.old-team-pricing .hide-first .wp-block-columns .wp-block-column:first-child {
  display: flex !important;
}

.old-team-pricing .wp-block-columns .wp-block-columns .wp-block-column:first-child {
  flex-basis: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  border-left: 2px solid #f7f5f5;
}

.old-team-pricing .wp-block-columns .wp-block-columns .wp-block-column:last-child {
  border-right: 2px solid #f7f5f5;
  padding-right: 30px;
}

.old-team-pricing .group-button button,
.old-team-pricing .group-button {
  border-radius: 0 !important;
}

.old-team-pricing .pricing-heading-box {
  text-align: center;
}

.old-team-pricing .pricing-heading-box ul li {
  text-align: left;
}

.old-team-pricing h2.team-pricing-header {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.story-sidebar-in.pricing-heading-box-team .free-trial-pricing,
.story-sidebar-in.pricing-heading-box-team .buy-now-pricing {
  text-align: center;
}

.story-sidebar-in.pricing-heading-box-team .free-trial-pricing a,
.story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:visited,
.story-sidebar-in.pricing-heading-box-team .buy-now-pricing a,
.story-sidebar-in.pricing-heading-box-team .buy-now-pricing a:visited {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #fff;
  background: #0bc5ba;
  border-radius: 5px;
  padding: 6px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 90%;
}

.story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:hover,
.story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:focus,
.story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:active,
.story-sidebar-in.pricing-heading-box-team .buy-now-pricing a:hover,
.story-sidebar-in.pricing-heading-box-team .buy-now-pricing a:focus,
.story-sidebar-in.pricing-heading-box-team .buy-now-pricing a:active {
  color: #0bc5ba !important;
  background: #fff;
}

.quote-box-industry img {
  width: 100px;
  height: auto;
}

.page-node-1596 .faq-nav .current-page-link a,
.page-node-1596 .faq-nav .current-page-link a:visited,
.page-node-1591 .faq-nav .current-page-link a,
.page-node-1591 .faq-nav .current-page-link a:visited,
.page-node-1586 .faq-nav .current-page-link a,
.page-node-1586 .faq-nav .current-page-link a:visited,
.page-node-691 .faq-nav .current-page-link a,
.page-node-691 .faq-nav .current-page-link a:visited {
  color: #0bc5ba;
}

.egnyte-block + .layout-container-full-size {
  margin-top: 120px;
}

.ct-inner-head,
.ft-inner-head {
  width: 50%;
  display: inline;
  margin-top: 20px;
}

.ft-inner-head {
  float: left;
  clear: left;
  text-align: right !important;
}

.ct-inner-head p.has-text-align-left {
  padding: 0 !important;
}

.ft-inner-head p.has-text-align-right {
  text-align: right !important;
  padding: 0 !important;
}

.ft-inner-head a {
  margin-right: 5px;
}

.ct-inner-head {
  float: right;
  clear: right;
  text-align: left !important;
}

.ct-inner-head a {
  margin-left: 5px;
}

.old-team-pricing .team-data-col-old .team-pricing-col .pricing-heading-box-team .buy-now-pricing a,
.old-team-pricing .team-data-col-old .team-pricing-col .pricing-heading-box-team .buy-now-pricing a:visited,
.old-team-pricing .story-sidebar-in.pricing-heading-box-team .free-trial-pricing a,
.old-team-pricing .story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:visited {
  color: #0bc5ba !important;
  border: 2px solid #fff;
  background: #fff !important;
}

.old-team-pricing .team-data-col-old .team-pricing-col .pricing-heading-box-team .buy-now-pricing a:hover,
.old-team-pricing .team-data-col-old .team-pricing-col .pricing-heading-box-team .buy-now-pricing a:focus,
.old-team-pricing .team-data-col-old .team-pricing-col .pricing-heading-box-team .buy-now-pricing a:active,
.old-team-pricing .story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:hover,
.old-team-pricing .story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:focus,
.old-team-pricing .story-sidebar-in.pricing-heading-box-team .free-trial-pricing a:active {
  color: #fff !important;
  border: 2px solid #fff;
  background: #0bc5ba !important;
}

#mktoForm_2523 button.mktoButton,
#mktoForm_1464 button.mktoButton {
  background: #0bc5ba;
  border: 2px solid #0bc5ba !important;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

#mktoForm_2523 button.mktoButton:hover,
#mktoForm_2523 button.mktoButton:focus,
#mktoForm_1464 button.mktoButton:hover,
#mktoForm_1464 button.mktoButton:focus {
  background: #fff !important;
  color: #0bc5ba !important;
  border: 2px solid #0bc5ba;
}

#mktoForm_2523 .mktoButtonWrap.mktoBluePill,
#mktoForm_1464 .mktoButtonWrap.mktoBluePill {
  margin-left: 0 !important;
}

#mktoForm_2523 .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}

.epf-form .mktoLabel.mktoHasWidth,
.epf-form .mktoGutter.mktoHasWidth {
  display: none;
}

.epf-form .mktoFieldDescriptor.mktoFormCol {
  position: relative;
}

.epf-form .mktoCheckboxList {
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px !important;
}

.epf-form .mktoForm .mktoOffset,
.epf-form .mktoForm .mktoCheckboxList > label {
  display: none;
}

.epf-form .mktoFormRow:nth-child(10) .mktoLabel,
.epf-form .mktoFormRow:nth-child(11) .mktoLabel {
  padding-left: 34px;
  margin-bottom: 15px !important;
  margin-top: 3px;
  display: inline-block !important;
  float: none !important;
}

.epf-form .mktoFormRow select {
  width: 100% !important;
  border: 1px solid #ccc !important;
  padding: 10px 10px 10px 10px !important;
  margin-bottom: 10px !important;
}

.epf-form label,
.epf-form label strong,
.epf-form label strong a {
  padding: 0 !important;
  line-height: 1.4;
}

.epf-form .mktoFormRow:nth-child(10) .mktoLabel,
.epf-form .mktoFormRow:nth-child(11) .mktoLabel {
  padding-left: 26px !important;
  padding-top: 3.5px !important;
  width: 100% !important;
  line-height: 1.5;
}

.epi-logos {
  display: inline;
  float: left;
  width: 50%;
  text-align: left;
  margin-top: 15px;
}

.twp-logo {
  margin-top: 25px;
}

.enterprise-trial .story-sidebar-in a,
.enterprise-trial .story-sidebar-in a:visited {
  color: #fff;
}

.enterprise-trial .story-sidebar-in a:hover,
.enterprise-trial .story-sidebar-in a:focus {
  color: #707070;
}

.new-events-template.speaker-boxes .wp-block-group__inner-container {
  justify-content: flex-start;
}

.new-events-template.speaker-boxes .story-grid .wp-block-group__inner-container {
  padding-bottom: 30px;
  height: 100%;
}

.new-events-template.speaker-boxes .art-modal-toggle {
  padding: 0;
  margin: 0;
}

.new-events-template.speaker-boxes .story-grid-link {
  margin-bottom: 0;
  margin-top: auto;
}

.current-page-link .current-page-link a,
.current-page-link .current-page-link a:visited,
.business-nav .current-page-link a,
.business-nav .current-page-link a:visited {
  color: #0bc5ba;
}

.business-nav .current-page-link a::after,
.current-page-link .current-page-link a::after {
  background: #0bc5ba;
}

.no-img-cols .story-grid {
  padding-top: 30px;
}

.agenda-wrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}

.three-col-story-wrap.speaker-boxes .story-grid h3,
.three-col-story-wrap.speaker-boxes .story-grid p {
  padding: 0 30px;
  flex-basis: 100%;
}

.filter-box .dropdown-toggle {
  position: relative;
}

.filter-box .dropdown-toggle strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

.filter-box .caret {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.new-events-template.awards-boxes > .wp-block-group__inner-container {
  justify-content: center;
}

.group-button p {
  width: 100%;
  box-sizing: border-box;
}

.hide-second .wp-block-columns p {
  padding-right: 30px;
  margin-right: 30px;
}

.tooltip-test strong,
.tooltip-price strong {
  display: none;
}

.tooltip-test,
.tooltip-price {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.tooltip-test::after,
.tooltip-price::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/info-circle-solid.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.hide-second .tooltip-price::after {
  right: -10px;
}

.tooltip-test:hover > strong,
.tooltip-price:hover > strong {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 0;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 320px;
  max-width: 320px;
  display: inline-block;
  font-weight: normal;
}

.tooltip-price.enterprise-tooltip:hover > strong {
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  max-width: 250px;
}

.tooltip-test:hover:before,
.tooltip-price:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 99;
}

.all-collapsed button {
  cursor: default !important;
}

.all-collapsed .arrow-down-col {
  display: none !important;
}

.all-collapsed .collapse {
  display: block !important;
}

p.small-font,
.art-section p.small-font {
  font-size: 14px;
  font-style: italic;
}

.group-button > .wp-block-group__inner-container {
  position: relative;
}

.mark {
  opacity: 0;
  position: absolute;
  top: -100px;
}

.wp-block-column.empty-col {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.search-results .green-link {
  display: none;
}

.fixed-sidebar.enterprise-trial a,
.fixed-sidebar.enterprise-trial a:visited {
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: all ease 0.3s;
}

.fixed-sidebar.enterprise-trial a:hover,
.fixed-sidebar.enterprise-trial a:focus {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

main.main-search {
  width: 980px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* teal
.page-node-606 .inner-heading .wp-block-media-text__media::after {
  background: rgba(50, 189, 181, 0.5);
}
*/
/*
@media only screen and (min-width: 600px) {
  .wp-block-column:last-child {
    margin-left: 32px;
  }
}
*/
@media only screen and (max-width: 1679px) {
  .contact-us-mm .we-mega-menu-submenu {
    left: -461.5px;
  }
}
@media only screen and (max-width: 1460px) {
  .quote-box-industry .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1459px) {
  .page-node-46 .quote-box-industry .wp-block-media-text__media img {
    width: 120%;
    max-width: 120%;
  }
}
@media only screen and (max-width: 1279px) {
  .quote-box-industry .wp-block-media-text__media img {
    width: 140%;
    max-width: 140%;
  }
  .page-node-46 .quote-box-industry .wp-block-media-text__media img {
    width: 140%;
    max-width: 140%;
  }
  .quote-box-industry .wp-block-media-text__content p {
    font-size: 35px;
    line-height: 43px;
  }
  .two-col-story-wrap.icon-boxes .story-grid h3,
  .three-col-story-wrap.icon-boxes .story-grid h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .office-loc-cols .wp-block-image figcaption {
    font-size: 19px;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .four-col-light.story-cards h3 {
    font-size: 24px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-mm .we-mega-menu-submenu {
    left: -494px;
  }
}
@media only screen and (max-width: 1179px) {
  .quote-box-industry .wp-block-media-text__content p {
    font-size: 32px;
    line-height: 38px;
  }
  .full-bg-section .wp-block-media-text__media img {
    object-fit: cover;
    width: auto;
    height: 520px;
    margin-left: 0;
  }
  .three-col-story-wrap.icon-boxes .story-grid h3 {
    font-size: 21px;
    line-height: 25px;
  }
  .wp-block-group.team-pricing-col {
    flex-basis: calc(24% - 8px);
  }
  .team-pricing-col.button-col {
    flex-basis: calc(28% - 8px);
  }
  .buy-trial-heading a:last-child,
  .buy-trial-heading a:last-child:visited,
  .buy-trial-heading a,
  .buy-trial-heading a:visited {
    padding: 6px 8px;
  }
  .inner-heading .wp-block-media-text__media img {
    width: 120%;
    max-width: 120%;
  }
  .group-button.deployment-options button,
  .group-button.deployment-options,
  .group-button.deployment-options,
  .group-button.deployment-options {
    height: 157px !important;
  }
  .group-button.team-deployment-options button {
    height: 57px !important;
  }
  .group-button.deployment-options .deployment-options-copy {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1079px) {
  .full-bg-section .wp-block-media-text__media img {
    margin-left: 0;
  }
  .three-col-story-wrap.icon-boxes .story-grid h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-node-46 .quote-box-industry .wp-block-media-text__media img {
    width: 150%;
    max-width: 150%;
  }
  .msp-slider.initiatives-quote figure + p {
    font-size: 22px;
  }
  .em-voices .wp-block-columns {
    flex-wrap: wrap;
  }
  .em-voices .wp-block-column:nth-child(2),
  .em-voices .wp-block-column:first-child {
    margin-bottom: 32px;
  }
  .em-voices .wp-block-column:nth-child(3n) {
    margin-left: 0;
  }
  .four-col-light.story-cards h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .team-pricing-col .group-button button {
    font-size: 18px;
  }
  .group-button.deployment-options button,
  .group-button.deployment-options,
  .group-button.deployment-options,
  .group-button.deployment-options {
    height: 167px !important;
  }
}
@media screen and (max-width: 992px) {
  .not-full.dark-grad-cols .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    width: 50%;
  }
  .quote-box-industry .wp-block-media-text__content p {
    font-size: 29px;
    line-height: 35px;
  }
  .quote-box-industry .wp-block-media-text__media {
    display: none;
  }
  .quote-box-industry {
    display: block;
  }
  .quote-box-industry .wp-block-media-text__content p:first-child::before {
    top: -25px;
    left: -15px;
  }
  .quote-box-industry .wp-block-media-text__content {
    padding: 80px 25px 50px !important;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 96%;
  }
  .three-col-story-wrap.icon-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .three-col-story-wrap.icon-boxes .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
    width: 50%;
    margin-left: 0;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .three-col-story-wrap.icon-boxes .wp-block-column:nth-child(2),
  .three-col-story-wrap.icon-boxes .wp-block-column:nth-child(4) {
    margin-left: 16px;
  }
  .table-details tr th {
    font-size: 20px;
    line-height: 24px;
  }
  .table-details tr td:first-child,
  .table-details tr td:nth-child(4),
  .table-details tr td:nth-child(3),
  .table-details tr td:nth-child(2) {
    font-size: 16px;
    line-height: 22px;
  }
  .table-details tr td img {
    width: 15px !important;
    height: auto;
  }
  .initiatives-quote.quote-slide-box .wp-block-group__inner-container {
    width: 96%;
    padding: 0 10px;
  }
  .initiatives-quote-box.quote-slide-box {
    font-size: 24px;
    line-height: 28px;
  }
  .error-404-wrap img {
    margin-left: 100px;
    max-width: 150%;
    width: 150%;
  }
  .error-404-wrap h1 {
    font-size: 30px;
  }
  .error-404-wrap h1 strong {
    font-size: 27px;
  }
  .app-grid .featured-app-box,
  .app-grid .featured-app-box + .app-boxes-4 {
    flex-basis: 100%;
    width: 100%;
  }
  .app-grid .featured-app-box {
    margin-bottom: 16px;
  }
  .app-grid .four-in-a-row .wp-block-column:nth-child(3n),
  .app-grid .featured-app-box + .app-boxes-4 {
    margin-left: 0;
  }
  .app-grid .four-in-a-row,
  .app-grid .wp-block-columns {
    flex-wrap: wrap;
  }
  .app-grid .wp-block-group.app-static {
    height: 200px;
  }
  .fixed-980.business-nav.faq-nav {
    padding: 0 15px;
  }
  .business-nav.faq-nav .wp-block-column {
    flex-basis: calc(25% - 16px) !important;
  }
  .business-nav.faq-nav a,
  .business-nav.faq-nav a:visited {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .bottom-two-col-hover .story-grid {
    flex-basis: calc(50% - 20px);
  }
  .for-jobsite .three-col-story-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .for-jobsite .three-col-story-wrap .wp-block-column.story-grid {
    flex-basis: calc(50% - 16px);
  }
  .old-team-pricing .team-pricing-col .pricing-heading-box-team {
    display: block !important;
    background: #0bc5ba;
  }
  .team-side-col-old {
    display: none;
  }
  .team-data-col-old {
    flex-basis: 600px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto !important;
  }
  .old-team-pricing .team-pricing-col.button-col {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .mktoForm .mktoFormRow {
    clear: none !important;
  }
  .we-mega-menu-submenu.active-form-slide-up {
    display: block;
    position: fixed;
    top: 0;
    width: 100% !important;
    left: 0;
    right: 0;
    height: 100% !important;
    min-height: 100% !important;
    z-index: 999999 !important;
    background: linear-gradient(to bottom, #333c50 0%, #333c50 40%, #000000 100%) !important;
  }
  .mktoForm input {
    font-size: 16px !important;
    padding: 8px 10px 8px 10px !important;
    background-color: #ffffff;
  }
  .mktoForm select {
    font-size: 16px !important;
    padding: 8px 10px 8px 10px !important;
    background-color: #ffffff;
  }
  .mktoForm textarea {
    font-size: 16px !important;
    padding: 8px 10px 8px 10px !important;
    background-color: #ffffff;
  }
  .mktoFormRow {
    margin-bottom: 10px !important;
  }
  .mktoFormRow select {
    font-size: 16px !important;
    padding: 8px 10px 8px 10px !important;
    background-color: #ffffff;
  }
  input.mktoField {
    font-size: 16px !important;
    padding: 8px 10px 8px 10px !important;
    background-color: #ffffff;
  }
  .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0 !important;
  }
  .navbar-we-mega-menu.navbar ul .mktoFormRow a {
    display: inline;
  }
  .navbar-we-mega-menu.navbar ul .we-megamenu-nolink .mktoFormRow a {
    display: inline;
  }
  .modal-body {
    position: relative;
    padding: 10px 35px;
  }
  .contact-slide {
    margin-top: 35px;
  }
  #block-mainnavigation.main-nav .we-mega-menu-submenu #block-contactusslide .clearfix.text-formatted {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  #block-initiativescuctomsubblock {
    display: none;
  }
  .team-pricing-col.button-col {
    display: none;
  }
  .wp-block-group.team-pricing-col {
    flex-basis: calc(33% - 8px);
  }
  .team-pricing-col:nth-child(2) {
    margin-left: 0 !important;
  }
  .colapse-data-box > .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wp-block-group.team-pricing-col {
    flex-basis: 100%;
    margin-left: 0 !important;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .hide-first .wp-block-columns .wp-block-column {
    flex-basis: 40% !important;
    width: 40% !important;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
    justify-content: left;
  }
  .hide-first .wp-block-columns .wp-block-column:last-child {
    justify-content: flex-end;
  }
  .hide-first .wp-block-columns .wp-block-column:first-child,
  .hide-second .wp-block-columns .wp-block-column:last-child {
    display: flex;
    flex-basis: 60% !important;
    width: 60% !important;
    padding-left: 20px;
  }
  .team-pricing-col:nth-child(2) .group-button button,
  .team-pricing-col:nth-child(3) .group-button button,
  .team-pricing-col:last-child .group-button button {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0;
    padding-left: 20px;
  }
  .team-pricing-col .group-button button .arrow-down-col {
    right: 20px;
  }
  .hide-first .wp-block-columns {
    display: flex;
    flex-wrap: nowrap !important;
  }
  .top-message.inner-top-message {
    top: -55px;
  }
  .all-collapsed .wp-block-columns {
    height: auto !important;
    min-height: 57px;
  }
  .all-collapsed .wp-block-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .all-collapsed .collapse.in,
  .group-button.deployment-options button,
  .group-button.deployment-options,
  .group-button.deployment-options,
  .group-button.deployment-options {
    height: auto !important;
  }
  .group-button.deployment-options button {
    height: 57px !important;
  }
  .group-button.deployment-options .deployment-options-copy {
    padding: 20px;
  }
  .all-collapsed .team-pricing-col > .wp-block-group__inner-container {
    display: block !important;
  }
  .hide-first .wp-block-columns p.tooltip-price.enterprise-tooltip {
    margin-right: 30px;
  }
  .tooltip-test:hover > strong,
  .tooltip-price:hover > strong {
    width: 250px;
    max-width: 250px;
  }
  .tooltip-price.enterprise-tooltip:hover > strong {
    width: 200px;
    max-width: 170px;
  }
  .business-nav.faq-nav .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
  }
  .contact-form-modals .mktoForm input[type=email] {
    margin-top: 15px !important;
  }
  .billing-form.contact-form-modals .mktoForm input[type=email],
  .reseller-form.contact-form-modals .mktoForm input[type=email] {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 992px) {
  .gray-bg.full-size .wp-block-group__inner-container {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .full-bg-section .wp-block-media-text__media img {
    margin-left: 0;
  }
  .wp-block-columns.two-col-industry {
    flex-wrap: wrap;
  }
  .two-col-industry.padding-bottom-80 {
    padding-bottom: 40px;
  }
  .two-col-industry .wp-block-column {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .two-col-industry .wp-block-column:first-child {
    margin-bottom: 30px;
  }
  .two-col-industry .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .two-col-industry-img-right {
    display: flex;
  }
  .two-col-industry-img-right .tci-right-col {
    order: 1;
    margin-bottom: 15px;
  }
  .two-col-industry-img-right .text-image-col {
    order: 2;
  }
  .text-image-col .wp-block-image {
    margin-bottom: 30px;
  }
  .two-col-industry-img-right.summit-rc .tci-right-col {
    margin-bottom: 0;
  }
  .two-col-industry + .two-col-industry.padding-top-80 {
    padding-top: 40px;
  }
  .two-col-industry .wp-block-column:first-child {
    margin-bottom: 30px;
  }
  .two-col-industry .text-image-col {
    margin-bottom: 0 !important;
  }
  .initiatives-two-col,
  .construction-section .initiatives-row {
    flex-wrap: wrap;
  }
  .construction-section .initiatives-row .wp-block-media-text__content {
    padding: 30px 30px;
  }
  .initiatives-two-col .wp-block-column,
  .construction-section .initiatives-row .wp-block-media-text__media,
  .construction-section .wp-block-media-text.initiatives-row {
    width: 100%;
    flex-basis: 100%;
  }
  .construction-section .initiatives-row.image-right .wp-block-media-text__content,
  .construction-section .initiatives-row.image-left .wp-block-media-text__content {
    padding: 40px 30px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .initiatives-two-col .wp-block-column,
  .initiatives-two-col .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .initiatives-two-col .wp-block-column:last-child {
    padding: 40px 30px 0;
  }
  .slide-img-col,
  .has-media-on-the-right.initiatives-row .wp-block-media-text__media {
    order: 1;
  }
  .slide-text-col,
  .has-media-on-the-right.initiatives-row .wp-block-media-text__content {
    order: 2;
  }
  .slide-row.gray-two {
    flex-wrap: wrap;
  }
  .slide-text-col.text-left-col,
  .slide-img-col.img-right-col {
    width: 100%;
    flex-basis: 100%;
  }
  .slide-round-bg-wrap::after {
    width: 100%;
    height: 100%;
  }
  .slide-img-col.img-right-col {
    margin: 0 auto 30px;
  }
  .slide-img-col.img-right-col img {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .three-col-story-wrap.icon-boxes.icon-boxes-big .wp-block-column {
    flex-basis: 450px !important;
    width: 450px;
    max-width: 100%;
    margin: 0 auto 32px;
    text-align: center;
  }
  .four-col-light.story-cards {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .four-col-light.story-cards .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
    width: 50%;
    margin-left: 0;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .four-col-light.story-cards .wp-block-column:not(:first-child) {
    margin-left: 16px;
  }
  .four-col-light.story-cards .wp-block-column:nth-child(3n) {
    margin-left: 0;
  }
  .inner-heading .wp-block-media-text__media img {
    object-fit: cover;
    width: 150%;
    max-width: 150%;
  }
}
@media only screen and (max-width: 960px) {
  .pricing-cols .wp-block-columns {
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
  }
  .pricing-cols .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
    margin: 0 auto 35px !important;
  }
  .default-table-wrap .wp-block-group__inner-container figure.default-table {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 0 solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-width: 860px;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .default-table-wrap .wp-block-group__inner-container figure.default-table table {
    width: 860px;
  }
}
@media only screen and (max-width: 899px) {
  .enterprise-trial .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .epi-logos {
    width: 120px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 860px) {
  .loc-data-wrap {
    flex-wrap: wrap;
  }
  .wp-block-column.data-col,
  .wp-block-column.map-col {
    flex-basis: 100%;
  }
  .loc-data-wrap .wp-block-column .wp-block-columns {
    flex-wrap: nowrap;
  }
  .map-img {
    margin-bottom: 30px;
  }
  .wp-block-column.data-col,
  .wp-block-column.map-col {
    margin-left: 0;
  }
  .addons-integrations {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .full-bg-section .wp-block-media-text__media img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .construction-section .wp-block-media-text {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .construction-section .wp-block-media-text__media {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .construction-section .image-right .wp-block-media-text__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
    padding: 30px 40px;
  }
  .construction-section .image-left .wp-block-media-text__content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 40px;
  }
  .construction-section .wp-block-media-text__content {
    border-radius: 0 0 5px 5px;
  }
  .construction-section .wp-block-media-text__content h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .inner-heading .wp-block-media-text__media {
    height: 300px;
  }
  .inner-heading .wp-block-media-text__media img {
    width: auto;
    height: 300px;
    margin-left: 0;
    margin-top: 15px;
  }
  .wp-block-columns.video-cards {
    display: block;
  }
  .wp-block-columns.video-cards .wp-block-column {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 320px;
  }
  .four-col-dark.video-cards {
    display: flex;
  }
  .dark-grad-cols.three-col-dark .wp-block-column:last-child {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 320px;
  }
  .four-col-light.story-cards .wp-block-column {
    margin: 0 auto 20px !important;
    max-width: 100%;
    flex-basis: 100% !important;
    width: 320px;
  }
  .quote-box-industry .wp-block-media-text__content p {
    font-size: 27px;
    line-height: 33px;
  }
  .two-col-story-wrap.icon-boxes,
  .three-col-story-wrap.icon-boxes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .three-col-story-wrap.icon-boxes .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
    width: 50%;
    margin-left: 0;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .three-col-story-wrap.icon-boxes-big {
    width: 400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .three-col-story-wrap.icon-boxes-big .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .responsive-table > .wp-block-group__inner-container {
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  ::-webkit-scrollbar {
    width: 12px !important;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #333c50 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: #333c50 !important;
  }
  .responsive-table .wp-block-group__inner-container figure.table-details {
    width: 880px;
    min-width: 880px;
    max-width: 880px;
  }
  .office-loc-cols {
    justify-content: center;
  }
  .office-loc-cols .wp-block-column {
    margin-bottom: 32px;
  }
  .new-events-template .wp-block-column:not(:first-child),
  .new-events-template .wp-block-column:nth-child(4n) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .versus-section.margin-bottom-50 {
    margin-bottom: 0;
  }
  .versus-section .wp-block-columns {
    flex-wrap: wrap;
  }
  .versus-section .wp-block-column {
    flex-basis: 100%;
    width: 100%;
  }
  .versus-section .wp-block-column:first-child {
    margin-bottom: 30px;
  }
  .three-col-story-wrap.icon-boxes .wp-block-column:nth-child(2),
  .three-col-story-wrap.icon-boxes .wp-block-column:nth-child(4),
  .versus-section .wp-block-column,
  .versus-section .wp-block-column:not(:first-child) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .initiatives-quote .wp-block-group__inner-container .wp-block-group__inner-container {
    padding: 0;
  }
  .msp-slider.initiatives-quote .wp-block-columns .wp-block-column:first-child {
    order: 2;
  }
  .msp-slider.initiatives-quote .wp-block-columns .wp-block-column:last-child {
    order: 1;
    padding: 0;
    margin-bottom: 20px;
  }
  .msp-slider.initiatives-quote figure + p {
    font-size: 20px;
  }
  .loc-data-wrap .wp-block-column .wp-block-columns {
    flex-wrap: wrap;
  }
  .loc-data-wrap .wp-block-column .wp-block-columns .wp-block-column {
    margin-bottom: 20px;
  }
  .em-voices .wp-block-column:nth-child(3),
  .em-voices .wp-block-column:nth-child(2),
  .em-voices .wp-block-column:first-child {
    margin-bottom: 32px;
  }
  .em-voices .wp-block-column,
  .em-voices .wp-block-column:nth-child(3n),
  .em-voices .wp-block-column:nth-child(2n) {
    margin-left: auto;
    margin-right: auto;
    flex-basis: 100%;
  }
  .inner-heading .wp-block-media-text__media img {
    width: 200%;
    margin-left: -50%;
    max-width: 200%;
  }
  .for-jobsite .three-col-story-wrap .wp-block-column.story-grid {
    flex-basis: 100%;
    width: 100%;
    margin: 0 auto 32px;
  }
  .wp-block-columns.mobile-app-icon-boxes {
    flex-wrap: wrap;
  }
  .wp-block-columns.mobile-app-icon-boxes > .wp-block-column {
    flex-basis: 100%;
    width: 100%;
    margin-left: auto !important;
  }
  .wp-block-columns.mobile-app-icon-boxes > .wp-block-column:first-child {
    margin-bottom: 32px;
  }
  .wp-block-columns.agenda-cols .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 660px) {
  .contact-form-modals .mktoFormRow:nth-child(4),
  .contact-form-modals .mktoFormRow:nth-child(2),
  .contact-form-modals .mktoFormRow {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .old-team-pricing .hide-second .wp-block-columns,
  .old-team-pricing .hide-first .wp-block-columns {
    height: 77px;
  }
}
@media only screen and (max-width: 600px) {
  .inner-heading .wp-block-media-text__media img {
    width: auto;
    height: 300px;
    margin-left: -30%;
  }
  .full-bg-section .wp-block-media-text__media img {
    margin-left: 0;
  }
  .four-col-dark.video-cards {
    max-width: 92%;
  }
  .four-col-dark.video-cards .wp-block-column:nth-child(2) {
    margin-right: auto;
    margin-left: auto;
  }
  .inner-heading h1 {
    font-size: 35px;
  }
  .inner-heading h1 strong {
    line-height: 1.56;
  }
  .three-col-story-wrap.icon-boxes .wp-block-column {
    flex-basis: 100% !important;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 16px;
    margin-right: auto;
  }
  .quote-box-industry .wp-block-media-text__content p {
    font-size: 24px;
    line-height: 30px;
  }
  .error-404-wrap img {
    margin-left: 0;
    max-width: 150% !important;
    width: 150% !important;
  }
  .error-404-wrap h1 {
    font-size: 27px;
  }
  .error-404-wrap h1 strong {
    font-size: 24px;
  }
  .error-404-wrap .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0;
  }
  #loc-modal .modal-body {
    position: relative;
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 599px) {
  h3.benefits-title,
  .loc-data-wrap .wp-block-column .wp-block-columns .wp-block-column,
  .data-col .wp-block-column p {
    text-align: center;
  }
  .app-grid .wp-block-columns {
    display: block;
  }
  .app-grid .wp-block-columns .wp-block-column {
    margin-left: auto !important;
    margin-right: auto;
  }
  .business-nav.faq-nav .wp-block-columns {
    flex-wrap: wrap;
  }
  .business-nav.faq-nav .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
  }
  .business-nav.faq-nav a,
  .business-nav.faq-nav a:visited {
    font-size: 20px;
  }
  .page-node-801 .three-col-story-wrap.icon-boxes .wp-block-column:nth-child(2),
  .three-col-story-wrap.bottom-two-col-hover .wp-block-column:nth-child(2),
  .three-col-story-wrap.bottom-two-col-hover .wp-block-column:nth-child(4) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 539px) {
  .green-button.black-button a {
    display: inline-block;
  }
  .green-button.black-button a:first-child {
    margin-bottom: 20px;
  }
  .green-button.black-button a:last-child {
    margin-bottom: 0;
  }
  #block-mainnavigation.main-nav #block-contactusslide .mktoFormRow {
    width: 100% !important;
  }
  .mktoFormRow:nth-child(4),
  .mktoFormRow:nth-child(2) {
    padding-right: 0 !important;
  }
  .mktoFormRow:nth-child(5),
  .mktoFormRow:nth-child(3) {
    padding-left: 0 !important;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: auto !important;
    line-height: 1.2em !important;
    font-size: 16px;
  }
  .modal-body {
    padding: 10px 5px;
  }
  #block-mainnavigation.main-nav .contact-us-mm .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col {
    padding-left: 0;
  }
  .initiatives-quote-box.quote-slide-box {
    font-size: 22px;
    line-height: 26px;
  }
  .contact-form-modals .mktoHtmlText a {
    display: block;
    padding-left: 0;
  }
  .mktoFormRow:nth-child(5),
  .mktoFormRow:nth-child(3),
  .mktoFormRow:nth-child(4),
  .mktoFormRow:nth-child(2) {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .epf-form .mktoFormRow:nth-child(10) .mktoLabel *,
  .epf-form .mktoFormRow:nth-child(11) .mktoLabel * {
    padding: 0 !important;
  }
}
@media only screen and (max-device-height: 480px) {
  .epf-form .mktoFormRow:nth-child(10) .mktoLabel *,
  .epf-form .mktoFormRow:nth-child(11) .mktoLabel * {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .full-bg-section .wp-block-media-text__media img {
    margin-left: -160%;
  }
}
@media only screen and (max-width: 414px) {
  .full-bg-section .wp-block-media-text__media img {
    margin-left: -180%;
  }
}
@media only screen and (max-width: 375px) {
  .full-bg-section .wp-block-media-text__media img {
    margin-left: -240%;
  }
}
.gray-image-shadow {
  text-align: center;
}
.gray-image-shadow img {
  box-shadow: 0 3px 20px #d6d6d6;
  max-width: 94%;
}

.video-row .wp-block-column {
  position: relative;
  overflow: hidden;
}
.video-row .wp-block-column .video-hover-box {
  background: #1f2531;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  position: absolute !important;
  transform: translateY(-100%);
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0 !important;
  bottom: auto !important;
}
.video-row .wp-block-column .video-hover-box p {
  padding: 20px 25px 0 25px;
  margin-bottom: 10px;
}
.video-row .wp-block-column .video-hover-box p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-row .wp-block-column .video-hover-box p:last-child {
  padding: 0 25px 20px 25px;
  margin-bottom: 0;
  align-self: flex-end;
  margin-top: auto;
}
.video-row .wp-block-column .video-hover-box .card-link {
  text-align: left;
}
.video-row .wp-block-column .video-hover-box .green-link.card-link a {
  text-align: left;
  font-size: 18px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #0bc5ba;
}
.video-row .wp-block-column .video-hover-box .green-link.card-link a:visited {
  text-align: left;
  font-size: 18px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #0bc5ba;
}
.video-row .wp-block-column .video-hover-box .green-link.card-link a:hover {
  background: transparent;
  text-decoration: none;
  border-top: 2px solid #0bc5ba;
}
.video-row .wp-block-column .video-hover-box .green-link.card-link a:focus {
  background: transparent;
  text-decoration: none;
  border-top: 2px solid #0bc5ba;
}
.video-row .wp-block-column .video-hover-box .green-link.card-link a:active {
  background: transparent;
  text-decoration: none;
  border-top: 2px solid #0bc5ba;
}
.video-row .wp-block-column:hover .video-hover-box {
  transform: translateY(0);
  opacity: 1;
}
.video-row .wp-block-column:focus .video-hover-box {
  transform: translateY(0);
  opacity: 1;
}
.video-row .video-hover-box .wp-block-group__inner-container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.video-row .wp-block-media-text__media::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;
}

@media only screen and (max-width: 1180px) {
  .video-row .wp-block-column .video-hover-box p:first-child {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 992px) {
  .wp-block-columns.video-row {
    flex-wrap: wrap;
    margin: 0 auto 0;
    width: 600px;
    max-width: 92%;
  }
  .wp-block-columns.video-row .wp-block-column {
    margin: 0 auto 30px auto;
    flex-basis: 100%;
  }
  .wp-block-columns.video-row .wp-block-column .video-hover-box {
    height: calc(100% + 2px);
  }
  .wp-block-columns.video-row .wp-block-column .video-hover-box p:first-child {
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 699px) {
  .video-row .wp-block-column .video-hover-box p:first-child {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 600px) {
  .video-row .wp-block-column .video-hover-box p:first-child {
    -webkit-line-clamp: 3;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 25px;
  }
  .video-gradient .wp-block-media-text__content h3 strong {
    display: inline;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .contact-us-mm .we-mega-menu-submenu {
    display: none !important;
    z-index: -1 !important;
  }
  .we-mega-menu-submenu.active-form-slide-up {
    position: fixed;
    height: 660px !important;
    min-height: 660px !important;
    display: block !important;
    z-index: 9999 !important;
  }
  .contact-us-mm {
    height: auto !important;
  }
  .contact-us-mm.active-form-li {
    height: 660px !important;
    min-height: 660px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .contact-us-mm .we-mega-menu-submenu {
    display: none !important;
    z-index: -1 !important;
  }
  .we-mega-menu-submenu.active-form-slide-up {
    position: fixed;
    height: 660px !important;
    min-height: 660px !important;
    display: block !important;
    z-index: 9999 !important;
  }
  .contact-us-mm {
    height: auto !important;
  }
  .contact-us-mm.active-form-li {
    height: 660px !important;
    min-height: 660px !important;
  }
}
/************ PRICING STICKY ******************/
.sticky-active {
  padding-top: 210px;
  margin-top: -110px;
  z-index: 2;
}
.sticky-active p {
  display: none;
}

.team-pricing-col:first-child .pricing-heading-box-empty {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.team-pricing-col:first-child .pricing-heading-box-empty.sticky-active {
  background-color: #f4f6f6;
  opacity: 1;
}

/************ PRICING STICKY ******************/
/**** RESOURCE CENTER FILTERING ****/
.reset-filters {
  margin-top: 50px;
}
.reset-filters > a {
  text-decoration: none !important;
}

.no-items-message {
  opacity: 0;
  transition: 0.5s ease;
}

.no-items-message.open-no-items-message {
  margin-top: 200px;
  margin-bottom: 200px;
  opacity: 1;
}

.geometric-header .tab-container {
  position: relative;
  border-radius: 15px;
  z-index: 2;
}
.geometric-header .tab-container ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  box-shadow: none;
  white-space: normal;
}
.geometric-header .tab-container ul.tabs > li {
  margin: 0;
}
.geometric-header .tab-container ul.tabs > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9bdc6;
  color: #fff;
  font-weight: 300;
  border-radius: 76px;
  padding: 0px 40px;
  height: 68px;
  width: 250px;
  line-height: 18px;
}
.geometric-header .tab-container ul.tabs > li a.current, .geometric-header .tab-container ul.tabs > li a:hover, .geometric-header .tab-container ul.tabs > li a:active {
  background-color: #708186;
}
.geometric-header .tab-container .tab-content {
  padding: 40px 60px 0px 60px;
  margin-bottom: 40px;
}
.geometric-header .tab-container .tab-content #getting-started .chart-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.geometric-header .tab-container .tab-content #decrease-it-costs .chart-container .chart-container-columns .bar-chart {
  height: 330px;
}
.geometric-header .tab-container .tab-content #improve-collaboration-and-productivity .chart-container .chart-container-columns .bar-chart {
  height: 460px;
}
.geometric-header .tab-container .tab-content #increase-control-and-reduce-risk .chart-container .chart-container-columns .bar-chart {
  height: 460px;
}
.geometric-header .tab-container .tab-content .wp-block-group.hide-tab-content {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.geometric-header .tab-container .tab-content .wp-block-group .tab-content-main {
  flex-basis: 40%;
}
.geometric-header .tab-container .tab-content .wp-block-group .tab-content-main .green-link a:hover {
  text-decoration: none;
}
.geometric-header .tab-container .tab-content .wp-block-group .chart-container {
  flex-basis: 60%;
  padding: 30px 0px 0px 0px;
}
.geometric-header .tab-container .tab-content h2,
.geometric-header .tab-container .tab-content p {
  color: #000;
}
.geometric-header .tab-container .tab-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 36px;
}
.geometric-header .tab-container .tab-content p {
  font-size: 22px;
  font-weight: 400;
}

.chart-container {
  position: relative;
}
.chart-container .donut-chart {
  min-height: 243px;
}
.chart-container .donut-chart svg.yellow {
  cursor: default;
}
.chart-container .donut-chart svg.yellow .green-arc-off:hover {
  fill: #6e49ff;
  cursor: pointer;
}
.chart-container .donut-chart svg.yellow .red-arc-off:hover {
  fill: #32bdb5;
  cursor: pointer;
}
.chart-container .donut-chart svg.red {
  cursor: default;
}
.chart-container .donut-chart svg.red .yellow-arc-off:hover {
  fill: #007bbd;
  cursor: pointer;
}
.chart-container .donut-chart svg.red .green-arc-off:hover {
  fill: #6e49ff;
  cursor: pointer;
}
.chart-container .donut-chart svg.green {
  cursor: default;
}
.chart-container .donut-chart svg.green .red-arc-off:hover {
  fill: #32bdb5;
  cursor: pointer;
}
.chart-container .donut-chart svg.green .yellow-arc-off:hover {
  fill: #007bbd;
  cursor: pointer;
}
.chart-container .donut-chart-content {
  max-width: 260px;
  width: 100%;
}
.chart-container .donut-chart-content ul {
  color: #35364E;
  font-size: 16px;
  font-weight: 400;
  font-family: "Metric";
  margin-bottom: 0;
}
.chart-container .donut-chart-content ul li {
  margin-bottom: 5px;
}
.chart-container .donut-chart-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #003F65;
  margin-bottom: 15px;
  font-family: "Metric-bold";
}
.chart-container .graph-totals-container {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 15px;
}
.chart-container .graph-totals-container p.graph-totals {
  color: #708186;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.chart-container .graph-totals-container p.graph-totals span {
  color: #40c6be;
  font-weight: 600;
}
.chart-container .graph-totals-container p.has-small-font-size {
  font-size: 14px;
}
.chart-container .graph-footnote {
  background: #F6F9FB;
  font-size: 20px;
  margin-bottom: 0;
  color: #1F5AA0;
  padding: 20px 40px;
  text-align: left;
  line-height: 27px;
}
.chart-container .bar-chart {
  flex-basis: 100% !important;
}
.chart-container .bar-chart svg .bars {
  cursor: pointer;
}
.chart-container .bar-chart svg .bars.management:hover, .chart-container .bar-chart svg .bars.lifecycle-management:hover, .chart-container .bar-chart svg .bars.compliance:hover {
  fill: #00539A !important;
}
.chart-container .bar-chart svg .bars.backup-recovery:hover, .chart-container .bar-chart svg .bars.ransomware:hover, .chart-container .bar-chart svg .bars.user-productivity:hover {
  fill: #6E49FF !important;
}
.chart-container .bar-chart svg .bars.hardware:hover, .chart-container .bar-chart svg .bars.business-continuity:hover, .chart-container .bar-chart svg .bars.data-minimize:hover {
  fill: #0BC5BA !important;
}
.chart-container .bar-chart svg .bars.support:hover {
  fill: #3D71EA !important;
}
.chart-container .bar-chart .backup-recovery-on,
.chart-container .bar-chart .user-productivity-on,
.chart-container .bar-chart .ransomware-on {
  fill: #6E49FF !important;
}
.chart-container .bar-chart .hardware-off {
  fill: #7f8c90 !important;
}
.chart-container .bar-chart .hardware-on,
.chart-container .bar-chart .business-continuity-on,
.chart-container .bar-chart .data-minimize-on {
  fill: #0BC5BA !important;
}
.chart-container .bar-chart .backup-recovery-off {
  fill: #a9bdc6 !important;
}
.chart-container .bar-chart .management-on,
.chart-container .bar-chart .lifecycle-management-on,
.chart-container .bar-chart .compliance-on {
  fill: #00539A !important;
}
.chart-container .bar-chart .management-off,
.chart-container .bar-chart .business-continuity-off,
.chart-container .bar-chart .lifecycle-management-off,
.chart-container .bar-chart .data-minimize-off {
  fill: #708186 !important;
}
.chart-container .bar-chart .support-on {
  fill: #3D71EA !important;
}
.chart-container .bar-chart .support-off,
.chart-container .bar-chart .user-productivity-off {
  fill: #a9bdc6 !important;
}
.chart-container .bar-chart .bar-chart-text-active {
  fill: #000000 !important;
}
.chart-container .bar-chart .bar-chart-text-inactive {
  fill: #a9bdc6 !important;
}

.bva-features {
  position: relative;
  top: -70px;
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
}
.bva-features .grid-cont--xl {
  border-radius: 10px;
  background: #fff;
  padding-top: 2px;
  height: 100%;
}
.bva-features .bva-features__tab_cont .slick-slider {
  position: unset;
}
.bva-features .bva-features__tab_cont .head-reviews__arrow--prev {
  left: 2%;
  background-image: url("../images/click-arrow-left.svg");
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}
.bva-features .bva-features__tab_cont .head-reviews__arrow--next {
  right: 2%;
  background-image: url("../images/click-arrow-right.svg");
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}
.bva-features .bva-features__tab_cont .platform-feature-benefits__dots {
  width: 100%;
  margin: 40px auto;
}
.bva-features .bva-features__tab_cont .platform-feature-benefits__dots li {
  width: 18px;
  height: 18px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #9AA1AC;
}
.bva-features .bva-features__tab_cont .platform-feature-benefits__dots li.slick-active {
  background-color: #0BC5BA;
}
.bva-features .bva-features__tab_cont .tabs--large .tabs__link {
  display: flex;
}
.bva-features .bva-features__tab_cont .assessment__cta {
  padding: 0;
  width: 425px;
  height: 60px;
  color: #fff;
  background: #0BC5BA;
  border-radius: 6px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bva-features .bva-features__tab_cont .assessment__cta:hover {
  background-color: #23B6AA;
}
.bva-features .bva-features__tab_cont .chart-container {
  border: 1px solid #E3EAEE;
  border-radius: 6px;
  position: relative;
  height: 100%;
}
.bva-features .bva-features__tab_cont .chart-container .chart-container-columns {
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
.bva-features .bva-features__tab_cont .tab-content-main h2 {
  margin-top: 14px;
  margin-bottom: 10px;
}
.bva-features .bva-features__tab_cont .tab-content-main p {
  max-width: 589px;
  width: 100%;
}

.take-a-way--container .take-a-way--three-col__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.take-a-way--container .take-a-way--three-col__container .take-a-way__box {
  max-width: 426px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 384px;
  border: 1px solid #003F65;
  border-radius: 20px;
  border-top: 25px solid #102C3F;
  box-shadow: 3px 8px 13.1px 0px rgba(107, 107, 107, 0.2509803922);
  margin: 13px;
  padding: 70px 40px 40px 40px;
}
.take-a-way--container .take-a-way--three-col__container .take-a-way__box h3 {
  max-width: 210px;
}
.take-a-way--container .take-a-way--three-col__container .take-a-way__box img {
  max-width: 150px;
  height: 100px;
}
.take-a-way--container .summary-total {
  background: #fff;
  border: 10px;
  height: 318px;
  padding: 36px 0;
}
.take-a-way--container .summary-total p {
  font-size: 45px;
  margin: 0;
  line-height: 110.78px;
}
.take-a-way--container .summary-total hr {
  width: 50%;
}

@media (max-width: 1470px) {
  .bva-features .bva-features__tab_cont .head-reviews__arrow--next {
    right: 10px;
  }
  .bva-features .bva-features__tab_cont .head-reviews__arrow--prev {
    left: 10px;
  }
}
@media (max-width: 1200px) {
  .bva-features .bva-features__tab_cont .head-reviews__arrow--next {
    right: 0;
  }
  .bva-features .bva-features__tab_cont .head-reviews__arrow--prev {
    left: 0;
  }
  .take-a-way--container .take-a-way--three-col__container .take-a-way__box {
    height: 304px;
  }
  .take-a-way--container .take-a-way--three-col__container .take-a-way__box img {
    width: 130px;
  }
  .take-a-way--container .summary-total p {
    font-size: 40px;
    line-height: 100.78px;
  }
  .summary_container .h2--xlarge {
    font-size: 42px;
  }
  .summary_container .h3--medium {
    font-size: 25px;
  }
  .summary_container .p--xlarge {
    font-size: 22px;
  }
}
@media (max-width: 1150px) {
  .bva-features .bva-features__tab_cont .head-reviews__arrow--next {
    right: 2%;
  }
  .bva-features .bva-features__tab_cont .head-reviews__arrow--prev {
    left: 2%;
  }
  .tabs-two-col__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bva-features .grid-cont--xl {
    height: 100%;
  }
  .bva-features .bva-features__tab_cont .chart-container {
    height: 100%;
    width: 99%;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .bva-features .bva-features__tab_cont .tab-content-main p {
    max-width: 100%;
  }
  .chart-container .graph-footnote {
    position: relative;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .callout__outer-container {
    height: 280px;
  }
  .callout__outer-container .callout__inner-container {
    height: 280px;
  }
  .callout__outer-container .callout__inner-container h2 {
    font-size: 40px;
  }
  .callout__outer-container .callout__inner-container .callout_cta {
    font-size: 20px;
    width: 260px;
    height: 50px;
  }
  .summary_container .h2--xlarge {
    font-size: 38px;
  }
  .summary_container .h3--medium {
    font-size: 22px;
  }
  .summary_container .p--xlarge {
    font-size: 20px;
  }
  .take-a-way--container {
    padding: 0;
  }
  .take-a-way--container .summary-total {
    height: 198px;
    margin: 0 30px;
  }
  .take-a-way--container .summary-total p {
    font-size: 35px;
    line-height: 49.78px;
  }
  .take-a-way--container .take-a-way--three-col__container .take-a-way__box {
    height: 254px;
    padding: 21px 40px;
  }
  .take-a-way--container .take-a-way--three-col__container .take-a-way__box img {
    width: 104px;
    min-height: 95px;
  }
}
@media (max-width: 800px) {
  .take-a-way--container .summary-total hr {
    width: 80%;
  }
  .take-a-way--container .take-a-way--three-col__container {
    flex-wrap: wrap;
  }
  .take-a-way--container .take-a-way--three-col__container .take-a-way__box {
    height: 285px;
    padding: 32px 20px;
  }
}
.tco-footer-cta-container img {
  margin-top: -60px;
}
.tco-footer-cta-container h3 {
  color: #4b4f54;
  font-size: 42px;
  font-weight: normal;
}
.tco-footer-cta-container h3 strong {
  font-weight: normal;
  display: block;
}

@media (max-width: 782px) {
  .chart-container .donut-chart-content {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .chart-container .donut-chart-content h3 {
    font-size: 16px !important;
  }
}
@media (max-width: 650px) {
  .summary_container .h2--xlarge {
    font-size: 34px;
  }
  .page-hero.geometric-header h1 {
    font-size: 38px;
  }
  .take-a-way--container .summary-total {
    height: 170px;
  }
  .take-a-way--container .summary-total p {
    font-size: 25px;
    line-height: 39.78px;
  }
  .bva-features .bva-features__tab_cont .platform-feature-benefits__dots {
    padding: 0;
  }
}
@media (max-width: 613px) {
  .bva-features .bva-features__tab_cont .slick-slide {
    height: 0 !important;
  }
  .bva-features .bva-features__tab_cont .slick-slide.slick-active {
    height: 100% !important;
  }
}
@media (max-width: 530px) {
  .bva-features .bva-features__tab_cont .assessment__cta {
    width: 260px;
    height: 50px;
  }
  .chart-container p {
    padding: 0 20px;
  }
  .chart-container .graph-footnote {
    padding: 20px;
  }
  .chart-container .donut-chart-content {
    margin-left: 0;
  }
}
.h1-circle {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 35px;
}
.h1-circle.h1-circle__teal {
  background: #36bcb6;
}
.h1-circle.h1-circle__yellow {
  background: #f1bb1f;
}
.h1-circle.h1-circle__blue {
  background: #1f5aa0;
}
.h1-circle.h1-circle__parrot {
  background: #bed972;
}
.h1-circle.h1-circle__red {
  background: #f15f53;
}

.dg-trends-form.mktoForm .mktoFormCol {
  margin-bottom: 15px !important;
}
.dg-trends-form.mktoForm .mktoFormCol input {
  margin-top: 0px !important;
}
.dg-trends-form.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}
.dg-trends-form.mktoForm .mktoCheckboxList {
  padding: 0;
  width: 20px !important;
}
.dg-trends-form.mktoForm .mktoCheckboxList > input {
  top: 5px !important;
}
.dg-trends-form.mktoForm .mktoButtonRow {
  display: block;
}
.dg-trends-form.mktoForm .mktoButtonRow .mktoButton {
  width: 100%;
  transition: none;
}

@media screen and (max-width: 991px) {
  .dg-trends-form.mktoForm .mktoFormRow {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .dg-trends-modals h2 {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .dg-trends-modals h2 {
    font-size: 18px;
  }
}
.wp-block-group.new-events-template.awards-boxes {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
}

.wp-block-group.wp-block-column.story-grid.views-col {
  padding-bottom: 30px;
  height: 100%;
}

/**/
/* app-integration */
/**/
.app-integration--testimonials__bg {
  padding: 64px 0;
}

/**/
/* careers reviews */
/**/
.careers-reviews {
  display: flex;
  height: 749px;
  align-items: center;
}
.careers-reviews .h2 {
  max-width: 449px;
  letter-spacing: -0.5px;
}
.careers-reviews .h6 {
  letter-spacing: 8.5px;
  line-height: 114%;
  text-transform: uppercase;
}
.careers-reviews .testimosnial__carousel__copy .p {
  font-family: Metric-medium;
}

#testimonial__carousel .testimonial__carousel__item {
  position: relative;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 439px;
  margin: auto;
  padding-top: 9px;
  cursor: pointer;
}
#testimonial__carousel .testimonial__carousel__item .resources__cont {
  width: 100%;
  box-shadow: 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);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -13px;
}
#testimonial__carousel .testimonial__carousel__media {
  height: fit-content;
  position: relative;
}
#testimonial__carousel .testimonial__carousel__media .testimonial__carousel__media__cover {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(44, 44, 44, 0.698) url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_testimonials/templates/images/careers/playButton.svg") center/cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
#testimonial__carousel .testimonial__carousel__media video {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
#testimonial__carousel .slick-track {
  padding-bottom: 1rem;
}
#testimonial__carousel .slick-dots {
  margin-top: 15px;
}
#testimonial__carousel .slick-dots li button:before {
  font-size: 18px;
}
#testimonial__carousel .slick-dots li.slick-active button:before {
  color: #34BDB5;
  opacity: 0.75;
}

@media screen and (max-width: 1283.98px) {
  .careers-reviews .grid-cont {
    width: 100%;
  }
  #testimonial__carousel .testimonial__carousel__item {
    max-width: 450px;
  }
  .testimosnial__carousel__copy {
    max-width: 450px;
  }
}
@media screen and (max-width: 1120.98px) {
  .testimosnial__carousel__copy {
    max-width: 350px;
  }
}
@media screen and (max-width: 991.98px) {
  #testimonial__carousel .slick-dots {
    margin-top: 0;
  }
  .careers-reviews {
    height: auto !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .careers-reviews .grid-cont {
    width: 100% !important;
  }
  .testimonial__carousel_item {
    max-width: 360px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 767.98px) {
  .careers-reviews {
    padding-top: 0px;
    padding-bottom: 170px;
  }
  #testimonial__carousel {
    margin-top: -4rem;
  }
  #testimonial__carousel .testimonial__carousel__media video {
    height: 287px;
    object-fit: cover;
    width: 100%;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 2.809px 2.809px 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 5.617px 17.554px 0px rgba(0, 0, 0, 0.16), 0px 4.915px 16.15px 0px rgba(0, 0, 0, 0.25);
  }
  #testimonial__carousel .testimonial__carousel__item {
    padding-bottom: 0;
    width: 266px;
    margin: auto;
  }
  #testimonial__carousel .slick-dots {
    display: none !important;
  }
  #testimonial__carousel .slick-current .grid-col {
    padding-left: 50px;
  }
  #testimonial__carousel .testimonial__carousel__media__cover {
    border-radius: 20px !important;
  }
  .testimosnial__carousel__copy {
    margin: auto;
    text-align: center;
  }
  .testimosnial__carousel__copy a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  #testimonial__carousel {
    max-width: initial;
    height: 325px;
  }
  #testimonial__carousel .slick-current .grid-col {
    padding-left: 10px;
  }
}
/**/
/* partners testimonials */
/**/
.partners-testimonials__bg {
  padding: 64px 0;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_testimonials/templates/images/partners/left@2x.png) 0 2px/150px 328px no-repeat, url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_testimonials/templates/images/partners/right@2x.png) 100% 100%/130px 328px no-repeat;
  background-color: rgba(0, 123, 189, 0.03);
}

@media screen and (max-width: 1283.98px) {
  .partners-testimonials__bg {
    background-image: none;
  }
}
@media screen and (max-width: 767.98px) {
  .partners-testimonials__bg {
    padding: 48px 0;
  }
}
/**/
/* head reviews */
/**/
.head-reviews {
  margin-bottom: 160px;
}

.head-reviews--alt {
  margin: 0;
  padding: 80px 0;
  background-color: #E5F1F6;
}

.head-reviews__carousel {
  padding: 50px 60px;
}
.head-reviews__carousel .slick-list {
  border-radius: 8px;
}

.head-reviews__slide {
  padding: 0 20px;
}

.head-reviews__text {
  margin-right: 32px;
  line-height: 1.375;
  font-weight: 500;
  color: #004064;
}

.head-reviews__name {
  font-weight: 600;
  color: #004163;
}

.head-reviews__position {
  font-weight: 500;
}

.head-reviews__photo {
  display: block;
  border-radius: 8px;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.head-reviews__video {
  position: relative;
  display: block;
}
.head-reviews__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  background: #FFF 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>') 52.5% 50%/20px 20px no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
}
.head-reviews__video:hover::after {
  transform: scale(1.125);
}

.head-reviews__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition-duration: 0.25s;
  transition-property: background-color;
  border: 0;
  box-shadow: 0px 1px 3px gray;
  opacity: 0.5;
}
.head-reviews__arrow:hover {
  background-color: rgb(216, 227, 232);
}

.head-reviews__arrow--prev {
  left: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><polygon fill="%230BC5BA" points="6.7,14.7 8.1,13.3 3.8,9 16,9 16,7 3.8,7 8.1,2.7 6.7,1.3 0,8 "></polygon></svg>');
}

.head-reviews__arrow--next {
  right: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><polygon fill="%230BC5BA" points="9.3,1.3 7.9,2.7 12.2,7 0,7 0,9 12.2,9 7.9,13.3 9.3,14.7 16,8 "></polygon></svg>');
}

.head-reviews__dots {
  position: absolute;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  pointer-events: none;
  opacity: 0;
}
.head-reviews__dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: #DCDEE3;
  transition-duration: 0.25s;
  transition-property: background-color;
}
.head-reviews__dots .slick-active {
  background: #32BDB5;
}

@media screen and (max-width: 1283.98px) {
  .about-us--testimonial_copy {
    position: relative;
    z-index: 3;
  }
  .head-reviews__text {
    margin-right: 0;
    font-size: 24px;
  }
  .head-reviews__photo {
    height: auto;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .head-reviews__carousel {
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 80px;
  }
  .head-reviews__carousel .slick-list {
    border-radius: 0;
  }
  .head-reviews__slide {
    padding: 0 24px;
  }
  .head-reviews__text {
    font-size: 22px;
  }
  .head-reviews__arrow {
    top: 100%;
    margin-top: -40px;
  }
  .about--bio__cards .head-reviews__arrow {
    top: 50%;
  }
  .head-reviews__arrow--prev {
    left: 24px;
  }
  .head-reviews__arrow--next {
    right: 24px;
  }
  .head-reviews__dots {
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .head-reviews {
    margin-bottom: 80px;
  }
  .head-reviews__carousel {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 60px;
  }
  .head-reviews__qoutes {
    width: auto;
    height: 22px;
  }
  .head-reviews__text {
    font-size: 18px;
  }
  .head-reviews__arrow {
    width: 30px;
    height: 30px;
    margin-top: -30px;
  }
  .head-reviews__dots {
    height: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .head-reviews__photo {
    margin-bottom: 24px;
  }
  .app-integration--testimonials__bg .head-reviews__qoutes {
    margin-top: 20px;
  }
  .app-integration--testimonials__bg .head-reviews__carousel {
    padding-left: 0px !important;
  }
}
.careers-reviews__name {
  font-family: Metric-semibold;
}

.careers-reviews__position {
  padding-left: 30px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.6"><path d="M19.2 8H4.8C3.80589 8 3 8.76751 3 9.71429V18.2857C3 19.2325 3.80589 20 4.8 20H19.2C20.1941 20 21 19.2325 21 18.2857V9.71429C21 8.76751 20.1941 8 19.2 8Z" stroke="%23112532" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 8V6C16 5.46957 15.7893 4.96086 15.4142 4.58579C15.0391 4.21071 14.5304 4 14 4H10C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6V8" stroke="%23112532" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></g></svg>') 0 50%/24px 24px no-repeat;
  font-family: Metric-medium;
}

.careers-reviews__location {
  padding-left: 30px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.6"><path d="M19.5 10.334C19.5 16.1673 12 21.1673 12 21.1673C12 21.1673 4.5 16.1673 4.5 10.334C4.5 8.34486 5.29018 6.43721 6.6967 5.03068C8.10322 3.62416 10.0109 2.83398 12 2.83398C13.9891 2.83398 15.8968 3.62416 17.3033 5.03068C18.7098 6.43721 19.5 8.34486 19.5 10.334Z" stroke="%23112532" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 12.834C13.3807 12.834 14.5 11.7147 14.5 10.334C14.5 8.95327 13.3807 7.83398 12 7.83398C10.6193 7.83398 9.5 8.95327 9.5 10.334C9.5 11.7147 10.6193 12.834 12 12.834Z" stroke="%23112532" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></g></svg>') 0 50%/24px 24px no-repeat;
  font-family: Metric-medium;
}

/***About***/
.about-us--testimonial {
  position: relative;
  background: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_testimonials/templates/images/about/hex.webp") no-repeat center 100%/cover;
}
.about-us--testimonial .designation {
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0px;
  text-align: left;
}
.about-us--testimonial .more-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: metric-semibold;
}
.about-us--testimonial .more-link svg {
  margin-left: 1rem;
}

.about-us--testimonial_copy img {
  position: relative;
  z-index: 3;
  margin-left: -16px;
}

.about-us--testimonial_image .head-reviews__photo {
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .about-us--testimonial_image .head-reviews__photo {
    width: 349px;
  }
}
@media (max-width: 767.98px) {
  .about-us--testimonial .designation {
    font-size: 22px;
  }
}
@media screen and (max-width: 575.98px) {
  .about-us--testimonial {
    padding-top: initial !important;
    padding-bottom: 40px;
  }
  .about-us--testimonial .grid-cont {
    padding-right: 0;
  }
  .about-us--testimonial .more-link {
    justify-content: flex-start;
    margin-top: 6px;
  }
  .about-us--testimonial .more-link svg {
    margin-left: 1rem;
  }
  .about-us--testimonial .about-us--testimonial_copy {
    padding-right: 24px;
  }
  .about-us--testimonial .about-us--testimonial_image {
    margin-top: -4rem;
    margin-bottom: 10px;
  }
  .about-us--testimonial .about-us--testimonial_image .head-reviews__photo {
    width: 100%;
    height: auto;
    object-fit: fill;
    border-radius: 10px 0px 0 10px !important;
  }
}
@media screen and (max-width: 375.98px) {
  .about-us--testimonial_image .head-reviews__photo {
    object-fit: cover;
    object-position: top;
  }
  .about-us--testimonial_image .head-reviews__photo {
    width: 100%;
    max-width: 350px;
    height: 263px !important;
    margin-right: 0;
    object-fit: cover !important;
  }
}
@media screen and (max-width: 330.98px) {
  .about-us--testimonial .about-us--testimonial_image {
    margin-top: -3rem;
  }
}
/****
Industries
****/
.industries-reviews {
  width: 100%;
  height: 1037px;
  background: #FAFAFA;
  padding-top: 95px;
  padding-bottom: 95px;
}
.industries-reviews .h2 {
  text-align: center;
  margin-bottom: 84px;
  background: linear-gradient(90deg, #174061 11.21%, #0BC5BA 73.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.industries-reviews .grid-cont {
  background: #fff;
  height: 706px;
}
.industries-reviews .industries-reviews__item {
  border-radius: 6px;
  border: 1px solid #E5F1F6;
  background: #FBFCFE;
  padding: 64px 52px;
  margin-top: 105px;
  position: relative;
}
.industries-reviews .p {
  color: #35364E;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.industries-reviews .industries-reviews__name {
  color: #35364E;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.industries-reviews .industries-reviews__job {
  color: #7D828B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.industries-reviews .more-link {
  color: #0BC5BA;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  line-height: 36.217px; /* 150.906% */
}
.industries-reviews .solution-reviews__arrow {
  background: none;
}
.industries-reviews .solution-reviews__arrow svg {
  display: none;
}
.industries-reviews .solution-reviews__arrow--prev {
  left: -90px;
  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%3Crect width='4.87154' height='24.3575' transform='matrix(-0.754783 0.655975 -0.754783 -0.655975 22.0625 28.7605)' fill='%230BC5BA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.industries-reviews .solution-reviews__arrow--next {
  right: -90px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='33' viewBox='0 0 38 33' fill='none'%3E%3Crect width='4.87154' height='24.3576' transform='matrix(-0.754783 -0.655975 0.754783 -0.655975 19.291 32.156)' fill='%230BC5BA'/%3E%3Crect width='4.87151' height='24.3577' transform='matrix(0.754783 -0.655975 0.754783 0.655975 15.6133 3.39575)' fill='%230BC5BA'/%3E%3C/svg%3E");
}

.industries-reviews .slick-dotted.slick-slider {
  overflow: initial;
}

@media screen and (max-width: 1500px) {
  .industries-reviews .solution-reviews__arrow--prev {
    left: 0px;
  }
  .industries-reviews .solution-reviews__arrow--next {
    right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .industries-reviews .grid-cont {
    height: auto;
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 992px) {
  .industries-reviews {
    height: auto;
  }
}
/***Default***/
#solution-reviews__carousel .solution-reviews__slide {
  margin-bottom: 20px;
}

.app-integration--testimonials__bg .head-reviews__text {
  font-family: Metric !important;
}
.app-integration--testimonials__bg .head-reviews {
  margin-top: 80px;
}

@media screen and (max-width: 470.98px) {
  .solution-reviews__slide .solution-reviews__item .grid-row {
    gap: 10px;
    text-align: center;
  }
}
.industries-resources {
  background: white;
  padding-bottom: 85px;
  padding-top: 96px;
  margin-top: 0;
  box-shadow: 0px 30px 110px 0px rgba(183, 184, 205, 0.2509803922);
}
.industries-resources .resources__title {
  font-family: metric-bold;
  line-height: 59px;
  letter-spacing: 0em;
  text-align: center;
}
.industries-resources .resources__cont {
  text-align: right;
}
.industries-resources .resources__heading {
  line-height: 26.4px;
  letter-spacing: 0px;
  text-align: left;
  color: #003F65;
  font-family: metric-bold;
}
.industries-resources .resources__summary {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #9AA1AC;
  height: 75px;
}
.industries-resources .resources__item {
  box-shadow: 0px 2.4520256519px 6.1300640106px rgba(0, 0, 0, 0.05);
  position: relative;
  /* Make the parent container relative */
  height: 450px;
}
.industries-resources .more-link {
  color: #0BC5BA;
  font-family: Metric-semibold;
  font-size: 18px;
  font-style: normal;
  line-height: 27.064px;
  /* 112.768% */
  margin-bottom: 24px;
  margin-right: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.adr__block .resources__item img {
  max-height: 210px;
}

/***Mini Solutions***/
.mini-solutions-resources .resources__item {
  width: 100%;
  height: 450px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 9.808px 30.65px 0px rgba(0, 0, 0, 0.06), 0px 2.452px 6.13px 0px rgba(0, 0, 0, 0.05);
}
.mini-solutions-resources .resources__item .p {
  color: #9AA1AC;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mini-solutions-resources .resources__item .more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  color: #0BC5BA;
  font-family: Metric-semibold;
  font-size: 22px;
  font-style: normal;
  line-height: 27.064px;
  /* 123.02% */
}
.mini-solutions-resources .resources__item img {
  max-height: 257px !important;
}

.mini-solutions-resources .h2 {
  text-transform: capitalize;
}

@media screen and (max-width: 767.98px) {
  .mini-solutions-resources .resources__item {
    height: 390px;
  }
  .mini-solutions-resources .resources__item img {
    max-height: none;
  }
  .mini-solutions-resources .resources__item .more-link {
    padding: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .mini-solutions-resources .resources__item {
    height: auto;
  }
  .mini-solutions-resources .resources__item img {
    max-height: none;
  }
  .mini-solutions-resources .resources__item .more-link {
    padding: initial;
    position: relative;
  }
}
/*# sourceMappingURL=style.css.map */
