@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.cm-page-navigation .smooth-nav, .cm-sidebar-menu-holder ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.cm-page-navigation:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.cm-leaders {
  position: relative; 
  max-height: 740px;
}
  
  @media (min-width: 768px) {
    .cm-leaders .leader-block {
      display: flex; } }
  .cm-leaders .leader-block .fl-button {
    border: 3px solid #000;
    color: #000;
    background: transparent;
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 70px 10px 20px;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
    text-align: left; }
    @media (min-width: 768px) {
      .cm-leaders .leader-block .fl-button {
        letter-spacing: 1.2px;
        text-align: center;
        width: auto; } }
    @media (min-width: 1024px) {
      .cm-leaders .leader-block .fl-button {
        padding: 10px 77px 10px 30px;
        letter-spacing: 1.7px;
        font-size: 18px;
        line-height: 34px; } }
    .cm-leaders .leader-block .fl-button span {
      color: inherit; }
  .cm-leaders .slick-arrow {
    background: #F93822;
    color: #000;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: background 0.3s ease, color 0.3s ease; }
    @media (min-width: 768px) {
      .cm-leaders .slick-arrow {
        font-size: 30px;
        width: 60px;
        height: 60px;
        right: auto;
        left: 33.8%; } }
    .cm-leaders .slick-arrow:hover {
      background-color: #000;
      color: #fff; }
      .cm-leaders .slick-arrow:hover .fl-button-icon {
        transform: rotate(360deg); }
    @media (max-width: 767px) {
      .cm-leaders .slick-arrow.slick-prev {
        transform: translateX(-100%); } }
    @media (min-width: 768px) {
      .cm-leaders .slick-arrow.slick-next {
        transform: translateX(100%); } }
    .cm-leaders .slick-arrow .fl-button-icon {
      display: inline-block;
      vertical-align: top;
      position: relative;
      transition: transform 0.3s ease; }

.leader-block {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.43;
  width: 100%; }
  @media (min-width: 768px) {
    .leader-block {
      font-size: 25px; } }
  @media (min-width: 1024px) {
    .leader-block {
      font-size: 32px; } }
  .leader-block .image {
    width: 100%; 
    max-height: 775px;
    }
    @media (min-width: 768px) {
      .leader-block .image {
        width: 33.8%; } }
    .leader-block .image img {
      width: 100%;
      vertical-align: top; }
      @media (min-width: 768px) {
        .leader-block .image img {
          height: 100%;
          object-fit: cover; } }
  .leader-block .content {
    width: 100%;
    padding: 30px 30px 60px; 
    min-height: 500px;
    }
    @media (min-width: 768px) {
      .leader-block .content {
        width: 66.2%;
        padding: 70px 5vw 100px; } }
    @media (min-width: 1024px) {
      .leader-block .content {
        padding: 100px 7vw; } }
    @media (min-width: 1200px) {
      .leader-block .content {
        padding: 100px 9.3vw; } }
    @media (min-width: 1600px) {
      .leader-block .content {
        padding: 100px 15vw 146px 9.3vw; } }
    @media (min-width: 768px) {
      .leader-block .content:only-child {
        margin-left: 33.8%; } }
  .leader-block .text {
    letter-spacing: -0.5px;
    margin-bottom: 20px; 
    font-weight: 100;
  }
    @media (min-width: 768px) {
      .leader-block .text {
        letter-spacing: -1px;
        margin-bottom: 34px; } }
  .leader-block .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
    text-align: right;
    margin: 0 0 6px; }
    @media (min-width: 768px) {
      .leader-block .name {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .leader-block .name {
        font-size: 24px;
        letter-spacing: -0.5px; } }
  .leader-block .role {
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.67;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0.4px; }
    @media (min-width: 768px) {
      .leader-block .role {
        letter-spacing: 1px;
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .leader-block .role {
        letter-spacing: 1.7px;
        font-size: 18px; } }
  @media (min-width: 768px) {
    .leader-block .red-arrow {
      text-align: right; } }

.cm-news {
  font-family: "Public Sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px; }
  @media (min-width: 1200px) {
    .cm-news {
      width: calc(100% + 2vw);
      margin-right: -2vw; } }
  @media (min-width: 768px) {
    .cm-news .news-block {
      width: 50%;
      padding-right: 2vw; } }
  @media (min-width: 1200px) {
    .cm-news .news-block {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .cm-news .news-block:nth-child(3n+2) {
      display: flex;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .cm-news .news-block:nth-child(3n+3) {
      display: flex;
      justify-content: flex-end; } }
  @media (min-width: 768px) {
    .cm-news .news-block a {
      height: 100%;
      display: flex;
      flex-direction: column; } }

.news-block {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 44px; }
  @media (min-width: 768px) {
    .news-block {
      line-height: 26px;
      letter-spacing: -0.9px; } }
  .news-block.news-type-2 .text-holder {
    padding-bottom: 0; }
  .news-block.news-type-2 .news-content {
    background: transparent;
    padding: 7px 3px 5px; }
    @media (max-width: 767px) {
      .news-block.news-type-2 .news-content {
        letter-spacing: -0.5px; } }
    @media (min-width: 768px) {
      .news-block.news-type-2 .news-content {
        padding: 17px 5px 21px;
        height: auto; } }
  .news-block.news-type-2 .btn-arrow-right {
    display: none; }
  .news-block.news-type-2 .news-image {
    height: 326px; }
    @media (min-width: 768px) {
      .news-block.news-type-2 .news-image {
        height: 477px; } }
  @media (max-width: 767px) {
    .news-block.news-type-2 .categories {
      padding-top: 9px; } }
  .news-block a {
    display: block;
    position: relative;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    max-width: 477px; }
    .news-block a:hover {
      transform: translateY(-10px); }
      .news-block a:hover .btn-arrow-right {
        border-color: #000;
        background: #000;
        color: #fff !important; }
      .news-block a:hover .fl-button-icon {
        transform: rotate(360deg); }
  .news-block .text-holder {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .news-block .text-holder {
        height: calc(100% - 46px);
        display: flex;
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .news-block .text-holder {
        padding-bottom: 34px; } }
  .news-block .news-image {
    height: 184px;
    position: relative; }
    @media (min-width: 768px) {
      .news-block .news-image {
        height: 270px; } }
    .news-block .news-image > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: top; }
    .news-block .news-image .news-icon {
      position: absolute;
      top: 16px;
      left: 21px;
      max-width: 29px; }
      @media (min-width: 1024px) {
        .news-block .news-image .news-icon {
          max-width: 43px;
          top: 30px;
          left: 30px; } }
  .news-block .news-content {
    background: #fff;
    padding: 36px 45px 64px;
    position: relative; }
    @media (min-width: 768px) {
      .news-block .news-content {
        padding: 36px 40px 64px;
        height: calc(100% - 270px); } }
    @media (min-width: 1024px) {
      .news-block .news-content {
        padding: 39px 45px 58px; } }
  .news-block .subhead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 7px; }
  .news-block .title {
    font-family: "Public Sans", sans-serif;
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px; }
    @media (min-width: 1024px) {
      .news-block .title {
        font-size: 28px;
        line-height: 1.18;
        margin-bottom: 3px; } }
    @media (min-width: 1200px) {
      .news-block .title {
        font-size: 30px; } }
  @media (min-width: 1200px) {
    .news-block .excerpt {
      padding-right: 5px; } }
  .news-block .categories {
    border-top: 2px solid #000;
    padding-top: 12px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.8px; }
    @media (min-width: 768px) {
      .news-block .categories {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        padding-top: 18px;
        letter-spacing: -1px; } }
  .news-block .btn-arrow-right {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    border: 1px solid #D9D9D6;
    background: #D9D9D6;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .news-block .btn-arrow-right {
        border: 2px solid #53565A;
        color: #53565A;
        background: transparent;
        bottom: 16px;
        right: 16px; } }
    .news-block .btn-arrow-right .fl-button-icon {
      position: relative;
      display: inline-block;
      vertical-align: top;
      transition: transform 0.3s ease-in-out; }
    .news-block .btn-arrow-right .btn-text {
      position: absolute;
      visibility: hidden;
      left: -9999px; }

.cm-numbers {
  font-family: "Public Sans", sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 200; }

  @media (min-width: 768px) {
    .cm-numbers {
      font-size: 20px;
      line-height: 29px;
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .cm-numbers {
      padding-bottom: 139px; } }
  .cm-numbers .subtitle {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: -11px;
    position: absolute;
    top: 18px;
    left: 6px;
    letter-spacing: 1px; }

    @media (max-width: 767px) {
      .cm-numbers .subtitle {
        left: 12px;
        top: 50px;
       } }
  
    .cm-numbers .value {
    font-size: 90px;
    line-height: 130px;
    font-weight: 700;
    letter-spacing: -7px;
    margin-bottom: -22px; }

    .value .small-headline {
      font-size: 50px !important;
      line-height: 40px !important;
      letter-spacing: 0px;
    }
    .number-caption{
      font-size: 12px;
      line-height: 16px;
      padding-bottom: 20px;
    }
  .cm-numbers .title {
    font-family: "Public Sans", sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 17px;
    padding: 0 11px;
    letter-spacing: -0.8px; }
    @media (max-width: 767px) {
      .cm-numbers .title {
        margin: 0 0 0;
        line-height: 34px;
      }
      .cm-numbers .value {
          line-height: 130px;
          margin-bottom: -20px; 
        }

      
    }

    @media (min-width: 768px) {
      .cm-numbers .title {
        padding: 0 4px;
        letter-spacing: -1.5px;
        margin-bottom: 3px; 
        width: 85%;
      } }
  .cm-numbers .slide {
    padding: 67px 8px 77px;
    position: relative; }
    @media (min-width: 768px) {
      .cm-numbers .slide {
        padding: 41px 0;
        padding-right: 2vw; } }
  .cm-numbers .text {
    padding: 0 11px; }
    @media (min-width: 768px) {
      .cm-numbers .text {
        padding: 0 5px; 
        width: 85%;
        line-height: 1.4em;
      } }

.fl-module-cta-card {
  height: 100%; }
  .fl-module-cta-card .fl-module-content {
    height: inherit; }

.cm-cta-card {
  height: inherit;
  transition: all 0.3s ease-in-out; }
  .cm-cta-card:hover {
    filter: brightness(90%); }
  .cm-cta-card a {
    padding: 32px 35px;
    height: inherit;
    display: flex;
    align-items: center; }
    @media (min-width: 1024px) {
      .cm-cta-card a {
        padding: 32px 20px; } }
    @media (min-width: 1600px) {
      .cm-cta-card a {
        padding: 59px 35px 55px; } }
    @media (min-width: 1920px) {
      .cm-cta-card a {
        padding: 59px 5.4vw 55px; } }
  .cm-cta-card h3 {
    font-family: "Public Sans", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 200;
    margin: 0;
    letter-spacing: -1px; }
    @media (min-width: 1200px) {
      .cm-cta-card h3 {
        font-size: 40px;
        line-height: 45px; } }
    @media (min-width: 1600px) {
      .cm-cta-card h3 {
        font-size: 45px;
        line-height: 50px; } }
  .cm-cta-card .icon {
    width: 136px;
    padding-right: 34px; }
    @media (min-width: 1024px) {
      .cm-cta-card .icon {
        padding-right: 20px;
        width: 120px; } }
    @media (min-width: 1200px) {
      .cm-cta-card .icon {
        padding-right: 34px;
        width: 148px; } }
    .cm-cta-card .icon img {
      max-height: 87px;
      vertical-align: top; }
  .cm-cta-card .col-title {
    width: calc(100% - 136px); }
    @media (min-width: 1024px) {
      .cm-cta-card .col-title {
        width: calc(100% - 120px); } }
    @media (min-width: 1200px) {
      .cm-cta-card .col-title {
        width: calc(100% - 148px); } }

.cm-locations {
  font-family: "Public Sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cm-locations .location-block {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .cm-locations .location-block a, .cm-locations .location-block a:visited{
      color: #000;
      text-decoration: none; 
    }
    .cm-locations .location-block a:hover{
      text-decoration: underline; 
    }
    @media (min-width: 768px) {
      .cm-locations .location-block {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .cm-locations .location-block {
        width: 49.5%; } }
    .cm-locations .location-block .image {
      width: 121px; }
      @media (min-width: 768px) {
        .cm-locations .location-block .image {
          width: 266px;
          min-height: 297px;
          height: 100%; } }
      @media (min-width: 1200px) {
        .cm-locations .location-block .image {
          width: 200px; } }
      @media (min-width: 1600px) {
        .cm-locations .location-block .image {
          width: 266px; } }
      .cm-locations .location-block .image img {
        width: 100%;
        height: 100%;
        vertical-align: top;
        object-fit: cover; }
    .cm-locations .location-block .content {
      background: #fff;
      padding: 20px 18px 16px;
      width: calc(100% - 121px); }
      @media (min-width: 768px) {
        .cm-locations .location-block .content {
          width: calc(100% - 266px);
          padding: 40px 30px; } }
      @media (min-width: 1024px) {
        .cm-locations .location-block .content {
          padding: 79px 90px 50px; } }
      @media (min-width: 1200px) {
        .cm-locations .location-block .content {
          width: calc(100% - 200px);
          padding: 40px 30px; } }
      @media (min-width: 1600px) {
        .cm-locations .location-block .content {
          width: calc(100% - 266px);
          padding: 79px 60px 35px 65px; } }
    .cm-locations .location-block .location {
      font-size: 10px;
      line-height: 14px;
      font-weight: 500;
      letter-spacing: 0.3px;
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: -0.4px; }
      @media (min-width: 768px) {
        .cm-locations .location-block .location {
          font-size: 15px;
          line-height: 24px;
          letter-spacing: 0.6px;
          margin-bottom: 4px; } }
    .cm-locations .location-block .title {
      font-family: "Public Sans", sans-serif;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      margin: 0 0 6px; }
      @media (min-width: 768px) {
        .cm-locations .location-block .title {
          font-size: 25px;
          line-height: 32px;
          letter-spacing: -0.9px;
          margin-bottom: 9px; } }

.cm-related-news .news-block a {
  color: #000; }

.cm-related-news .news-block.news-type-1 .news-image {
  border: 1px solid #000;
  border-bottom: 0; }

.cm-related-news .news-block.news-type-1 .news-content {
  border: 1px solid #000;
  border-top: 0; }
  @media (min-width: 1024px) {
    .cm-related-news .news-block.news-type-1 .news-content {
      padding: 48px 45px 58px;
      margin-bottom: 28px; } }

@media (min-width: 1024px) {
  .cm-related-news .news-block.news-type-1 .subhead {
    margin-bottom: 5px;
    letter-spacing: 1.5px; } }

@media (min-width: 1024px) {
  .cm-related-news .news-block.news-type-1 .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 11px;
    letter-spacing: -0.5px; } }

@media (min-width: 1024px) {
  .cm-related-news .news-block.news-type-1 .categories {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 16px;
    letter-spacing: 0; } }

.fixed-position .cm-page-navigation {
  transform: none; }

.cm-page-navigation {
  background: #000;
  position: relative;
  padding: 12px 0 0;
  z-index: 6;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6; }
  @media (max-width: 767px) {
    .cm-page-navigation {
      width: calc(100vw + 2px) !important;
      z-index: 9;
    } }
  @media (min-width: 1024px) {
    .cm-page-navigation {
      padding: 0; 
      z-index: 6;
    } }
  .cm-page-navigation .container {
    max-width: 1644px;
    padding: 0 12px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .cm-page-navigation .container {
        padding: 0 30px; } }
  .cm-page-navigation .open-close.active .smooth-nav-opener {
    background: #fff;
    color: #000; }
    .cm-page-navigation .open-close.active .smooth-nav-opener .nav-icon:before, .cm-page-navigation .open-close.active .smooth-nav-opener .nav-icon:after, .cm-page-navigation .open-close.active .smooth-nav-opener .nav-icon .line {
      background: #000; }
  .cm-page-navigation .smooth-nav {
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    clear: both; }
    @media (max-width: 1023px) {
      .cm-page-navigation .smooth-nav {
        border-top: 1px solid #fff;
        background: #000;
        display: none; } }
    @media (min-width: 1024px) {
      .cm-page-navigation .smooth-nav {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around; } }
    .cm-page-navigation .smooth-nav a {
      display: block;
      padding: 20px;
      position: relative; }
      @media (min-width: 1024px) {
        .cm-page-navigation .smooth-nav a {
          padding: 38px 20px;
          display: inline-block;
          vertical-align: top; } }
      @media (min-width: 1200px) {
        .cm-page-navigation .smooth-nav a {
          padding: 38px 30px; } }
      .cm-page-navigation .smooth-nav a:before {
        border-top: 1px solid #fff;
        content: '';
        height: 1px;
        display: block;
        left: 15px;
        right: calc(100% - 15px);
        bottom: 18px;
        opacity: 0;
        position: absolute;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 1024px) {
          .cm-page-navigation .smooth-nav a:before {
            bottom: 37px; } }
        @media (min-width: 1200px) {
          .cm-page-navigation .smooth-nav a:before {
            left: 30px;
            right: calc(100% - 25px); } }
      .cm-page-navigation .smooth-nav a:hover:before {
        opacity: 1;
        right: 20px; }
        @media (min-width: 1200px) {
          .cm-page-navigation .smooth-nav a:hover:before {
            right: 30px; } }
    .cm-page-navigation .smooth-nav .active a:before {
      opacity: 1;
      right: 20px; }
      @media (min-width: 1200px) {
        .cm-page-navigation .smooth-nav .active a:before {
          right: 30px; } }
  .cm-page-navigation .smooth-nav-opener {
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding: 13px 22px;
    padding-right: 76px;
    letter-spacing: -0.7px;
    border: 2px solid #D9D9D6;
    float: right;
    position: relative;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .cm-page-navigation .smooth-nav-opener {
        display: none; } }
    .cm-page-navigation .smooth-nav-opener .nav-icon {
      width: 26px;
      height: 19px;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s ease-in-out; }
      .cm-page-navigation .smooth-nav-opener .nav-icon:before, .cm-page-navigation .smooth-nav-opener .nav-icon:after {
        background-color: #fff;
        content: '';
        display: block;
        height: 1px;
        width: 26px;
        position: absolute;
        left: 0; }
      .cm-page-navigation .smooth-nav-opener .nav-icon:before {
        top: 0; }
      .cm-page-navigation .smooth-nav-opener .nav-icon:after {
        bottom: 0; }
      .cm-page-navigation .smooth-nav-opener .nav-icon .line {
        background-color: #fff;
        display: block;
        height: 1px;
        width: 26px;
        position: absolute;
        left: 0;
        top: 9px; }

.cm-specifications {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #101010;
  letter-spacing: -0.2px; }
  @media (min-width: 1024px) {
    .cm-specifications {
      letter-spacing: -1px; } }
  .cm-specifications table {
    border: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .cm-specifications table {
        width: 80%; } }
    @media (min-width: 1200px) {
      .cm-specifications table {
        width: 70%; } }
    @media (min-width: 1601px) {
      .cm-specifications table {
        width: 100%; } }
    .cm-specifications table tr, .cm-specifications table td {
      border: 0; }
    .cm-specifications table tr {
      display: flex;
      flex-wrap: wrap; }
    .cm-specifications table td {
      padding: 10px 0px;
      display: block; }
      .cm-specifications table td.title {
        font-weight: 700;
        width: 55%;
        padding-right: 10px; }
        @media (min-width: 1024px) {
          .cm-specifications table td.title {
            width: 48.5%; } }
      .cm-specifications table td.text {
        width: 45%; }
        @media (min-width: 1024px) {
          .cm-specifications table td.text {
            width: 51.5%;
            letter-spacing: -0.4px; } }

.cm-use-cases {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 13px 0; 
  color: #d9d9d6;
  }
  @media (min-width: 1024px) {
    .cm-use-cases {
      padding: 0; } }
  @media (min-width: 1600px) {
    .cm-use-cases {
      margin: 0 -78px;
      width: calc(100% + 156px); } }
  .cm-use-cases .title {
    color: #d9d9d6 !important;
    font-family: "Public Sans", sans-serif;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 3px; }
  .cm-use-cases .slide {
    padding: 20px; }
  .cm-use-cases .text {
    color: #d9d9d6 !important;
    max-width: 290px;
    margin: 0 auto;
    width: 100%; }
  .cm-use-cases .image {
    height: 128px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .cm-use-cases .image {
        margin-bottom: 40px; } }
    .cm-use-cases .image img {
      vertical-align: top;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }

.sticky-wrap-fl-builder-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6; }

/* Sidebar menu - start */
.btn-sidebar-menu-open {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .btn-sidebar-menu-open {
      right: 25px; } }

.cm-sidebar-menu-holder {
  background: #000;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  max-width: 390px;
  height: 100vh;
  padding: 60px 0 0;
  transition: transform 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .cm-sidebar-menu-holder {
      max-width: 640px; } }

  .cm-sidebar-menu-holder .cm-menus-holder {
    height: calc(100vh - 110px);
    overflow-y: auto; 
  }


.nav-active .cm-sidebar-menu-holder {
  transform: translateX(0%); }

  .nav-active header.fl-builder-content .logo-small-custom {
    opacity: 1 !important; }
  
  .nav-active header.fl-builder-content .logo-large-custom {
    opacity: 0 !important;
    z-index: 4; }
  
  header.fl-builder-content {
    position: relative;
    transition: background 0.3s ease-in-out; }
    header.fl-builder-content .fl-module-photo {
      position: relative;
      z-index: 4; }
    header.fl-builder-content .fl-row-full-width {
      overflow: visible; }
    header.fl-builder-content .fl-module-photo a {
      display: inline-block;
      vertical-align: top; }
    header.fl-builder-content .logo-small-custom {
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
    header.fl-builder-content .logo-large-custom {
      position: absolute;
      top: 50%;
      left: 12px;
      transition: opacity 0.3s ease-in-out;
      max-height: 100%;
      max-width: 50%;
      transform: translateY(-50%);
      z-index: 5; }
      header.fl-builder-content .logo-large-custom .fl-module-content {
        margin: 0; }
      header.fl-builder-content .logo-large-custom img {
        vertical-align: top; }
  
  .header-fixed-position header.fl-builder-content .logo-small-custom {
    opacity: 1; }
  
  .header-fixed-position header.fl-builder-content .logo-large-custom {
    opacity: 0;
    z-index: 4; }

.site > header.fl-builder-content {
  z-index: 3; }
#menu-footer-navigation-2 a{
  font-family: "Public Sans", sans-serif;
  font-weight: 100;
  letter-spacing: -0.5px;
  font-size: 24px;
  line-height: 30px;
}
#menu-footer-navigation-1 a{
  font-family: "Public Sans", sans-serif;
  font-weight: 200;
  letter-spacing: -0.5px;
  font-size: 24px;
  line-height: 30px;
  color: #D9D9D6 !important;
  text-decoration: none !important;
}
#menu-footer-navigation-1 a:hover{
  color: #fff;
  text-decoration: none !important;
}
#menu-footer-navigation-2 a:hover{
  color: #fff;
  text-decoration: none !important;
}
.cm-sidebar-menu-holder {
  font-family: "Public Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 200; }
  @media (min-width: 1024px) {
    .cm-sidebar-menu-holder {
      font-size: 35px; } }
  .cm-sidebar-menu-holder ul {
    clear: both; }
  .cm-sidebar-menu-holder a {
    color: #D9D9D6; }
    .cm-sidebar-menu-holder a:hover {
      color: #fff; }
  .cm-sidebar-menu-holder .current-page-parent > a {
    color: #fff; }
  .cm-sidebar-menu-holder .current-menu-item > a {
    color: #fff; }
  .cm-sidebar-menu-holder .header-top-navigation {
    padding: 82px 24px 26px;
    font-weight: 200;
    letter-spacing: -0.5px; 
    color: #D9D9D6 !important; 
    text-decoration: none !important;
  }

    @media (min-width: 1024px) {
      .cm-sidebar-menu-holder .header-top-navigation {
        padding: 50px 16%; } }
    @media (min-width: 1600px) {
      .cm-sidebar-menu-holder .header-top-navigation {
        padding: 197px 16% 168px 23%; } }
    .cm-sidebar-menu-holder .header-top-navigation li {
      margin-bottom: 27px; }
      .cm-sidebar-menu-holder .header-top-navigation li:last-child {
        margin-bottom: 0; }
    .cm-sidebar-menu-holder .header-top-navigation .menu-item-has-children > a:after {
      content: ' +';
      display: inline-block;
      vertical-align: middle;
      margin-left: 6px;
      transition: transform 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .cm-sidebar-menu-holder .header-top-navigation .menu-item-has-children > a:after {
          font-weight: 400;
          font-size: 130%;
          line-height: 0.6; } }
    .cm-sidebar-menu-holder .header-top-navigation .drop-holder {
      padding: 12px 16px 0;
      font-size: 80%; }
      @media (min-width: 1024px) {
        .cm-sidebar-menu-holder .header-top-navigation .drop-holder {
          font-size: 30px; } }
      .cm-sidebar-menu-holder .header-top-navigation .drop-holder li {
        margin-bottom: 14px; }
        .cm-sidebar-menu-holder .header-top-navigation .drop-holder li:last-child {
          margin-bottom: 0; }
    .cm-sidebar-menu-holder .header-top-navigation .active > a:after {
      transform: rotate(45deg); }
  .cm-sidebar-menu-holder .header-bottom-navigation {
    letter-spacing: -0.5px;
    font-weight: 100;
    padding: 32px 24px;
    /* border-top: 1px solid rgba(217, 217, 214, 0.26);  */
  }
    @media (min-width: 1024px) {
      .cm-sidebar-menu-holder .header-bottom-navigation {
        font-size: 24px;
        line-height: 30px;
        /* border-top: 2px solid #d9d9d6; */
        padding: 50px 16%; } }
    @media (min-width: 1600px) {
      .cm-sidebar-menu-holder .header-bottom-navigation {
        padding: 64px 24%; } }
    .cm-sidebar-menu-holder .header-bottom-navigation li {
      margin-bottom: 18px; }
      @media (min-width: 1024px) {
        .cm-sidebar-menu-holder .header-bottom-navigation li {
          margin-bottom: 14px; } }
      .cm-sidebar-menu-holder .header-bottom-navigation li:last-child {
        margin-bottom: 0; }

.btn-sidebar-menu-open img + span {
  display: none; }

.btn-sidebar-menu-open span {
  text-transform: uppercase;
  color: #000;
  font-weight: 700; }

.btn-sidebar-menu-close {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: 23px;
  margin-top: 20px;
  position: absolute;
  top: 0;
  right: 0; }
  .btn-sidebar-menu-close span {
    position: absolute;
    left: -9999px; }

/* Sidebar menu - end */
footer.fl-builder-content .menu {
  font-size: 14px;
  line-height: 1.36; }
  @media (min-width: 768px) {
    footer.fl-builder-content .menu {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    footer.fl-builder-content .menu {
      font-size: 24px; } }

footer.fl-builder-content .widget_nav_menu .menu li {
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    footer.fl-builder-content .widget_nav_menu .menu li {
      margin-bottom: 27px; } }
  footer.fl-builder-content .widget_nav_menu .menu li:last-child {
    margin-bottom: 12px; }

/* BG video controls - start */
.bg-video-control {
  display: none;
  position: absolute;
  right: 35px;
  bottom: 35px;
  z-index: 2; 
}

.btn-video-play,
.btn-video-pause {
  display: none;
  font-size: 0;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat; }

.btn-video-play.active,
.btn-video-pause.active {
  display: block; }

.btn-video-pause {
  background-image: url("../images/pause.svg"); }

.btn-video-play {
  background-image: url("../images/play.svg"); }

.btn-video-play {
  display: none; }

/* BG video controls - end */
.play-icon-small a.fl-button span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 0 0 20px;
  background-image: url("../images/play.svg"); }

.play-icon-large a.fl-button span {
  font-size: 0; }

.play-icon-large a.fl-button span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 144px;
  height: 144px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 0 0 20px;
  background-image: url("../images/play-large.svg"); }

.cm-video-bg {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: 100%; }

.cm-video-bg video {
  min-height: 100%;
  width: auto !important;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.fl-module-video-bg,
.video-bg-column .fl-module-content {
  height: 100%; }

.swipe-text-custom .fl-icon i {
  font-size: 50px; }

@media (max-width: 992px) {
  .hero-title-custom br {
    display: none; } }

.gallery-slider-custom .fl-content-slider .fl-content-slider-wrapper .fl-slide {
  min-height: 600px !important; }
  @media (min-width: 768px) {
    .gallery-slider-custom .fl-content-slider .fl-content-slider-wrapper .fl-slide {
      min-height: 700px !important; } }
  @media (min-width: 1200px) {
    .gallery-slider-custom .fl-content-slider .fl-content-slider-wrapper .fl-slide {
      min-height: 700px !important; } }

.gallery-slider-custom .fl-slide-mobile-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .gallery-slider-custom .fl-slide-mobile-photo img {
    height: 100%;
    object-fit: cover; }

.gallery-slider-custom .fl-slide-foreground {
  padding: 0 34px;
  max-width: 1664px !important;
  position: relative;
  z-index: 1; }
  .gallery-slider-custom .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
    text-align: left;
    background: transparent;
    padding: 26px 0; }
    @media (min-width: 768px) {
      .gallery-slider-custom .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
        padding: 60px 0; } }
    @media (min-width: 1200px) {
      .gallery-slider-custom .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
        padding: 131px 0; } }

.gallery-slider-custom .fl-content-slider-navigation {
  top: auto;
  bottom: 0;
  margin-top: 0; }
  .gallery-slider-custom .fl-content-slider-navigation .slider-prev,
  .gallery-slider-custom .fl-content-slider-navigation .slider-next {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    display: inline-block;
    vertical-align: top;
    background: #F93822;
    transition: background 0.3s ease-in-out; }
    .gallery-slider-custom .fl-content-slider-navigation .slider-prev:hover,
    .gallery-slider-custom .fl-content-slider-navigation .slider-next:hover {
      background: #000; }
      .gallery-slider-custom .fl-content-slider-navigation .slider-prev:hover .fl-content-slider-svg-container,
      .gallery-slider-custom .fl-content-slider-navigation .slider-next:hover .fl-content-slider-svg-container {
        filter: brightness(0) invert(1); }
  @media (max-width: 767px) {
    .gallery-slider-custom .fl-content-slider-navigation .slider-next {
      visibility: hidden; } }
  .gallery-slider-custom .fl-content-slider-navigation .slider-prev {
    transform: rotate(180deg); }
    @media (min-width: 768px) {
      .gallery-slider-custom .fl-content-slider-navigation .slider-prev {
        transform: rotate(180deg) translateX(100%); } }
  .gallery-slider-custom .fl-content-slider-navigation .fl-content-slider-svg-container {
    transition: filter 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    background: urL("../images/main-arrow.svg") no-repeat;
    background-position: center; }
    .gallery-slider-custom .fl-content-slider-navigation .fl-content-slider-svg-container svg {
      opacity: 0; }

.site {
  position: relative;
  overflow: hidden;
  width: 100%; }
