/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

@charset "UTF-8";

/**
 *  Main css for pagelibs
 */
/*
--------------------------------------------------
Fonts
--------------------------------------------------
*/
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url("https://www.synopsys.com/etc.clientlibs/synopsys/clientlibs/synopsys-pagelibs/resources/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Roboto Medium */
@font-face {
  font-family: 'Roboto';
  src: url("https://www.synopsys.com/etc.clientlibs/synopsys/clientlibs/synopsys-pagelibs/resources/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Roboto Normal */
@font-face {
  font-family: 'Roboto';
  src: url("https://www.synopsys.com/etc.clientlibs/synopsys/clientlibs/synopsys-pagelibs/resources/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Light */
@font-face {
  font-family: 'Roboto';
  src: url("https://www.synopsys.com/etc.clientlibs/synopsys/clientlibs/synopsys-pagelibs/resources/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Open Sans Bold */
/* Open Sans Medium */
/* Open Sans Normal */
/* Open Sans Light */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #111c24;
  background-color: #e6eaed;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #e51b24;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 730px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #e51b24;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #b8151c;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #e51b24;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b8151c;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 730px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.carousel-holder.image-carousel {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.carousel-holder.image-carousel:before,
.container:after,
.carousel-holder.image-carousel:after {
  content: " ";
  display: table;
}

.container:after,
.carousel-holder.image-carousel:after {
  clear: both;
}

@media (min-width: 730px) {

  .container,
  .carousel-holder.image-carousel {
    width: 100%;
  }
}

@media (min-width: 992px) {

  .container,
  .carousel-holder.image-carousel {
    width: 970px;
  }
}

@media (min-width: 1200px) {

  .container,
  .carousel-holder.image-carousel {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 730px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #e6eaed;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 729px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/*
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: $line-height-computed;
  font-size: ($font-size-base * 1.5);
  line-height: inherit;
  color: $legend-color;
  border: 0;
  border-bottom: 1px solid $legend-border-color;
}

label {
  display: inline-block;
  max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)
  margin-bottom: 5px;
  font-weight: bold;
}


// Normalize form controls
//
// While most of our form styles require extra classes, some basic normalization
// is required to ensure optimum display with or without those classes to better
// address browser inconsistencies.

// Override content-box in Normalize (* isn't specific enough)
input[type="search"] {
  @include box-sizing(border-box);
}

// Position radios and checkboxes better
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9; // IE8-9
  line-height: normal;
}

// Set the height of file controls to match text inputs
input[type="file"] {
  display: block;
}

// Make range inputs behave like textual form controls
input[type="range"] {
  display: block;
  width: 100%;
}

// Make multiple select elements height not fixed
select[multiple],
select[size] {
  height: auto;
}

// Focus for file, radio, and checkbox
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  @include tab-focus;
}

// Adjust output element
output {
  display: block;
  padding-top: ($padding-base-vertical + 1);
  font-size: $font-size-base;
  line-height: $line-height-base;
  color: $input-color;
}
*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input.form-control[type="date"],
  .input-group-sm>input.input-group-addon[type="date"],
  .input-group-sm>.input-group-btn>input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input.form-control[type="time"],
  .input-group-sm>input.input-group-addon[type="time"],
  .input-group-sm>.input-group-btn>input.btn[type="time"],
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input.form-control[type="datetime-local"],
  .input-group-sm>input.input-group-addon[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input.form-control[type="month"],
  .input-group-sm>input.input-group-addon[type="month"],
  .input-group-sm>.input-group-btn>input.btn[type="month"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input.form-control[type="date"],
  .input-group-lg>input.input-group-addon[type="date"],
  .input-group-lg>.input-group-btn>input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input.form-control[type="time"],
  .input-group-lg>input.input-group-addon[type="time"],
  .input-group-lg>.input-group-btn>input.btn[type="time"],
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input.form-control[type="datetime-local"],
  .input-group-lg>input.input-group-addon[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input.form-control[type="month"],
  .input-group-lg>input.input-group-addon[type="month"],
  .input-group-lg>.input-group-btn>input.btn[type="month"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #3a5f7b;
}

@media (min-width: 730px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 730px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 730px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}

@media (min-width: 730px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #e51b24;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 730px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #e51b24;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 730px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 730px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 730px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 730px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 730px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.carousel-holder.image-carousel>.navbar-header,
.container>.navbar-collapse,
.carousel-holder.image-carousel>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 730px) {

  .container>.navbar-header,
  .carousel-holder.image-carousel>.navbar-header,
  .container>.navbar-collapse,
  .carousel-holder.image-carousel>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 730px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 730px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 730px) {

  .navbar>.container .navbar-brand,
  .navbar>.carousel-holder.image-carousel .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 730px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 729px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 730px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 730px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 729px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 730px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 730px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 730px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 729px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 729px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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: #fff;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

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

.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

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

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

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

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

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

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

.modal-footer:after {
  clear: both;
}

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

.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: 730px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 729px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 729px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 729px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 729px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 730px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 729px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 730px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* START AEM CSS. DELETE THIS IF YOU DON"T NEED IT! */
body {
  background-color: #e6eaed;
}

/* END AEM CSS. DELETE THIS IF YOU DON"T NEED IT! */
.no-link {
  cursor: pointer;
}

.no-click {
  pointer-events: none;
}

.no-display {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (max-width: 730px) {
  .img-responsive.svg {
    height: 140px;
    width: auto;
    margin: 0 auto;
  }
}

img[src*='pd.sharethis.com'] {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.preprod .lazyload,
.preprod .lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

var {
  font-style: normal;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

table,
th,
td {
  /*border: 1px solid #ccc; commenting this for LAMP TABLES */
  padding: 8px;
}

.synopsys-logo {
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNDcuNzY2cHQiIGhlaWdodD0iNTMuOTIwNnB0IiB2aWV3Qm94PSIwIDAgMjQ3Ljc2NiA1My45MjA2IiB2ZXJzaW9uPSIxLjEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDEiPiAgPHBhdGggZD0iTSAzMiAwIEwgNTggMCBMIDU4IDUzLjkyMTg3NSBMIDMyIDUzLjkyMTg3NSBaIE0gMzIgMCAiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iY2xpcDIiPiAgPHBhdGggZD0iTSAxODQgMCBMIDIwOSAwIEwgMjA5IDUzLjkyMTg3NSBMIDE4NCA1My45MjE4NzUgWiBNIDE4NCAwICIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjbGlwMyI+ICA8cGF0aCBkPSJNIDIzNyAwIEwgMjQ3Ljc2NTYyNSAwIEwgMjQ3Ljc2NTYyNSAxMSBMIDIzNyAxMSBaIE0gMjM3IDAgIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE3LjI1MzkwNiA2LjMwMDc4MSBDIDE3LjI1MzkwNiA0LjY0NDUzMSAxNi40MjU3ODEgMy40MDIzNDQgMTIuNzY1NjI1IDMuNDAyMzQ0IEMgOS4wOTc2NTYgMy40MDIzNDQgOC4yNzM0MzggNC42NDQ1MzEgOC4yNzM0MzggNi4zMDA3ODEgTCA4LjI3MzQzOCAxMC43ODkwNjIgQyA4LjI3MzQzOCAxMi4xNDg0MzggOC43NDYwOTQgMTMuNTA3ODEyIDEwLjA0Njg3NSAxNC42Mjg5MDYgTCAyMi40NDkyMTkgMjUuMjY1NjI1IEMgMjQuMjI2NTYyIDI2Ljc0MjE4OCAyNS4yODkwNjIgMjguNTc0MjE5IDI1LjI4OTA2MiAzMC40NjQ4NDQgTCAyNS4yODkwNjIgMzcuMTk5MjE5IEMgMjUuMjg5MDYyIDQxLjIyMjY1NiAyMC41NTg1OTQgNDMuNDY0ODQ0IDEyLjc2MTcxOSA0My40NjQ4NDQgQyA0LjEzNjcxOSA0My40NjQ4NDQgLTAuMDAzOTA2MjUgNDEuNTE1NjI1IDAgMzcuMTk5MjE5IEwgMCAzMS4zNTU0NjkgTCA3LjgwMDc4MSAzMS4zNTU0NjkgTCA3Ljc5Njg3NSAzNi45NjQ4NDQgQyA3Ljc5Njg3NSAzOC45NzY1NjIgOS4zMzU5MzggNDAuMTU2MjUgMTIuNzYxNzE5IDQwLjE1NjI1IEMgMTUuOTUzMTI1IDQwLjE1NjI1IDE3LjQ4ODI4MSAzOC45NzY1NjIgMTcuNDg4MjgxIDM2Ljk2NDg0NCBMIDE3LjQ4ODI4MSAzMC45OTYwOTQgQyAxNy40ODgyODEgMjkuNTE5NTMxIDE2Ljg5ODQzOCAyOC4zOTQ1MzEgMTUuMjQ2MDk0IDI2LjkyMTg3NSBMIDMuNzgxMjUgMTYuOTM3NSBDIDEuNjU2MjUgMTUuMTAxNTYyIDAuNDcyNjU2IDEzLjY4MzU5NCAwLjQ3MjY1NiAxMS41IEwgMC40NzI2NTYgNi4zNTkzNzUgQyAwLjQ3MjY1NiAyLjE2NDA2MiA0Ljg0NzY1NiAwLjA5Mzc1IDEyLjc2NTYyNSAwLjA5Mzc1IEMgMjEuNTExNzE5IDAuMDkzNzUgMjUuMDUwNzgxIDIuMTY0MDYyIDI1LjA1MDc4MSA2LjA2MjUgTCAyNS4wNTA3ODEgMTEuNSBMIDE3LjI1MzkwNiAxMS41IFogTSAxNy4yNTM5MDYgNi4zMDA3ODEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxMDAuMjY5NTMxIDM2LjA0Mjk2OSBDIDEwMC4yNjk1MzEgMzguNDA2MjUgMTAxLjIxMDkzOCA0MC4wNjI1IDEwNi4xNzU3ODEgNDAuMDYyNSBDIDExMS4xNDA2MjUgNDAuMDYyNSAxMTIuMDg1OTM4IDM4LjQwNjI1IDExMi4wODU5MzggMzYuMDQyOTY5IEwgMTEyLjA4NTkzOCA3LjMyNDIxOSBDIDExMi4wODU5MzggNC45NjQ4NDQgMTExLjE0MDYyNSAzLjMwODU5NCAxMDYuMTc5Njg4IDMuMzA4NTk0IEMgMTAxLjIxNDg0NCAzLjMwODU5NCAxMDAuMjY5NTMxIDQuOTY0ODQ0IDEwMC4yNjk1MzEgNy4zMjQyMTkgWiBNIDkyLjQ3MjY1NiA3LjIwNzAzMSBDIDkyLjQ3MjY1NiAzLjAxMTcxOSA5NS42NjAxNTYgMCAxMDYuMTc5Njg4IDAgQyAxMTYuNjk1MzEyIDAgMTE5Ljg4NjcxOSAzLjAxMTcxOSAxMTkuODg2NzE5IDcuMjA3MDMxIEwgMTE5Ljg4MjgxMiAzNi4xNjAxNTYgQyAxMTkuODgyODEyIDQwLjM1NTQ2OSAxMTYuNjk1MzEyIDQzLjM3MTA5NCAxMDYuMTc1NzgxIDQzLjM3MTA5NCBDIDk1LjY2MDE1NiA0My4zNzEwOTQgOTIuNDY4NzUgNDAuMzU1NDY5IDkyLjQ2ODc1IDM2LjE2MDE1NiBaIE0gOTIuNDcyNjU2IDcuMjA3MDMxICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMTM1Ljc3NzM0NCAyMC41MDM5MDYgQyAxMzkuMzI0MjE5IDIwLjUwMzkwNiAxNDEuODA0Njg4IDIwLjAzMTI1IDE0MS44MDQ2ODggMTcuODQzNzUgTCAxNDEuODA0Njg4IDYuMzI0MjE5IEMgMTQxLjgwNDY4OCA0LjEzNjcxOSAxMzkuMzI0MjE5IDMuNjY0MDYyIDEzNS43NzczNDQgMy42NjQwNjIgTCAxMzIgMy42NjQwNjIgTCAxMzIgMjAuNTAzOTA2IFogTSAxMjQuMTk5MjE5IDAuMzU1NDY5IEwgMTM2LjYwOTM3NSAwLjM1NTQ2OSBDIDE0Ni42NTYyNSAwLjM1NTQ2OSAxNDkuNjA5Mzc1IDIuMDA3ODEyIDE0OS42MDkzNzUgNi44NTU0NjkgTCAxNDkuNjAxNTYyIDE3LjMxMjUgQyAxNDkuNjAxNTYyIDIyLjE1NjI1IDE0Ni42NDg0MzggMjMuODEyNSAxMzYuNjA5Mzc1IDIzLjgxMjUgTCAxMzIgMjMuODEyNSBMIDEzMiA0My4wMTU2MjUgTCAxMjQuMTk5MjE5IDQzLjAxNTYyNSBaIE0gMTI0LjE5OTIxOSAwLjM1NTQ2OSAiLz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE2OS4wODU5MzggNi4yMDcwMzEgQyAxNjkuMDg1OTM4IDQuNTUwNzgxIDE2OC4yNTc4MTIgMy4zMDg1OTQgMTY0LjU5NzY1NiAzLjMwODU5NCBDIDE2MC45Mjk2ODggMy4zMDg1OTQgMTYwLjEwMTU2MiA0LjU1MDc4MSAxNjAuMTAxNTYyIDYuMjA3MDMxIEwgMTYwLjEwMTU2MiAxMC42OTUzMTIgQyAxNjAuMTAxNTYyIDEyLjA1NDY4OCAxNjAuNTc0MjE5IDEzLjQxNDA2MiAxNjEuODc1IDE0LjUzNTE1NiBMIDE3NC4yODUxNTYgMjUuMTcxODc1IEMgMTc2LjA1NDY4OCAyNi42NDg0MzggMTc3LjExNzE4OCAyOC40ODA0NjkgMTc3LjExNzE4OCAzMC4zNzEwOTQgTCAxNzcuMTE3MTg4IDM3LjEwOTM3NSBDIDE3Ny4xMTcxODggNDEuMTI4OTA2IDE3Mi4zOTQ1MzEgNDMuMzcxMDk0IDE2NC41OTM3NSA0My4zNzEwOTQgQyAxNTUuOTY4NzUgNDMuMzcxMDk0IDE1MS44MjgxMjUgNDEuNDIxODc1IDE1MS44MjgxMjUgMzcuMTA1NDY5IEwgMTUxLjgyODEyNSAzMS4yNTc4MTIgTCAxNTkuNjI4OTA2IDMxLjI1NzgxMiBMIDE1OS42Mjg5MDYgMzYuODcxMDk0IEMgMTU5LjYyODkwNiAzOC44ODI4MTIgMTYxLjE2Nzk2OSA0MC4wNjI1IDE2NC41OTM3NSA0MC4wNjI1IEMgMTY3Ljc4NTE1NiA0MC4wNjI1IDE2OS4zMjAzMTIgMzguODgyODEyIDE2OS4zMjAzMTIgMzYuODcxMDk0IEwgMTY5LjMyMDMxMiAzMC45MDIzNDQgQyAxNjkuMzIwMzEyIDI5LjQyNTc4MSAxNjguNzM0Mzc1IDI4LjMwNDY4OCAxNjcuMDc0MjE5IDI2LjgyODEyNSBMIDE1NS42MTMyODEgMTYuODM5ODQ0IEMgMTUzLjQ4MDQ2OSAxNS4wMDc4MTIgMTUyLjMwNDY4OCAxMy41ODk4NDQgMTUyLjMwNDY4OCAxMS40MDYyNSBMIDE1Mi4zMDQ2ODggNi4yNjE3MTkgQyAxNTIuMzA0Njg4IDIuMDY2NDA2IDE1Ni42NzU3ODEgMCAxNjQuNTk3NjU2IDAgQyAxNzMuMzM5ODQ0IDAgMTc2Ljg4MjgxMiAyLjA2NjQwNiAxNzYuODgyODEyIDUuOTcyNjU2IEwgMTc2Ljg4MjgxMiAxMS40MDYyNSBMIDE2OS4wODU5MzggMTEuNDA2MjUgWiBNIDE2OS4wODU5MzggNi4yMDcwMzEgIi8+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAyMjYuNjQwNjI1IDYuMjA3MDMxIEMgMjI2LjY0MDYyNSA0LjU1MDc4MSAyMjUuODEyNSAzLjMwODU5NCAyMjIuMTUyMzQ0IDMuMzA4NTk0IEMgMjE4LjQ4ODI4MSAzLjMwODU5NCAyMTcuNjYwMTU2IDQuNTUwNzgxIDIxNy42NjAxNTYgNi4yMDcwMzEgTCAyMTcuNjYwMTU2IDEwLjY5OTIxOSBDIDIxNy42NjAxNTYgMTIuMDU0Njg4IDIxOC4xMzI4MTIgMTMuNDE0MDYyIDIxOS40MzM1OTQgMTQuNTM1MTU2IEwgMjMxLjgzOTg0NCAyNS4xNzU3ODEgQyAyMzMuNjEzMjgxIDI2LjY1MjM0NCAyMzQuNjcxODc1IDI4LjQ4MDQ2OSAyMzQuNjcxODc1IDMwLjM3MTA5NCBMIDIzNC42NzE4NzUgMzcuMTA5Mzc1IEMgMjM0LjY3MTg3NSA0MS4xMjg5MDYgMjI5Ljk0OTIxOSA0My4zNzEwOTQgMjIyLjE1MjM0NCA0My4zNzEwOTQgQyAyMTMuNTIzNDM4IDQzLjM3MTA5NCAyMDkuMzgyODEyIDQxLjQyMTg3NSAyMDkuMzgyODEyIDM3LjEwOTM3NSBMIDIwOS4zODI4MTIgMzEuMjU3ODEyIEwgMjE3LjE4NzUgMzEuMjU3ODEyIEwgMjE3LjE4MzU5NCAzNi44NzEwOTQgQyAyMTcuMTgzNTk0IDM4Ljg4MjgxMiAyMTguNzIyNjU2IDQwLjA2MjUgMjIyLjE1MjM0NCA0MC4wNjI1IEMgMjI1LjMzNTkzOCA0MC4wNjI1IDIyNi44NzUgMzguODgyODEyIDIyNi44NzUgMzYuODcxMDk0IEwgMjI2Ljg3NSAzMC45MDIzNDQgQyAyMjYuODc1IDI5LjQyNTc4MSAyMjYuMjg1MTU2IDI4LjMwNDY4OCAyMjQuNjI4OTA2IDI2LjgyODEyNSBMIDIxMy4xNjc5NjkgMTYuODM5ODQ0IEMgMjExLjAzOTA2MiAxNS4wMTE3MTkgMjA5Ljg1OTM3NSAxMy41OTM3NSAyMDkuODU5Mzc1IDExLjQwNjI1IEwgMjA5Ljg1OTM3NSA2LjI2MTcxOSBDIDIwOS44NTkzNzUgMi4wNzQyMTkgMjE0LjIzMDQ2OSAwIDIyMi4xNTIzNDQgMCBDIDIzMC44OTQ1MzEgMCAyMzQuNDQxNDA2IDIuMDc0MjE5IDIzNC40NDE0MDYgNS45NzI2NTYgTCAyMzQuNDQxNDA2IDExLjQwNjI1IEwgMjI2LjY0MDYyNSAxMS40MDYyNSBaIE0gMjI2LjY0MDYyNSA2LjIwNzAzMSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDEpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNDkuNDI1NzgxIDAuMzU1NDY5IEwgNTcuMjM4MjgxIDAuMzU1NDY5IEwgNDAuMTQ0NTMxIDUzLjkxNDA2MiBMIDMyLjMzNTkzOCA1My45MTQwNjIgWiBNIDQ5LjQyNTc4MSAwLjM1NTQ2OSAiLz48L2c+PHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigzNC45MDE0MjglLDIyLjM1MjYlLDUyLjk0MTg5NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAzNy4xMDU0NjkgMzMuNjI1IEwgMjYuNTM5MDYyIDAuNDUzMTI1IEwgMzQuMzQ3NjU2IDAuNDUzMTI1IEwgNDEuMDA3ODEyIDIxLjM2MzI4MSBaIE0gMzcuMTA1NDY5IDMzLjYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDIpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjAxLjE3MTg3NSAwLjM1NTQ2OSBMIDIwOC45ODA0NjkgMC4zNTU0NjkgTCAxOTEuODg2NzE5IDUzLjkyMTg3NSBMIDE4NC4wNzgxMjUgNTMuOTIxODc1IFogTSAyMDEuMTcxODc1IDAuMzU1NDY5ICIvPjwvZz48cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDM0LjkwMTQyOCUsMjIuMzUyNiUsNTIuOTQxODk1JSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDE4OC44ODY3MTkgMzMuNTMxMjUgTCAxNzguMzIwMzEyIDAuMzU1NDY5IEwgMTg2LjEyODkwNiAwLjM1NTQ2OSBMIDE5Mi43OTI5NjkgMjEuMjY5NTMxIFogTSAxODguODg2NzE5IDMzLjUzMTI1ICIvPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gODcuNjYwMTU2IDQzLjAxNTYyNSBMIDg3LjY5OTIxOSA0My4wMTU2MjUgTCA4Ny42OTkyMTkgNi44NjcxODggQyA4Ny42OTkyMTkgMi4wMTk1MzEgODQuNzQyMTg4IDAuMzYzMjgxIDc0LjcwMzEyNSAwLjM2MzI4MSBMIDU5LjY2MDE1NiAwLjM2MzI4MSBMIDU5LjY1NjI1IDQzLjAzMTI1IEwgNjcuNDUzMTI1IDQzLjAzMTI1IEwgNjcuNDU3MDMxIDQzLjAxNTYyNSBMIDY3LjQ1NzAzMSAzLjY3MTg3NSBMIDczLjg3NSAzLjY3MTg3NSBDIDc3LjQxNzk2OSAzLjY3MTg3NSA3OS44OTg0MzggNC4xNDg0MzggNzkuODk4NDM4IDYuMzMyMDMxIEwgNzkuODk4NDM4IDQzLjAxNTYyNSBaIE0gODcuNjYwMTU2IDQzLjAxNTYyNSAiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDMpIiBjbGlwLXJ1bGU9Im5vbnplcm8iPjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMzQuOTAxNDI4JSwyMi4zNTI2JSw1Mi45NDE4OTUlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMjQyLjczODI4MSA1LjI4MTI1IEMgMjQzLjQ3MjY1NiA1LjI4MTI1IDI0NC4xMjg5MDYgNS4yMzA0NjkgMjQ0LjEyODkwNiA0LjM1MTU2MiBDIDI0NC4xMjg5MDYgMy42MzY3MTkgMjQzLjQ4ODI4MSAzLjUxMTcxOSAyNDIuODgyODEyIDMuNTExNzE5IEwgMjQxLjY5OTIxOSAzLjUxMTcxOSBMIDI0MS42OTkyMTkgNS4yODEyNSBaIE0gMjQxLjY5OTIxOSA4LjUgTCAyNDAuODI4MTI1IDguNSBMIDI0MC44MjgxMjUgMi43NzM0MzggTCAyNDMuMDExNzE5IDIuNzczNDM4IEMgMjQ0LjM2NzE4OCAyLjc3MzQzOCAyNDUuMDM5MDYyIDMuMjY5NTMxIDI0NS4wMzkwNjIgNC4zOTg0MzggQyAyNDUuMDM5MDYyIDUuNDI5Njg4IDI0NC4zOTA2MjUgNS44NzUgMjQzLjU1MDc4MSA1Ljk4MDQ2OSBMIDI0NS4xNzk2ODggOC41IEwgMjQ0LjIxMDkzOCA4LjUgTCAyNDIuNjk1MzEyIDYuMDE5NTMxIEwgMjQxLjY5OTIxOSA2LjAxOTUzMSBaIE0gMjQyLjc1MzkwNiA5Ljc3NzM0NCBDIDI0NSA5Ljc3NzM0NCAyNDYuNzY5NTMxIDguMDE1NjI1IDI0Ni43Njk1MzEgNS42MjEwOTQgQyAyNDYuNzY5NTMxIDMuMjY5NTMxIDI0NSAxLjQ5NjA5NCAyNDIuNzUzOTA2IDEuNDk2MDk0IEMgMjQwLjQ3MjY1NiAxLjQ5NjA5NCAyMzguNzAzMTI1IDMuMjY5NTMxIDIzOC43MDMxMjUgNS42MjEwOTQgQyAyMzguNzAzMTI1IDguMDE1NjI1IDI0MC40NzI2NTYgOS43NzczNDQgMjQyLjc1MzkwNiA5Ljc3NzM0NCBNIDIzNy43MDMxMjUgNS42MjEwOTQgQyAyMzcuNzAzMTI1IDIuNzczNDM4IDI0MC4wMTU2MjUgMC42Njc5NjkgMjQyLjc1MzkwNiAwLjY2Nzk2OSBDIDI0NS40NTcwMzEgMC42Njc5NjkgMjQ3Ljc2NTYyNSAyLjc3MzQzOCAyNDcuNzY1NjI1IDUuNjIxMDk0IEMgMjQ3Ljc2NTYyNSA4LjUgMjQ1LjQ1NzAzMSAxMC42MDU0NjkgMjQyLjc1MzkwNiAxMC42MDU0NjkgQyAyNDAuMDE1NjI1IDEwLjYwNTQ2OSAyMzcuNzAzMTI1IDguNSAyMzcuNzAzMTI1IDUuNjIxMDk0ICIvPjwvZz48L2c+PC9zdmc+);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 41px;
  width: 189px;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  left: -99999999px;
}

/* XS Phone */
@media (max-width: 730px) {
  .site-content .vert-pad-bottom-md {
    padding-bottom: 10px;
  }

  .site-content .vert-pad-bottom-sm {
    padding-bottom: 0;
  }

  .site-content .card-col {
    padding-bottom: 0 !important;
  }

  .site-content .component-card-b {
    margin: 0;
  }

  .site-content .component-card-a {
    margin: 0;
  }

  .site-footer .vert-pad-bottom-md {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 730px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

/* bootstrap 5 classes */
.position-relative {
  position: relative;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-100 {
  width: 100% !important;
}

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

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

.border-0 {
  border: 0 !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  -ms-grid-row-align: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  -ms-grid-row-align: flex-end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  -ms-grid-row-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  -ms-grid-row-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-items: stretch !important;
}

.border-0 {
  border: 0 !important;
}

/* bootstrap 5 classes */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

@-webkit-keyframes sass-fixed-sticky-animation {
  from {
    counter-reset: "";
  }

  to {
    counter-reset: "";
  }
}

@keyframes sass-fixed-sticky-animation {
  from {
    counter-reset: "";
  }

  to {
    counter-reset: "";
  }
}

/* Helper Column Layout component with dividir */
/* Helper Column Layout component with dividir */
/*
--------------------------------------------------
    HTML5 polyfills
--------------------------------------------------
*/
.fixedsticky {
  position: static;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: relative;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on+.fixedsticky-dummy {
  display: block;
}

/*
--------------------------------------------------
    Typography
--------------------------------------------------
*/
html {
  font-family: "Roboto", Arial, sans-serif;
}

html:lang(ja) {
  font-family: "Osaka", sans-serif;
}

body {
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 300;
  color: #5a2a82;
  margin: 15px 0 15px 0;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 20px;
}

p,
ul,
ol {
  font-size: 15px;
}

.sub-head {
  font-size: 18px;
  text-transform: uppercase;
}

a {
  color: #316ACA;
  text-decoration: none;
}

a:hover,
a:active {
  color: #23527c;
  text-decoration: underline;
  cursor: pointer;
}

a:focus {
  color: #23527c;
  outline: none;
  outline-offset: 0px;
  text-decoration: underline;
}

html.touch a:hover {
  color: #316ACA;
  text-decoration: none;
}

html.touch a:active {
  color: #23527c;
  text-decoration: underline;
}

.text-color-orange {
  color: #fcaf1a;
}

.text-color-green {
  color: #99cc33;
}

.text-color-blue {
  color: #4c9ec9;
}

.text-color-purple {
  color: #80539c;
}

.text-color-synopsys-purple {
  color: #5a2a82;
}

.text-color-teal {
  color: #00b2a9;
}

.text-color-dark-turquoise {
  color: #12788a;
}

.text-color-gray {
  color: #646e81;
}

.text-color-burnt-orange {
  color: #e07c05;
}

.text-color-white {
  color: #FFF;
}

.text-color-black {
  color: #3c3c3c;
}

.text-size-smaller {
  font-size: 0.8em;
}

.text-size-normal {
  font-size: 1em;
}

.text-size-larger {
  font-size: 1.2em;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 20px;
  }

  p,
  ul,
  ol {
    font-size: 14px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  p,
  ul,
  ol {
    font-size: 16px;
  }
}

/*
--------------------------------------------------
    Forms
--------------------------------------------------
*/
/*
--------------------------------------------------
    Override bootstrap defaults for
    Classic UI authoring fixes.
--------------------------------------------------
*/
.x-window label {
  display: inline;
  max-width: 100%;
  font-weight: normal;
}

.x-window legend {
  display: inline;
  width: auto;
  margin-bottom: 0px;
  border-bottom: none;
}

.x-window fieldset {
  min-width: auto;
}

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

.mktoFormRow,
.form-group {
  margin-bottom: 20px;
}

.mktoFormRow label,
.form-group label {
  margin-bottom: 5px;
  display: block;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/*
--------------------------------------------------
    Base Layout
--------------------------------------------------
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  position: relative;
}

.site-wrapper,
.site-header,
.site-content,
.site-footer,
.content-section {
  width: 100%;
  max-width: 1900px;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}

#CQ * {
  box-sizing: content-box;
}

#CQ * .cq-wcm-preview * {
  box-sizing: border-box;
}

.site-wrapper {
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: initial;
}

.site-header {
  overflow: visible;
}

.site-content {
  overflow: visible;
  position: relative;
}

/* Container */
.container,
.carousel-holder.image-carousel {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.container .container,
.carousel-holder.image-carousel .container,
.container .carousel-holder.image-carousel,
.carousel-holder.image-carousel .carousel-holder.image-carousel {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* XS Phone */
@media (min-width: 480px) and (max-width: 729px) {

  .container,
  .carousel-holder.image-carousel {
    width: 100%;
  }
}

/* SM Tablet */
/* MD Desktop */
.flex-align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* Vertical Alignment in Cols */
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-container.flex-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-container.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
--------------------------------------------------
    Space around Components

    $space_xs:                      20px;
    $space_sm:                      40px;
    $space_md:                      80px;
    $space_lg:                      120px;
--------------------------------------------------
*/
.space-top {
  padding-top: 20px !important;
}

.space-xs-top {
  padding-top: 20px !important;
}

.space-sm-top {
  padding-top: 40px !important;
}

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

.space-md-top {
  padding-top: 80px !important;
}

.space-lg-top {
  padding-top: 120px !important;
}

.space-xl-top {
  padding-top: 200px !important;
}

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

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

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

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

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

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

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

.space-side {
  padding-left: 20px;
  padding-right: 20px;
}

.space-xs-side {
  padding-left: 20px;
  padding-right: 20px;
}

.space-sm-side {
  padding-left: 40px;
  padding-right: 40px;
}

.space-ms-side {
  padding-left: 60px;
  padding-right: 60px;
}

.space-md-side {
  padding-left: 80px;
  padding-right: 80px;
}

.space-lg-side {
  padding-left: 120px;
  padding-right: 120px;
}

.space-xl-side {
  padding-left: 200px;
  padding-right: 200px;
}

.space-left {
  padding-left: 20px;
}

.space-xs-left {
  padding-left: 20px;
}

.space-sm-left {
  padding-left: 40px;
}

.space-ms-left {
  padding-left: 60px;
}

.space-md-left {
  padding-left: 80px;
}

.space-lg-left {
  padding-left: 120px;
}

.space-xl-left {
  padding-left: 200px;
}

.space-right {
  padding-right: 20px;
}

.space-xs-right {
  padding-right: 20px;
}

.space-sm-right {
  padding-right: 40px;
}

.space-ms-right {
  padding-right: 60px;
}

.space-md-right {
  padding-right: 80px;
}

.space-lg-right {
  padding-right: 120px;
}

.space .container,
.space .carousel-holder.image-carousel {
  padding-left: 0;
  padding-right: 0;
}

.space-side-full .container,
.space-side-full .carousel-holder.image-carousel {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.space-side-wide .container,
.space-side-wide .carousel-holder.image-carousel {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.space-side-wide-pull-left .container,
.space-side-wide-pull-left .carousel-holder.image-carousel {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.space-side-narrow .container,
.space-side-narrow .carousel-holder.image-carousel {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 768px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Just SM Phone */
/* SM Phone */
@media (min-width: 730px) {
  .space-top {
    padding-top: 20px !important;
  }

  .space-xs-top {
    padding-top: 20px !important;
  }

  .space-sm-top {
    padding-top: 40px !important;
  }

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

  .space-md-top {
    padding-top: 80px !important;
  }

  .space-lg-top {
    padding-top: 120px !important;
  }

  .space-xl-top {
    padding-top: 200px !important;
  }

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

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

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

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

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

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

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

  .space-side {
    padding-left: 20px;
    padding-right: 20px;
  }

  .space-xs-side {
    padding-left: 20px;
    padding-right: 20px;
  }

  .space-sm-side {
    padding-left: 40px;
    padding-right: 40px;
  }

  .space-ms-side {
    padding-left: 60px;
    padding-right: 60px;
  }

  .space-md-side {
    padding-left: 80px;
    padding-right: 80px;
  }

  .space-lg-side {
    padding-left: 120px;
    padding-right: 120px;
  }

  .space-xl-side {
    padding-left: 200px;
    padding-right: 200px;
  }

  .space-left {
    padding-left: 20px;
  }

  .space-xs-left {
    padding-left: 20px;
  }

  .space-sm-left {
    padding-left: 40px;
  }

  .space-ms-left {
    padding-left: 60px;
  }

  .space-md-left {
    padding-left: 80px;
  }

  .space-lg-left {
    padding-left: 120px;
  }

  .space-xl-left {
    padding-left: 200px;
  }

  .space-right {
    padding-right: 20px;
  }

  .space-xs-right {
    padding-right: 20px;
  }

  .space-sm-right {
    padding-right: 40px;
  }

  .space-ms-right {
    padding-right: 60px;
  }

  .space-md-right {
    padding-right: 80px;
  }

  .space-lg-right {
    padding-right: 120px;
  }
}

/* Between XS Phone and SM Tablet */
/* SM Tablet */
@media (min-width: 730px) {

  .space-side-narrow .container,
  .space-side-narrow .carousel-holder.image-carousel {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Between SM Tablet and MD Desktop */
/* MD Desktop */
@media (min-width: 992px) {

  .space-side-wide .container,
  .space-side-wide .carousel-holder.image-carousel {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .space-side-wide-pull-left .container,
  .space-side-wide-pull-left .carousel-holder.image-carousel {
    max-width: 1170px;
    padding-left: 120px;
    padding-right: 15px;
    margin: 0;
  }
}

/*
--------------------------------------------------
    Gutter around cols
--------------------------------------------------
*/
.vert-pad-top-xs {
  padding-top: 0;
  margin-top: 15px;
}

.vert-pad-top-xs[class*="-bg"] {
  padding-top: 15px;
  margin-top: 0;
}

.vert-pad-top-xs>[class*="-bg"] {
  margin-top: 0;
}

.vert-pad-top-sm {
  padding-top: 0;
  margin-top: 30px;
}

.vert-pad-top-sm[class*="-bg"] {
  padding-top: 30px;
  margin-top: 0;
}

.vert-pad-top-sm>[class*="-bg"] {
  margin-top: 0;
}

.vert-pad-top-md {
  padding-top: 0;
  margin-top: 60px;
}

.vert-pad-top-md[class*="-bg"] {
  padding-top: 60px;
  margin-top: 0;
}

.vert-pad-top-md>[class*="-bg"] {
  margin-top: 0;
}

.vert-pad-top-lg {
  padding-top: 0;
  margin-top: 60px;
}

.vert-pad-top-lg[class*="-bg"] {
  padding-top: 60px;
  margin-top: 0;
}

.vert-pad-top-lg>[class*="-bg"] {
  margin-top: 0;
}

.vert-pad-top-xl {
  padding-top: 0;
  margin-top: 90px;
}

.vert-pad-top-xl[class*="-bg"] {
  padding-top: 90px;
  margin-top: 0;
}

.vert-pad-top-xl>[class*="-bg"] {
  margin-top: 0;
}

.vert-pad-bottom-xs {
  padding-bottom: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.vert-pad-bottom-xs>[class*="-bg"] {
  margin-bottom: 0;
}

.vert-pad-bottom-sm {
  padding-bottom: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.vert-pad-bottom-sm>[class*="-bg"] {
  margin-bottom: 0;
}

.vert-pad-bottom-md {
  padding-bottom: 0;
  margin-bottom: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.vert-pad-bottom-md>[class*="-bg"] {
  margin-bottom: 0;
}

.vert-pad-bottom-lg {
  padding-bottom: 0;
  margin-bottom: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.vert-pad-bottom-lg>[class*="-bg"] {
  margin-bottom: 0;
}

.vert-pad-bottom-xl {
  padding-bottom: 0;
  margin-bottom: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;
}

.vert-pad-bottom-xl>[class*="-bg"] {
  margin-bottom: 0;
}

.container[class*="-bg"],
.carousel-holder.image-carousel[class*="-bg"] {
  padding-left: 30px;
  padding-right: 30px;
}

.container[class*="-bg"]>.row,
.carousel-holder.image-carousel[class*="-bg"]>.row {
  margin-left: -30px;
  margin-right: -30px;
}

.container[class*="-bg"]>.row>[class*="col-"],
.carousel-holder.image-carousel[class*="-bg"]>.row>[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Just XS Phone */
/* XS Phone */
/* Between XS Phone and SM Tablet */
@media (max-width: 729px) {
  .vert-pad-top-xs {
    padding-top: 0;
    margin-top: 40px;
  }

  .vert-pad-top-xs[class*="-bg"] {
    padding-top: 40px;
    margin-top: 0;
  }

  .vert-pad-top-xs>[class*="-bg"] {
    margin-top: 0;
  }

  .vert-pad-top-sm {
    padding-top: 0;
    margin-top: 40px;
  }

  .vert-pad-top-sm[class*="-bg"] {
    padding-top: 40px;
    margin-top: 0;
  }

  .vert-pad-top-sm>[class*="-bg"] {
    margin-top: 0;
  }

  .vert-pad-top-md {
    padding-top: 0;
    margin-top: 40px;
  }

  .vert-pad-top-md[class*="-bg"] {
    padding-top: 40px;
    margin-top: 0;
  }

  .vert-pad-top-md>[class*="-bg"] {
    margin-top: 0;
  }
}

/* SM Tablet */
/* Between SM Tablet and MD Desktop */
/* MD Desktop */
/*
--------------------------------------------------
    Responsive media tiles
--------------------------------------------------
*/
.media-tile {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.media-tile .media-item,
.media-tile .img-item,
.media-tile iframe,
.media-tile embed,
.media-tile object,
.media-tile video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-tile .img-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-tile.media-src-2by1 {
  padding-bottom: 100%;
}

.media-tile.media-src-4by3 {
  padding-bottom: 75%;
}

.media-tile.media-src-16by9 {
  padding-bottom: 56.25%;
}

.media-tile.media-src-1by2 {
  padding-bottom: 50%;
}

.media-tile.media-src-1by3 {
  padding-bottom: 33.33333333%;
}

.media-tile.google-map {
  padding-bottom: 62%;
}

.media-tile.promo-tile {
  padding-bottom: 35%;
}

.media-tile span {
  display: block;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/*
--------------------------------------------------
    List Shared Styling
--------------------------------------------------
*/
.list .list-item,
.text-list-component .list-item {
  background: white;
}

.list .list-item:nth-of-type(odd),
.text-list-component .list-item:nth-of-type(odd) {
  background: whitesmoke;
}

.list.opacity-1 .list-item,
.opacity-1.text-list-component .list-item {
  background: rgba(51, 51, 51, 0.05);
}

.list.opacity-1 .list-item:nth-of-type(odd),
.opacity-1.text-list-component .list-item:nth-of-type(odd) {
  background: rgba(51, 51, 51, 0.1);
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
.svg-padding-sm {
  padding: 0 25px !important;
}

.svg-padding-md {
  padding: 0 50px !important;
}

.svg-padding-lg {
  padding: 0 100px !important;
}

.svg-bg {
  background-size: contain !important;
}

/* Slick Carousel */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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;
}

/* MOBILE FIRST */
/* Arrows */
.slick-nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -16px;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 730px) {
  .slick-nav-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: -36px;
  }

  .slick-nav-container .slick-prev {
    position: absolute;
    left: 6px;
  }

  .slick-nav-container .slick-next {
    position: absolute;
    right: 6px;
  }
}

@media (min-width: 1400px) {
  .slick-nav-container .slick-prev {
    left: -80px;
  }

  .slick-nav-container .slick-next {
    right: -80px;
  }
}

.slick-prev,
.slick-next {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  padding: 0;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #555;
  color: #555;
  pointer-events: all;
  font-size: 18px;
  z-index: 1;
}

.slick-prev:last-child,
.slick-next:last-child {
  margin-left: auto;
}

@media (min-width: 730px) {

  .slick-prev,
  .slick-next {
    /* MOBILE FIRST */
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:focus-visible,
.slick-next:hover,
.slick-next:focus,
.slick-next:focus-visible {
  background: #f7f7fa;
}

/* Dots */
.slick-dots {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 28px auto 0 auto;
  left: 0;
  right: 0;
  max-width: 342px;
  width: -webkit-calc(100% - (2 * (24px + 16px + 16px)));
  width: calc(100% - (2 * (24px + 16px + 16px)));
  font-size: 0;
  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;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 50px;
  padding: 4px 0;
  cursor: pointer;
  margin: 0 8px 0 0;
}

.slick-dots li button {
  width: 100%;
  opacity: 0;
  padding: 0;
  border: none;
}

@media (min-width: 730px) {
  .slick-dots li {
    /* MOBILE FIRST */
    margin: 0 8px 0 0;
  }
}

.slick-dots li:last-child {
  margin: 0;
}

.slick-dots li:before {
  content: "";
  border-bottom: 2px solid #E3E3E3;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.slick-dots li.slick-active:before {
  border-color: #555;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 730px) {
  .dotsToline .slick-dots li {
    margin: 0;
  }
}

/**
*
* This file is updated automatically by yoeman generator-synopsys-component.
*
* ONLY MODIFY IF YOU KNOW WHAT YOU ARE DOING!
*
*/
/**
 *  Main css for podcasts
 */
html.touch .component-podcasts .cta:hover {
  color: #646e81;
  text-decoration: none;
}

html.touch .component-podcasts .cta:active {
  color: #646e81;
  text-decoration: underline;
}

.component-podcasts h4 {
  font-weight: 400;
}

.component-podcasts .podcasts-list {
  margin: 25px 10px 0 10px;
}

.component-podcasts .podcasts-item {
  padding-bottom: 20px;
}

.component-podcasts .podcasts-item .title {
  font-weight: 400;
}

.component-podcasts .podcasts-item .date {
  font-weight: 400;
  color: #646e81;
  margin-bottom: 10px;
}

.component-podcasts .podcasts-item p {
  margin-bottom: 0;
}

.component-podcasts .cta {
  background-color: #f7f7fa;
  display: block;
  text-align: center;
  color: #646e81;
  padding: 12px;
}

.component-podcasts .fullWidthButton {
  display: block;
  width: 100%;
  background-color: #f7f7fa;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  outline: none;
  border: none;
}

.component-podcasts .fullWidthButton:hover {
  background-color: #f9f9f9;
  color: #000;
}

.background-component.light-grey-bg .component-podcasts .cta {
  background-color: #FFF;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-podcasts .component-podcasts>.row>.podcasts-col:nth-child(1) {
    padding-right: 45px;
  }

  .component-podcasts .component-podcasts>.row>.podcasts-col:nth-child(2) {
    padding-left: 45px;
  }
}

/**
 *  Main css for mosaicHeadline
 */
.component-mosaicHeadline {
  position: relative;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 400px;
}

.component-mosaicHeadline p {
  text-overflow: clip;
  margin: 0;
}

.component-mosaicHeadline .footerText {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  font-size: 18px;
}

.component-mosaicHeadline:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicHeadline {
    padding: 15px;
    height: 280px;
  }

  .component-mosaicHeadline .component-text p {
    position: absolute;
    padding-right: 15px;
    top: 7px;
  }

  .component-mosaicHeadline .component-text .text-size-smaller {
    display: block;
    margin-top: -.12em;
    font-size: 1.0em !important;
  }

  .component-mosaicHeadline .component-text .text-size-normal {
    display: block;
    margin-top: -.15em;
    font-size: 1.2em !important;
  }

  .component-mosaicHeadline .component-text .text-size-larger {
    display: block;
    margin-top: -.15em;
    font-size: 1.5em !important;
  }

  .component-mosaicHeadline .footerText {
    font-size: 18px;
    bottom: 9px;
  }

  .component-mosaicHeadline.doubleHeight {
    height: 580px;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicHeadline {
    padding: 15px;
    height: 280px;
  }

  .component-mosaicHeadline .component-text p {
    position: absolute;
    top: 7px;
    padding-right: 15px;
  }

  .component-mosaicHeadline .component-text .text-size-smaller {
    display: block;
    margin-top: -.12em;
    font-size: 1.5em !important;
  }

  .component-mosaicHeadline .component-text .text-size-normal {
    display: block;
    margin-top: -.15em;
    font-size: 1.8em !important;
  }

  .component-mosaicHeadline .component-text .text-size-larger {
    display: block;
    margin-top: -.15em;
    font-size: 2.0em !important;
  }

  .component-mosaicHeadline .footerText {
    font-size: 14px;
    bottom: 9px;
  }

  .component-mosaicHeadline.doubleHeight {
    height: 580px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicHeadline {
    padding: 20px;
    height: 400px;
  }

  .component-mosaicHeadline p {
    position: absolute;
    top: 7px;
    padding-right: 22px;
  }

  .component-mosaicHeadline .text-size-smaller {
    display: block;
    margin-top: -.12em;
    font-size: 1.5em !important;
  }

  .component-mosaicHeadline .text-size-normal {
    display: block;
    margin-top: -.15em;
    font-size: 1.8em !important;
  }

  .component-mosaicHeadline .text-size-larger {
    display: block;
    margin-top: -.15em;
    font-size: 2.0em !important;
  }

  .component-mosaicHeadline a {
    font-size: 18px;
  }

  .component-mosaicHeadline .footerText {
    font-size: 18px;
    bottom: 12px;
  }

  .component-mosaicHeadline.doubleHeight {
    height: 820px;
  }
}

/**
 *  Main css for anchor
 */
/**
 *  Main css for htmlTextOnly
 */
/**
 *  Main css for contactUs
 */
.component-contact-us [class^="col-"] {
  color: #646e81;
}

.component-contact-us .icon-wrapper {
  text-align: center;
}

.component-contact-us .icon-email {
  display: inline-block;
  line-height: 1.6px;
  width: 17px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41NjIiIGhlaWdodD0iMTEuNSIgdmlld0JveD0iMCAwIDE2LjU2MiAxMS41Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjYmZjM2NiOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb246X2VtYWlsIiBkYXRhLW5hbWU9Imljb246IGVtYWlsIiBjbGFzcz0iY2xzLTEiIGQ9Ik03MjIuNDA1LDE3NzUuNzlhMC40MzEsMC40MzEsMCwwLDAtLjAwOC0wLjA4YzAtLjAyLDAtMC4wNC0wLjAwOS0wLjA2YTAuMzA4LDAuMzA4LDAsMCwwLS4wMjEtMC4wN2MtMC4wMDctLjAyLTAuMDE0LTAuMDUtMC4wMjMtMC4wN2EwLjE2NSwwLjE2NSwwLDAsMC0uMDMtMC4wNSwwLjMyMywwLjMyMywwLDAsMC0uMDQxLTAuMDdjMC0uMDEsMC0wLjAxLTAuMDA4LTAuMDJsLTAuMDMzLS4wM3EtMC4wMjQtLjAzLTAuMDUxLTAuMDZhNzIwNDg3MDc2MzMuMiw3MjA0ODcwNzYzMy4yLDAsMCwxLS4xMS0wLjA4LDAuMjA4LDAuMjA4LDAsMCwwLS4wNjMtMC4wNGwtMC4wNjItLjAzYy0wLjAyMi0uMDEtMC4wNDUtMC4wMS0wLjA2OS0wLjAycy0wLjA0Mi0uMDEtMC4wNjUtMC4wMWEwLjIxNSwwLjIxNSwwLDAsMC0uMDc5LTAuMDFjLTAuMDE2LDAtLjAzLTAuMDEtMC4wNDYtMC4wMUg3MDYuNTczYy0wLjAxNiwwLS4wMzEuMDEtMC4wNDYsMC4wMWEwLjIxMiwwLjIxMiwwLDAsMC0uMDc5LjAxYy0wLjAyMywwLS4wNDQuMDEtMC4wNjYsMC4wMXMtMC4wNDYuMDEtLjA2OCwwLjAybC0wLjA2Mi4wM2EwLjIsMC4yLDAsMCwwLS4wNjMuMDQsNjkxNjY3NTkyNzguODY3LDY5MTY2NzU5Mjc4Ljg2NywwLDAsMS0uMTEuMDhsLTAuMDUyLjA2LTAuMDMyLjAzYzAsMC4wMSwwLC4wMS0wLjAwOC4wMmEwLjI4NywwLjI4NywwLDAsMC0uMDQxLjA3LDAuMTY1LDAuMTY1LDAsMCwwLS4wMy4wNWMtMC4wMDkuMDItLjAxNiwwLjA1LTAuMDIzLDAuMDdhMC4zMDgsMC4zMDgsMCwwLDAtLjAyMS4wN2MwLDAuMDItLjAwNi4wNC0wLjAwOSwwLjA2YTAuNDMxLDAuNDMxLDAsMCwwLS4wMDguMDhsMCwwLjAxdjEwLjA4YTAuNzE4LDAuNzE4LDAsMCwwLC43Mi43MmgxNS4xMTRhMC43MTksMC43MTksMCwwLDAsLjcyLTAuNzJWMTc3NS44Wm0tMi44OTUuNzMtNS4zOCw0LTUuMzgxLTRINzE5LjUxWm0tMTIuMjE3LDguNjR2LTcuOTNsNi40MDgsNC43NmEwLjY4OCwwLjY4OCwwLDAsMCwuODU4LDBsNi40MDgtNC43NnY3LjkzSDcwNy4yOTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzA1Ljg0NCAtMTc3NS4wOSkiLz4KPC9zdmc+Cg==);
}

.component-contact-us .col-left {
  vertical-align: top;
  display: inline-block;
  margin-right: 30px;
}

.component-contact-us .col-right {
  vertical-align: top;
  display: inline-block;
}

.component-contact-us .col-contact {
  width: 100%;
}

.component-contact-us .col-contact .contact-label {
  color: #5a3081;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.component-contact-us .col-address {
  width: 100%;
  margin-bottom: 30px;
}

.component-contact-us .col-phone {
  width: 100%;
  margin-bottom: 30px;
}

.component-contact-us .col-directory {
  width: 100%;
}

.component-contact-us .col-directory a.directory-link {
  display: block;
}

.component-contact-us .col-cta {
  width: 100%;
}

.component-contact-us .col-cta a {
  display: block;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-contact-us {
    text-align: center;
  }

  .component-contact-us [class^="col-"] {
    vertical-align: top;
    display: inline-block;
    width: auto;
    text-align: left;
  }

  .component-contact-us .col-left {
    margin: 0;
  }

  .component-contact-us .col-contact {
    padding: 0 15px;
  }

  .component-contact-us .col-contact .contact-label {
    color: #2e3c4d;
    font-size: 20px;
  }

  .component-contact-us .col-address {
    padding: 0 15px;
    margin: -.2em 0 0 0;
  }

  .component-contact-us .col-phone {
    padding: 0 15px;
    margin: -.2em 0 0 0;
  }

  .component-contact-us .col-directory {
    margin: -.2em 0 0 0;
  }

  .component-contact-us .col-cta {
    margin: -.15em 0 0 0;
    padding: 0 15px;
  }
}

/* MD Desktop */
@media (min-width: 992px) {
  .component-contact-us .col-contact {
    padding: 0 25px;
  }

  .component-contact-us .col-address {
    padding: 0 25px;
  }

  .component-contact-us .col-phone {
    padding: 0 25px;
  }

  .component-contact-us .col-directory {
    padding: 0 25px;
  }

  .component-contact-us .col-cta {
    padding: 0 25px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-contact-us .col-cta {
    margin: 0;
  }

  .component-contact-us .icon-email {
    width: 24px;
    height: 17px;
  }
}

/**
 *  Main css for mosaiccardrte
 */
.component-mosaicCardRTEComponent {
  position: relative;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: auto;
  padding: 25px 15px;
  word-break: break-word;
}

.component-mosaicCardRTEComponent h1,
.component-mosaicCardRTEComponent h2,
.component-mosaicCardRTEComponent h3,
.component-mosaicCardRTEComponent h4,
.component-mosaicCardRTEComponent h5,
.component-mosaicCardRTEComponent h6 {
  word-break: break-word;
}

.component-mosaicCardRTEComponent h1:first-child,
.component-mosaicCardRTEComponent h2:first-child,
.component-mosaicCardRTEComponent h3:first-child,
.component-mosaicCardRTEComponent h4:first-child,
.component-mosaicCardRTEComponent h5:first-child,
.component-mosaicCardRTEComponent h6:first-child {
  margin-top: 0;
}

.component-mosaicCardRTEComponent h1:last-child,
.component-mosaicCardRTEComponent h2:last-child,
.component-mosaicCardRTEComponent h3:last-child,
.component-mosaicCardRTEComponent h4:last-child,
.component-mosaicCardRTEComponent h5:last-child,
.component-mosaicCardRTEComponent h6:last-child {
  margin-bottom: 0;
}

.component-mosaicCardRTEComponent p {
  word-break: break-word;
}

.component-mosaicCardRTEComponent p:last-child {
  margin-bottom: 0;
}

.component-mosaicCardRTEComponent ul,
.component-mosaicCardRTEComponent ol {
  padding-left: 20px;
}

.component-mosaicCardRTEComponent ul:last-child,
.component-mosaicCardRTEComponent ol:last-child {
  margin-bottom: 0;
}

.component-mosaicCardRTEComponent:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardRTEComponent {
    height: auto;
  }

  .component-mosaicCardRTEComponent.doubleHeight {
    height: auto;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardRTEComponent {
    border-bottom: 15px solid transparent;
    padding: 15px 15px 0 15px;
    height: 280px;
  }

  .component-mosaicCardRTEComponent.doubleHeight {
    height: 580px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardRTEComponent {
    border-bottom: 20px solid transparent;
    padding: 20px 20px 0 20px;
    height: 400px;
  }

  .component-mosaicCardRTEComponent a {
    font-size: 18px;
  }

  .component-mosaicCardRTEComponent.doubleHeight {
    height: 820px;
  }
}

/**
 *  Main css for richtexteditor
 */
.component-rte ul,
.component-rte ol {
  padding-left: 20px;
}

.component-rte.left-right-pad-xs {
  padding-left: 15px;
  padding-right: 15px;
}

.component-rte.left-right-pad-sm {
  padding-left: 30px;
  padding-right: 30px;
}

.component-rte.left-right-pad-md {
  padding-left: 60px;
  padding-right: 60px;
}

/**
 *  Main css for navLeftMobile
 */
html.touch .component-navLeftMobile a:hover {
  color: #111C24;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

html.touch .component-navLeftMobile a:active {
  color: #111C24;
  text-decoration: none;
}

.component-navLeftMobile {
  position: absolute;
  min-width: 400px;
  width: 50%;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  right: 0;
  font-size: 18px;
  background-color: #fff;
}

.component-navLeftMobile>ul {
  list-style: none;
  padding-left: 0;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.component-navLeftMobile>ul>li {
  position: relative;
}

.component-navLeftMobile>ul>li>a::after {
  content: '';
  position: absolute;
  display: block;
  right: 15px;
  top: 18px;
  height: 15px;
  width: 9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTEzNy40IDM3NC42YzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwbDEyOC0xMjhjOS4yLTkuMiAxMS45LTIyLjkgNi45LTM0LjlzLTE2LjYtMTkuOC0yOS42LTE5LjhMMzIgMTkyYy0xMi45IDAtMjQuNiA3LjgtMjkuNiAxOS44cy0yLjIgMjUuNyA2LjkgMzQuOWwxMjggMTI4eiIgZmlsbD0iJTIzMTExYzI0Ii8+PC9zdmc+");
  background-repeat: no-repeat;
}

.component-navLeftMobile>ul>li>a.active::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTE4Mi42IDEzNy40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMGwtMTI4IDEyOGMtOS4yIDkuMi0xMS45IDIyLjktNi45IDM0LjlzMTYuNiAxOS44IDI5LjYgMTkuOGwyNTYgMGMxMi45IDAgMjQuNi03LjggMjkuNi0xOS44czIuMi0yNS43LTYuOS0zNC45bC0xMjgtMTI4eiIgZmlsbD0iJTIzMTExYzI0Ii8+PC9zdmc+");
}

.component-navLeftMobile>ul>li>ul {
  display: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #F7F7FA;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  list-style: none;
  padding-left: 0;
  font-weight: 400;
}

.component-navLeftMobile>ul>li>ul.active {
  display: block;
}

.component-navLeftMobile>ul>li>ul>li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.component-navLeftMobile>ul>li>ul>li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #111C24;
  padding-left: 15px;
  padding-right: 40px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  background: transparent;
}

.component-navLeftMobile>ul>li>ul>li a::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI3OC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xNjAgMTYwYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyMTAuNyAyNTYgNzMuNCAxMTguNmMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMGwxNjAgMTYweiIgZmlsbD0iJTIzMTExYzI0Ii8+PC9zdmc+");
  display: block;
  width: 10px;
  height: 14px;
}

.component-navLeftMobile .purpleBar {
  height: 20px;
  background-color: #5a2a82;
  width: 100%;
}

.component-navLeftMobile .search-wrapper {
  display: none;
  margin: 0 0 40px 0;
  background-color: #FFF;
  padding-top: 20px;
}

.component-navLeftMobile .search-wrapper.active {
  display: block;
}

.component-navLeftMobile .close-button {
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 20px;
  width: 20px;
  right: 30px;
  top: 40px;
  position: absolute;
  border: none;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}

.component-navLeftMobile .main-menu {
  display: none;
}

.component-navLeftMobile .main-menu.active {
  display: block;
}

.component-navLeftMobile .sub-menu {
  display: none;
}

.component-navLeftMobile .sub-menu.active {
  display: block;
}

.component-navLeftMobile .sub-menu.active .returnLink {
  display: none;
}

.component-navLeftMobile .sub-menu.active .nav-group {
  background-color: #f7f7fa;
  padding: 40px 0 20px 0;
}

.component-navLeftMobile .sub-menu.active.sub .returnLink {
  display: block;
}

.component-navLeftMobile .sub-menu.active.sub .nav-group {
  background-color: #FFF;
  padding: 20px 0 20px 0;
}

.component-navLeftMobile .sub-menu .returnLink {
  font-size: 16px;
  padding-top: 25px;
  padding-left: 40px;
  text-transform: uppercase;
  cursor: pointer;
}

.component-navLeftMobile .sub-menu .returnLink:hover {
  text-decoration: underline;
}

.component-navLeftMobile .nav-group {
  padding-bottom: 40px;
}

.component-navLeftMobile .nav-group.padded {
  padding-top: 40px;
}

.component-navLeftMobile .nav-group-title {
  padding-left: 40px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #5a2a82;
  font-weight: 300;
  font-size: 26px;
}

.component-navLeftMobile .additional-components {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.component-navLeftMobile .additional-components .container,
.component-navLeftMobile .additional-components .carousel-holder.image-carousel {
  width: 100% !important;
  padding: 0;
}

.component-navLeftMobile a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #111C24;
  padding-left: 15px;
  padding-right: 40px;
  text-decoration: none;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  background-color: #fff;
}

.component-navLeftMobile a:hover {
  color: #000;
}

.component-navLeftMobile a.subMenu {
  position: absolute;
  right: 30px;
  font-size: 24px;
  padding: 0 10px;
}

.component-navLeftMobile a:active,
.component-navLeftMobile a.subMenu:active {
  background-color: #f6f6f6;
}

@media (min-width: 730px) {
  .component-navLeftMobile .nav-group-title {
    font-size: 22px;
  }
}

@media (max-width: 730px) {
  .component-navLeftMobile {
    position: relative;
    min-width: initial;
    width: 100%;
    height: auto;
    min-height: -webkit-calc(100vh - 67px);
    min-height: calc(100vh - 67px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: 3px;
    right: 0;
  }

  .component-navLeftMobile .purpleBar {
    height: 20px;
    background-color: #5a2a82;
    width: 100%;
  }

  .component-navLeftMobile .search-wrapper {
    display: none;
    margin: 0;
    background-color: #FFF;
    padding-top: 20px;
  }

  .component-navLeftMobile .search-wrapper.active {
    display: block;
  }

  .component-navLeftMobile .close-button {
    padding: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 18px;
    width: 18px;
    left: 25px;
    top: -35px;
    position: absolute;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
  }

  .component-navLeftMobile .main-menu {
    display: none;
  }

  .component-navLeftMobile .main-menu.active {
    display: block;
  }

  .component-navLeftMobile .sub-menu {
    display: none;
  }

  .component-navLeftMobile .sub-menu.active {
    display: block;
  }

  .component-navLeftMobile .sub-menu .returnLink {
    font-size: 16px;
    padding-top: 25px;
    padding-left: 30px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .component-navLeftMobile .nav-group-title {
    padding-left: 30px;
    padding-right: 20px;
    text-transform: uppercase;
  }

  .component-navLeftMobile a {
    display: block;
    font-size: 18px;
    color: #111C24;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .component-navLeftMobile a:hover {
    color: #000;
  }

  .component-navLeftMobile .additional-components {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 730px) and (max-width: 1129px) {
  .component-navLeftMobile {
    z-index: -1;
  }
}

/**
 *  Main css for pageList
 */
.component-pageList .no-margin {
  margin: 0;
}

.component-pageList h5 {
  margin-top: 15px;
  margin-bottom: 0;
}

.component-pageList ul.pageLinks li {
  padding-bottom: 5px;
}

ul.pageLinks {
  list-style: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

ul.pageLinks .three-column {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
  max-width: 460px;
}

ul.pageLinks .two-column {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px;
  max-width: 460px;
}

ul.pageLinks .one-column {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
  max-width: 460px;
}

ul.pageLinks li {
  position: relative;
}

ul.pageLinks li a {
  display: block;
  padding-top: 0;
  font-size: 16px;
}

ul.pageLinks li:hover a .pageLink-dropdown,
ul.pageLinks li.active a .pageLink-dropdown {
  display: block;
}

.pageLink-dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  top: 50px;
  width: 50%;
}

.pageLink-dropdown ul {
  list-style: none;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #FFF;
  padding-left: 10px;
}

.pageLink-dropdown ul li {
  background: #FFF;
}

.pageLink-dropdown ul li:hover a {
  background: #FFF;
}

.pageLink-dropdown:before {
  position: absolute;
  top: -7px;
  left: 25%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.pageLink-dropdown:after {
  position: absolute;
  top: -6px;
  left: 25%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  content: '';
}

@media (max-width: 729px) {
  ul.pageLinks .three-column {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
  }
}

/**
 *  Main css for boxLinkContainer
 */
.component-boxLinkContainer {
  padding: 20px 0;
}

.component-boxLinkContainer.no-side-padding {
  padding: 20px 0;
}

.component-boxLinkContainer h2 {
  padding-bottom: 25px;
  padding-top: 15px;
  font-size: 20px;
}

.component-boxLinkContainer .no-title {
  padding-top: 25px;
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-boxLinkContainer h2 {
    font-size: 22px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-boxLinkContainer h2 {
    font-size: 30px;
  }
}

/**
 *  Main css for googleMap
 */
.googleMap {
  padding: 20px;
}

/**
 *  Main css for socialLinks
 */
.component-socialLinks ul.social-icons {
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.component-socialLinks ul.social-icons.align-left {
  text-align: left;
}

.component-socialLinks ul.social-icons.align-center {
  text-align: center;
}

.component-socialLinks ul.social-icons.align-right {
  text-align: right;
}

.component-socialLinks ul.social-icons li {
  display: inline-block;
}

.component-socialLinks ul.social-icons a {
  text-decoration: none;
  padding: 0 10px 0 10px;
  display: inline-block;
}

.component-socialLinks ul.social-icons a:first-child {
  padding-left: 0;
}

.component-socialLinks ul.social-icons a:hover {
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.component-socialLinks ul.social-icons a:hover path {
  color: #555;
}

.component-socialLinks ul.social-icons svg {
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
  font-size: 28px;
}

.component-socialLinks ul.social-icons svg path {
  fill: #555;
}

/**
 *  Main css for filter
 */
.component-filter {
  background-color: #f7f7fa;
  width: 100%;
  padding: 30px;
}

.component-filter .header {
  padding: 35px 0 10px 0;
}

.component-filter .header h4 {
  margin: 0;
}

.component-filter .clearButton {
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bolder;
}

.component-filter .filterOption {
  padding: 5px 0;
  margin: 0;
}

.component-filter .subFilterOption {
  margin: 0;
}

.component-filter .subFilters {
  padding: 0 20px;
  margin: 0;
  display: none;
}

.component-filter .checkbox {
  margin: 0;
}

.component-filter .showSubFilters {
  display: block;
}

.component-filter .hideSubFilters {
  display: none;
}

.component-filter input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.component-filter input[type="checkbox"].topLevelCheckbox+label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  color: #646e81;
  padding-left: 5px;
}

.component-filter input[type="checkbox"].topLevelCheckbox:checked+label {
  color: #000;
}

.component-filter input[type="checkbox"].subLevelCheckbox+label {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  color: #646e81;
  padding-left: 5px;
}

.component-filter input[type="checkbox"].subLevelCheckbox:checked+label {
  color: #000;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
-------------------------  -------------------------
*/
/**
 *  ImageTextCta and TexCta share the same CSS and struture, please check text.scss
 */
.component-imageTextCta {
  text-align: left;
}

.component-imageTextCta .subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  /* 28px */
  margin: 16px 0 0 0;
}

.component-imageTextCta .mediatext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.component-imageTextCta .mediatext .buttons {
  margin-bottom: 24px;
}

.component-imageTextCta .img-col {
  margin-bottom: 24px;
}

/* > Tablet */
@media (min-width: 730px) {
  .component-imageTextCta .component-image {
    margin: 0;
  }

  .component-imageTextCta .mediatext {
    display: block;
  }

  .component-imageTextCta .mediatext .buttons {
    margin-bottom: 0;
  }
}

/**
 *  Main css for boxLink
 */
.component-boxLink {
  padding: 16px 0 16px 0;
  color: #111C24;
  list-style: none;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.component-boxLink a {
  font-size: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: inherit;
  color: #316aca;
}

.component-boxLink a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #316aca;
}

.component-boxLink a:not([href]) {
  color: #000;
  cursor: auto;
}

.component-boxLink a:not([href]):hover {
  cursor: auto;
  color: #000;
}

.component-boxLink .topLabel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.component-boxLink li {
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-boxLink .dropdown-link {
  display: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.component-boxLink .dropdown-link li {
  margin: 16px 0 0 0;
  font-weight: 300;
}

.component-boxLink.showMenu .icon:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi43LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzU1NTU1NSIgZD0iTTQzMiAyNTZjMCAxMy4zLTEwLjcgMjQtMjQgMjRMNDAgMjgwYy0xMy4zIDAtMjQtMTAuNy0yNC0yNHMxMC43LTI0IDI0LTI0bDM2OCAwYzEzLjMgMCAyNCAxMC43IDI0IDI0eiIvPjwvc3ZnPg==);
}

.component-boxLink.no-dropdown .icon:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzU1NTU1NSIgZD0iTTU3OS44IDI2Ny43YzU2LjUtNTYuNSA1Ni41LTE0OCAwLTIwNC41Yy01MC01MC0xMjguOC01Ni41LTE4Ni4zLTE1LjRsLTEuNiAxLjFjLTE0LjQgMTAuMy0xNy43IDMwLjMtNy40IDQ0LjZzMzAuMyAxNy43IDQ0LjYgNy40bDEuNi0xLjFjMzIuMS0yMi45IDc2LTE5LjMgMTAzLjggOC42YzMxLjUgMzEuNSAzMS41IDgyLjUgMCAxMTRMNDIyLjMgMzM0LjhjLTMxLjUgMzEuNS04Mi41IDMxLjUtMTE0IDBjLTI3LjktMjcuOS0zMS41LTcxLjgtOC42LTEwMy44bDEuMS0xLjZjMTAuMy0xNC40IDYuOS0zNC40LTcuNC00NC42cy0zNC40LTYuOS00NC42IDcuNGwtMS4xIDEuNkMyMDYuNSAyNTEuMiAyMTMgMzMwIDI2MyAzODBjNTYuNSA1Ni41IDE0OCA1Ni41IDIwNC41IDBMNTc5LjggMjY3Ljd6TTYwLjIgMjQ0LjNjLTU2LjUgNTYuNS01Ni41IDE0OCAwIDIwNC41YzUwIDUwIDEyOC44IDU2LjUgMTg2LjMgMTUuNGwxLjYtMS4xYzE0LjQtMTAuMyAxNy43LTMwLjMgNy40LTQ0LjZzLTMwLjMtMTcuNy00NC42LTcuNGwtMS42IDEuMWMtMzIuMSAyMi45LTc2IDE5LjMtMTAzLjgtOC42Qzc0IDM3MiA3NCAzMjEgMTA1LjUgMjg5LjVMMjE3LjcgMTc3LjJjMzEuNS0zMS41IDgyLjUtMzEuNSAxMTQgMGMyNy45IDI3LjkgMzEuNSA3MS44IDguNiAxMDMuOWwtMS4xIDEuNmMtMTAuMyAxNC40LTYuOSAzNC40IDcuNCA0NC42czM0LjQgNi45IDQ0LjYtNy40bDEuMS0xLjZDNDMzLjUgMjYwLjggNDI3IDE4MiAzNzcgMTMyYy01Ni41LTU2LjUtMTQ4LTU2LjUtMjA0LjUgMEw2MC4yIDI0NC4zeiIvPjwvc3ZnPg==);
}

.component-boxLink.no-dropdown .icon,
.component-boxLink.no-dropdown .topLabel {
  cursor: default;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.component-boxLink.no-dropdown a .icon {
  cursor: pointer;
}

.component-boxLink .topLink {
  height: 100%;
  z-index: 1;
  position: relative;
}

.component-boxLink .icon {
  margin-left: auto;
  cursor: pointer;
}

.component-boxLink .icon:after {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  margin-left: auto;
  background: #F0F0F4 center/16px auto no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzU1NTU1NSIgZD0iTTI1NiA4MGMwLTE3LjctMTQuMy0zMi0zMi0zMnMtMzIgMTQuMy0zMiAzMmwwIDE0NEw0OCAyMjRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMTQ0IDAgMCAxNDRjMCAxNy43IDE0LjMgMzIgMzIgMzJzMzItMTQuMyAzMi0zMmwwLTE0NCAxNDQgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMmwtMTQ0IDAgMC0xNDR6Ii8+PC9zdmc+);
  border-radius: 90%;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}

@media only screen and (min-width: 730px) {
  .component-boxLink {
    padding: 16px 0 16px 0;
  }

  .component-boxLink a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .component-boxLink .topLabel {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .component-boxLink li {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: -webkit-calc(286px + 36px + 20px);
    max-width: calc(286px + 36px + 20px);
  }

  .component-boxLink .component-boxLink .icon {
    margin-left: inherit;
  }

  .component-boxLink.no-dropdown .icon,
  .component-boxLink.no-dropdown .topLabel {
    cursor: default;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .component-boxLink ul.dropdown-link {
    padding: 0 0 0 56px;
  }
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.cmp-boxlink {
  height: auto;
  border-radius: 0;
  border-left: 4px solid #FFF;
  box-shadow: none;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 0;
  font-size: 16px;
}

.cmp-boxlink a.topLink {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  position: relative;
}

.cmp-boxlink a.topLink:hover {
  text-decoration: none;
}

.cmp-boxlink .icon {
  cursor: pointer;
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #316aca;
  height: auto;
  top: 50%;
  width: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5a2a82;
}

.cmp-boxlink .icon:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border: 1px solid #cdd0d6;
  bottom: 0;
  left: 0;
  border: none;
}

.cmp-boxlink .icon:last-child:after {
  content: '\203A';
  font-size: 35px;
  text-align: center;
  line-height: 78px;
  display: block;
  height: 100%;
}

.cmp-boxlink .cmp-boxlink__date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 400;
  padding: 0 30px 3px 0;
  color: #5a2a82;
}

.cmp-boxlink .cmp-boxlink__eventTitle {
  font-weight: 500;
  padding-bottom: 3px;
  padding-right: 30px;
}

.cmp-boxlink .cmp-boxlink__eventBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F7F7F7;
  padding: 12px 20px 12px 15px;
  width: 100%;
  height: auto;
  line-height: 1.4;
  border-radius: 0;
}

.cmp-boxlink .cmp-boxlink__eventLocation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 30px 0 0;
}

.cmp-boxlink.purple {
  border-color: #5a2a82;
}

.cmp-boxlink.blue {
  border-color: #4c9ec9;
}

.cmp-boxlink.orange {
  border-color: #e07c05;
}

@media (max-width: 480px) {

  .boxLink .vert-pad-top-xs,
  .boxLink .vert-pad-bottom-xs,
  .boxLink .vert-pad-top-sm,
  .boxLink .vert-pad-bottom-sm,
  .boxLink .vert-pad-top-md,
  .boxLink .vert-pad-bottom-md {
    margin: 0 0 0 0;
  }
}

/**
 *  Main css for featuredImageTextLinks
 */
/**
 *  Main css for imageAndLinks
 */
.component-imageAndLinks {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 15px 20px 10px;
  background-color: #fff;
}

.component-imageAndLinks .title {
  margin-top: 0;
}

.component-imageAndLinks .linksTitle {
  font-family: sans-serif;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
@media (max-width: 730px) {
  .site-content .imageAndLinks .background-component[class*="vert-pad"] {
    margin-top: 15px;
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-bottom: 15px;
  }

  .site-content .imageAndLinks .background-component[class*="vert-pad"][class*="light-grey-bg"] {
    margin-top: 15px;
    padding-top: 15px !important;
    padding-bottom: 15px;
  }
}

/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-imageAndLinks {
    padding: 15px 25px 30px 30px;
  }

  .component-imageAndLinks .description {
    margin-top: -.3em;
  }

  .component-imageAndLinks .image {
    padding-top: 0;
  }

  .component-imageAndLinks .title {
    margin-left: 0;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-imageAndLinks .title {
    font-size: 30px;
    margin-left: 0;
  }
}

/**
 *  Main css for railContainer
 */
.component-railContainer .resources .title {
  font-size: 22px;
  color: #5a2a82;
  margin-bottom: 8px;
}

.component-railContainer .resources ul {
  list-style: none;
  padding: 0;
}

.component-railContainer .resources ul li {
  margin-bottom: 8px;
}

.component-railContainer .resources ul li a {
  color: #646e81;
}

.component-railContainer .resources ul li a:hover {
  color: #21252b;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
@media (max-width: 480px) {
  .component-railCard:first-of-type {
    padding-top: 10px;
  }
}

/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-railContainer .resources .title {
    font-size: 20px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-railContainer .resources .title {
    font-size: 22px;
  }
}

/**
 *  Main css for railCard
 */
html.touch .component-railCard .component-text p a:hover {
  color: #646e81;
}

html.touch .component-railCard .component-text p a:active {
  color: #21252b;
}

.component-railCard {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.component-railCard .component-text p {
  color: #646e81;
  margin-top: 0;
  margin-bottom: 25px;
  text-overflow: clip;
}

.component-railCard .component-text p a {
  color: #646e81;
}

.component-railCard .component-text p a:hover {
  color: #21252b;
}

.component-railCard .component-text p:last-of-type {
  margin-bottom: 0;
}

.component-railCard .component-text:last-of-type {
  margin-bottom: -webkit-calc(30px - .45em);
  margin-bottom: calc(30px - .45em);
}

.component-railCard .video-wrapper {
  margin-bottom: 10px;
}

.component-railCard .video-wrapper:last-child {
  margin-bottom: 30px;
}

.component-railCard .label-new {
  color: #5a2a82;
  text-transform: uppercase;
  font-weight: bold;
}

.component-railCard .flag {
  position: relative;
  width: -webkit-calc(100% - 8px);
  width: calc(100% - 8px);
  margin-bottom: 10px;
}

.component-railCard .flag .text {
  padding: 5px 0 5px 25px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-railCard .component-text .heading {
    font-size: 20px;
  }

  .component-railCard .flag {
    margin-bottom: 5px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-railCard .component-text .heading {
    font-size: 30px;
  }
}

/**
 *  Main css for quote
 */
.quote .container,
.quote .carousel-holder.image-carousel {
  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;
}

.quote .container .quote-link,
.quote .carousel-holder.image-carousel .quote-link {
  display: contents;
}

.quote .edit-start.container,
.quote .edit-start.carousel-holder.image-carousel {
  display: block;
}

.component-quote {
  width: 100%;
  display: inline-block;
  max-width: 1032px;
  margin: 0 auto;
  padding: 24px;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #5555550D;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.component-quote * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
}

.component-quote .component-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #111C24;
  margin-bottom: 16px;
}

.component-quote .component-text .quote-text {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.component-quote .component-text .quote-text::before {
  content: ' ';
  width: 28px;
  height: 24px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0NyA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIzXzMxOSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2Ljg3MDMgMEwyMS41MjA5IDguNzI5NjdDMTcuNzMxOSAxMC40OTY3IDE1LjEwMzMgMTIuMjU0OSAxMy42NTI3IDEzLjk5NTZDMTIuMjAyMiAxNS43NDUxIDExLjM5MzQgMTcuODExIDExLjIyNjQgMjAuMTkzNEgyMS41MTIxVjQwSDBWMjMuNTc4QzAgMTcuNTI5NyAxLjI2NTkzIDEyLjc2NDggMy44MDY1OSA5LjI2NTkzQzYuMzQ3MjUgNS43NjcwMyAxMC42OTg5IDIuNjgxMzIgMTYuODcwMyAwWiIgZmlsbD0iIzdFNDVBRiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQxLjk0MjYgMEw0Ni41OTMxIDguNzI5NjdDNDIuODA0MSAxMC40OTY3IDQwLjE3NTYgMTIuMjU0OSAzOC43MjUgMTMuOTk1NkMzNy4yNzQ1IDE1Ljc0NTEgMzYuNDY1NyAxNy44MTEgMzYuMjk4NiAyMC4xOTM0SDQ2LjU4NDRWNDBIMjUuMDcyM1YyMy41NzhDMjUuMDcyMyAxNy41Mjk3IDI2LjMzODIgMTIuNzY0OCAyOC44Nzg5IDkuMjY1OTNDMzEuNDE5NSA1Ljc2NzAzIDM1Ljc3MTIgMi42ODEzMiA0MS45MzM4IDBINDEuOTQyNloiIGZpbGw9IiM3RTQ1QUYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yM18zMTkiPgo8cmVjdCB3aWR0aD0iNDYuNTkzNCIgaGVpZ2h0PSI0MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.component-quote .component-text .quote-text.quote-japanese::before,
.component-quote .component-text .quote-text.quote-chinese-simplified::before,
.component-quote .component-text .quote-text.quote-chinese-traditional::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC41IiBoZWlnaHQ9IjQ1LjUiIHZpZXdCb3g9IjAgMCAyNC41IDQ1LjUiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICM3ZTQ1YWY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI0LjM2LDB2OS4zMWgtMTQuMTJ2MzYuMTlIMFYwaDI0LjM2WiIvPgo8L3N2Zz4=");
  width: 21px;
}

.component-quote .quote-attribution-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-quote .quote-attribution {
  width: 100%;
}

.component-quote .separator {
  display: none;
  padding: 0 6px;
}

.component-quote .quote-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}

.component-quote .quote-img img {
  max-height: 45px;
}

.component-quote .quote-img.headshot-img {
  width: 45px;
  height: 45px;
  border-radius: 60px;
  overflow: hidden;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-quote {
    padding: 40px 32px;
  }

  .component-quote .component-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .component-quote .component-text .quote-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .component-quote .component-text .quote-text::before {
    width: 46px;
    height: 40px;
    margin-right: 8px;
  }

  .component-quote .quote-attribution-wrapper {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .component-quote .quote-attribution {
    width: auto;
  }

  .component-quote .separator {
    display: block;
  }

  .component-quote .quote-img {
    float: right;
    height: 60px;
  }

  .component-quote .quote-img.headshot-img {
    width: 60px;
    height: 60px;
  }

  .component-quote .quote-img img {
    max-height: 60px;
  }
}

/**
 *  Main css for navList
 */
.component-subnav {
  color: #111C24;
  width: 596px;
}

.component-subnav .col {
  padding: 0 24px;
  margin: 24px 0;
  border-left: #F4F4FA 1px solid;
  width: 298px;
}

.component-subnav .col .nav-list-header-subtitle {
  display: block;
  width: 100%;
}

.component-subnav .col:first-child,
.component-subnav .col.light-grey-bg {
  border-left: 0;
  padding: 24px;
  margin: 0;
}

.component-subnav .col.light-grey-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.component-subnav .col.light-grey-bg .aem-Grid {
  width: 100%;
}

.component-subnav[data-total-columns="two-column-simple"] .header-item {
  row-gap: 16px;
}

.component-subnav[data-total-columns="two-column-simple"] .nav-list-header-subtitle {
  line-height: 140%;
  /* 22.4px */
}

.component-subnav[data-total-columns="three-column"] {
  width: 894px;
}

.component-subnav[data-total-columns="five-column"] {
  width: 1538px;
}

.component-subnav[data-total-columns="five-column"] .col:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.component-subnav[data-total-columns="five-column"] .light-grey-bg {
  border-radius: 16px;
}

.component-subnav[data-total-columns="five-column"] .light-grey-bg .col {
  margin: 24px 0;
}

.component-subnav[data-total-columns="five-column"] .light-grey-bg .col:first-child {
  margin: 0;
}

@media (min-width: 1130px) and (max-width: 1600px) {
  .component-subnav[data-total-columns="five-column"] {
    width: 1240px;
  }

  .component-subnav[data-total-columns="five-column"] .d-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .component-subnav[data-total-columns="five-column"] .d-flex> :first-child {
    width: 100%;
    padding-top: 0;
  }

  .component-subnav[data-total-columns="five-column"] .d-flex> :first-child .nav-list {
    display: block;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .component-subnav[data-total-columns="five-column"] .d-flex .cta {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}

@media screen and (max-height: 768px) and (min-width: 1130px) and (max-width: 1600px) {

  .component-subnav[data-total-columns="five-column"] .header-item,
  .component-subnav[data-total-columns="five-column"] .component-nav-list {
    row-gap: 4px;
  }

  .component-subnav[data-total-columns="five-column"] ul.nav-list li a,
  .component-subnav[data-total-columns="five-column"] ul.nav-list li.no-link {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .component-subnav[data-total-columns="five-column"] .light-grey-bg .col:first-child {
    padding-top: 16px;
  }

  .component-subnav[data-total-columns="five-column"] .light-grey-bg .col {
    margin: 16px 0;
  }
}

.component-subnav .cta::after {
  content: '';
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNy4wLjAgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzExMUMyNCIgZD0iTTI0MS41IDIzOWM5LjQgOS40IDkuNCAyNC42IDAgMzMuOUw4MS41IDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzLTE0My0xNDNjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45czI0LjYtOS40IDMzLjkgMGwxNjAgMTYweiIvPjwvc3ZnPg==);
  background-size: 100%;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 8px;
  background-position: center;
}

.component-subnav .light-grey-bg {
  margin: 24px;
}

.component-subnav .light-grey-bg ul.nav-list {
  row-gap: 4px;
}

.component-subnav .light-grey-bg a:hover {
  background: #FFF;
}

.component-nav-list {
  color: #111C24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  font-size: 16px;
}

.component-nav-list .header-item {
  color: #111C24;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #111C24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
  line-height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-nav-list .header-item span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
}

.component-nav-list .header-item.no-header {
  visibility: hidden;
}

@media (max-width: 1130px) {
  .component-nav-list .header-item.no-header {
    display: none;
  }
}

.component-nav-list ul.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  /* 22.4px */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.component-nav-list ul.nav-list li:last-child {
  padding-bottom: 0;
}

.component-nav-list ul.nav-list li a,
.component-nav-list ul.nav-list li.no-link {
  color: #111C24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.component-nav-list ul.nav-list li a.hasSubtitle,
.component-nav-list ul.nav-list li.no-link.hasSubtitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.component-nav-list ul.nav-list li.no-link {
  cursor: default;
}

.component-nav-list a.active {
  border-radius: 6px;
  background: #F4F4FA;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
}

.component-nav-list a:focus,
.component-nav-list a:hover {
  text-decoration: none;
}

.component-nav-list .nav-header-logo,
.component-nav-list .nav-item-logo {
  height: 22px;
}

.component-nav-list .external-link-icon {
  width: 12px;
  height: 12px;
  color: #111C24;
  margin-left: 5px;
}

.component-nav-list .nav-item-subtitle {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #555555;
}

.component-nav-list .cta {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

@media (min-width: 1130px) {
  .component-nav-list .header-item.no-header {
    min-height: 32px;
  }

  .component-nav-list .nav-list-header-subtitle {
    display: initial;
    width: auto;
  }

  .component-nav-list ul.nav-list li a,
  .component-nav-list ul.nav-list li.no-link {
    padding: 8px 16px;
  }

  .component-nav-list a:hover {
    border-radius: 6px;
    background: #F4F4FA;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
  }
}

/**
 *  Main css for factoid
 */
.component-factoid {
  text-align: center;
  padding: 0;
}

.component-factoid h2.title {
  margin-bottom: 30px;
  text-align: center;
}

.component-factoid .component-rte h2 {
  font-size: 60px;
  font-weight: 400;
  margin: 15px 0 5px 0;
  text-align: center;
}

.component-factoid .component-rte p {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  color: #111c24;
}

.component-factoid h2.title {
  margin-bottom: 30px;
}

.component-factoid a.factoid-link {
  text-decoration: none;
  cursor: pointer;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .factoid-list {
    padding-left: 0;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-factoid {
    text-align: center;
  }

  .component-factoid .component-rte p {
    font-size: 18px;
  }

  .component-factoid .col-factoid-5 {
    width: 20%;
  }

  .component-factoid .col-factoid-4 {
    width: 25%;
  }

  .component-factoid .col-factoid-3 {
    width: 33.33333%;
  }

  .component-factoid .col-factoid-2 {
    width: 50%;
  }
}

/* LG Desktop */
/**
 *  Main css for mosaicContainerD
 */
.component-mosaicContainerD .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}

.component-mosaicContainerD .card-col {
  padding: 10px 0;
}

.component-mosaicContainerD .col-sm-4 {
  padding: 0 10px;
}

.component-mosaicContainerD .col-sm-8 {
  padding: 0 10px;
}

.component-mosaicContainerD.card-size-small [class^="component-card-"] {
  height: 510px;
}

.component-mosaicContainerD.card-size-medium [class^="component-card-"] {
  height: 550px;
}

.component-mosaicContainerD.card-size-large [class^="component-card-"] {
  height: 590px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerD .container-title {
    font-size: 32px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerD .container-title {
    font-size: 44px;
  }
}

/**
 *  Main css for mosaicContainerC
 */
.component-mosaicContainerC .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}

.component-mosaicContainerC .card-col {
  padding: 10px;
}

.component-mosaicContainerC.card-size-small [class^="component-card-"] {
  height: 510px;
}

.component-mosaicContainerC.card-size-medium [class^="component-card-"] {
  height: 550px;
}

.component-mosaicContainerC.card-size-large [class^="component-card-"] {
  height: 590px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerC .container-title {
    font-size: 32px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerC .container-title {
    font-size: 44px;
  }
}

/**
 *  Main css for mosaicContainerB
 */
.component-mosaicContainerB .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}

.component-mosaicContainerB .card-col {
  padding: 10px;
}

.component-mosaicContainerB.card-size-small [class^="component-card-"] {
  height: 510px;
}

.component-mosaicContainerB.card-size-medium [class^="component-card-"] {
  height: 550px;
}

.component-mosaicContainerB.card-size-large [class^="component-card-"] {
  height: 590px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerB .container-title {
    font-size: 32px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerA .container-title {
    font-size: 44px;
  }
}

/**
 *  Main css for mosaicContainerA
 */
.component-mosaicContainerA .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}

.component-mosaicContainerA .card-col {
  padding: 10px;
}

.component-mosaicContainerA.card-size-small [class^="component-card-"] {
  height: 510px;
}

.component-mosaicContainerA.card-size-medium [class^="component-card-"] {
  height: 550px;
}

.component-mosaicContainerA.card-size-large [class^="component-card-"] {
  height: 590px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicContainerA .container-title {
    font-size: 32px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicContainerA .container-title {
    font-size: 44px;
  }
}

/**
 *  Main css for mosaicCardSplitColor
 */
.component-mosaicCardSplitColor {
  position: relative;
  padding-bottom: 25%;
  background-color: #ffffff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.component-mosaicCardSplitColor .title {
  font-size: 30px;
  margin-top: 0;
}

.component-mosaicCardSplitColor p {
  color: #646e81;
  text-overflow: clip;
  margin: 0;
  word-break: break-word;
}

.component-mosaicCardSplitColor .color-box {
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 40%;
  width: 100%;
}

.component-mosaicCardSplitColor .color-box .headline {
  margin-top: 20px;
  color: #2e3c4d;
  text-transform: uppercase;
  padding: 0 15px;
  text-overflow: clip;
  word-break: break-word;
}

.component-mosaicCardSplitColor .color-box .subtitle {
  color: #2e3c4d;
  text-transform: uppercase;
  margin: 0;
  padding: 0 15px;
  text-overflow: clip;
  word-break: break-word;
}

.component-mosaicCardSplitColor .footerText {
  position: absolute;
  padding-left: 15px;
  text-transform: uppercase;
  width: 100%;
}

.component-mosaicCardSplitColor:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardSplitColor {
    height: 280px;
  }

  .component-mosaicCardSplitColor .color-box {
    padding-top: 15px;
    height: 50%;
  }

  .component-mosaicCardSplitColor .component-text {
    padding: 15px;
  }

  .component-mosaicCardSplitColor .subtitle {
    font-size: 18px;
    padding: 0 15px;
  }

  .component-mosaicCardSplitColor .headline {
    font-size: 34px;
    padding: 0 15px;
  }

  .component-mosaicCardSplitColor p {
    position: absolute;
    padding-right: 15px;
    padding-left: 15px;
    top: 7px;
    font-size: 26px;
    width: 100%;
    left: 0;
  }

  .component-mosaicCardSplitColor.doubleHeight {
    height: 580px;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 25%;
    width: 100%;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box .headline {
    margin-top: 20px;
    color: #2e3c4d;
    text-transform: uppercase;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box .subtitle {
    color: #2e3c4d;
    text-transform: uppercase;
    margin: 0;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardSplitColor {
    height: 280px;
  }

  .component-mosaicCardSplitColor .color-box {
    padding-top: 10px;
    height: 45%;
  }

  .component-mosaicCardSplitColor .component-text {
    padding: 12px 15px;
  }

  .component-mosaicCardSplitColor .subtitle {
    font-size: 14px;
    padding: 0 15px;
  }

  .component-mosaicCardSplitColor .headline {
    font-size: 26px;
    padding: 0 15px;
  }

  .component-mosaicCardSplitColor p {
    position: absolute;
    top: 7px;
    font-size: 22px;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .component-mosaicCardSplitColor .footerText {
    bottom: 10px;
  }

  .component-mosaicCardSplitColor.doubleHeight {
    height: 580px;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 20%;
    width: 100%;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box .headline {
    margin-top: 20px;
    color: #2e3c4d;
    text-transform: uppercase;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box .subtitle {
    color: #2e3c4d;
    text-transform: uppercase;
    margin: 0;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardSplitColor {
    height: 400px;
  }

  .component-mosaicCardSplitColor .color-box {
    padding-top: 15px;
    height: 40%;
  }

  .component-mosaicCardSplitColor .component-text {
    padding: 20px;
  }

  .component-mosaicCardSplitColor .subtitle {
    font-size: 18px;
    padding: 0 20px;
  }

  .component-mosaicCardSplitColor .headline {
    font-size: 44px;
    padding: 0 20px;
  }

  .component-mosaicCardSplitColor p {
    position: absolute;
    top: 7px;
    font-size: 34px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    left: 0;
  }

  .component-mosaicCardSplitColor.doubleHeight {
    height: 820px;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 20%;
    width: 100%;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box .headline {
    margin-top: 20px;
    color: #2e3c4d;
    text-transform: uppercase;
  }

  .component-mosaicCardSplitColor.doubleHeight .color-box .subtitle {
    color: #2e3c4d;
    text-transform: uppercase;
    margin: 0;
  }
}

/**
 *  Main css for mosaicCardVideoImage
 */
.component-mosaicCardVideoImage {
  position: relative;
  padding-bottom: 25%;
  background-color: #FFF;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.component-mosaicCardVideoImage .component-text {
  padding: 15px;
}

.component-mosaicCardVideoImage p {
  color: #646e81;
  text-overflow: clip;
  margin: 0;
  word-break: break-word;
}

.component-mosaicCardVideoImage .footerText {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  width: 100%;
}

.component-mosaicCardVideoImage .card-img {
  width: 100%;
  padding-bottom: 57.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.component-mosaicCardVideoImage .card-img .component-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

.component-mosaicCardVideoImage:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardVideoImage {
    height: 200px;
  }

  .component-mosaicCardVideoImage .component-text {
    padding: 10px 15px;
  }

  .component-mosaicCardVideoImage p {
    font-size: 26px;
  }

  .component-mosaicCardVideoImage.doubleHeight {
    height: 580px;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardVideoImage {
    height: 280px;
  }

  .component-mosaicCardVideoImage .component-text {
    padding: 5px 15px;
  }

  .component-mosaicCardVideoImage p {
    font-size: 22px;
  }

  .component-mosaicCardVideoImage .footerText {
    bottom: 9px;
    padding-left: 15px;
  }

  .component-mosaicCardVideoImage.doubleHeight {
    height: 580px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardVideoImage {
    height: 400px;
  }

  .component-mosaicCardVideoImage .component-text {
    padding: 5px 20px;
  }

  .component-mosaicCardVideoImage p {
    font-size: 34px;
  }

  .component-mosaicCardVideoImage a {
    font-size: 16px;
  }

  .component-mosaicCardVideoImage .footerText {
    bottom: 12px;
    padding-left: 20px;
  }

  .component-mosaicCardSplitColor.doubleHeight {
    height: 820px;
  }
}

/**
 *  Main css for mosaicCardColor
 */
.component-mosaicCardColor {
  position: relative;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 400px;
}

.component-mosaicCardColor p {
  text-overflow: clip;
  margin: 0;
  font-size: 28px;
}

.component-mosaicCardColor .footerText {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.component-mosaicCardColor:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardColor {
    padding: 15px;
    height: 280px;
  }

  .component-mosaicCardColor p {
    position: absolute;
    padding-right: 15px;
    padding-left: 15px;
    left: 0;
    width: 100%;
    top: 7px;
    font-size: 26px;
  }

  .component-mosaicCardColor .footerText {
    font-size: 18px;
    bottom: 9px;
  }

  .component-mosaicCardColor.doubleHeight {
    height: 580px;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-mosaicCardColor {
    padding: 15px;
    height: 280px;
  }

  .component-mosaicCardColor p {
    position: absolute;
    top: 7px;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    width: 100%;
  }

  .component-mosaicCardColor .footerText {
    font-size: 14px;
    bottom: 9px;
  }

  .component-mosaicCardColor.doubleHeight {
    height: 580px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardColor {
    padding: 20px;
    height: 400px;
  }

  .component-mosaicCardColor p {
    position: absolute;
    top: 7px;
    font-size: 34px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .component-mosaicCardColor a {
    font-size: 18px;
  }

  .component-mosaicCardColor .footerText {
    font-size: 18px;
    bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .component-mosaicCardColor.doubleHeight {
    height: 820px;
  }
}

/**
 *  Main css for mosaicCardFullImage
 */
.component-mosaicCardFullImage {
  position: relative;
  padding-bottom: 25%;
  background-color: #FFF;
  background-repeat: no-repeat !important;
  background-size: cover;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.component-mosaicCardFullImage .component-image {
  display: block;
  width: 100%;
}

.component-mosaicCardFullImage .component-image img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.component-mosaicCardFullImage .component-text {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.component-mosaicCardFullImage .title {
  font-size: 30px;
  margin-top: 0;
  word-break: break-word;
}

.component-mosaicCardFullImage .subtitle {
  font-size: 34px;
  color: #2e3c4d;
  text-transform: uppercase;
  margin: 0;
  word-break: break-word;
}

.component-mosaicCardFullImage .headline {
  font-size: 34px;
  color: #2e3c4d;
  word-break: break-word;
}

.component-mosaicCardFullImage p {
  color: #646e81;
  text-overflow: clip;
  margin: 0;
  font-size: 18px;
  word-break: break-word;
}

.component-mosaicCardFullImage .subtext {
  color: #646e81;
  text-overflow: clip;
  margin: 0;
  font-size: 18px;
  padding-bottom: 20px;
  word-break: break-word;
}

.component-mosaicCardFullImage .footerText {
  position: relative;
  bottom: 20px;
  text-transform: uppercase;
  width: 100%;
  word-break: break-word;
}

.component-mosaicCardFullImage:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-mosaicCardFullImage {
    height: 400px;
  }

  .component-mosaicCardFullImage .component-image {
    height: 255px;
    overflow: hidden;
    position: relative;
  }

  .component-mosaicCardFullImage .component-image img {
    width: 100%;
  }

  .component-mosaicCardFullImage .component-text {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
  }

  .component-mosaicCardFullImage .headline {
    font-size: 26px;
    color: #2e3c4d;
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .component-mosaicCardFullImage p {
    color: #646e81;
    text-overflow: clip;
    margin: 0;
    font-size: 15px;
  }

  .component-mosaicCardFullImage .subtext {
    color: #646e81;
    text-overflow: clip;
    margin: 0;
    font-size: 15px;
    padding-bottom: 20px;
  }

  .component-mosaicCardFullImage .footerText {
    position: relative;
    bottom: -6px;
    text-transform: uppercase;
    width: 100%;
    font-size: 18px;
  }

  .component-mosaicCardFullImage.doubleHeight {
    height: 580px;
  }
}

/* SM Tablet */
@media (min-width: 730px) and (max-width: 1200px) {
  .component-mosaicCardFullImage {
    height: 280px;
  }

  .component-mosaicCardFullImage .component-text {
    padding: 15px;
  }

  .component-mosaicCardFullImage .title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .component-mosaicCardFullImage .subtitle {
    font-size: 15px;
  }

  .component-mosaicCardFullImage .headline {
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .component-mosaicCardFullImage p {
    font-size: 14px;
  }

  .component-mosaicCardFullImage .subtext {
    font-size: 14px;
  }

  .component-mosaicCardFullImage .footerText {
    font-size: 14px;
    bottom: -5px;
  }

  .component-mosaicCardFullImage.doubleHeight {
    height: 580px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-mosaicCardFullImage {
    height: 400px;
  }

  .component-mosaicCardFullImage .headline {
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 34px;
    color: #2e3c4d;
  }

  .component-mosaicCardFullImage .component-text {
    padding: 20px;
  }

  .component-mosaicCardFullImage p {
    color: #646e81;
    text-overflow: clip;
    margin: 0;
    font-size: 18px;
  }

  .component-mosaicCardFullImage .subtext {
    font-size: 18px;
  }

  .component-mosaicCardFullImage .footerText {
    text-transform: uppercase;
    width: 100%;
    font-size: 18px;
    bottom: 0;
  }

  .component-mosaicCardFullImage.doubleHeight {
    height: 820px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.cmp-video-cta {
  display: inline-block;
}

.cmp-video__player-container {
  position: relative;
}

.cmp-video__player-container .limelight-player-footprint {
  position: absolute;
  left: 0;
  top: 0;
}

.cmp-video__player--inline .vjs-dock-text {
  display: none;
}

.cmp-video__player--inline .vjs-dock-shelf {
  display: none;
}

.cmp-video__player--inline .vjs-has-started .vjs-dock-text {
  display: block;
}

.cmp-video__player--inline .vjs-has-started .vjs-dock-shelf {
  display: block;
}

.cmp-video__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  font-size: 14px;
}

.cmp-video__thumbnail.has-thumbnail {
  background-color: #FFF;
}

.cmp-video__thumbnail.is-hidden {
  display: none;
}

.cmp-video__thumbnail.component-button,
.cmp-video__thumbnail.component-button-purple,
.cmp-video__thumbnail.component-button-synopsys_purple,
.cmp-video__thumbnail.component-button-white,
.cmp-video__thumbnail.component-button-gray,
.cmp-video__thumbnail.component-button-orange {
  position: static;
}

.cmp-video__thumbnail-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  background-color: #ffffff;
  object-fit: cover;
}

.cmp-video__thumbnail-img.cmp-video__thumbnail-img--authored {
  opacity: 1;
}

.cmp-video__thumbnail-img.cmp-video__thumbnail-img--empty {
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-video__thumbnail-big-play-button {
  border-radius: 5px;
  height: 2em;
  width: 3em;
  margin-left: -1.5em;
  margin-top: -1em;
  color: #fff;
  background-color: #FCAF1A;
  opacity: 0.85;
  top: 50%;
  left: 50%;
  line-height: 2em;
  border: none;
  font-size: 3.5em;
  -webkit-transition: border-color .4s, outline .4s, background-color .4s;
  transition: border-color .4s, outline .4s, background-color .4s;
  position: absolute;
  outline: none;
}

.cmp-video__thumbnail-big-play-button .cmp-video__thumbnail-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cmp-video__thumbnail-big-play-button .cmp-video__thumbnail-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal--video.in .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (min-width: 730px) {
  .modal--video .modal-dialog {
    width: 65%;
  }
}

.modal--video .modal-content {
  box-shadow: none;
  background: transparent;
  border: none;
  outline: none;
}

.modal--video .limelight-player-footprint {
  position: absolute;
  left: 0;
  top: 0;
}

.modal--video .close {
  font-size: 40px;
  margin: -40px 0 0 0;
  color: #fff;
  opacity: 0.85;
  font-weight: 400;
}

.modal--video .modal-video-description {
  background-color: #000;
  padding: 1em 2em 1.5em 2em;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}

.cmp-video .video-js .vjs-big-play-button {
  display: none;
}

.cmp-video__player--modal .video-js .vjs-big-play-button {
  display: none;
}

.video-js .vjs-progress-control.vjs-control {
  background-color: #000;
  background-color: black;
  opacity: 0.85;
}

.video-js .vjs-load-progress {
  background-color: #646E81;
  background-color: rgba(100, 110, 129, 0.85);
  opacity: 0.85;
}

.video-js .vjs-play-progress.vjs-slider-bar {
  background-color: #FFF !important;
}

.vjs-dock-shelf .vjs-button.vjs-share-control>span:nth-child(2),
.vjs-control-bar .vjs-button.vjs-share-control>span:nth-child(2) {
  display: none;
}

.cmp-video__player--modal .vjs-dock-shelf .vjs-button.vjs-share-control {
  color: #000;
  opacity: 0;
}

.cmp-video__player--modal .video-js .vjs-dock-text {
  padding: 1em 2em;
  background: rgba(0, 0, 0, 0.8);
  min-height: 46px;
}

.embed-responsive-item.video-js {
  overflow: visible;
}

.cmp-video__player--modal .video-js .vjs-dock-title {
  font-weight: 400;
}

.cmp-video__player--modal .video-js .vjs-dock-description {
  font-size: 0.9em;
}

.cmp-video .embed-responsive-16by9+.modal-video-description {
  display: none;
}

/*apparently this style not doing anything - TD */
.cmp-video__thumbnail-img.cmp-video__thumbnail-img--empty::after {
  content: '\f04b';
  font-size: 48px;
  color: black;
}

.video-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 90px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  border: 2px solid #000000BF;
  background: #000000BF;
  color: #FFF;
}

.video-button-container.light {
  background: transparent;
  border-color: #FFF;
}

/**
 *  Main css for navRight
 */
/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 1130px) {
  .component-nav-right {
    padding-top: 0;
  }
}

/* LG Desktop */
/**
 *  Main css for navLeft
 */
.component-nav-left {
  display: block;
  background-color: #FFF;
}

.component-nav-left .col-nav-left {
  min-height: 0;
}

.component-nav-left .col-nav-left ul {
  list-style: none;
  padding-left: 0;
}

.component-nav-left.sidenav .sidenav-content {
  background-color: #fff;
}

.component-nav-left.sidenav .sidenav-content .nav-right-wrapper {
  display: none;
}

.component-nav-left.sidenav .sidenav-content .nav-right-wrapper.active {
  display: block;
}

.component-nav-left.sidenav .sidenav-links {
  display: none;
}

.component-nav-left .nav-left-icon {
  display: inline-block;
  width: 50px;
  text-align: left;
  margin-right: 15px;
  vertical-align: top;
}

.component-nav-left .nav-left-text {
  display: inline-block;
  max-width: 170px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 400;
  color: #111C24;
}

.component-nav-left .nav-left-dropdown {
  float: left;
  position: relative;
  list-style-type: none;
  padding: 12px 0;
  margin: 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: block;
}

.component-nav-left .nav-left-dropdown .nav-left-item.header {
  font-size: 22px;
  height: 70px;
  padding: 0 10px 0 0;
}

.component-nav-left .nav-left-dropdown .center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.component-nav-left .nav-left-dropdown .nav-left-item {
  line-height: 2.8;
  font-weight: 400;
  position: relative;
  color: #000;
  padding: 0 60px;
  display: block;
}

.component-nav-left .nav-left-dropdown .nav-left-item a {
  color: #111C24;
  text-decoration: none;
}

.component-nav-left .nav-left-dropdown .nav-left-item a:hover,
.component-nav-left .nav-left-dropdown .nav-left-item a:active,
.component-nav-left .nav-left-dropdown .nav-left-item a:focus {
  border-bottom: 2px solid #80539C;
  text-decoration: none;
}

.component-nav-left .nav-left-contact-cta {
  float: right;
  padding: 15px 0 0 0;
}

.component-nav-left .nav-left-contact-cta a {
  background-color: #fcaf1a;
  border: 0;
  font-weight: bold;
}

.component-nav-left .nav-right-wrapper {
  position: relative;
  display: block;
}

.component-nav-left .nav-right-wrapper.active {
  display: block;
}

.component-nav-left .nav-right-wrapper .nav-right-overview {
  border-bottom: 1px solid #f0f0f4;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.component-nav-left .nav-right-wrapper .nav-right-overview .nav-right-overview-header {
  margin-bottom: 10px;
}

.component-nav-left .nav-right-wrapper .nav-right-overview a {
  color: #5A2A82;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.component-nav-left .nav-right-wrapper .nav-right-overview a::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4wMDMiIGhlaWdodD0iMTUuNzUzIiB2aWV3Qm94PSIwIDAgMTguMDAzIDE1Ljc1MyI+CiAgPGcgaWQ9ImFycm93LXJpZ2h0LXNob3J0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOSAtMTAuMTIzKSI+CiAgICA8cGF0aCBpZD0iUGF0aF8zNjUiIGRhdGEtbmFtZT0iUGF0aCAzNjUiIGQ9Ik0xOC4zMjksMTAuNDU0YTEuMTI1LDEuMTI1LDAsMCwxLDEuNTkzLDBsNi43NSw2Ljc1YTEuMTI1LDEuMTI1LDAsMCwxLDAsMS41OTNsLTYuNzUsNi43NWExLjEyNiwxLjEyNiwwLDEsMS0xLjU5My0xLjU5M0wyNC4yODQsMThsLTUuOTU1LTUuOTU0YTEuMTI1LDEuMTI1LDAsMCwxLDAtMS41OTNaIiBmaWxsPSIjNWEyYTgyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM2NiIgZGF0YS1uYW1lPSJQYXRoIDM2NiIgZD0iTTksMThhMS4xMjUsMS4xMjUsMCwwLDEsMS4xMjUtMS4xMjVIMjQuNzVhMS4xMjUsMS4xMjUsMCwwLDEsMCwyLjI1SDEwLjEyNUExLjEyNSwxLjEyNSwwLDAsMSw5LDE4WiIgZmlsbD0iIzVhMmE4MiIgZmlsbC1ydWxlPSJldmVub2RkIi8+CiAgPC9nPgo8L3N2Zz4K);
  display: block;
  width: 18px;
  height: 16px;
}

.component-nav-left .nav-right-wrapper .nav-right-overview p {
  font-size: 15px;
  color: #111C24;
  font-weight: 400;
  display: none;
}

.component-nav-left .icon-nav-left-arrow {
  margin-left: 15px;
  display: inline-block;
  height: 11px;
  width: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwLjAzMSIgdmlld0JveD0iMCAwIDYgMTAuMDMxIj4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogIzJlM2I0ZTsNCiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOw0KICAgICAgfQ0KICAgIDwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHBhdGggaWQ9ImFycm93X2Rvd25fY29weV8yIiBkYXRhLW5hbWU9ImFycm93IGRvd24gY29weSAyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zNjMsMTU1LjAxNmEwLjY4NCwwLjY4NCwwLDAsMS0uMjE2LjVsLTQuNTgyLDQuMzIyYTAuNzE1LDAuNzE1LDAsMCwxLTEtLjAxOSwwLjY4MywwLjY4MywwLDAsMSwuMDE5LTAuOTc4bDQuMDU0LTMuODIzLTQuMDU0LTMuODI0YTAuNjgzLDAuNjgzLDAsMCwxLS4wMTktMC45NzgsMC43MTUsMC43MTUsMCwwLDEsMS0uMDE5bDQuNTgyLDQuMzIyQTAuNjg1LDAuNjg1LDAsMCwxLDM2MywxNTUuMDE2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NyAtMTUwKSIvPg0KPC9zdmc+DQo=);
  display: none;
}

.component-nav-left .component-nav-left-bottom .container-fluid {
  padding: 0;
}

.component-nav-left .subnav-footer-cta {
  background-color: #80539C;
  padding-top: 10px;
  padding-bottom: 10px;
}

.component-nav-left .subnav-footer-cta a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.component-nav-left .subnav-footer-cta a::after {
  content: '';
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNy4wLjAgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI0MS41IDIzOWM5LjQgOS40IDkuNCAyNC42IDAgMzMuOUw4MS41IDQzM2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBzLTkuNC0yNC42IDAtMzMuOWwxNDMtMTQzLTE0My0xNDNjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45czI0LjYtOS40IDMzLjkgMGwxNjAgMTYweiIvPjwvc3ZnPg==);
  display: inline-block;
  top: 4px;
  position: relative;
  width: 8px;
  height: 16px;
  margin-left: 8px;
}

.component-nav-left .subnav-footer-cta a:hover,
.component-nav-left .subnav-footer-cta a:active,
.component-nav-left .subnav-footer-cta a:focus {
  border-bottom: 2px solid #FFF;
  text-decoration: none;
}

.component-nav-left .container-fluid {
  max-width: 1140px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 1130px) {
  .component-nav-left .nav-left-dropdown {
    padding: 30px 0;
  }

  .component-nav-left .nav-left-dropdown .nav-left-item {
    display: inline;
  }
}

@media (max-width: 1129px) {
  .component-nav-left {
    display: block;
    background-color: #FFF;
  }

  .component-nav-left .component-nav-left-top .col-sm-3 {
    width: 100%;
  }

  .component-nav-left.sidenav .sidenav-links {
    display: none;
  }

  .component-nav-left.sidenav .col-xs-9.sidenav-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .component-nav-left.sidenav .col-xs-9.sidenav-content ul.nav-list {
    margin-bottom: 30px;
  }

  .component-nav-left.sidenav .col-xs-9.sidenav-content .col-xs-3.col-nav-right {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
  }

  .component-nav-left.sidenav .col-xs-9.sidenav-content .nav-right-overview {
    display: block;
    padding-bottom: 0;
    border: none;
    margin-left: 0;
    margin-right: 0;
  }

  .component-nav-left.sidenav .col-xs-9.sidenav-content .nav-right-overview .nav-right-overview-header a {
    color: #5A2A82;
    font-weight: 400;
    font-size: 18px;
    background-color: #F7F7FA;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px 15px;
  }

  .component-nav-left.sidenav .col-xs-9.sidenav-content .nav-right-overview .nav-right-overview-header a::after {
    content: '';
    position: relative;
    top: 2px;
    right: -8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iJTIzNUEyQTgyIiBkPSJNMjc4LjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE2MCAxNjBjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDIxMC43IDI1NiA3My40IDExOC42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE2MCAxNjB6Ii8+PC9zdmc+");
    display: inline-block;
    width: 18px;
    height: 16px;
  }

  .component-nav-left.sidenav .col-xs-9.sidenav-content .component-topNavAd {
    padding-left: 0;
  }
}

@media (min-width: 1130px) {
  .component-nav-left {
    display: block;
    height: 100%;
    overflow: auto;
  }

  .component-nav-left.splitnav {
    background: -webkit-gradient(linear, left top, right top, from(#F7F7FA), color-stop(50%, #F7F7FA), color-stop(50%, #FFFFFF), to(#FFFFFF));
    background: linear-gradient(to right, #F7F7FA 0%, #F7F7FA 50%, #FFFFFF 50%, #FFFFFF 100%);
  }

  .component-nav-left.splitnav .component-nav-left-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .component-nav-left.splitnav .component-nav-left-top .close-button {
    bottom: -6px;
  }

  .component-nav-left.sidenav {
    background: -webkit-gradient(linear, left top, right top, from(#F7F7FA), color-stop(50%, #F7F7FA), color-stop(50%, #FFFFFF), to(#FFFFFF));
    background: linear-gradient(to right, #F7F7FA 0%, #F7F7FA 50%, #FFFFFF 50%, #FFFFFF 100%);
  }

  .component-nav-left.sidenav .sidenav-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    margin-top: 2px;
  }

  .component-nav-left.sidenav .sidenav-links {
    display: block;
    padding: 30px 0;
  }

  .component-nav-left.sidenav .sidenav-links .nav-left-item a {
    display: table;
    padding: 15px 15px 15px 20px;
    background-color: transparent;
    border-left: 3px solid transparent;
  }

  .component-nav-left.sidenav .sidenav-links .nav-left-item a:hover,
  .component-nav-left.sidenav .sidenav-links .nav-left-item a:focus,
  .component-nav-left.sidenav .sidenav-links .nav-left-item a:active,
  .component-nav-left.sidenav .sidenav-links .nav-left-item a.active {
    border-left: 3px solid #5A2A82;
    background-color: #fff;
    text-decoration: none;
  }

  .component-nav-left.sidenav .sidenav-links .nav-left-item a .nav-left-icon {
    display: table-cell;
    padding: 0;
    width: 60px;
    text-align: left;
    vertical-align: middle;
  }

  .component-nav-left.sidenav .sidenav-links .nav-left-item a .nav-left-text {
    display: table-cell;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
  }

  .component-nav-left.sidenav .sidenav-links .nav-left-item a .nav-left-text:hover,
  .component-nav-left.sidenav .sidenav-links .nav-left-item a .nav-left-text:focus,
  .component-nav-left.sidenav .sidenav-links .nav-left-item a .nav-left-text:active {
    text-decoration: underline;
  }

  .component-nav-left.sidenav .nav-right-overview a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }

  .component-nav-left.sidenav .nav-right-overview a::after {
    display: none;
  }

  .component-nav-left.sidenav .nav-right-overview a:hover,
  .component-nav-left.sidenav .nav-right-overview a:active,
  .component-nav-left.sidenav .nav-right-overview a:focus {
    border-bottom: 2px solid #80539C;
    text-decoration: none;
  }

  .component-nav-left.sidenav .nav-right-overview p {
    font-size: 14px;
    display: block;
  }
}

/* LG Desktop */
/**
 *  Main css for navTop
 */
html.mobile-menu-opened {
  overflow-y: scroll;
  height: 100%;
}

html.mobile-menu-opened body {
  overflow: hidden;
  height: 100%;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper {
  padding: 0 !important;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened) {
  background: transparent;
  box-shadow: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .logo path,
html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .logo .cls-1,
html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .logo .cls-2 {
  fill: #FFF;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-top-wrapper .main-nav li .main-nav-item-header {
  color: #FFF;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-top-wrapper .main-nav li .main-nav-item-header:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMzUyIDE2MGMxMi45IDAgMjQuNiA3LjggMjkuNiAxOS44czIuMiAyNS43LTYuOSAzNC45bC0xNjAgMTYwYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTYwLTE2MGMtOS4yLTkuMi0xMS45LTIyLjktNi45LTM0LjlTMTkuMSAxNjAgMzIgMTYwbDMyMCAweiIvPjwvc3ZnPg==") no-repeat center;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-top-wrapper .main-nav li:hover,
html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-top-wrapper .main-nav li.active .main-nav-item-header {
  color: #B3B4B3;
  text-decoration: none;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-top-wrapper .main-nav li:hover:after,
html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-top-wrapper .main-nav li.active .main-nav-item-header:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IiNCM0I0QjMiIGQ9Ik0zNTIgMTYwYzEyLjkgMCAyNC42IDcuOCAyOS42IDE5LjhzMi4yIDI1LjctNi45IDM0LjlsLTE2MCAxNjBjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xNjAtMTYwYy05LjItOS4yLTExLjktMjIuOS02LjktMzQuOVMxOS4xIDE2MCAzMiAxNjBsMzIwIDB6Ii8+PC9zdmc+") no-repeat center;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-items-right .cta {
  background: #FFF;
  color: #111C24;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-items-right .cta:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
}

html:not(.aem-AuthorLayer-Edit) body[data-page-type="home-page"] .site-wrapper .component-nav-top:not(.overlapping):not(.mobile-menu-opened)[data-color-theme="dark"] .nav-items-right .icon-search {
  color: #FFF;
}

.component-nav-top {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  width: 100%;
  z-index: 1030;
  max-width: 1900px;
  top: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.component-nav-top .logo {
  position: relative;
  z-index: 4;
  margin-right: 40px;
}

.component-nav-top .logo svg,
.component-nav-top .logo img {
  width: auto;
  height: 24px;
}

.component-nav-top .logo path,
.component-nav-top .logo .cls-2 {
  fill: #5a2a82;
}

.component-nav-top .logo .cls-1 {
  fill: #77787d;
}

.component-nav-top .logo:focus svg {
  box-shadow: 0 0 0 1px #FFF, inset 0 0 0 2px #4d90fe;
}

.component-nav-top #coveo-search-wrapper {
  display: none;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 24px;
  border-top: 1px solid #F4F4FA;
  top: 1px;
  position: relative;
}

.component-nav-top #coveo-search-wrapper.active {
  z-index: 1042;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  visibility: visible;
  display: block;
  background: #FFF;
}

.component-nav-top #coveo-search-wrapper .search-header,
.component-nav-top #coveo-search-wrapper .popular-content-header {
  display: none;
}

.component-nav-top #coveo-search-wrapper .popular-content-wrapper {
  display: none;
}

.component-nav-top .nav-top-wrapper {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 80px;
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
  .component-nav-top .nav-top-wrapper {
    padding: 0 24px;
    width: auto;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.component-nav-top .nav-top-wrapper .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.component-nav-top .nav-top-wrapper .main-nav ul li {
  color: #111C24;
  cursor: pointer;
  padding: 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}

.component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header {
  color: inherit;
  text-decoration: none;
}

.component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header:focus {
  text-decoration: underline;
}

.component-nav-top .nav-top-wrapper .cta-mobile {
  display: none;
}

.component-nav-top .nav-items-right {
  margin-left: auto;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  z-index: 5;
}

.component-nav-top .nav-items-right .icon-search {
  visibility: hidden;
  /* Show the search icon dynamically via JS after a successful /bin/cs-info.json fetch */
  color: #111C24;
  border: none;
  background: none;
}

.component-nav-top .nav-items-right .icon-search svg {
  width: 16px;
  height: 16px;
  padding: 2px 0;
  display: block;
}

.component-nav-top .nav-items-right .cta,
.component-nav-top .cta-mobile {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #7E45AF;
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  padding: 0 24px;
  min-height: 40px;
  display: none;
  line-height: 100%;
}

.component-nav-top .nav-items-right .cta:hover,
.component-nav-top .cta-mobile:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.component-nav-top .navbar-toggler {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  border-radius: 5px;
  background: rgba(196, 196, 196, 0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 3;
  /*     &:hover{
      background: $white;
      transition: all 0.1s ease-in;

      .svg-open path{
        fill: rgba(196, 196, 196, 0.80);
      }
      .svg-close path{
        fill: #000;
      }
    } */
}

.component-nav-top .navbar-toggler path {
  fill: #FFF;
}

.component-nav-top .navbar-toggler .svg-close {
  display: none;
  width: 22px;
  height: 16px;
  position: relative;
  right: -5px;
}

.component-nav-top .navbar-toggler .svg-close path {
  fill: #000;
}

.component-nav-top .cta-mobile-holder {
  display: none;
}

.component-nav-top.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

body .site-wrapper {
  padding-top: 70px;
}

@media (max-width: 1129px) {

  /* only for mobile  */
  .component-nav-top {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    /* mobile is opened */
  }

  .component-nav-top .nav-top-wrapper {
    height: 70px;
  }

  .component-nav-top .nav-top-wrapper .main-nav {
    position: fixed;
    padding: 0;
    margin-top: 70px;
    z-index: 3;
    width: 100%;
    background: #FFF;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0;
    margin: 0 8px;
    border-top: 1px solid #F4F4FA;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li {
    border-bottom: 1px solid #F4F4FA;
    padding: 24px 16px;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li::after {
    content: ' ';
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IjExMUMyNCIgZD0iTTM1MiAxNjBjMTIuOSAwIDI0LjYgNy44IDI5LjYgMTkuOHMyLjIgMjUuNy02LjkgMzQuOWwtMTYwIDE2MGMtMTIuNSAxMi41LTMyLjggMTIuNS00NS4zIDBsLTE2MC0xNjBjLTkuMi05LjItMTEuOS0yMi45LTYuOS0zNC45UzE5LjEgMTYwIDMyIDE2MGwzMjAgMHoiLz48L3N2Zz4=") no-repeat center;
    width: 10px;
    position: absolute;
    height: 12px;
    right: 14px;
    margin-top: 4px;
    rotate: -90deg;
  }

  .component-nav-top .icon-search {
    display: none;
  }

  .component-nav-top.mobile-menu-opened {
    height: 100vh;
    height: 100dvh;
  }

  .component-nav-top.mobile-menu-opened .nav-top-wrapper .main-nav {
    pointer-events: all;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    visibility: visible;
  }

  .component-nav-top.mobile-menu-opened .nav-top-wrapper .navbar-toggler {
    background: none;
  }

  .component-nav-top.mobile-menu-opened .nav-top-wrapper .navbar-toggler .svg-open {
    display: none;
  }

  .component-nav-top.mobile-menu-opened .nav-top-wrapper .navbar-toggler .svg-close {
    display: block;
  }

  .component-nav-top.mobile-menu-opened .cta-mobile-holder {
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    height: 80px;
    padding: 20px 0;
    z-index: 5;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .component-nav-top.mobile-menu-opened .cta-mobile {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .component-nav-top.mobile-menu-opened,
  .component-nav-top.search-opened {
    background: #FFF !important;
  }

  .component-nav-top.mobile-menu-opened .icon-search,
  .component-nav-top.search-opened .icon-search {
    display: block;
    color: #111C24 !important;
    padding: 0;
  }

  .component-nav-top.mobile-menu-opened .nav-top-wrapper .logo path,
  .component-nav-top.search-opened .nav-top-wrapper .logo path {
    fill: #5a2a82 !important;
  }
}

@media (min-width: 1130px) {

  /* For desktop */
  body .site-wrapper {
    padding-top: 80px;
  }

  .component-nav-top .navbar-toggler {
    display: none;
  }

  .component-nav-top .nav-top-wrapper {
    padding: 0 15px;
    max-width: 1170px;
  }

  .component-nav-top .nav-top-wrapper .logo svg,
  .component-nav-top .nav-top-wrapper .logo img {
    height: 34px;
  }

  .component-nav-top .nav-top-wrapper .main-nav {
    list-style-type: none;
    margin: 0;
    padding: 25px 0;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li {
    position: relative;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header:focus {
    text-decoration: none;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header::after {
    content: ' ';
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-left: 8px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IiMxMTFDMjQiIGQ9Ik0zNTIgMTYwYzEyLjkgMCAyNC42IDcuOCAyOS42IDE5LjhzMi4yIDI1LjctNi45IDM0LjlsLTE2MCAxNjBjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xNjAtMTYwYy05LjItOS4yLTExLjktMjIuOS02LjktMzQuOVMxOS4xIDE2MCAzMiAxNjBsMzIwIDB6Ii8+PC9zdmc+") no-repeat center;
    -webkit-transition: none;
    transition: none;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header:hover,
  .component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header.active {
    color: #555;
    text-decoration: none;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header:hover::after,
  .component-nav-top .nav-top-wrapper .main-nav ul li .main-nav-item-header.active::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IiM1NTU1NTUiIGQ9Ik0zNTIgMTYwYzEyLjkgMCAyNC42IDcuOCAyOS42IDE5LjhzMi4yIDI1LjctNi45IDM0LjlsLTE2MCAxNjBjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xNjAtMTYwYy05LjItOS4yLTExLjktMjIuOS02LjktMzQuOVMxOS4xIDE2MCAzMiAxNjBsMzIwIDB6Ii8+PC9zdmc+") no-repeat center;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li.active .main-nav-item-header::after {
    rotate: 180deg;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }

  .component-nav-top .nav-top-wrapper .main-nav ul li.active {
    color: #111C24;
  }

  .component-nav-top .nav-top-wrapper .nav-items-right {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .component-nav-top .nav-top-wrapper .nav-items-right>.cta {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    line-height: 100%;
  }

  .component-nav-top #search-wrapper {
    width: 100%;
    max-width: 1900px;
    position: absolute;
    height: 100vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .component-nav-top #coveo-search-wrapper {
    pointer-events: all;
    color: #111C24;
    width: 644px;
    min-height: 191px;
    height: auto;
    padding: 24px;
    border-radius: 16px;
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    visibility: hidden;
    display: block;
  }

  .component-nav-top #coveo-search-wrapper.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }

  .component-nav-top #coveo-search-wrapper .component-search {
    padding: 24px 0;
  }

  .component-nav-top #coveo-search-wrapper .container,
  .component-nav-top #coveo-search-wrapper .carousel-holder.image-carousel {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .component-nav-top #coveo-search-wrapper .container::before,
  .component-nav-top #coveo-search-wrapper .carousel-holder.image-carousel::before,
  .component-nav-top #coveo-search-wrapper .container::after,
  .component-nav-top #coveo-search-wrapper .carousel-holder.image-carousel::after {
    display: none;
  }

  .component-nav-top #coveo-search-wrapper .search-header {
    color: #111C24;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .component-nav-top #coveo-search-wrapper .search-header h5 {
    color: #111C24;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
  }

  .component-nav-top #coveo-search-wrapper .search-header .close {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    background: none;
    opacity: 1;
    margin-left: auto;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-header {
    font-size: 16px;
    color: #111C24;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    margin: 0 0 16px 0;
    padding: 0;
    display: block;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper {
    display: block;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    row-gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin: 0;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext::before,
  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext::after {
    display: none;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext .img-col {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 178px;
    height: 100px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext .img-col img {
    aspect-ratio: 89/50;
    object-fit: cover;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext .text-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: inherit;
    row-gap: 16px;
    margin: 0;
    padding: 0;
  }

  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext .text-col .title,
  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext .text-col .subtitle,
  .component-nav-top #coveo-search-wrapper .popular-content-wrapper>.aem-Grid .mediatext .text-col .button {
    font-size: 16px;
    margin: 0;
  }

  .cmp-video:hover .video-button {
    width: 59px !important;
    height: 59px !important;
    font-size: 24px !important;
  }

  #morph-dropdown-wrapper {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }

  #morph-dropdown-wrapper .triangle {
    opacity: 0;
    pointer-events: none;
    z-index: 10000;
    width: 22px;
    height: 14px;
  }

  #morph-dropdown-wrapper .triangle.light-grey-fill path {
    fill: #f7f7fa;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  #morph-dropdown-wrapper .triangle_shadow {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: -1;
  }

  #morph-dropdown-wrapper .triangle_shadow path {
    fill: rgba(0, 0, 0, 0.25) !important;
  }

  #morph-dropdown-wrapper.active {
    opacity: 1;
  }

  #morph-dropdown-wrapper.active .triangle {
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }

  #morph-dropdown-wrapper .dropdown-list {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 100px;
  }

  #morph-dropdown-wrapper .dropdown-list.active {
    z-index: 1041;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }

  #morph-dropdown-wrapper .dropdown-list .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }

  #morph-dropdown-wrapper .dropdown-list .dropdown.active {
    visibility: visible;
    opacity: 1;
  }

  #morph-dropdown-wrapper .header {
    display: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .left-col .header-item:hover {
    background: none;
    text-decoration: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .left-col .header-item {
    margin-top: 27px;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .sub-nav-footer.cta {
    color: #111C24;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="two-column"] .header-item:hover {
    background: none;
    text-decoration: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="three-column"] .header-item:hover {
    background: none;
    text-decoration: none;
  }
}

@media (max-width: 1129px) {

  /* only for mobile  missing clean and organize */
  #morph-dropdown-wrapper {
    height: 100vh;
    width: 100%;
    background: #FFF;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    z-index: 4;
    padding: 0 8px 100px 8px;
    margin: 0;
    -webkit-transition: none;
    transition: none;
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 10s ease-out, -webkit-transform 0.5s ease-in;
    transition: opacity 10s ease-out, -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 10s ease-out;
    transition: transform 0.5s ease-in, opacity 10s ease-out, -webkit-transform 0.5s ease-in;
  }

  #morph-dropdown-wrapper.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
    transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
    visibility: visible;
  }

  #morph-dropdown-wrapper .dropdown-list {
    padding: 0 16px;
    margin: 24px 0 0 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  #morph-dropdown-wrapper .dropdown {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  #morph-dropdown-wrapper .dropdown.active {
    visibility: visible;
    display: block;
    opacity: 1;
  }

  #morph-dropdown-wrapper .dropdown .component-topNavAd.hideOnMobile {
    display: none;
  }

  #morph-dropdown-wrapper .component-subnav {
    width: 100% !important;
  }

  #morph-dropdown-wrapper .component-subnav .col {
    width: 100%;
    border: none;
    border-bottom: 1px solid #F4F4FA;
    padding: 0 0 16px 0;
  }

  #morph-dropdown-wrapper .component-subnav .cmp-video {
    display: none;
  }

  #morph-dropdown-wrapper .component-subnav .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #morph-dropdown-wrapper .component-subnav .light-grey-bg {
    background: none;
    margin: 0;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="two-column"] .col {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="three-column"] .col {
    margin: 24px 0 0 0;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="three-column"] .col:first-child {
    margin: 0;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="three-column"] .col:last-child {
    border: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="three-column"] .no-border {
    border: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .aem-Grid {
    width: 100%;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .nav-list {
    display: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .cta,
  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .component-nav-list .nav-header-logo,
  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .nav-list-header-subtitle {
    display: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .col {
    margin: 0;
    padding: 0;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .header-item {
    padding: 24px 16px;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .header-item::after {
    content: ' ';
    display: inline-block;
    width: 8px;
    height: 12px;
    margin-left: 8px;
    position: absolute;
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IjExMUMyNCIgZD0iTTM1MiAxNjBjMTIuOSAwIDI0LjYgNy44IDI5LjYgMTkuOHMyLjIgMjUuNy02LjkgMzQuOWwtMTYwIDE2MGMtMTIuNSAxMi41LTMyLjggMTIuNS00NS4zIDBsLTE2MC0xNjBjLTkuMi05LjItMTEuOS0yMi45LTYuOS0zNC45UzE5LjEgMTYwIDMyIDE2MGwzMjAgMHoiLz48L3N2Zz4=") no-repeat center;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .header-item:hover {
    background: none;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .component-nav-list {
    row-gap: 0;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .component-nav-list.active {
    display: block;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .component-nav-list.active a:after {
    rotate: -180deg;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="five-column"] .component-nav-list.active .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
  }

  #morph-dropdown-wrapper .component-subnav[data-total-columns="two-column-simple"] .col:last-child {
    border: none;
  }

  #morph-dropdown-wrapper .component-subnav .component-topNavAd {
    padding: 0;
  }

  #morph-dropdown-wrapper .component-subnav .component-topNavAd .component-image,
  #morph-dropdown-wrapper .component-subnav .component-topNavAd .description,
  #morph-dropdown-wrapper .component-subnav .component-topNavAd .cta {
    display: none;
  }

  #morph-dropdown-wrapper .component-subnav .component-topNavAd .title {
    margin-top: 8px;
    padding: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
  }

  #morph-dropdown-wrapper .component-subnav .component-nav-list .header-item {
    padding-left: 0;
    padding-right: 0;
  }

  #morph-dropdown-wrapper .component-subnav .component-nav-list a {
    padding: 8px;
  }

  #morph-dropdown-wrapper .header {
    border-bottom: 1px solid #F4F4FA;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    background: #FFF;
  }

  #morph-dropdown-wrapper .cta {
    display: block;
    position: fixed;
    bottom: 0;
  }

  #morph-dropdown-wrapper .back {
    position: relative;
    border: none;
    background: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    padding-left: 14px;
    margin-left: 16px;
  }

  #morph-dropdown-wrapper .back::before {
    content: ' ';
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI3OC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xNjAgMTYwYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyMTAuNyAyNTYgNzMuNCAxMTguNmMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMGwxNjAgMTYweiIgZmlsbD0iJTIzMTExYzI0Ii8+PC9zdmc+") no-repeat;
    position: absolute;
    rotate: -180deg;
    width: 6px;
    height: 12px;
    top: 2px;
    left: 0;
    background-size: 100%;
  }

  #morph-dropdown-wrapper .triangle {
    display: none;
  }
}

/**
 *  Main css for contentType
 */
.component-contentType {
  width: 100%;
  /* Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Selected */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */
}

.component-contentType .headline {
  color: black;
}

.component-contentType h4.title {
  float: left;
  margin: 0;
  line-height: normal;
}

.component-contentType .no-results {
  text-align: center;
}

.component-contentType .dropbtn {
  line-height: 1;
  padding: 0;
  color: #316aca;
  font-size: 30px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.component-contentType .dropbtn:after {
  margin-left: 5px;
  content: '\2228';
  margin-bottom: 5px;
}

.component-contentType .dropdown {
  margin-left: 30px;
  vertical-align: top;
  position: relative;
  display: inline-block;
}

.component-contentType .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.component-contentType .dropdown-content a {
  cursor: pointer;
  color: #316aca;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.component-contentType .dropdown-content a.selected {
  background-color: #f1f1f1;
}

.component-contentType .dropdown-content a:hover {
  color: #316aca;
  text-decoration: underline;
}

.component-contentType .dropdown:hover .dropdown-content {
  display: block;
}

.component-contentType .dropdown:hover .dropbtn {
  color: #808080;
}

.component-contentType .contentContainer {
  padding-top: 30px;
}

.component-contentType .storyContainer {
  display: block;
  vertical-align: middle;
  padding-bottom: 30px;
}

.component-contentType .contentContainer>*:nth-last-child(2) {
  padding-bottom: 0;
}

.component-contentType .storyContainer img {
  display: block;
  padding-top: 30px;
  width: 100%;
  height: auto;
}

.component-contentType .storyContainer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.component-contentType .storyContainerLeft {
  width: 100%;
  float: left;
  display: block;
  vertical-align: middle;
  text-align: center;
}

.component-contentType .storyContainerLeft .img-wrapper {
  max-width: 230px;
}

.component-contentType .storyContainerRight {
  width: 100%;
  float: right;
  padding-top: 10px;
  display: block;
  padding-left: 0;
  padding-bottom: 10px;
}

.component-contentType .storyContainerRight h6 {
  margin-top: -2px;
}

.component-contentType .fullWidthButton {
  display: block;
  width: 100%;
  background-color: #f7f7fa;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  outline: none;
  border: none;
}

.component-contentType .fullWidthButton:hover {
  background-color: #f9f9f9;
  color: #000;
}

.background-component.light-grey-bg .component-contentType .fullWidthButton {
  background-color: #FFF;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-contentType h4.title {
    padding-left: 15px;
  }

  .component-contentType .dropbtn {
    display: none;
  }

  .component-contentType .contentContainer {
    padding-top: 0px;
  }

  .component-contentType .storyContainer {
    padding-bottom: 10px;
  }

  .component-contentType img {
    padding-top: 0;
  }

  .component-contentType .contentContainer>*:nth-last-child(2) {
    padding-bottom: 0;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-contentType .storyContainer img {
    padding-top: 0;
  }

  .component-contentType .storyContainerLeft {
    width: 20%;
  }

  .component-contentType .storyContainerRight {
    width: 80%;
    padding-top: 0;
    padding-left: 60px;
  }

  .component-contentType .storyContainerRight:only-child {
    width: 100%;
    padding-left: 0;
  }

  .component-contentType .dropbtn {
    line-height: normal;
    padding: 0;
    color: #316aca;
    font-size: 20px;
    border: none;
    cursor: pointer;
    background-color: transparent;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-contentType .storyContainerRight {
    padding-left: 30px;
  }

  .component-contentType .dropbtn {
    line-height: normal;
    padding: 0;
    color: #316aca;
    font-size: 30px;
    border: none;
    cursor: pointer;
    background-color: transparent;
  }
}

/**
 *  Main css for search
 */
.component-search {
  /* for query suggestions in the top nav */
}

.component-search .CoveoSearchbox.coveo-during-initialization {
  border: none;
}

.component-search .CoveoSearchbox .magic-box {
  border-color: #C1C1C1;
}

.component-search .CoveoSearchbox .magic-box .magic-box-clear-svg {
  color: #111C24;
}

.component-search .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
  padding: 0;
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646E81;
  opacity: 1;
  /* Firefox */
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646E81;
  opacity: 1;
  /* Firefox */
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646E81;
  opacity: 1;
  /* Firefox */
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #646E81;
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #646E81;
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input:focus::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B6C0;
  opacity: 1;
  /* Firefox */
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input:focus::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B6C0;
  opacity: 1;
  /* Firefox */
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B6C0;
  opacity: 1;
  /* Firefox */
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B1B6C0;
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input:focus::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B1B6C0;
}

.component-search .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay,
.component-search .CoveoSearchbox .magic-box .magic-box-input>input {
  font-family: 'Roboto light', Arial, sans-serif;
  font-size: 18px;
  color: #111C24;
  background-color: #fff;
}

.component-search .CoveoSearchbox .magic-box .magic-box-input>input {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMjU0IiBkYXRhLW5hbWU9Ikdyb3VwIDI1NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTcuNDkiIGhlaWdodD0iMTcuNDkiIHZpZXdCb3g9IjAgMCAxNy40OSAxNy40OSI+CiAgPGcgaWQ9InNlYXJjaF8yNHB4Ij4KICAgIDxwYXRoIGlkPSJpY29uX2FjdGlvbl9zZWFyY2hfMjRweCIgZGF0YS1uYW1lPSJpY29uL2FjdGlvbi9zZWFyY2hfMjRweCIgZD0iTTE2LDE3LjQ5aDBMMTEsMTIuNXYtLjc5bC0uMjctLjI4YTYuNTA5LDYuNTA5LDAsMSwxLC43LS43bC4yOC4yN2guNzlsNC45OSw1TDE2LDE3LjQ4OVpNNi41LDJBNC41LDQuNSwwLDEsMCwxMSw2LjUsNC41MDUsNC41MDUsMCwwLDAsNi41LDJaIiBmaWxsPSIjYmViZWJlIi8+CiAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 16px);
  background-position: calc(100% - 16px);
  background-size: 17px 17px;
}

.component-search .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions,
.component-search .magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-suggestion-container {
  border: none;
}

.component-search .CoveoOmnibox.magic-box .magic-box-suggestions {
  z-index: 1031;
}

.component-search .magic-box-suggestions {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 1px;
}

.component-search .magic-box-suggestions .magic-box-suggestion {
  cursor: pointer;
  padding: 10px 12px;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-size: 18px;
  color: #111C24;
  border-top: none;
}

.component-search .magic-box-suggestions .magic-box-suggestion:hover {
  background-color: #F0F0F4;
}

/* css for breadcrumb */
html.touch .component-breadcrumb #primary_nav_wrap>ul>li>a {
  color: #646e81;
  text-decoration: none;
}

html.touch .component-breadcrumb #primary_nav_wrap>ul>li>a:hover {
  color: #646e81;
  text-decoration: none;
}

html.touch .component-breadcrumb #primary_nav_wrap>ul>li>a:active {
  color: #000;
  text-decoration: underline;
}

html.touch .component-breadcrumb #primary_nav_wrap ul ul a {
  color: #316aca;
}

html.touch .component-breadcrumb #primary_nav_wrap ul ul a:hover {
  color: #316aca;
}

html.touch .component-breadcrumb #primary_nav_wrap ul ul a:active {
  color: #32508f;
}

html.touch .component-breadcrumb #primary_nav_wrap ul li:hover>ul {
  display: none;
}

.component-breadcrumb {
  overflow: visible;
  /*
  #primary_nav_wrap ul li:hover > ul
  {
    display:block
  }
  */
}

.component-breadcrumb .icon-dropdown-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA3IDYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICM2NDZlODE7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8zIiBkYXRhLW5hbWU9IlBvbHlnb24gMyIgY2xhc3M9ImNscy0xIiBkPSJNMTM0OC41LDYwbC0zLjUtNS45OTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ1IC01NCkiLz4KPC9zdmc+Cg==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8px;
  width: 10px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
}

.component-breadcrumb .icon-dropdown-arrow:after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.component-breadcrumb #primary_nav_wrap {
  padding: 10px 0;
}

.component-breadcrumb #primary_nav_wrap>ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding-left: 0;
}

.component-breadcrumb #primary_nav_wrap>ul>li>a {
  background: none;
  color: #646e81;
  font-size: 15px;
  display: inline;
  padding: 0 5px;
  font-weight: 400;
  line-height: 20px;
}

.component-breadcrumb #primary_nav_wrap>ul>li>a:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.component-breadcrumb #primary_nav_wrap>ul>li>a:hover:before,
.component-breadcrumb #primary_nav_wrap>ul>li>a:hover:after {
  text-decoration: underline;
}

.component-breadcrumb #primary_nav_wrap>ul>li>a:hover:before,
.component-breadcrumb #primary_nav_wrap>ul>li>a:hover:after {
  text-decoration: none;
}

.component-breadcrumb #primary_nav_wrap>ul>li>a:before {
  padding-right: 10px;
  font-size: 15px;
  content: "  /  ";
  vertical-align: middle;
  color: #646e81;
  font-weight: 100;
  display: inline-block;
}

.component-breadcrumb #primary_nav_wrap>ul>li>a:only-child {
  margin-right: 20px;
}

.component-breadcrumb #primary_nav_wrap>ul>li:first-child>a {
  padding-left: 0;
}

.component-breadcrumb #primary_nav_wrap>ul>li:first-child>a:before {
  content: "\00a0";
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  width: 0;
}

.component-breadcrumb #primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.component-breadcrumb #primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #FFF;
  padding: 0;
}

.component-breadcrumb #primary_nav_wrap ul ul li {
  float: none;
  min-width: 200px;
  padding: 5px 20px;
}

.component-breadcrumb #primary_nav_wrap ul ul li:first-child {
  padding-top: 10px;
}

.component-breadcrumb #primary_nav_wrap ul ul li:last-child {
  padding-bottom: 10px;
}

.component-breadcrumb #primary_nav_wrap ul ul a {
  line-height: 120%;
  padding-left: 0;
  color: #316aca;
  font-weight: lighter;
}

.component-breadcrumb #primary_nav_wrap ul ul a:hover {
  color: #32508f;
}

.component-breadcrumb #primary_nav_wrap ul ul a:hover:before {
  text-decoration: underline;
}

.component-breadcrumb #primary_nav_wrap ul ul a:hover:before {
  text-decoration: none;
}

.component-breadcrumb #primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%;
}

.component-breadcrumb #primary_nav_wrap ul li {
  cursor: pointer;
}

.component-breadcrumb #primary_nav_wrap ul ul.dropdown-menu.active {
  display: block;
}

.component-breadcrumb #primary_nav_wrap .dropdown-menu a:hover {
  background-color: transparent;
}

.component-breadcrumb #primary_nav_wrap .dropdown-menu>li>a {
  padding: 0;
}

.component-breadcrumb .dropdown-menu {
  margin: 0;
  z-index: 1001;
}

.component-breadcrumb .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 25%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.component-breadcrumb .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 25%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  content: '';
}

/* XS Phone */
@media (max-width: 479px) {

  /*
      Handle case where breadcrumbs are inside a hero banner and banner
      is hiding the image in mobile (meaning text must be changed to dark)
   */
  .component-hero-banner.mobile-hide-img .component-breadcrumb.white-text a {
    color: #111C24;
  }

  .component-breadcrumb {
    /*Hide dropdown arrow on mobile only*/
  }

  .component-breadcrumb #primary_nav_wrap>ul>li>a.breadcrumb-ellipses:only-child {
    margin-right: 0;
  }

  .component-breadcrumb .icon-dropdown-arrow {
    display: none;
  }
}

@media (min-width: 480px) {
  .component-breadcrumb #primary_nav_wrap>ul>li>a:before {
    padding-right: 20px;
    font-size: 30px;
    color: #eeeeee;
  }

  .component-breadcrumb #primary_nav_wrap>ul>li>a {
    padding: 0;
  }

  /* Add background color on breadcrumb on mobile only */
  .breadcrumbBG.light-grey-bg,
  .breadcrumbBG.white-bg {
    background-color: inherit;
  }
}

@media (min-width: 1130px) {
  .component-breadcrumb.banner-template-padding {
    padding-bottom: 20px;
  }
}

/**
 *  Main css for flag
 */
html.touch .flag a.text {
  color: #FFF;
}

html.touch .flag a.text:hover {
  color: #FFF;
  text-decoration: none;
}

html.touch .flag a.text:active {
  color: #FFF;
  text-decoration: underline;
}

.flag {
  color: #FFF;
  position: absolute;
  display: block;
  text-transform: uppercase;
  z-index: 1000;
}

.flag .text {
  display: block;
  font-size: 15px;
  color: #FFF;
  padding: 5px 30px;
}

.flag .triangle {
  position: absolute;
  top: 0;
  right: -8px;
  width: 8px;
  height: 100%;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .flag {
    font-size: 15px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .flag {
    font-size: 17px;
  }
}

/**
 *  Main css for cardB
 */
.component-card-b {
  position: relative;
  margin: 5px;
  background-color: #FFF;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 25px solid transparent;
  overflow: hidden;
}

.component-card-b .card-text {
  padding: 25px 25px 0 25px;
}

.component-card-b .card-text .heading {
  margin: 0 0 15px 0;
  font-size: 22px;
  color: #5a2a82;
}

.component-card-b .card-text p {
  color: #646e81;
  margin-bottom: 15px;
  text-overflow: clip;
}

.component-card-b .card-text a {
  display: block;
  line-height: 1;
}

.component-card-b .flag+.card-text {
  padding: 60px 25px 0 25px;
}

.component-card-b .image-wrapper {
  position: relative;
}

.component-card-b .image-wrapper .card-img {
  width: 100%;
  padding-bottom: 57.25%;
  /* background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;*/
}

.component-card-b .image-wrapper .card-img .component-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.component-card-b .image-wrapper .card-img .component-image .cmp-image {
  height: 100%;
}

.component-card-b .image-wrapper .card-img .component-image .cmp-image img {
  height: 100%;
  object-fit: cover;
}

.component-card-b .image-wrapper .card-img.svg-bg .component-image img {
  object-fit: contain;
}

.component-card-b:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
@media (max-width: 729px) {

  .component-card-b .card-text .heading:last-child,
  .component-card-b .card-text p:last-child {
    margin-bottom: 0;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-card-b .card-text {
    padding: 25px;
  }

  .component-card-b .card-text .heading {
    font-size: 20px;
  }

  .component-card-b .flag+.card-text {
    padding: 60px 25px 25px 25px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-card-b .card-text {
    padding: 25px;
  }

  .component-card-b .card-text .heading {
    font-size: 30px;
  }

  .component-card-b .flag+.card-text {
    padding: 60px 25px 25px 25px;
  }
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
-------------------------  -------------------------
*/
/*
    ImageTextCta and TexCta share the same structure, to avoid duplicating styles, this file contains the main styles.
*/
.component-textcomp,
.component-imageTextCta {
  text-align: left;
}

.component-textcomp .title,
.component-imageTextCta .title {
  font-size: 24px;
  margin: 0;
  color: #111C24;
}

.component-textcomp .title.text-size-smaller,
.component-imageTextCta .title.text-size-smaller {
  font-size: 24px;
}

.component-textcomp .title.text-size-larger,
.component-imageTextCta .title.text-size-larger {
  font-size: 32px;
}

.component-textcomp .component-text,
.component-imageTextCta .component-text {
  margin: 16px 0 24px 0;
  color: #111C24;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.component-textcomp .component-text h1,
.component-textcomp .component-text h2,
.component-textcomp .component-text h3,
.component-textcomp .component-text h4,
.component-textcomp .component-text h5,
.component-textcomp .component-text h6,
.component-imageTextCta .component-text h1,
.component-imageTextCta .component-text h2,
.component-imageTextCta .component-text h3,
.component-imageTextCta .component-text h4,
.component-imageTextCta .component-text h5,
.component-imageTextCta .component-text h6 {
  color: inherit;
}

.component-textcomp .component-text p:not(.footnote),
.component-imageTextCta .component-text p:not(.footnote) {
  font-size: inherit;
}

.component-textcomp .component-text ul:last-child,
.component-textcomp .component-text ol:last-child,
.component-textcomp .component-text p:last-child,
.component-imageTextCta .component-text ul:last-child,
.component-imageTextCta .component-text ol:last-child,
.component-imageTextCta .component-text p:last-child {
  margin-bottom: 0;
}

.component-textcomp .buttons,
.component-imageTextCta .buttons {
  margin: 24px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-textcomp .buttons .component-button,
.component-textcomp .buttons .component-button-purple,
.component-textcomp .buttons .component-button-synopsys_purple,
.component-textcomp .buttons .component-button-white,
.component-textcomp .buttons .component-button-gray,
.component-textcomp .buttons .component-button-orange,
.component-imageTextCta .buttons .component-button,
.component-imageTextCta .buttons .component-button-purple,
.component-imageTextCta .buttons .component-button-synopsys_purple,
.component-imageTextCta .buttons .component-button-white,
.component-imageTextCta .buttons .component-button-gray,
.component-imageTextCta .buttons .component-button-orange {
  min-width: 140px;
  max-width: 300px;
  padding: 0 24px;
  margin: 0;
  min-height: 40px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: aut;
  font-weight: 400;
  background-color: #7E45AF;
}

.component-textcomp .buttons .component-button:hover,
.component-textcomp .buttons .component-button-purple:hover,
.component-textcomp .buttons .component-button-synopsys_purple:hover,
.component-textcomp .buttons .component-button-white:hover,
.component-textcomp .buttons .component-button-gray:hover,
.component-textcomp .buttons .component-button-orange:hover,
.component-imageTextCta .buttons .component-button:hover,
.component-imageTextCta .buttons .component-button-purple:hover,
.component-imageTextCta .buttons .component-button-synopsys_purple:hover,
.component-imageTextCta .buttons .component-button-white:hover,
.component-imageTextCta .buttons .component-button-gray:hover,
.component-imageTextCta .buttons .component-button-orange:hover {
  color: #FFF;
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.component-textcomp .buttons .component-button.secondary,
.component-textcomp .buttons .secondary.component-button-purple,
.component-textcomp .buttons .secondary.component-button-synopsys_purple,
.component-textcomp .buttons .secondary.component-button-white,
.component-textcomp .buttons .secondary.component-button-gray,
.component-textcomp .buttons .secondary.component-button-orange,
.component-imageTextCta .buttons .component-button.secondary,
.component-imageTextCta .buttons .secondary.component-button-purple,
.component-imageTextCta .buttons .secondary.component-button-synopsys_purple,
.component-imageTextCta .buttons .secondary.component-button-white,
.component-imageTextCta .buttons .secondary.component-button-gray,
.component-imageTextCta .buttons .secondary.component-button-orange {
  border: 2px solid #7E45AF;
  background: none;
  color: #7E45AF;
}

.component-textcomp .buttons .cta-link,
.component-imageTextCta .buttons .cta-link {
  color: #111C24;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.component-textcomp .buttons .fa-chevron-right,
.component-imageTextCta .buttons .fa-chevron-right {
  height: 12px;
  margin-left: 8px;
}

.component-textcomp .buttons.align-center,
.component-imageTextCta .buttons.align-center {
  -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;
  -ms-grid-row-align: center;
  align-items: center;
}

.component-textcomp .buttons.align-right,
.component-imageTextCta .buttons.align-right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  -ms-grid-row-align: end;
  align-items: end;
}

.component-textcomp.text-align-center,
.component-imageTextCta.text-align-center {
  text-align: center;
}

.component-textcomp.text-align-right,
.component-imageTextCta.text-align-right {
  text-align: right;
}

.component-textcomp hr.separator,
.component-imageTextCta hr.separator {
  border: none;
  height: 1px;
  color: #c4c4c4;
  background-color: #c4c4c4;
  margin: 20px 0;
}

@media (min-width: 480px) {

  .component-textcomp .buttons,
  .component-imageTextCta .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* > Tablet */
@media (min-width: 730px) {

  .component-textcomp .component-text,
  .component-imageTextCta .component-text {
    margin: 24px 0 0 0;
  }

  .component-textcomp .title,
  .component-imageTextCta .title {
    font-size: 32px;
  }

  .component-textcomp .title.text-size-smaller,
  .component-imageTextCta .title.text-size-smaller {
    font-size: 24px;
  }

  .component-textcomp .title.text-size-larger,
  .component-imageTextCta .title.text-size-larger {
    font-size: 40px;
  }

  .component-textcomp .buttons,
  .component-imageTextCta .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
  }

  .component-textcomp .buttons .component-button,
  .component-textcomp .buttons .component-button-purple,
  .component-textcomp .buttons .component-button-synopsys_purple,
  .component-textcomp .buttons .component-button-white,
  .component-textcomp .buttons .component-button-gray,
  .component-textcomp .buttons .component-button-orange,
  .component-imageTextCta .buttons .component-button,
  .component-imageTextCta .buttons .component-button-purple,
  .component-imageTextCta .buttons .component-button-synopsys_purple,
  .component-imageTextCta .buttons .component-button-white,
  .component-imageTextCta .buttons .component-button-gray,
  .component-imageTextCta .buttons .component-button-orange {
    font-size: 16px;
  }
}

/**
 *  Main css for column
 */
.component-column .col-custom {
  display: block;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.component-column .col-custom-154 {
  width: 100%;
}

.component-column .col-custom-1 {
  width: 100%;
}

.component-column .col-custom-spacer {
  display: none;
}

.component-column .snps-col-divider,
.component-column .snps-col-divider.three11154 {
  display: none;
  position: relative;
}

.component-column .vl {
  border-left: 1px solid #c4c4c4;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: 0.5px;
  top: 0;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
@media (min-width: 730px) {
  .component-column .col-custom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .component-column.divider-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* XS20, 20px of padding is added to both sides of the vertical divider  */
  }

  .component-column.divider-row.row .col.snps-col-divider {
    display: block;
  }

  .component-column.divider-row.row .divider-spacing-xs-20.col-sm-6 {
    width: -webkit-calc((100% / 12 * 6) - 5px);
    width: calc((100% / 12 * 6) - 5px);
  }

  .component-column.divider-row.row .divider-spacing-xs-20.col-sm-3 {
    width: -webkit-calc((100% / 12 * 3) - 5px);
    width: calc((100% / 12 * 3) - 5px);
  }

  .component-column.divider-row.row .divider-spacing-xs-20.col-sm-3.four {
    width: -webkit-calc((100% / 12 * 3) - (5px * 3 / 2));
    width: calc((100% / 12 * 3) - (5px * 3 / 2));
  }

  .component-column.divider-row.row .divider-spacing-xs-20.col-sm-4 {
    width: -webkit-calc((100% / 12 * 4) - 5px);
    width: calc((100% / 12 * 4) - 5px);
  }

  .component-column.divider-row.row .divider-spacing-xs-20.col-sm-4.three {
    width: -webkit-calc((100% / 12 * 4) - (5px * 4 / 3));
    width: calc((100% / 12 * 4) - (5px * 4 / 3));
  }

  .component-column.divider-row.row .divider-spacing-xs-20.col-sm-8 {
    width: -webkit-calc((100% / 12 * 8) - 5px);
    width: calc((100% / 12 * 8) - 5px);
  }

  .component-column.divider-row.row .divider-spacing-xs-20.col-sm-9 {
    width: -webkit-calc((100% / 12 * 9) - 5px);
    width: calc((100% / 12 * 9) - 5px);
  }

  .component-column.divider-row.row .divider-spacing-xs-20.snps-col-divider.col.snps-col-divider {
    width: -webkit-calc(5px * 2);
    width: calc(5px * 2);
  }

  .component-column.divider-row.row .divider-spacing-small-30.col-sm-6 {
    width: -webkit-calc((100% / 12 * 6) - 15px);
    width: calc((100% / 12 * 6) - 15px);
  }

  .component-column.divider-row.row .divider-spacing-small-30.col-sm-3 {
    width: -webkit-calc((100% / 12 * 3) - 15px);
    width: calc((100% / 12 * 3) - 15px);
  }

  .component-column.divider-row.row .divider-spacing-small-30.col-sm-3.four {
    width: -webkit-calc((100% / 12 * 3) - (15px * 3 / 2));
    width: calc((100% / 12 * 3) - (15px * 3 / 2));
  }

  .component-column.divider-row.row .divider-spacing-small-30.col-sm-4 {
    width: -webkit-calc((100% / 12 * 4) - 15px);
    width: calc((100% / 12 * 4) - 15px);
  }

  .component-column.divider-row.row .divider-spacing-small-30.col-sm-4.three {
    width: -webkit-calc((100% / 12 * 4) - (15px * 4 / 3));
    width: calc((100% / 12 * 4) - (15px * 4 / 3));
  }

  .component-column.divider-row.row .divider-spacing-small-30.col-sm-8 {
    width: -webkit-calc((100% / 12 * 8) - 15px);
    width: calc((100% / 12 * 8) - 15px);
  }

  .component-column.divider-row.row .divider-spacing-small-30.col-sm-9 {
    width: -webkit-calc((100% / 12 * 9) - 15px);
    width: calc((100% / 12 * 9) - 15px);
  }

  .component-column.divider-row.row .divider-spacing-small-30.snps-col-divider.col.snps-col-divider {
    width: -webkit-calc(15px * 2);
    width: calc(15px * 2);
  }

  .component-column.divider-row.row .divider-spacing-medium-40.col-sm-6 {
    width: -webkit-calc((100% / 12 * 6) - 25px);
    width: calc((100% / 12 * 6) - 25px);
  }

  .component-column.divider-row.row .divider-spacing-medium-40.col-sm-3 {
    width: -webkit-calc((100% / 12 * 3) - 25px);
    width: calc((100% / 12 * 3) - 25px);
  }

  .component-column.divider-row.row .divider-spacing-medium-40.col-sm-3.four {
    width: -webkit-calc((100% / 12 * 3) - (25px * 3 / 2));
    width: calc((100% / 12 * 3) - (25px * 3 / 2));
  }

  .component-column.divider-row.row .divider-spacing-medium-40.col-sm-4 {
    width: -webkit-calc((100% / 12 * 4) - 25px);
    width: calc((100% / 12 * 4) - 25px);
  }

  .component-column.divider-row.row .divider-spacing-medium-40.col-sm-4.three {
    width: -webkit-calc((100% / 12 * 4) - (25px * 4 / 3));
    width: calc((100% / 12 * 4) - (25px * 4 / 3));
  }

  .component-column.divider-row.row .divider-spacing-medium-40.col-sm-8 {
    width: -webkit-calc((100% / 12 * 8) - 25px);
    width: calc((100% / 12 * 8) - 25px);
  }

  .component-column.divider-row.row .divider-spacing-medium-40.col-sm-9 {
    width: -webkit-calc((100% / 12 * 9) - 25px);
    width: calc((100% / 12 * 9) - 25px);
  }

  .component-column.divider-row.row .divider-spacing-medium-40.snps-col-divider.col.snps-col-divider {
    width: -webkit-calc(25px * 2);
    width: calc(25px * 2);
  }

  .component-column.divider-row.row .divider-spacing-large-50.col-sm-6 {
    width: -webkit-calc((100% / 12 * 6) - 35px);
    width: calc((100% / 12 * 6) - 35px);
  }

  .component-column.divider-row.row .divider-spacing-large-50.col-sm-3 {
    width: -webkit-calc((100% / 12 * 3) - 35px);
    width: calc((100% / 12 * 3) - 35px);
  }

  .component-column.divider-row.row .divider-spacing-large-50.col-sm-3.four {
    width: -webkit-calc((100% / 12 * 3) - (35px * 3 / 2));
    width: calc((100% / 12 * 3) - (35px * 3 / 2));
  }

  .component-column.divider-row.row .divider-spacing-large-50.col-sm-4 {
    width: -webkit-calc((100% / 12 * 4) - 35px);
    width: calc((100% / 12 * 4) - 35px);
  }

  .component-column.divider-row.row .divider-spacing-large-50.col-sm-4.three {
    width: -webkit-calc((100% / 12 * 4) - (35px * 4 / 3));
    width: calc((100% / 12 * 4) - (35px * 4 / 3));
  }

  .component-column.divider-row.row .divider-spacing-large-50.col-sm-8 {
    width: -webkit-calc((100% / 12 * 8) - 35px);
    width: calc((100% / 12 * 8) - 35px);
  }

  .component-column.divider-row.row .divider-spacing-large-50.col-sm-9 {
    width: -webkit-calc((100% / 12 * 9) - 35px);
    width: calc((100% / 12 * 9) - 35px);
  }

  .component-column.divider-row.row .divider-spacing-large-50.snps-col-divider.col.snps-col-divider {
    width: -webkit-calc(35px * 2);
    width: calc(35px * 2);
  }

  .component-column.divider-row.row .divider-spacing-xl-60.col-sm-6 {
    width: -webkit-calc((100% / 12 * 6) - 45px);
    width: calc((100% / 12 * 6) - 45px);
  }

  .component-column.divider-row.row .divider-spacing-xl-60.col-sm-3 {
    width: -webkit-calc((100% / 12 * 3) - 45px);
    width: calc((100% / 12 * 3) - 45px);
  }

  .component-column.divider-row.row .divider-spacing-xl-60.col-sm-3.four {
    width: -webkit-calc((100% / 12 * 3) - (45px * 3 / 2));
    width: calc((100% / 12 * 3) - (45px * 3 / 2));
  }

  .component-column.divider-row.row .divider-spacing-xl-60.col-sm-4 {
    width: -webkit-calc((100% / 12 * 4) - 45px);
    width: calc((100% / 12 * 4) - 45px);
  }

  .component-column.divider-row.row .divider-spacing-xl-60.col-sm-4.three {
    width: -webkit-calc((100% / 12 * 4) - (45px * 4 / 3));
    width: calc((100% / 12 * 4) - (45px * 4 / 3));
  }

  .component-column.divider-row.row .divider-spacing-xl-60.col-sm-8 {
    width: -webkit-calc((100% / 12 * 8) - 45px);
    width: calc((100% / 12 * 8) - 45px);
  }

  .component-column.divider-row.row .divider-spacing-xl-60.col-sm-9 {
    width: -webkit-calc((100% / 12 * 9) - 45px);
    width: calc((100% / 12 * 9) - 45px);
  }

  .component-column.divider-row.row .divider-spacing-xl-60.snps-col-divider.col.snps-col-divider {
    width: -webkit-calc(45px * 2);
    width: calc(45px * 2);
  }

  .component-column .two3366PinnedLeft,
  .component-column .two2575PinnedLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 128px;
    width: 33.333333%;
    z-index: 1;
  }

  .component-column .two2575PinnedLeft {
    width: 25%;
  }
}

@media (min-width: 730px) and (min-width: 992px) {
  .component-column .col-custom {
    display: inline-block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .component-column .col-custom-154 {
    width: 45%;
  }

  .component-column .col-custom-1 {
    width: 26%;
  }

  .component-column .col-custom-spacer {
    width: 1.5%;
  }

  .component-column .two3366PinnedLeft>div {
    max-width: -webkit-calc(1 / 3 * 940px);
    max-width: calc(1 / 3 * 940px);
  }

  .component-column .two2575PinnedLeft>div {
    max-width: -webkit-calc(1 / 4 * 940px);
    max-width: calc(1 / 4 * 940px);
  }

  .custom-col-44-28-28,
  .custom-col-28-28-44 {
    padding-top: 8px;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .divider-spacing-xs-20.three15411.col-custom-1,
  .divider-spacing-xs-20.three11154.col-custom-1 {
    width: -webkit-calc(26% - (5px * 4 / 3));
    width: calc(26% - (5px * 4 / 3));
  }

  .divider-spacing-xs-20.three15411.col-custom-154,
  .divider-spacing-xs-20.three11154.col-custom-154 {
    width: -webkit-calc(45% - (5px * 4 / 3));
    width: calc(45% - (5px * 4 / 3));
  }

  .divider-spacing-small-30.three15411.col-custom-1,
  .divider-spacing-small-30.three11154.col-custom-1 {
    width: -webkit-calc(26% - (15px * 4 / 3));
    width: calc(26% - (15px * 4 / 3));
  }

  .divider-spacing-small-30.three15411.col-custom-154,
  .divider-spacing-small-30.three11154.col-custom-154 {
    width: -webkit-calc(45% - (15px * 4 / 3));
    width: calc(45% - (15px * 4 / 3));
  }

  .divider-spacing-medium-40.three15411.col-custom-1,
  .divider-spacing-medium-40.three11154.col-custom-1 {
    width: -webkit-calc(26% - (25px * 4 / 3));
    width: calc(26% - (25px * 4 / 3));
  }

  .divider-spacing-medium-40.three15411.col-custom-154,
  .divider-spacing-medium-40.three11154.col-custom-154 {
    width: -webkit-calc(45% - (25px * 4 / 3));
    width: calc(45% - (25px * 4 / 3));
  }

  .divider-spacing-large-50.three15411.col-custom-1,
  .divider-spacing-large-50.three11154.col-custom-1 {
    width: -webkit-calc(26% - (35px * 4 / 3));
    width: calc(26% - (35px * 4 / 3));
  }

  .divider-spacing-large-50.three15411.col-custom-154,
  .divider-spacing-large-50.three11154.col-custom-154 {
    width: -webkit-calc(45% - (35px * 4 / 3));
    width: calc(45% - (35px * 4 / 3));
  }

  .divider-spacing-xl-60.three15411.col-custom-1,
  .divider-spacing-xl-60.three11154.col-custom-1 {
    width: -webkit-calc(26% - (45px * 4 / 3));
    width: calc(26% - (45px * 4 / 3));
  }

  .divider-spacing-xl-60.three15411.col-custom-154,
  .divider-spacing-xl-60.three11154.col-custom-154 {
    width: -webkit-calc(45% - (45px * 4 / 3));
    width: calc(45% - (45px * 4 / 3));
  }
}

/* LG Desktop */
@media (min-width: 1200px) {

  .component-column.custom-col-44-28-28,
  .component-column.custom-col-28-28-44 {
    padding-top: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .component-column .two3366PinnedLeft>div {
    max-width: -webkit-calc(1 / 3 * 1170px);
    max-width: calc(1 / 3 * 1170px);
  }

  .component-column .two2575PinnedLeft>div {
    max-width: -webkit-calc(1 / 4 * 1170px);
    max-width: calc(1 / 4 * 1170px);
  }
}

/**
 *  Main css for textImage2Column
 */
.component-text-image-2-column h4 {
  margin-top: 0;
}

.component-text-image-2-column .img-col {
  position: relative;
}

.component-text-image-2-column .component-text p,
.component-text-image-2-column .component-text h4 {
  margin: 0;
}

.component-text-image-2-column .component-text:nth-of-type(1) {
  margin-bottom: 15px;
}

.component-text-image-2-column .component-text:nth-of-type(2) {
  margin-top: 15px;
}

.component-text-image-2-column .component-text:nth-of-type(3) {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
@media (max-width: 730px) {
  .textImage2Column>.background-component {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .component-text-image-2-column {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .component-text-image-2-column .component-image {
    margin-bottom: 15px;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-text-image-2-column h4 .text-size-smaller {
    display: block;
    margin-top: -.12em;
  }

  .component-text-image-2-column h4 .text-size-normal {
    display: block;
    margin-top: -.15em;
  }

  .component-text-image-2-column h4 .text-size-larger {
    display: block;
    margin-top: -.15em;
  }

  .component-text-image-2-column p.no-title {
    margin-top: -.3em;
  }
}

/**
 *  Main css for pressRelease
     Responsive (mobile first) TD
 */
.component-press-release .newsReleaseContainer {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-press-release .newsReleaseContainer a:hover {
  text-decoration: none;
}

.component-press-release .newsReleaseContainer li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 10px 0;
}

.component-press-release .newsReleaseContainer li.no-border {
  border: none;
}

.component-press-release .cta-wrapper {
  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;
}

.component-press-release .cta-wrapper .cta {
  color: #FFF;
  background-color: #80539c;
  width: 180px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 10.5px 12px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-press-release .cta-wrapper .cta .arrow-icon {
  margin-left: 9px;
  line-height: 17px;
  margin-top: 2px;
}

.component-press-release .cta-wrapper .cta .arrow-icon:after {
  content: '\203A';
  font-size: 28px;
}

.component-press-release .newsReleaseContainer li {
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}

.component-press-release .newsReleaseContainer li.divider {
  display: none;
}

.component-press-release .title {
  font-size: 16px;
  font-weight: 300;
  color: #5a2a82;
  width: -webkit-calc(100%);
  width: calc(100%);
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: -webkit-box;
}

.component-press-release .description {
  display: none;
}

.component-press-release .date {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-press-release .press-release-list>.row>.press-release-col:nth-child(1) {
    padding-right: 45px;
  }

  .component-press-release .press-release-list>.row>.press-release-col:nth-child(2) {
    padding-left: 45px;
  }

  .component-press-release .divider {
    display: block;
  }

  .component-press-release .newsReleaseContainer {
    margin-bottom: 30px;
  }

  .component-press-release .newsReleaseContainer li {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 20px 0 0 0;
  }

  .component-press-release .newsReleaseContainer li.divider {
    width: 1px;
    margin: 6px 0;
    background: #c4c4c4;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 30px;
    display: block;
  }

  .component-press-release .newsReleaseContainer li.noborder {
    border: none;
  }

  .component-press-release .newsReleaseContainer[data-itemperrow="2"] li:nth-child(4n) {
    display: none;
  }

  .component-press-release .newsReleaseContainer[data-itemperrow="3"] li {
    width: -webkit-calc(33.333% - (41px));
    width: calc(33.333% - (41px));
  }

  .component-press-release .newsReleaseContainer[data-itemperrow="3"] li.divider {
    width: 1px;
  }

  .component-press-release .newsReleaseContainer[data-itemperrow="3"] li:nth-child(6n) {
    display: none;
  }
}

@media (max-width: 730px) {
  .component-press-release .newsReleaseContainer li:nth-last-child(2) {
    border-bottom-width: 0px;
  }
}

/**
 *  Main css for html
 */
/**
 *  Main css for downloads
 */
.component-downloads {
  padding: 5px;
}

.component-downloads h2 {
  color: #5a2a82;
  font-size: 20px;
}

.component-downloads a {
  color: #316aca;
  display: inline-block;
  padding-bottom: 5px;
}

.component-downloads a:hover {
  color: #32508f;
}

.component-downloads .icon-download {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDExIDEwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMzE2YWNhOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IklDT046X0Rvd25sb2FkIiBkYXRhLW5hbWU9IklDT046IERvd25sb2FkIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOC40MjksNDM0SDIwLjU3MXYtMS41MzhoNy44NTdWNDM0Wm0tNy44NTcsMEgxOXYtMy4wNzdoMS41NzFWNDM0Wk0zMCw0MzRIMjguNDI5di0zLjA3N0gzMFY0MzRabS0xLjU3Mi02LjkyM0gyNi44NTdWNDI0SDIyLjE0M3YzLjA3N0gyMC41NzFsNC4wODksMy45OTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkgLTQyNCkiLz4KPC9zdmc+Cg==);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  margin-right: 10px;
}

@media (min-width: 730px) {
  .component-downloads h2 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .component-downloads h2 {
    font-size: 26px;
  }
}

/**
 *  Main css for pagecontainer
 */
.component-page-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 10px;
}

/**
 *  Main css for page title
 */
/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
/* LG Desktop */
@media (min-width: 1200px) {
  .component-page-title .page-title {
    font-size: 45px;
  }
}

/*
--------------------------------------------------
    Banner Component
--------------------------------------------------
*/
html.touch .component-button a,
html.touch .component-button-purple a,
html.touch .component-button-synopsys_purple a,
html.touch .component-button-white a,
html.touch .component-button-gray a,
html.touch .component-button-orange a {
  color: #FFF;
}

html.touch .component-button a:hover,
html.touch .component-button-purple a:hover,
html.touch .component-button-synopsys_purple a:hover,
html.touch .component-button-white a:hover,
html.touch .component-button-gray a:hover,
html.touch .component-button-orange a:hover {
  color: #FFF;
  text-decoration: none;
}

html.touch .component-button a:active,
html.touch .component-button-purple a:active,
html.touch .component-button-synopsys_purple a:active,
html.touch .component-button-white a:active,
html.touch .component-button-gray a:active,
html.touch .component-button-orange a:active,
html.touch .component-button a:focus,
html.touch .component-button-purple a:focus,
html.touch .component-button-synopsys_purple a:focus,
html.touch .component-button-white a:focus,
html.touch .component-button-gray a:focus,
html.touch .component-button-orange a:focus {
  color: #FFF;
  text-decoration: underline;
}

html.touch .lightButtonRollover:hover,
html.touch .darkButtonRollover:hover {
  text-decoration: none;
}

html.touch .component-button-purple:hover,
html.touch .component-button-gray:hover,
html.touch .component-button-orange:hover {
  text-decoration: none;
}

.component-button,
.component-button-purple,
.component-button-synopsys_purple,
.component-button-white,
.component-button-gray,
.component-button-orange {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  color: #FFF;
}

.component-button a,
.component-button-purple a,
.component-button-synopsys_purple a,
.component-button-white a,
.component-button-gray a,
.component-button-orange a {
  color: #FFF;
}

.lightButtonRollover:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-decoration: underline;
}

.darkButtonRollover:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: underline;
}

.component-button-purple {
  background-color: #80539c;
}

.component-button-purple:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: underline;
}

.component-button-synopsys_purple {
  color: #FFF;
  background-color: #5a2a82;
}

.component-button-synopsys_purple:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.component-button-white {
  color: #111C24;
  background-color: #FFF;
}

.component-button-white:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.component-button-gray {
  background-color: #646e81;
}

.component-button-gray:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: underline;
}

.component-button-orange {
  background-color: #fcaf1a;
}

.component-button-orange:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-decoration: underline;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/* LG Desktop */
/**
 *  Main css for flexbox
 */
/*
--------------------------------------------------
    Site Footer
--------------------------------------------------
*/
.site-footer {
  background: #111C24;
  padding: 0 0 40px 0;
}

.site-footer .container,
.site-footer .carousel-holder.image-carousel {
  max-width: 1660px;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1250px) {

  .site-footer .container,
  .site-footer .carousel-holder.image-carousel {
    width: auto;
  }
}

.site-footer a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  /* 14px */
}

.site-footer a:focus {
  outline: 1px dashed #2e3c4d;
  outline-offset: 5px;
  text-decoration: underline;
}

.site-footer a:hover {
  color: #FFF;
}

.site-footer h3 {
  color: #FFF;
  font-size: 18px;
  margin: 67px 0 22px 0;
  text-transform: initial;
  font-weight: 400;
}

.site-footer .links-wrapper ul {
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFF;
  row-gap: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  /* 14px */
}

.site-footer .global-footer-dropdown {
  text-align: right;
  margin-top: 67px;
}

.site-footer .global-footer-dropdown .global-nav-link-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  color: #111C24;
  padding: 0 24px 0 48px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  overflow: hidden;
  text-align: left;
  width: 145px;
  font-weight: 400;
  /* Add the globe icon as a background image */
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtZ2xvYmUgaWNvbi1nbG9iZSIgYXJpYS1oaWRkZW49InRydWUiIGZvY3VzYWJsZT0iZmFsc2UiIGRhdGEtcHJlZml4PSJmYWwiIGRhdGEtaWNvbj0iZ2xvYmUiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZGF0YS1mYS1pMnN2Zz0iIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0yNTYgNDgwYzE2LjcgMCA0MC40LTE0LjQgNjEuOS01Ny4zYzkuOS0xOS44IDE4LjItNDMuNyAyNC4xLTcwLjdIMTcwYzUuOSAyNyAxNC4yIDUwLjkgMjQuMSA3MC43QzIxNS42IDQ2NS42IDIzOS4zIDQ4MCAyNTYgNDgwek0xNjQuMyAzMjBIMzQ3LjdjMi44LTIwLjIgNC4zLTQxLjcgNC4zLTY0cy0xLjUtNDMuOC00LjMtNjRIMTY0LjNjLTIuOCAyMC4yLTQuMyA0MS43LTQuMyA2NHMxLjUgNDMuOCA0LjMgNjR6TTE3MCAxNjBIMzQyYy01LjktMjctMTQuMi01MC45LTI0LjEtNzAuN0MyOTYuNCA0Ni40IDI3Mi43IDMyIDI1NiAzMnMtNDAuNCAxNC40LTYxLjkgNTcuM0MxODQuMiAxMDkuMSAxNzUuOSAxMzMgMTcwIDE2MHptMjEwIDMyYzIuNiAyMC41IDQgNDEuOSA0IDY0cy0xLjQgNDMuNS00IDY0aDkwLjhjNi0yMC4zIDkuMy00MS44IDkuMy02NHMtMy4yLTQzLjctOS4zLTY0SDM4MHptNzguNS0zMmMtMjUuOS01NC41LTczLjEtOTYuOS0xMzAuOS0xMTYuM2MyMSAyOC4zIDM3LjYgNjguOCA0Ny4yIDExNi4zaDgzLjh6bS0zMjEuMSAwYzkuNi00Ny42IDI2LjItODggNDcuMi0xMTYuM0MxMjYuNyA2My4xIDc5LjQgMTA1LjUgNTMuNiAxNjBoODMuN3ptLTk2IDMyYy02IDIwLjMtOS4zIDQxLjgtOS4zIDY0czMuMiA0My43IDkuMyA2NEgxMzJjLTIuNi0yMC41LTQtNDEuOS00LTY0czEuNC00My41IDQtNjRINDEuM3pNMzI3LjUgNDY4LjNjNTcuOC0xOS41IDEwNS02MS44IDEzMC45LTExNi4zSDM3NC43Yy05LjYgNDcuNi0yNi4yIDg4LTQ3LjIgMTE2LjN6bS0xNDMgMGMtMjEtMjguMy0zNy41LTY4LjgtNDcuMi0xMTYuM0g1My42YzI1LjkgNTQuNSA3My4xIDk2LjkgMTMwLjkgMTE2LjN6TTI1NiA1MTJBMjU2IDI1NiAwIDEgMSAyNTYgMGEyNTYgMjU2IDAgMSAxIDAgNTEyeiI+PC9wYXRoPjwvc3ZnPg=="), url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJibGFjayIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+");
  /* Existing down arrow */
  background-repeat: no-repeat, no-repeat;
  background-position: 24px center, right 19px center;
  /* Position the globe and arrow */
  background-size: 16px, 18px;
  /* Adjust size of globe and arrow */
}

.site-footer .social-icons-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #FFF;
  padding: 24px 0 0 0;
  margin: 45px 0 24px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.site-footer .social-icons-wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 14px;
  font-weight: 300;
}

.site-footer .social-icons-wrapper ul svg {
  height: 16px;
  -webkit-transition: all .1s;
  transition: all .1s;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.site-footer .social-icons-wrapper ul svg:hover {
  color: #B3B4B3;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.site-footer .logo-bottom {
  margin-left: auto;
}

.site-footer .logo-bottom img,
.site-footer .logo-bottom svg {
  height: 28px;
  width: auto;
}

.site-footer .logo-top {
  display: none;
}

.site-footer .copyright {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  line-height: 100%;
  /* 14px */
}

.site-footer .copyright a {
  padding: 0 8px;
}

.site-footer .copyright span {
  padding: 0 8px 0 0;
}

/*
--------------------------------------------------
    Responsive (mobile first)
  XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* MD Desktop */
@media (max-width: 992px) {
  .site-footer {
    padding: 40px 8px;
    margin: 0;
  }

  .site-footer .container,
  .site-footer .carousel-holder.image-carousel {
    padding: 0;
    width: 100%;
  }

  .site-footer .container .row,
  .site-footer .carousel-holder.image-carousel .row {
    margin: 0;
  }

  .site-footer .logo-top {
    display: block;
    margin: 0 0 33px 16px;
  }

  .site-footer .logo-top img {
    height: 24px;
    width: auto;
  }

  .site-footer .logo-bottom {
    display: none;
  }

  .site-footer .global-footer-dropdown {
    margin: 0;
    text-align: left;
  }

  .site-footer .links-wrapper {
    padding: 0;
  }

  .site-footer .links-wrapper nav {
    width: 100%;
    text-align: left;
    border-top: 1px solid #FFF;
    padding: 32px 16px;
  }

  .site-footer .links-wrapper nav h3 {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
  }

  .site-footer .links-wrapper nav h3::before {
    content: ' ';
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMSBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMzUyIDE2MGMxMi45IDAgMjQuNiA3LjggMjkuNiAxOS44czIuMiAyNS43LTYuOSAzNC45bC0xNjAgMTYwYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTYwLTE2MGMtOS4yLTkuMi0xMS45LTIyLjktNi45LTM0LjlTMTkuMSAxNjAgMzIgMTYwbDMyMCAweiIvPjwvc3ZnPg==") no-repeat center;
    position: absolute;
    right: 16px;
    width: 8px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 35px;
  }

  .site-footer .links-wrapper nav ul {
    display: none;
  }

  .site-footer .links-wrapper nav.active ul {
    display: block;
  }

  .site-footer .links-wrapper nav.active ul li {
    padding: 0 0 0 16px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 100%;
    /* 14px */
  }

  .site-footer .links-wrapper nav.active h3::before {
    rotate: 180deg;
  }

  .site-footer .col-xs-12 {
    padding: 0;
  }

  .site-footer .social-icons-wrapper {
    border: none;
    margin: 38px 16px 40px 16px;
    padding: 0;
  }

  .site-footer .copyright {
    margin: 0 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

/*
--------------------------------------------------
    Background Component
--------------------------------------------------
*/
.dark-grey-bg {
  background-color: #222;
}

.grey-bg {
  background-color: #808080;
}

.light-grey-bg {
  background-color: #f7f7fa;
}

.white-bg {
  background-color: #FFF;
}

.white-text {
  color: #FFF;
}

.dark-text {
  color: #222;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* MD Desktop */
/* LG Desktop */
/*
--------------------------------------------------
    Image Component
--------------------------------------------------
*/
/*
--------------------------------------------------
    Zoom In Image Component
--------------------------------------------------
*/
.zoom-container .zoom-instructions {
  display: none;
}

.component-image .horizontal-padding-sm {
  padding: 0 5px;
}

.component-image .horizontal-padding-md {
  padding: 0 25px;
}

.component-image .horizontal-padding-lg {
  padding: 0 100px;
}

/*** DESIGNED FOR INFOGRAPHICS START ***/
.component-image .zoom-container.cmp-image.infographic-image img.img-responsive {
  height: 75vh;
  width: auto;
  margin: 0 auto;
}

.component-image .zoom-container.cmp-image.infographic-image .zoom-instructions {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.infographic-image .embed-responsive-item .cmp-image img {
  height: auto !important;
  max-width: 1000px !important;
  width: 100% !important;
}

.infographic-image .embed-responsive {
  overflow: scroll;
}

.infographic-image .embed-responsive,
.infographic-image .embed-responsive .embed-responsive-item {
  height: 89vh;
}

.modal-content.infographic-image {
  height: 97vh;
}

.modal-open .modal {
  overflow: hidden;
}

/*** DESIGNED FOR INFOGRAPHICS END ***/
/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* > XS Phone */
/* > SM Tablet */
@media (min-width: 730px) {
  .modal--zoom .modal-dialog {
    width: 65%;
  }

  .modal--zoom.in .modal-dialog {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .modal--zoom .embed-responsive {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .modal--zoom .embed-responsive img {
    width: 100%;
  }

  .modal--zoom .modal-content {
    box-shadow: none;
    background: transparent;
    border: none;
    outline: none;
    /* Add Animation */
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  .modal--zoom .modal-content .modal-body {
    padding: 0;
  }

  .modal--zoom .close {
    font-size: 40px;
    margin: -40px 0 0 0;
    color: #fff;
    opacity: 0.85;
    font-weight: 400;
  }

  .modal--zoom .out {
    -webkit-animation-name: zoom-out;
    animation-name: zoom-out;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1);
    }

    to {
      -webkit-transform: scale(2);
    }
  }

  @keyframes zoom {
    from {
      -webkit-transform: scale(0.4);
      transform: scale(0.4);
    }

    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @-webkit-keyframes zoom-out {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    to {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes zoom-out {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    to {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  .zoom-container>img.img-zoom:hover,
  .zoom-container .zoom-text:hover {
    cursor: pointer;
  }

  .zoom-container .zoom-text button {
    border: none;
    background: none;
  }

  .zoom-container .zoom-text button:focus-visible {
    outline: 1px dashed #2e3c4d;
    outline-offset: 5px;
  }

  .zoom-container .zoom-text button:focus:not(:focus-visible) {
    outline: none;
  }

  .zoom-container .zoom-instructions {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .zoom-container .zoom-instructions .fa-magnifying-glass-plus {
    margin-right: 3px;
  }

  .zoom-container .zoom-instructions .zoom-text {
    display: inline-block;
  }
}

/* > LG Desktop */
/*
--------------------------------------------------
    Banner Component
--------------------------------------------------
*/
body {
  overflow-x: hidden;
}

.container.component-banner-container,
.component-banner-container.carousel-holder.image-carousel {
  padding: 0;
  width: 100%;
  max-width: 1900px;
}

/* Common CSS used in Regular Banner and Video Banner */
.component-button .left-align-btn,
.component-button-purple .left-align-btn,
.component-button-synopsys_purple .left-align-btn,
.component-button-white .left-align-btn,
.component-button-gray .left-align-btn,
.component-button-orange .left-align-btn {
  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;
}

.component-button .left-align-btn .btn-text,
.component-button-purple .left-align-btn .btn-text,
.component-button-synopsys_purple .left-align-btn .btn-text,
.component-button-white .left-align-btn .btn-text,
.component-button-gray .left-align-btn .btn-text,
.component-button-orange .left-align-btn .btn-text,
.component-button .left-align-btn span,
.component-button-purple .left-align-btn span,
.component-button-synopsys_purple .left-align-btn span,
.component-button-white .left-align-btn span,
.component-button-gray .left-align-btn span,
.component-button-orange .left-align-btn span {
  text-align: left;
}

.component-button.secondary .left-align-btn,
.secondary.component-button-purple .left-align-btn,
.secondary.component-button-synopsys_purple .left-align-btn,
.secondary.component-button-white .left-align-btn,
.secondary.component-button-gray .left-align-btn,
.secondary.component-button-orange .left-align-btn {
  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;
}

.component-button.secondary .left-align-btn span,
.secondary.component-button-purple .left-align-btn span,
.secondary.component-button-synopsys_purple .left-align-btn span,
.secondary.component-button-white .left-align-btn span,
.secondary.component-button-gray .left-align-btn span,
.secondary.component-button-orange .left-align-btn span {
  text-align: left;
}

.component-banner,
.component-video-banner {
  position: relative;
}

.component-banner .component-breadcrumb,
.component-video-banner .component-breadcrumb {
  z-index: 106;
  position: absolute;
  padding-top: 10px;
}

.component-banner .breadcrumb-container.gradient-background.dark-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a,
.component-banner .breadcrumb-container.gradient-background.black-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a,
.component-banner .breadcrumb-container.gradient-background.light-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a,
.component-video-banner .breadcrumb-container.gradient-background.dark-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a,
.component-video-banner .breadcrumb-container.gradient-background.black-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a,
.component-video-banner .breadcrumb-container.gradient-background.light-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a {
  color: #FFFFFF;
}

.component-banner .breadcrumb-container.gradient-background.dark-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a:before,
.component-banner .breadcrumb-container.gradient-background.black-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a:before,
.component-banner .breadcrumb-container.gradient-background.light-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a:before,
.component-video-banner .breadcrumb-container.gradient-background.dark-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a:before,
.component-video-banner .breadcrumb-container.gradient-background.black-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a:before,
.component-video-banner .breadcrumb-container.gradient-background.light-purple-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a:before {
  color: #FFFFFF;
}

.component-banner .breadcrumb-container.gradient-background.dark-purple-gradient .component-breadcrumb .icon-dropdown-arrow,
.component-banner .breadcrumb-container.gradient-background.black-gradient .component-breadcrumb .icon-dropdown-arrow,
.component-banner .breadcrumb-container.gradient-background.light-purple-gradient .component-breadcrumb .icon-dropdown-arrow,
.component-video-banner .breadcrumb-container.gradient-background.dark-purple-gradient .component-breadcrumb .icon-dropdown-arrow,
.component-video-banner .breadcrumb-container.gradient-background.black-gradient .component-breadcrumb .icon-dropdown-arrow,
.component-video-banner .breadcrumb-container.gradient-background.light-purple-gradient .component-breadcrumb .icon-dropdown-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA3IDYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8zIiBkYXRhLW5hbWU9IlBvbHlnb24gMyIgY2xhc3M9ImNscy0xIiBkPSJNMTM0OC41LDYwbC0zLjUtNS45OTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ1IC01NCkiLz4KPC9zdmc+Cg==);
}

.component-banner .breadcrumb-container.gradient-background.grey-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a,
.component-video-banner .breadcrumb-container.gradient-background.grey-gradient .component-breadcrumb #primary_nav_wrap>ul>li>a {
  color: #646E81;
}

.component-banner .breadcrumb-container.image-background.dark-mode #primary_nav_wrap>ul>li>a,
.component-video-banner .breadcrumb-container.image-background.dark-mode #primary_nav_wrap>ul>li>a {
  color: white;
}

.component-banner .breadcrumb-container.image-background.dark-mode #primary_nav_wrap>ul>li>a:before,
.component-video-banner .breadcrumb-container.image-background.dark-mode #primary_nav_wrap>ul>li>a:before {
  color: #FFFFFF;
}

.component-banner .breadcrumb-container.image-background.dark-mode .icon-dropdown-arrow,
.component-video-banner .breadcrumb-container.image-background.dark-mode .icon-dropdown-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA3IDYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8zIiBkYXRhLW5hbWU9IlBvbHlnb24gMyIgY2xhc3M9ImNscy0xIiBkPSJNMTM0OC41LDYwbC0zLjUtNS45OTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ1IC01NCkiLz4KPC9zdmc+Cg==);
}

.component-banner .breadcrumb-container.image-background.light-mode .component-breadcrumb #primary_nav_wrap>ul>li>a,
.component-video-banner .breadcrumb-container.image-background.light-mode .component-breadcrumb #primary_nav_wrap>ul>li>a {
  color: #646E81;
}

.component-banner .svg-padding-sm,
.component-video-banner .svg-padding-sm {
  padding: 25px !important;
}

.component-banner .svg-padding-md,
.component-video-banner .svg-padding-md {
  padding: 50px !important;
}

.component-banner .svg-padding-lg,
.component-video-banner .svg-padding-lg {
  padding: 100px !important;
}

.component-banner .flag,
.component-video-banner .flag {
  display: none;
}

.component-banner .component-button,
.component-banner .component-button-purple,
.component-banner .component-button-synopsys_purple,
.component-banner .component-button-white,
.component-banner .component-button-gray,
.component-banner .component-button-orange,
.component-video-banner .component-button,
.component-video-banner .component-button-purple,
.component-video-banner .component-button-synopsys_purple,
.component-video-banner .component-button-white,
.component-video-banner .component-button-gray,
.component-video-banner .component-button-orange {
  padding: 5.21px 24px;
}

.component-banner .component-button a,
.component-banner .component-button-purple a,
.component-banner .component-button-synopsys_purple a,
.component-banner .component-button-white a,
.component-banner .component-button-gray a,
.component-banner .component-button-orange a,
.component-video-banner .component-button a,
.component-video-banner .component-button-purple a,
.component-video-banner .component-button-synopsys_purple a,
.component-video-banner .component-button-white a,
.component-video-banner .component-button-gray a,
.component-video-banner .component-button-orange a {
  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;
}

.component-banner .text-overlay,
.component-video-banner .text-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  padding: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  /* Hero - Slide Up Animation */
}

.component-banner .text-overlay .contentValignCenter,
.component-video-banner .text-overlay .contentValignCenter {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
}

.component-banner .text-overlay .component-text,
.component-video-banner .text-overlay .component-text {
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.component-banner .text-overlay p,
.component-video-banner .text-overlay p {
  color: #FFF;
  margin-bottom: 20px;
  font-size: inherit;
}

.component-banner .text-overlay.text-align-left,
.component-video-banner .text-overlay.text-align-left {
  text-align: left;
}

.component-banner .text-overlay.text-align-left .component-text,
.component-video-banner .text-overlay.text-align-left .component-text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: start;
}

.component-banner .text-overlay.text-align-right,
.component-video-banner .text-overlay.text-align-right {
  text-align: right;
}

.component-banner .text-overlay.text-align-right .component-text,
.component-video-banner .text-overlay.text-align-right .component-text {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  -ms-grid-row-align: end;
  align-items: end;
}

.component-banner .text-overlay.text-align-center,
.component-video-banner .text-overlay.text-align-center {
  text-align: center;
}

.component-banner .text-overlay.text-align-center .component-text,
.component-video-banner .text-overlay.text-align-center .component-text {
  -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;
  -ms-grid-row-align: center;
  align-items: center;
}

.component-banner .text-overlay.content-align-left,
.component-video-banner .text-overlay.content-align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.component-banner .text-overlay.content-align-right,
.component-video-banner .text-overlay.content-align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.component-banner .text-overlay.content-align-center,
.component-video-banner .text-overlay.content-align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-banner .text-overlay .paddingSmall,
.component-video-banner .text-overlay .paddingSmall {
  padding-left: 0;
  padding-right: 0;
}

.component-banner .text-overlay .paddingMedium,
.component-video-banner .text-overlay .paddingMedium {
  padding-right: 15px;
  padding-left: 15px;
}

.component-banner .text-overlay .paddingLarge,
.component-video-banner .text-overlay .paddingLarge {
  padding-right: 30px;
  padding-left: 30px;
}

.component-banner .text-overlay .content-wrapper,
.component-video-banner .text-overlay .content-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1900px;
  max-width: auto;
}

.component-banner .text-overlay .animation-element.slide-up,
.component-video-banner .text-overlay .animation-element.slide-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.component-banner .text-overlay .animation-element.slide-up.in-view,
.component-video-banner .text-overlay .animation-element.slide-up.in-view {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s, -webkit-transform ease 1.5s;
}

.component-banner .title,
.component-video-banner .title {
  font-size: 22px;
  margin: 0 0 40px 0;
  line-height: 1.0;
  font-weight: 400;
  color: #FFF;
  width: 100%;
}

.component-banner .title p,
.component-video-banner .title p {
  color: inherit;
  margin: 0 0 0 0;
  font-size: inherit;
}

.component-banner .title p:last-of-type,
.component-video-banner .title p:last-of-type {
  margin: 0;
}

.component-banner .sub-title,
.component-video-banner .sub-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  width: 100%;
}

.component-banner .sub-title p,
.component-video-banner .sub-title p {
  color: inherit;
  font-size: inherit;
}

.component-banner .reg-banner,
.component-video-banner .reg-banner {
  height: 500px;
}

@media (max-width: 729px) {

  .component-banner .reg-banner,
  .component-video-banner .reg-banner {
    height: 500px;
  }
}

.component-banner .reg-banner .title,
.component-video-banner .reg-banner .title {
  line-height: 58px;
}

@media (max-width: 730px) {

  .component-banner .reg-banner.has-foreground-image .content-wrapper,
  .component-video-banner .reg-banner.has-foreground-image .content-wrapper {
    position: absolute;
    top: 0;
    height: 65%;
    text-align: center;
  }

  .component-banner .reg-banner.has-foreground-image .content-wrapper .component-text,
  .component-video-banner .reg-banner.has-foreground-image .content-wrapper .component-text {
    -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;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .component-banner .reg-banner.has-foreground-image .imageOverlayLeft,
  .component-banner .reg-banner.has-foreground-image .imageOverlayRight,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayLeft,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayRight {
    display: block;
    position: absolute;
    height: 35%;
    width: 100%;
    bottom: 0;
    top: initial;
  }

  .component-banner .reg-banner.has-foreground-image .imageOverlayLeft .foreground-image-inner,
  .component-banner .reg-banner.has-foreground-image .imageOverlayRight .foreground-image-inner,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayLeft .foreground-image-inner,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayRight .foreground-image-inner {
    position: relative;
    height: 100%;
  }

  .component-banner .reg-banner.has-foreground-image .imageOverlayLeft .foreground-image-inner .cmp-image,
  .component-banner .reg-banner.has-foreground-image .imageOverlayRight .foreground-image-inner .cmp-image,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayLeft .foreground-image-inner .cmp-image,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayRight .foreground-image-inner .cmp-image {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .component-banner .reg-banner.has-foreground-image .imageOverlayLeft .foreground-image-inner .foreground-image,
  .component-banner .reg-banner.has-foreground-image .imageOverlayRight .foreground-image-inner .foreground-image,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayLeft .foreground-image-inner .foreground-image,
  .component-video-banner .reg-banner.has-foreground-image .imageOverlayRight .foreground-image-inner .foreground-image {
    position: relative;
    max-height: 80%;
    max-width: 80%;
    height: auto;
    width: auto;
  }
}

@media (max-width: 729px) {

  .component-banner .reg-banner.expanded-banner-content,
  .component-video-banner .reg-banner.expanded-banner-content {
    min-height: 320px;
    height: 500px;
    max-height: 500px;
  }
}

.component-banner .reg-banner .component-button .has-arrow,
.component-banner .reg-banner .component-button-purple .has-arrow,
.component-banner .reg-banner .component-button-synopsys_purple .has-arrow,
.component-banner .reg-banner .component-button-white .has-arrow,
.component-banner .reg-banner .component-button-gray .has-arrow,
.component-banner .reg-banner .component-button-orange .has-arrow,
.component-video-banner .reg-banner .component-button .has-arrow,
.component-video-banner .reg-banner .component-button-purple .has-arrow,
.component-video-banner .reg-banner .component-button-synopsys_purple .has-arrow,
.component-video-banner .reg-banner .component-button-white .has-arrow,
.component-video-banner .reg-banner .component-button-gray .has-arrow,
.component-video-banner .reg-banner .component-button-orange .has-arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.component-banner .reg-banner .component-button .has-arrow .download-icon,
.component-banner .reg-banner .component-button-purple .has-arrow .download-icon,
.component-banner .reg-banner .component-button-synopsys_purple .has-arrow .download-icon,
.component-banner .reg-banner .component-button-white .has-arrow .download-icon,
.component-banner .reg-banner .component-button-gray .has-arrow .download-icon,
.component-banner .reg-banner .component-button-orange .has-arrow .download-icon,
.component-video-banner .reg-banner .component-button .has-arrow .download-icon,
.component-video-banner .reg-banner .component-button-purple .has-arrow .download-icon,
.component-video-banner .reg-banner .component-button-synopsys_purple .has-arrow .download-icon,
.component-video-banner .reg-banner .component-button-white .has-arrow .download-icon,
.component-video-banner .reg-banner .component-button-gray .has-arrow .download-icon,
.component-video-banner .reg-banner .component-button-orange .has-arrow .download-icon {
  margin-top: 0;
}

.component-banner .reg-banner .component-button .has-arrow .arrow-icon,
.component-banner .reg-banner .component-button-purple .has-arrow .arrow-icon,
.component-banner .reg-banner .component-button-synopsys_purple .has-arrow .arrow-icon,
.component-banner .reg-banner .component-button-white .has-arrow .arrow-icon,
.component-banner .reg-banner .component-button-gray .has-arrow .arrow-icon,
.component-banner .reg-banner .component-button-orange .has-arrow .arrow-icon,
.component-video-banner .reg-banner .component-button .has-arrow .arrow-icon,
.component-video-banner .reg-banner .component-button-purple .has-arrow .arrow-icon,
.component-video-banner .reg-banner .component-button-synopsys_purple .has-arrow .arrow-icon,
.component-video-banner .reg-banner .component-button-white .has-arrow .arrow-icon,
.component-video-banner .reg-banner .component-button-gray .has-arrow .arrow-icon,
.component-video-banner .reg-banner .component-button-orange .has-arrow .arrow-icon {
  margin: 0 0 0 8px;
}

.component-banner .reg-banner .image-overlay,
.component-video-banner .reg-banner .image-overlay {
  height: 100%;
  width: 100%;
  max-width: 1900px;
  background-color: black;
  position: absolute;
  z-index: 2;
}

.component-banner .reg-banner .opacity-0,
.component-video-banner .reg-banner .opacity-0 {
  opacity: 0;
}

.component-banner .reg-banner .opacity-30,
.component-video-banner .reg-banner .opacity-30 {
  opacity: 0.3;
}

.component-banner .reg-banner .opacity-40,
.component-video-banner .reg-banner .opacity-40 {
  opacity: 0.4;
}

.component-banner .reg-banner .opacity-50,
.component-video-banner .reg-banner .opacity-50 {
  opacity: 0.5;
}

.component-banner .reg-banner .opacity-60,
.component-video-banner .reg-banner .opacity-60 {
  opacity: 0.6;
}

.component-banner .small-banner .component-button .has-arrow .arrow-icon,
.component-banner .small-banner .component-button-purple .has-arrow .arrow-icon,
.component-banner .small-banner .component-button-synopsys_purple .has-arrow .arrow-icon,
.component-banner .small-banner .component-button-white .has-arrow .arrow-icon,
.component-banner .small-banner .component-button-gray .has-arrow .arrow-icon,
.component-banner .small-banner .component-button-orange .has-arrow .arrow-icon,
.component-video-banner .small-banner .component-button .has-arrow .arrow-icon,
.component-video-banner .small-banner .component-button-purple .has-arrow .arrow-icon,
.component-video-banner .small-banner .component-button-synopsys_purple .has-arrow .arrow-icon,
.component-video-banner .small-banner .component-button-white .has-arrow .arrow-icon,
.component-video-banner .small-banner .component-button-gray .has-arrow .arrow-icon,
.component-video-banner .small-banner .component-button-orange .has-arrow .arrow-icon {
  margin: 4px 0 0 8px;
}

.component-banner .component-button,
.component-banner .component-button-purple,
.component-banner .component-button-synopsys_purple,
.component-banner .component-button-white,
.component-banner .component-button-gray,
.component-banner .component-button-orange,
.component-video-banner .component-button,
.component-video-banner .component-button-purple,
.component-video-banner .component-button-synopsys_purple,
.component-video-banner .component-button-white,
.component-video-banner .component-button-gray,
.component-video-banner .component-button-orange {
  margin-bottom: 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.component-banner .component-button:hover,
.component-banner .component-button-purple:hover,
.component-banner .component-button-synopsys_purple:hover,
.component-banner .component-button-white:hover,
.component-banner .component-button-gray:hover,
.component-banner .component-button-orange:hover,
.component-video-banner .component-button:hover,
.component-video-banner .component-button-purple:hover,
.component-video-banner .component-button-synopsys_purple:hover,
.component-video-banner .component-button-white:hover,
.component-video-banner .component-button-gray:hover,
.component-video-banner .component-button-orange:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.component-banner .component-button svg,
.component-banner .component-button-purple svg,
.component-banner .component-button-synopsys_purple svg,
.component-banner .component-button-white svg,
.component-banner .component-button-gray svg,
.component-banner .component-button-orange svg,
.component-video-banner .component-button svg,
.component-video-banner .component-button-purple svg,
.component-video-banner .component-button-synopsys_purple svg,
.component-video-banner .component-button-white svg,
.component-video-banner .component-button-gray svg,
.component-video-banner .component-button-orange svg {
  width: 9px;
  margin-right: 10px;
  margin-top: 4.5px;
}

.component-banner .component-button a:hover,
.component-banner .component-button-purple a:hover,
.component-banner .component-button-synopsys_purple a:hover,
.component-banner .component-button-white a:hover,
.component-banner .component-button-gray a:hover,
.component-banner .component-button-orange a:hover,
.component-video-banner .component-button a:hover,
.component-video-banner .component-button-purple a:hover,
.component-video-banner .component-button-synopsys_purple a:hover,
.component-video-banner .component-button-white a:hover,
.component-video-banner .component-button-gray a:hover,
.component-video-banner .component-button-orange a:hover {
  text-decoration: none;
}

.component-banner .component-button.light.primary,
.component-banner .light.primary.component-button-purple,
.component-banner .light.primary.component-button-synopsys_purple,
.component-banner .light.primary.component-button-white,
.component-banner .light.primary.component-button-gray,
.component-banner .light.primary.component-button-orange,
.component-banner .component-button.light.cmp-video__thumbnail,
.component-banner .light.cmp-video__thumbnail.component-button-purple,
.component-banner .light.cmp-video__thumbnail.component-button-synopsys_purple,
.component-banner .light.cmp-video__thumbnail.component-button-white,
.component-banner .light.cmp-video__thumbnail.component-button-gray,
.component-banner .light.cmp-video__thumbnail.component-button-orange,
.component-video-banner .component-button.light.primary,
.component-video-banner .light.primary.component-button-purple,
.component-video-banner .light.primary.component-button-synopsys_purple,
.component-video-banner .light.primary.component-button-white,
.component-video-banner .light.primary.component-button-gray,
.component-video-banner .light.primary.component-button-orange,
.component-video-banner .component-button.light.cmp-video__thumbnail,
.component-video-banner .light.cmp-video__thumbnail.component-button-purple,
.component-video-banner .light.cmp-video__thumbnail.component-button-synopsys_purple,
.component-video-banner .light.cmp-video__thumbnail.component-button-white,
.component-video-banner .light.cmp-video__thumbnail.component-button-gray,
.component-video-banner .light.cmp-video__thumbnail.component-button-orange {
  background: #7E45AF;
  border: 2px solid #7E45AF;
  color: #FFF;
}

.component-banner .component-button.light.primary a,
.component-banner .light.primary.component-button-purple a,
.component-banner .light.primary.component-button-synopsys_purple a,
.component-banner .light.primary.component-button-white a,
.component-banner .light.primary.component-button-gray a,
.component-banner .light.primary.component-button-orange a,
.component-banner .component-button.light.cmp-video__thumbnail a,
.component-banner .light.cmp-video__thumbnail.component-button-purple a,
.component-banner .light.cmp-video__thumbnail.component-button-synopsys_purple a,
.component-banner .light.cmp-video__thumbnail.component-button-white a,
.component-banner .light.cmp-video__thumbnail.component-button-gray a,
.component-banner .light.cmp-video__thumbnail.component-button-orange a,
.component-video-banner .component-button.light.primary a,
.component-video-banner .light.primary.component-button-purple a,
.component-video-banner .light.primary.component-button-synopsys_purple a,
.component-video-banner .light.primary.component-button-white a,
.component-video-banner .light.primary.component-button-gray a,
.component-video-banner .light.primary.component-button-orange a,
.component-video-banner .component-button.light.cmp-video__thumbnail a,
.component-video-banner .light.cmp-video__thumbnail.component-button-purple a,
.component-video-banner .light.cmp-video__thumbnail.component-button-synopsys_purple a,
.component-video-banner .light.cmp-video__thumbnail.component-button-white a,
.component-video-banner .light.cmp-video__thumbnail.component-button-gray a,
.component-video-banner .light.cmp-video__thumbnail.component-button-orange a {
  color: #FFF;
}

.component-banner .component-button.light.primary:hover,
.component-banner .light.primary.component-button-purple:hover,
.component-banner .light.primary.component-button-synopsys_purple:hover,
.component-banner .light.primary.component-button-white:hover,
.component-banner .light.primary.component-button-gray:hover,
.component-banner .light.primary.component-button-orange:hover,
.component-banner .component-button.light.primary:focus,
.component-banner .light.primary.component-button-purple:focus,
.component-banner .light.primary.component-button-synopsys_purple:focus,
.component-banner .light.primary.component-button-white:focus,
.component-banner .light.primary.component-button-gray:focus,
.component-banner .light.primary.component-button-orange:focus,
.component-banner .component-button.light.cmp-video__thumbnail:hover,
.component-banner .light.cmp-video__thumbnail.component-button-purple:hover,
.component-banner .light.cmp-video__thumbnail.component-button-synopsys_purple:hover,
.component-banner .light.cmp-video__thumbnail.component-button-white:hover,
.component-banner .light.cmp-video__thumbnail.component-button-gray:hover,
.component-banner .light.cmp-video__thumbnail.component-button-orange:hover,
.component-banner .component-button.light.cmp-video__thumbnail:focus,
.component-banner .light.cmp-video__thumbnail.component-button-purple:focus,
.component-banner .light.cmp-video__thumbnail.component-button-synopsys_purple:focus,
.component-banner .light.cmp-video__thumbnail.component-button-white:focus,
.component-banner .light.cmp-video__thumbnail.component-button-gray:focus,
.component-banner .light.cmp-video__thumbnail.component-button-orange:focus,
.component-video-banner .component-button.light.primary:hover,
.component-video-banner .light.primary.component-button-purple:hover,
.component-video-banner .light.primary.component-button-synopsys_purple:hover,
.component-video-banner .light.primary.component-button-white:hover,
.component-video-banner .light.primary.component-button-gray:hover,
.component-video-banner .light.primary.component-button-orange:hover,
.component-video-banner .component-button.light.primary:focus,
.component-video-banner .light.primary.component-button-purple:focus,
.component-video-banner .light.primary.component-button-synopsys_purple:focus,
.component-video-banner .light.primary.component-button-white:focus,
.component-video-banner .light.primary.component-button-gray:focus,
.component-video-banner .light.primary.component-button-orange:focus,
.component-video-banner .component-button.light.cmp-video__thumbnail:hover,
.component-video-banner .light.cmp-video__thumbnail.component-button-purple:hover,
.component-video-banner .light.cmp-video__thumbnail.component-button-synopsys_purple:hover,
.component-video-banner .light.cmp-video__thumbnail.component-button-white:hover,
.component-video-banner .light.cmp-video__thumbnail.component-button-gray:hover,
.component-video-banner .light.cmp-video__thumbnail.component-button-orange:hover,
.component-video-banner .component-button.light.cmp-video__thumbnail:focus,
.component-video-banner .light.cmp-video__thumbnail.component-button-purple:focus,
.component-video-banner .light.cmp-video__thumbnail.component-button-synopsys_purple:focus,
.component-video-banner .light.cmp-video__thumbnail.component-button-white:focus,
.component-video-banner .light.cmp-video__thumbnail.component-button-gray:focus,
.component-video-banner .light.cmp-video__thumbnail.component-button-orange:focus {
  border-color: #5A2A82;
  background: #5A2A82;
}

.component-banner .component-button.light.secondary,
.component-banner .light.secondary.component-button-purple,
.component-banner .light.secondary.component-button-synopsys_purple,
.component-banner .light.secondary.component-button-white,
.component-banner .light.secondary.component-button-gray,
.component-banner .light.secondary.component-button-orange,
.component-video-banner .component-button.light.secondary,
.component-video-banner .light.secondary.component-button-purple,
.component-video-banner .light.secondary.component-button-synopsys_purple,
.component-video-banner .light.secondary.component-button-white,
.component-video-banner .light.secondary.component-button-gray,
.component-video-banner .light.secondary.component-button-orange {
  border: 2px solid #7E45AF;
}

.component-banner .component-button.light.secondary a,
.component-banner .light.secondary.component-button-purple a,
.component-banner .light.secondary.component-button-synopsys_purple a,
.component-banner .light.secondary.component-button-white a,
.component-banner .light.secondary.component-button-gray a,
.component-banner .light.secondary.component-button-orange a,
.component-video-banner .component-button.light.secondary a,
.component-video-banner .light.secondary.component-button-purple a,
.component-video-banner .light.secondary.component-button-synopsys_purple a,
.component-video-banner .light.secondary.component-button-white a,
.component-video-banner .light.secondary.component-button-gray a,
.component-video-banner .light.secondary.component-button-orange a {
  color: #7E45AF;
}

.component-banner .component-button.light.secondary:hover,
.component-banner .light.secondary.component-button-purple:hover,
.component-banner .light.secondary.component-button-synopsys_purple:hover,
.component-banner .light.secondary.component-button-white:hover,
.component-banner .light.secondary.component-button-gray:hover,
.component-banner .light.secondary.component-button-orange:hover,
.component-banner .component-button.light.secondary:focus,
.component-banner .light.secondary.component-button-purple:focus,
.component-banner .light.secondary.component-button-synopsys_purple:focus,
.component-banner .light.secondary.component-button-white:focus,
.component-banner .light.secondary.component-button-gray:focus,
.component-banner .light.secondary.component-button-orange:focus,
.component-video-banner .component-button.light.secondary:hover,
.component-video-banner .light.secondary.component-button-purple:hover,
.component-video-banner .light.secondary.component-button-synopsys_purple:hover,
.component-video-banner .light.secondary.component-button-white:hover,
.component-video-banner .light.secondary.component-button-gray:hover,
.component-video-banner .light.secondary.component-button-orange:hover,
.component-video-banner .component-button.light.secondary:focus,
.component-video-banner .light.secondary.component-button-purple:focus,
.component-video-banner .light.secondary.component-button-synopsys_purple:focus,
.component-video-banner .light.secondary.component-button-white:focus,
.component-video-banner .light.secondary.component-button-gray:focus,
.component-video-banner .light.secondary.component-button-orange:focus {
  color: #5A2A82;
  background: #7E45AF33;
}

.component-banner .component-button.dark.primary,
.component-banner .dark.primary.component-button-purple,
.component-banner .dark.primary.component-button-synopsys_purple,
.component-banner .dark.primary.component-button-white,
.component-banner .dark.primary.component-button-gray,
.component-banner .dark.primary.component-button-orange,
.component-banner .component-button.dark.cmp-video__thumbnail,
.component-banner .dark.cmp-video__thumbnail.component-button-purple,
.component-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple,
.component-banner .dark.cmp-video__thumbnail.component-button-white,
.component-banner .dark.cmp-video__thumbnail.component-button-gray,
.component-banner .dark.cmp-video__thumbnail.component-button-orange,
.component-video-banner .component-button.dark.primary,
.component-video-banner .dark.primary.component-button-purple,
.component-video-banner .dark.primary.component-button-synopsys_purple,
.component-video-banner .dark.primary.component-button-white,
.component-video-banner .dark.primary.component-button-gray,
.component-video-banner .dark.primary.component-button-orange,
.component-video-banner .component-button.dark.cmp-video__thumbnail,
.component-video-banner .dark.cmp-video__thumbnail.component-button-purple,
.component-video-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple,
.component-video-banner .dark.cmp-video__thumbnail.component-button-white,
.component-video-banner .dark.cmp-video__thumbnail.component-button-gray,
.component-video-banner .dark.cmp-video__thumbnail.component-button-orange {
  background: #FFF;
  border: 2px solid #FFF;
  color: #111C24;
}

.component-banner .component-button.dark.primary a,
.component-banner .dark.primary.component-button-purple a,
.component-banner .dark.primary.component-button-synopsys_purple a,
.component-banner .dark.primary.component-button-white a,
.component-banner .dark.primary.component-button-gray a,
.component-banner .dark.primary.component-button-orange a,
.component-banner .component-button.dark.cmp-video__thumbnail a,
.component-banner .dark.cmp-video__thumbnail.component-button-purple a,
.component-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple a,
.component-banner .dark.cmp-video__thumbnail.component-button-white a,
.component-banner .dark.cmp-video__thumbnail.component-button-gray a,
.component-banner .dark.cmp-video__thumbnail.component-button-orange a,
.component-video-banner .component-button.dark.primary a,
.component-video-banner .dark.primary.component-button-purple a,
.component-video-banner .dark.primary.component-button-synopsys_purple a,
.component-video-banner .dark.primary.component-button-white a,
.component-video-banner .dark.primary.component-button-gray a,
.component-video-banner .dark.primary.component-button-orange a,
.component-video-banner .component-button.dark.cmp-video__thumbnail a,
.component-video-banner .dark.cmp-video__thumbnail.component-button-purple a,
.component-video-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple a,
.component-video-banner .dark.cmp-video__thumbnail.component-button-white a,
.component-video-banner .dark.cmp-video__thumbnail.component-button-gray a,
.component-video-banner .dark.cmp-video__thumbnail.component-button-orange a {
  color: #111C24;
}

.component-banner .component-button.dark.primary:hover,
.component-banner .dark.primary.component-button-purple:hover,
.component-banner .dark.primary.component-button-synopsys_purple:hover,
.component-banner .dark.primary.component-button-white:hover,
.component-banner .dark.primary.component-button-gray:hover,
.component-banner .dark.primary.component-button-orange:hover,
.component-banner .component-button.dark.cmp-video__thumbnail:hover,
.component-banner .dark.cmp-video__thumbnail.component-button-purple:hover,
.component-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple:hover,
.component-banner .dark.cmp-video__thumbnail.component-button-white:hover,
.component-banner .dark.cmp-video__thumbnail.component-button-gray:hover,
.component-banner .dark.cmp-video__thumbnail.component-button-orange:hover,
.component-video-banner .component-button.dark.primary:hover,
.component-video-banner .dark.primary.component-button-purple:hover,
.component-video-banner .dark.primary.component-button-synopsys_purple:hover,
.component-video-banner .dark.primary.component-button-white:hover,
.component-video-banner .dark.primary.component-button-gray:hover,
.component-video-banner .dark.primary.component-button-orange:hover,
.component-video-banner .component-button.dark.cmp-video__thumbnail:hover,
.component-video-banner .dark.cmp-video__thumbnail.component-button-purple:hover,
.component-video-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple:hover,
.component-video-banner .dark.cmp-video__thumbnail.component-button-white:hover,
.component-video-banner .dark.cmp-video__thumbnail.component-button-gray:hover,
.component-video-banner .dark.cmp-video__thumbnail.component-button-orange:hover {
  background: #E3E3E3;
  border-color: #E3E3E3;
}

.component-banner .component-button.dark.primary:focus,
.component-banner .dark.primary.component-button-purple:focus,
.component-banner .dark.primary.component-button-synopsys_purple:focus,
.component-banner .dark.primary.component-button-white:focus,
.component-banner .dark.primary.component-button-gray:focus,
.component-banner .dark.primary.component-button-orange:focus,
.component-banner .component-button.dark.cmp-video__thumbnail:focus,
.component-banner .dark.cmp-video__thumbnail.component-button-purple:focus,
.component-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple:focus,
.component-banner .dark.cmp-video__thumbnail.component-button-white:focus,
.component-banner .dark.cmp-video__thumbnail.component-button-gray:focus,
.component-banner .dark.cmp-video__thumbnail.component-button-orange:focus,
.component-video-banner .component-button.dark.primary:focus,
.component-video-banner .dark.primary.component-button-purple:focus,
.component-video-banner .dark.primary.component-button-synopsys_purple:focus,
.component-video-banner .dark.primary.component-button-white:focus,
.component-video-banner .dark.primary.component-button-gray:focus,
.component-video-banner .dark.primary.component-button-orange:focus,
.component-video-banner .component-button.dark.cmp-video__thumbnail:focus,
.component-video-banner .dark.cmp-video__thumbnail.component-button-purple:focus,
.component-video-banner .dark.cmp-video__thumbnail.component-button-synopsys_purple:focus,
.component-video-banner .dark.cmp-video__thumbnail.component-button-white:focus,
.component-video-banner .dark.cmp-video__thumbnail.component-button-gray:focus,
.component-video-banner .dark.cmp-video__thumbnail.component-button-orange:focus {
  background: #FFF;
  border-color: #FFF;
}

.component-banner .component-button.dark.secondary,
.component-banner .dark.secondary.component-button-purple,
.component-banner .dark.secondary.component-button-synopsys_purple,
.component-banner .dark.secondary.component-button-white,
.component-banner .dark.secondary.component-button-gray,
.component-banner .dark.secondary.component-button-orange,
.component-video-banner .component-button.dark.secondary,
.component-video-banner .dark.secondary.component-button-purple,
.component-video-banner .dark.secondary.component-button-synopsys_purple,
.component-video-banner .dark.secondary.component-button-white,
.component-video-banner .dark.secondary.component-button-gray,
.component-video-banner .dark.secondary.component-button-orange {
  background: none;
  border: 2px solid #FFF;
}

.component-banner .component-button.dark.secondary a,
.component-banner .dark.secondary.component-button-purple a,
.component-banner .dark.secondary.component-button-synopsys_purple a,
.component-banner .dark.secondary.component-button-white a,
.component-banner .dark.secondary.component-button-gray a,
.component-banner .dark.secondary.component-button-orange a,
.component-video-banner .component-button.dark.secondary a,
.component-video-banner .dark.secondary.component-button-purple a,
.component-video-banner .dark.secondary.component-button-synopsys_purple a,
.component-video-banner .dark.secondary.component-button-white a,
.component-video-banner .dark.secondary.component-button-gray a,
.component-video-banner .dark.secondary.component-button-orange a {
  color: #FFF;
}

.component-banner .component-button.dark.secondary:hover,
.component-banner .dark.secondary.component-button-purple:hover,
.component-banner .dark.secondary.component-button-synopsys_purple:hover,
.component-banner .dark.secondary.component-button-white:hover,
.component-banner .dark.secondary.component-button-gray:hover,
.component-banner .dark.secondary.component-button-orange:hover,
.component-banner .component-button.dark.secondary:focus,
.component-banner .dark.secondary.component-button-purple:focus,
.component-banner .dark.secondary.component-button-synopsys_purple:focus,
.component-banner .dark.secondary.component-button-white:focus,
.component-banner .dark.secondary.component-button-gray:focus,
.component-banner .dark.secondary.component-button-orange:focus,
.component-video-banner .component-button.dark.secondary:hover,
.component-video-banner .dark.secondary.component-button-purple:hover,
.component-video-banner .dark.secondary.component-button-synopsys_purple:hover,
.component-video-banner .dark.secondary.component-button-white:hover,
.component-video-banner .dark.secondary.component-button-gray:hover,
.component-video-banner .dark.secondary.component-button-orange:hover,
.component-video-banner .component-button.dark.secondary:focus,
.component-video-banner .dark.secondary.component-button-purple:focus,
.component-video-banner .dark.secondary.component-button-synopsys_purple:focus,
.component-video-banner .dark.secondary.component-button-white:focus,
.component-video-banner .dark.secondary.component-button-gray:focus,
.component-video-banner .dark.secondary.component-button-orange:focus {
  color: #555555;
  background: rgba(85, 85, 85, 0.5);
  border-color: #FFF;
}

.component-banner .imageOverlayRight,
.component-banner .imageOverlayLeft,
.component-video-banner .imageOverlayRight,
.component-video-banner .imageOverlayLeft {
  position: relative;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.component-banner .imageOverlayRight.hRight,
.component-banner .imageOverlayLeft.hRight,
.component-video-banner .imageOverlayRight.hRight,
.component-video-banner .imageOverlayLeft.hRight {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.component-banner .imageOverlayRight.hLeft,
.component-banner .imageOverlayLeft.hLeft,
.component-video-banner .imageOverlayRight.hLeft,
.component-video-banner .imageOverlayLeft.hLeft {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.component-banner .imageOverlayRight.hCenter,
.component-banner .imageOverlayLeft.hCenter,
.component-video-banner .imageOverlayRight.hCenter,
.component-video-banner .imageOverlayLeft.hCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-banner .foreground-image-wrapper,
.component-video-banner .foreground-image-wrapper {
  top: 0;
}

.component-banner .foreground-image-wrapper a,
.component-banner .foreground-image-wrapper img,
.component-video-banner .foreground-image-wrapper a,
.component-video-banner .foreground-image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
}

.component-banner .foreground-image-wrapper a.vTop,
.component-banner .foreground-image-wrapper img.vTop,
.component-video-banner .foreground-image-wrapper a.vTop,
.component-video-banner .foreground-image-wrapper img.vTop {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.component-banner .foreground-image-wrapper a.vBottom,
.component-banner .foreground-image-wrapper img.vBottom,
.component-video-banner .foreground-image-wrapper a.vBottom,
.component-video-banner .foreground-image-wrapper img.vBottom {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.component-banner .foreground-image-wrapper a.vCenter,
.component-banner .foreground-image-wrapper img.vCenter,
.component-video-banner .foreground-image-wrapper a.vCenter,
.component-video-banner .foreground-image-wrapper img.vCenter {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.component-banner .imageOverlayRight,
.component-video-banner .imageOverlayRight {
  right: 0;
}

.component-banner .imageOverlayLeft,
.component-video-banner .imageOverlayLeft {
  left: 0;
}

.component-banner .banner-img,
.component-video-banner .banner-img {
  height: 500px;
}

.component-banner .banner-img .component-image img,
.component-video-banner .banner-img .component-image img {
  min-height: 500px;
  max-height: 500px;
  width: 100%;
  opacity: 1;
  object-fit: cover;
}

.component-banner.componentSkinnyBanner .small-banner,
.component-video-banner.componentSkinnyBanner .small-banner {
  height: 285px;
}

.component-banner.componentSkinnyBanner .small-banner .title,
.component-video-banner.componentSkinnyBanner .small-banner .title {
  font-weight: 300;
  line-height: 1;
}

.component-banner.componentSkinnyBanner .small-banner .sub-title,
.component-video-banner.componentSkinnyBanner .small-banner .sub-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  margin-top: -22px;
  margin-bottom: 8px;
}

.component-banner.componentSkinnyBanner .small-banner .component-text,
.component-video-banner.componentSkinnyBanner .small-banner .component-text {
  font-size: 20px;
  font-weight: 300;
}

.component-banner.componentSkinnyBanner .small-banner .contentValignCenter,
.component-video-banner.componentSkinnyBanner .small-banner .contentValignCenter {
  -webkit-transform: translate(0, -43%);
  -ms-transform: translate(0, -43%);
  transform: translate(0, -43%);
}

.component-banner.componentSkinnyBanner .small-banner img,
.component-video-banner.componentSkinnyBanner .small-banner img {
  min-height: 285px;
  max-height: 285px;
  width: 100%;
  opacity: 1;
  object-fit: cover;
}

.component-banner .component-image,
.component-video-banner .component-image {
  position: relative;
}

.component-banner .bg-desktop.black-gradient,
.component-banner .bg-mobile.black-gradient,
.component-video-banner .bg-desktop.black-gradient,
.component-video-banner .bg-mobile.black-gradient {
  background: linear-gradient(107.7deg, #000000 0%, #191C20 35%, #646E81 100%);
}

.component-banner .bg-desktop.grey-gradient,
.component-banner .bg-mobile.grey-gradient,
.component-video-banner .bg-desktop.grey-gradient,
.component-video-banner .bg-mobile.grey-gradient {
  background: linear-gradient(107.7deg, #b3b4b3 0, #f0f0f0 100%);
}

.component-banner .bg-desktop.dark-purple-gradient,
.component-banner .bg-mobile.dark-purple-gradient,
.component-video-banner .bg-desktop.dark-purple-gradient,
.component-video-banner .bg-mobile.dark-purple-gradient {
  background: linear-gradient(107.7deg, #2d1541 0%, #5a2a82 50%, #7e45af 100%);
}

.component-banner .bg-desktop.light-purple-gradient,
.component-banner .bg-mobile.light-purple-gradient,
.component-video-banner .bg-desktop.light-purple-gradient,
.component-video-banner .bg-mobile.light-purple-gradient {
  background: linear-gradient(107.7deg, #7E45AF 0%, #E5DAEF 100%);
}

.component-banner .wedge,
.component-banner .slash,
.component-video-banner .wedge,
.component-video-banner .slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a2a82;
  z-index: -1;
}

.component-banner .wedge:before,
.component-banner .slash:before,
.component-video-banner .wedge:before,
.component-video-banner .slash:before {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.component-banner .wedge:after,
.component-banner .slash:after,
.component-video-banner .wedge:after,
.component-video-banner .slash:after {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.component-banner .wedge.dark,
.component-banner .slash.dark,
.component-video-banner .wedge.dark,
.component-video-banner .slash.dark {
  opacity: .85;
}

.component-banner .wedge.medium,
.component-banner .slash.medium,
.component-video-banner .wedge.medium,
.component-video-banner .slash.medium {
  opacity: .7;
}

.component-banner .wedge.light,
.component-banner .slash.light,
.component-video-banner .wedge.light,
.component-video-banner .slash.light {
  opacity: .5;
}

.component-banner .wedge.transparent,
.component-banner .slash.transparent,
.component-video-banner .wedge.transparent,
.component-video-banner .slash.transparent {
  opacity: 0;
}

.component-banner .slash:after,
.component-banner .slash:before,
.component-video-banner .slash:after,
.component-video-banner .slash:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.component-banner .wedge:after,
.component-banner .wedge:before,
.component-video-banner .wedge:after,
.component-video-banner .wedge:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.component-banner .content-align-left .wedge:before,
.component-banner .content-align-right .wedge:after,
.component-video-banner .content-align-left .wedge:before,
.component-video-banner .content-align-right .wedge:after {
  display: none;
}

.component-banner .cropped-img,
.component-video-banner .cropped-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.component-banner .desktop-wrapper,
.component-video-banner .desktop-wrapper {
  position: relative;
  overflow: hidden;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
@media (max-width: 729px) {
  .component-banner .img-responsive {
    display: block;
  }

  .component-banner .text-overlay .component-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .component-banner .component-button,
  .component-banner .component-button-purple,
  .component-banner .component-button-synopsys_purple,
  .component-banner .component-button-white,
  .component-banner .component-button-gray,
  .component-banner .component-button-orange {
    width: 260px;
    margin: 0;
  }

  .component-banner .component-button.secondary,
  .component-banner .secondary.component-button-purple,
  .component-banner .secondary.component-button-synopsys_purple,
  .component-banner .secondary.component-button-white,
  .component-banner .secondary.component-button-gray,
  .component-banner .secondary.component-button-orange {
    margin-top: 14px;
  }

  .component-banner .title,
  .component-banner .reg-banner .title {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 30px 0;
  }

  .component-banner .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 18px;
  }

  .component-banner .reg-banner .title {
    font-size: 24px;
    font-weight: 300;
  }

  .component-banner .reg-banner .sub-title {
    font-weight: 300;
  }

  .component-banner .imageOverlayRight,
  .component-banner .imageOverlayLeft {
    display: none;
  }

  .component-banner.componentSkinnyBanner .small-banner .title {
    font-size: 24px;
    line-height: 33.6px;
  }

  .component-banner.componentSkinnyBanner .small-banner .sub-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .component-banner .holder-mobile-foreground-image {
    display: block;
  }

  .component-banner .wedge,
  .component-banner .slash {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    left: -15px;
  }

  .component-banner .wedge:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    left: -15px;
  }

  .component-banner .desktop-shape-overlay {
    display: none;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .bg-mobile {
    height: 500px;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner.breadcrumbTrue .dm-mobile {
    margin-top: -webkit-calc(24px + 18px);
    margin-top: calc(24px + 18px);
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner.breadcrumbTrue .content-wrapper {
    top: -webkit-calc(222px + 24px);
    top: calc(222px + 24px);
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-breadcrumb {
    padding-top: 0;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .text-overlay {
    padding: 0 20px;
    border: none;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .text-overlay .contentValignCenter {
    top: 70%;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .content-wrapper {
    padding: 0;
    top: 228px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .content-wrapper .text-wrapper {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .content-wrapper .sub-title {
    margin-bottom: 16px;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .content-wrapper .sub-title p {
    margin: 0;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-purple a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-synopsys_purple a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-white a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-gray a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-orange a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-purple svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-synopsys_purple svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-white svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-gray svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .component-button-orange svg {
    margin-top: 0;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .title {
    margin-bottom: 24px;
    font-weight: 400;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .dm-mobile {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 32px;
    margin-top: 24px;
    display: block;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .dm-mobile img {
    height: 180px !important;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center center;
    min-height: inherit;
    width: 311px;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta {
    position: absolute;
    top: -114px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button-purple,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button-synopsys_purple,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button-white,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button-gray,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button-orange {
    padding: 6px 18px;
    font-size: 12px;
    margin: 0;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button.cmp-video__thumbnail,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-purple,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-white,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-gray,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-orange {
    z-index: 2;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 90px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
    border: 2px solid #000000BF;
    background: #000000BF;
    color: #FFF;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button.cmp-video__thumbnail svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-purple svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-white svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-gray svg,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-orange svg {
    width: 15.75px;
    height: 21px;
    margin: 0;
    color: #FFF;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button.cmp-video__thumbnail a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-purple a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-white a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-gray a,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-orange a {
    display: inherit;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .component-button.cmp-video__thumbnail .btn-text,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-purple .btn-text,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple .btn-text,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-white .btn-text,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-gray .btn-text,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .cmp-video-cta .cmp-video__thumbnail.component-button-orange .btn-text {
    display: none;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .video-secondary-button.dark {
    background: #FFF;
    border-color: #FFF;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .video-secondary-button.dark a {
    color: #111C24;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .video-secondary-button.light {
    background: #7E45AF;
    border: 2px solid #7E45AF;
    color: #FFF;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .video-secondary-button.light a {
    color: #FFF;
  }

  .component-banner[data-mobile-type~="stacked"] .reg-banner .wedge,
  .component-banner[data-mobile-type~="stacked"] .reg-banner .slash {
    display: none;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-banner .title {
    font-size: 48px;
    line-height: 67px;
  }

  .component-banner .sub-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 33.6px;
  }

  .component-banner .reg-banner .title,
  .component-banner .reg-banner .sub-title {
    font-weight: 300;
  }

  .component-banner .reg-banner .sub-title {
    font-size: 24px;
  }

  .component-banner .mobile-shape-overlay {
    display: none;
  }

  .component-button,
  .component-button-purple,
  .component-button-synopsys_purple,
  .component-button-white,
  .component-button-gray,
  .component-button-orange {
    margin: 15px 0 0 0;
  }

  .component-banner .sticky-left {
    left: -webkit-calc(((-100vw + 100%)/2));
    left: calc(((-100vw + 100%)/2));
  }

  .component-banner .sticky-right {
    right: -webkit-calc(((-100vw + 100%)/2));
    right: calc(((-100vw + 100%)/2));
  }

  .component-banner .img-responsive {
    display: block;
  }

  .component-banner .text-overlay {
    width: 100%;
  }

  .component-banner .text-overlay .text-width-25 {
    width: 25%;
  }

  .component-banner .text-overlay .text-width-33 {
    width: 33%;
  }

  .component-banner .text-overlay .text-width-50 {
    width: 50%;
  }

  .component-banner .text-overlay .text-width-60 {
    width: 60%;
  }

  .component-banner .text-overlay .text-width-80 {
    width: 80%;
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc(100% - 25% + 15px - ((25% * 1.47) - 25%));
    width: calc(100% - 25% + 15px - ((25% * 1.47) - 25%));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc(100% - 33% + 15px - ((33% * 1.36) - 33%));
    width: calc(100% - 33% + 15px - ((33% * 1.36) - 33%));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc(100% - 50% + 15px - ((50% * 1.24) - 50%));
    width: calc(100% - 50% + 15px - ((50% * 1.24) - 50%));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc(100% - 60% + 15px - ((60% * 1.20) - 60%));
    width: calc(100% - 60% + 15px - ((60% * 1.20) - 60%));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper {
    width: -webkit-calc(100% - 80% + 15px - ((80% * 1.15) - 80%));
    width: calc(100% - 80% + 15px - ((80% * 1.15) - 80%));
  }

  .component-banner .imageOverlayRight {
    right: -15px;
  }

  .component-banner .imageOverlayLeft {
    left: -15px;
  }

  .component-banner .cropped-img {
    min-width: 850px;
  }

  .component-banner .foreground-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
  }

  .component-banner .foreground-image-wrapper img {
    height: 100%;
    width: auto;
    /* ????? */
  }

  .component-banner .foreground-image-wrapper img.svg {
    width: 100%;
  }

  .component-banner .foreground-image-wrapper img.scale-width {
    width: 100%;
    height: auto;
  }

  .component-banner .foreground-image-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .component-banner .foreground-image-inner .cmp-image {
    height: 100%;
  }

  .component-banner .foreground-image-inner .foreground-image {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
  }

  .component-banner .foreground-image-inner .foreground-image.vTop {
    top: 0;
  }

  .component-banner .foreground-image-inner .foreground-image.vCenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .component-banner .foreground-image-inner .foreground-image.vBottom {
    bottom: 0;
  }

  .component-banner .foreground-image-inner .foreground-image.hLeft {
    left: 0;
  }

  .component-banner .foreground-image-inner .foreground-image.hCenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .component-banner .foreground-image-inner .foreground-image.hCenter.vCenter {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .component-banner .foreground-image-inner .foreground-image.hRight {
    right: 0;
  }

  .component-banner .dm-mobile {
    display: none;
  }

  .component-banner .dm-desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .component-banner .sticky-left {
    left: -webkit-calc(((-100vw + 970px)/2) - 15px);
    left: calc(((-100vw + 970px)/2) - 15px);
  }

  .component-banner .sticky-right {
    right: -webkit-calc(((-100vw + 970px)/2) - 15px);
    right: calc(((-100vw + 970px)/2) - 15px);
  }

  .component-banner .imageOverlayRight {
    right: -webkit-calc(((-100vw + 970px) / 2) - 15px);
    right: calc(((-100vw + 970px) / 2) - 15px);
  }

  .component-banner .imageOverlayLeft {
    left: -webkit-calc(((-100vw + 970px) / 2) - 15px);
    left: calc(((-100vw + 970px) / 2) - 15px);
  }

  .component-banner .text-overlay {
    width: 970px;
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.41) - 25%));
    width: calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.41) - 25%));
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.41) - 25%) - -1*((100vw - 970px)/2));
    width: calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.41) - 25%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.33) - 33%));
    width: calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.33) - 33%));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.33) - 33%) - -1*((100vw - 970px)/2));
    width: calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.33) - 33%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.21) - 50%));
    width: calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.21) - 50%));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.21) - 50%) - -1*((100vw - 970px)/2));
    width: calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.21) - 50%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.18) - 60%));
    width: calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.18) - 60%));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.18) - 60%) - -1*((100vw - 970px)/2));
    width: calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.18) - 60%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper {
    width: -webkit-calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.15) - 80%));
    width: calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.15) - 80%));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.15) - 80%) - -1*((100vw - 970px)/2));
    width: calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.15) - 80%) - -1*((100vw - 970px)/2));
  }
}

@media (min-width: 1024px) {
  .component-banner .cropped-img {
    min-width: 1200px;
  }

  .component-banner .text-overlay {
    width: 970px;
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.50) - 25%));
    width: calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.50) - 25%));
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.50) - 25%) - -1*((100vw - 970px)/2));
    width: calc(75% - -1*((100vw - 970px)/2) - -15px - 1*((25% * 1.50) - 25%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.38) - 33%));
    width: calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.38) - 33%));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.38) - 33%) - -1*((100vw - 970px)/2));
    width: calc(67% - -1*((100vw - 970px)/2) - -15px - 1*((33% * 1.38) - 33%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.25) - 50%));
    width: calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.25) - 50%));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.25) - 50%) - -1*((100vw - 970px)/2));
    width: calc(50% - -1*((100vw - 970px)/2) - -15px - 1*((50% * 1.25) - 50%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.21) - 60%));
    width: calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.21) - 60%));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.21) - 60%) - -1*((100vw - 970px)/2));
    width: calc(40% - -1*((100vw - 970px)/2) - -15px - 1*((60% * 1.21) - 60%) - -1*((100vw - 970px)/2));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper {
    width: -webkit-calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.125) - 80%));
    width: calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.125) - 80%));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.125) - 80%) - -1*((100vw - 970px)/2));
    width: calc(20% - -1*((100vw - 970px)/2) - -15px - 1*((80% * 1.125) - 80%) - -1*((100vw - 970px)/2));
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-banner .imageOverlayRight {
    right: -webkit-calc(((-100vw + 1170px) / 2) - 15px);
    right: calc(((-100vw + 1170px) / 2) - 15px);
  }

  .component-banner .imageOverlayLeft {
    left: -webkit-calc(((-100vw + 1170px) / 2) - 15px);
    left: calc(((-100vw + 1170px) / 2) - 15px);
  }

  .component-banner .sticky-left {
    left: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    left: calc(((-100vw + 1170px)/2) - 15px);
  }

  .component-banner .sticky-right {
    right: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    right: calc(((-100vw + 1170px)/2) - 15px);
  }

  .component-banner .text-overlay {
    width: 1170px;
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc(75% - -1*((100vw - 1170px)/2) - -15px - 1*((25% * 1.53) - 25%));
    width: calc(75% - -1*((100vw - 1170px)/2) - -15px - 1*((25% * 1.53) - 25%));
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(75% - -1*((100vw - 1170px)/2) - -15px - 1*((25% * 1.53) - 25%) - -1*((100vw - 1170px)/2));
    width: calc(75% - -1*((100vw - 1170px)/2) - -15px - 1*((25% * 1.53) - 25%) - -1*((100vw - 1170px)/2));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc(67% - -1*((100vw - 1170px)/2) - -15px - 1*((33% * 1.41) - 33%));
    width: calc(67% - -1*((100vw - 1170px)/2) - -15px - 1*((33% * 1.41) - 33%));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(67% - -1*((100vw - 1170px)/2) - -15px - 1*((33% * 1.41) - 33%) - -1*((100vw - 1170px)/2));
    width: calc(67% - -1*((100vw - 1170px)/2) - -15px - 1*((33% * 1.41) - 33%) - -1*((100vw - 1170px)/2));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc(50% - -1*((100vw - 1170px)/2) - -15px - 1*((50% * 1.26) - 50%));
    width: calc(50% - -1*((100vw - 1170px)/2) - -15px - 1*((50% * 1.26) - 50%));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(50% - -1*((100vw - 1170px)/2) - -15px - 1*((50% * 1.26) - 50%) - -1*((100vw - 1170px)/2));
    width: calc(50% - -1*((100vw - 1170px)/2) - -15px - 1*((50% * 1.26) - 50%) - -1*((100vw - 1170px)/2));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc(40% - -1*((100vw - 1170px)/2) - -15px - 1*((60% * 1.23) - 60%));
    width: calc(40% - -1*((100vw - 1170px)/2) - -15px - 1*((60% * 1.23) - 60%));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(40% - -1*((100vw - 1170px)/2) - -15px - 1*((60% * 1.23) - 60%) - -1*((100vw - 1170px)/2));
    width: calc(40% - -1*((100vw - 1170px)/2) - -15px - 1*((60% * 1.23) - 60%) - -1*((100vw - 1170px)/2));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper {
    width: -webkit-calc(20% - -1*((100vw - 1170px)/2) - -15px - 1*((80% * 1.15) - 80%));
    width: calc(20% - -1*((100vw - 1170px)/2) - -15px - 1*((80% * 1.15) - 80%));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc(20% - -1*((100vw - 1170px)/2) - -15px - 1*((80% * 1.15) - 80%) - -1*((100vw - 1170px)/2));
    width: calc(20% - -1*((100vw - 1170px)/2) - -15px - 1*((80% * 1.15) - 80%) - -1*((100vw - 1170px)/2));
  }

  .component-banner .cropped-img {
    min-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .component-banner .cropped-img {
    min-width: 1800px;
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc(75% - -1*((100vw - 1170px)/2) - -15px - 1*((25% * 1.62) - 25%));
    width: calc(75% - -1*((100vw - 1170px)/2) - -15px - 1*((25% * 1.62) - 25%));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc(67% - -1*((100vw - 1170px)/2) - -15px - 1*((33% * 1.47) - 33%));
    width: calc(67% - -1*((100vw - 1170px)/2) - -15px - 1*((33% * 1.47) - 33%));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc(50% - -1*((100vw - 1170px)/2) - -15px - 1*((50% * 1.31) - 50%));
    width: calc(50% - -1*((100vw - 1170px)/2) - -15px - 1*((50% * 1.31) - 50%));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc(40% - -1*((100vw - 1170px)/2) - -15px - 1*((60% * 1.27) - 60%));
    width: calc(40% - -1*((100vw - 1170px)/2) - -15px - 1*((60% * 1.27) - 60%));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper {
    width: -webkit-calc(20% - -1*((100vw - 1170px)/2) - -15px - 1*((80% * 1.20) - 80%));
    width: calc(20% - -1*((100vw - 1170px)/2) - -15px - 1*((80% * 1.20) - 80%));
  }
}

@media (min-width: 1900px) {
  .component-banner .imageOverlayRight {
    right: -webkit-calc(((-1900px + 1170px) / 2) - 15px);
    right: calc(((-1900px + 1170px) / 2) - 15px);
  }

  .component-banner .imageOverlayLeft {
    left: -webkit-calc(((-1900px + 1170px) / 2) - 15px);
    left: calc(((-1900px + 1170px) / 2) - 15px);
  }

  .component-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc(75% - -1*((1900px - 1170px)/2) - -15px - 1*((25% * 1.65) - 25%));
    width: calc(75% - -1*((1900px - 1170px)/2) - -15px - 1*((25% * 1.65) - 25%));
  }

  .component-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc(67% - -1*((1900px - 1170px)/2) - -15px - 1*((33% * 1.50) - 33%));
    width: calc(67% - -1*((1900px - 1170px)/2) - -15px - 1*((33% * 1.50) - 33%));
  }

  .component-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc(50% - -1*((1900px - 1170px)/2) - -15px - 1*((50% * 1.33) - 50%));
    width: calc(50% - -1*((1900px - 1170px)/2) - -15px - 1*((50% * 1.33) - 50%));
  }

  .component-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc(40% - -1*((1900px - 1170px)/2) - -15px - 1*((60% * 1.28) - 60%));
    width: calc(40% - -1*((1900px - 1170px)/2) - -15px - 1*((60% * 1.28) - 60%));
  }

  .component-banner .text-overlay .text-width-80+.foreground-image-wrapper {
    width: -webkit-calc(20% - -1*((1900px - 1170px)/2) - -15px - 1*((80% * 1.25) - 80%));
    width: calc(20% - -1*((1900px - 1170px)/2) - -15px - 1*((80% * 1.25) - 80%));
  }

  .component-banner .sticky-left {
    left: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    left: calc(((-1900px + 1170px)/2) - 15px);
  }

  .component-banner .sticky-right {
    right: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    right: calc(((-1900px + 1170px)/2) - 15px);
  }

  .component-banner .cropped-img {
    width: 1900px;
  }
}

.desktop-wrapper:has(.breadcrumb-container) {
  position: unset;
}

.component-video-banner .desktop-wrapper:has(.breadcrumb-container) {
  position: unset;
}

/* ---- STICKY BANNER CTA ----- */
#stickyCTAButtonID {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 8px;
  left: 0;
  z-index: 10000;
  background-color: rgba(90, 45, 131, 0.8);
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}

#stickyCTAButtonID .bannertxt {
  color: #fff;
  color: #5a2d83;
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

#stickyCTAButtonID p.bannertxt span {
  display: inline-block;
  vertical-align: middle;
}

#stickyCTAButtonID p.bannertxt span p {
  margin: 0;
}

#stickyCTAButtonID div#closeStickyBanner {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  color: #5a2d83;
  opacity: .5;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
}

#stickyCTAButtonID div#closeStickyBanner:hover {
  opacity: 1;
}

#stickyCTAButtonID.stayClosed {
  display: none !important;
}

#cloneCTA {
  display: inline-block;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

#cloneCTA .a {
  font-size: 16px;
}

#cloneCTA a:hover {
  text-decoration: none !important;
}

#cloneCTA:hover {
  text-decoration: none !important;
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.075);
}

#cloneTitle {
  text-transform: uppercase;
  font-weight: 400;
}

div#cloneCTA,
div#cloneCTA2 {
  padding: 3px 20px;
}

@media only screen and (max-width: 729px) {

  #cloneSubtitle,
  #clonePipe {
    display: none;
  }
}

@media only screen and (max-width: 475px) {
  #cloneTitle {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .stickyCTAButton {
    text-align: left;
  }
}

@media only screen and (max-width: 400px) {

  div#cloneCTA,
  div#cloneCTA2 {
    float: left;
    clear: both;
  }

  div#cloneCTA {
    margin-bottom: 5px;
  }
}

/* ---- END STICKY BANNER CTA ----- */
/*
	--------------------------------------------------
	    Video Banner Component
	--------------------------------------------------
	*/
.component-video-banner {
  position: relative;
  z-index: 1;
  max-height: 500px;
  overflow: hidden;
}

.component-video-banner .svg-padding-sm {
  padding: 25px !important;
}

.component-video-banner .svg-padding-md {
  padding: 50px !important;
}

.component-video-banner .svg-padding-lg {
  padding: 100px !important;
}

.component-video-banner .flag {
  display: none;
}

.component-video-banner .custom-html {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  padding: 0;
}

.component-video-banner .text-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  padding: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  /* Hero - Slide Up Animation */
}

.component-video-banner .text-overlay .contentValignCenter {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
}

.component-video-banner .text-overlay .title {
  font-size: 22px;
  margin: 0 0 40px 0;
  line-height: 1.0;
  font-weight: 300;
  color: #FFF;
  width: 100%;
}

.component-video-banner .text-overlay .title p {
  color: inherit;
  margin: 0;
  font-size: inherit;
}

.component-video-banner .text-overlay .title p:last-of-type {
  margin: 0;
}

.component-video-banner .text-overlay .component-text {
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.component-video-banner .text-overlay .component-text .sub-title {
  font-weight: 300;
  width: 100%;
}

.component-video-banner .text-overlay .animation-element.slide-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.component-video-banner .text-overlay .animation-element.slide-up.in-view {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s, -webkit-transform ease 1.5s;
}

.component-video-banner .text-overlay p {
  color: #FFF;
  margin-bottom: 20px;
  font-weight: 300;
}

.component-video-banner .text-overlay .component-button,
.component-video-banner .text-overlay .component-button-purple,
.component-video-banner .text-overlay .component-button-synopsys_purple,
.component-video-banner .text-overlay .component-button-white,
.component-video-banner .text-overlay .component-button-gray,
.component-video-banner .text-overlay .component-button-orange {
  margin-bottom: 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 5.21px 24px;
}

.component-video-banner .text-overlay .component-button a,
.component-video-banner .text-overlay .component-button-purple a,
.component-video-banner .text-overlay .component-button-synopsys_purple a,
.component-video-banner .text-overlay .component-button-white a,
.component-video-banner .text-overlay .component-button-gray a,
.component-video-banner .text-overlay .component-button-orange a {
  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;
}

.component-video-banner .text-overlay .component-button:hover,
.component-video-banner .text-overlay .component-button-purple:hover,
.component-video-banner .text-overlay .component-button-synopsys_purple:hover,
.component-video-banner .text-overlay .component-button-white:hover,
.component-video-banner .text-overlay .component-button-gray:hover,
.component-video-banner .text-overlay .component-button-orange:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.component-video-banner .text-overlay .component-button svg,
.component-video-banner .text-overlay .component-button-purple svg,
.component-video-banner .text-overlay .component-button-synopsys_purple svg,
.component-video-banner .text-overlay .component-button-white svg,
.component-video-banner .text-overlay .component-button-gray svg,
.component-video-banner .text-overlay .component-button-orange svg {
  width: 9px;
  margin-right: 10px;
  margin-top: 4.5px;
}

.component-video-banner .text-overlay .component-button a:hover,
.component-video-banner .text-overlay .component-button-purple a:hover,
.component-video-banner .text-overlay .component-button-synopsys_purple a:hover,
.component-video-banner .text-overlay .component-button-white a:hover,
.component-video-banner .text-overlay .component-button-gray a:hover,
.component-video-banner .text-overlay .component-button-orange a:hover {
  text-decoration: none;
}

.component-video-banner .text-overlay .component-button.light.primary,
.component-video-banner .text-overlay .light.primary.component-button-purple,
.component-video-banner .text-overlay .light.primary.component-button-synopsys_purple,
.component-video-banner .text-overlay .light.primary.component-button-white,
.component-video-banner .text-overlay .light.primary.component-button-gray,
.component-video-banner .text-overlay .light.primary.component-button-orange,
.component-video-banner .text-overlay .component-button.light.cmp-video__thumbnail,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-purple,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-synopsys_purple,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-white,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-gray,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-orange {
  background: #7E45AF;
  border: 2px solid #7E45AF;
  color: #FFF;
}

.component-video-banner .text-overlay .component-button.light.primary a,
.component-video-banner .text-overlay .light.primary.component-button-purple a,
.component-video-banner .text-overlay .light.primary.component-button-synopsys_purple a,
.component-video-banner .text-overlay .light.primary.component-button-white a,
.component-video-banner .text-overlay .light.primary.component-button-gray a,
.component-video-banner .text-overlay .light.primary.component-button-orange a,
.component-video-banner .text-overlay .component-button.light.cmp-video__thumbnail a,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-purple a,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-synopsys_purple a,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-white a,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-gray a,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-orange a {
  color: #FFF;
}

.component-video-banner .text-overlay .component-button.light.primary:hover,
.component-video-banner .text-overlay .light.primary.component-button-purple:hover,
.component-video-banner .text-overlay .light.primary.component-button-synopsys_purple:hover,
.component-video-banner .text-overlay .light.primary.component-button-white:hover,
.component-video-banner .text-overlay .light.primary.component-button-gray:hover,
.component-video-banner .text-overlay .light.primary.component-button-orange:hover,
.component-video-banner .text-overlay .component-button.light.primary:focus,
.component-video-banner .text-overlay .light.primary.component-button-purple:focus,
.component-video-banner .text-overlay .light.primary.component-button-synopsys_purple:focus,
.component-video-banner .text-overlay .light.primary.component-button-white:focus,
.component-video-banner .text-overlay .light.primary.component-button-gray:focus,
.component-video-banner .text-overlay .light.primary.component-button-orange:focus,
.component-video-banner .text-overlay .component-button.light.cmp-video__thumbnail:hover,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-purple:hover,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-synopsys_purple:hover,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-white:hover,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-gray:hover,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-orange:hover,
.component-video-banner .text-overlay .component-button.light.cmp-video__thumbnail:focus,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-purple:focus,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-synopsys_purple:focus,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-white:focus,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-gray:focus,
.component-video-banner .text-overlay .light.cmp-video__thumbnail.component-button-orange:focus {
  border-color: #5A2A82;
  background: #5A2A82;
}

.component-video-banner .text-overlay .component-button.light.secondary,
.component-video-banner .text-overlay .light.secondary.component-button-purple,
.component-video-banner .text-overlay .light.secondary.component-button-synopsys_purple,
.component-video-banner .text-overlay .light.secondary.component-button-white,
.component-video-banner .text-overlay .light.secondary.component-button-gray,
.component-video-banner .text-overlay .light.secondary.component-button-orange {
  border: 2px solid #7E45AF;
}

.component-video-banner .text-overlay .component-button.light.secondary a,
.component-video-banner .text-overlay .light.secondary.component-button-purple a,
.component-video-banner .text-overlay .light.secondary.component-button-synopsys_purple a,
.component-video-banner .text-overlay .light.secondary.component-button-white a,
.component-video-banner .text-overlay .light.secondary.component-button-gray a,
.component-video-banner .text-overlay .light.secondary.component-button-orange a {
  color: #7E45AF;
}

.component-video-banner .text-overlay .component-button.light.secondary:hover,
.component-video-banner .text-overlay .light.secondary.component-button-purple:hover,
.component-video-banner .text-overlay .light.secondary.component-button-synopsys_purple:hover,
.component-video-banner .text-overlay .light.secondary.component-button-white:hover,
.component-video-banner .text-overlay .light.secondary.component-button-gray:hover,
.component-video-banner .text-overlay .light.secondary.component-button-orange:hover,
.component-video-banner .text-overlay .component-button.light.secondary:focus,
.component-video-banner .text-overlay .light.secondary.component-button-purple:focus,
.component-video-banner .text-overlay .light.secondary.component-button-synopsys_purple:focus,
.component-video-banner .text-overlay .light.secondary.component-button-white:focus,
.component-video-banner .text-overlay .light.secondary.component-button-gray:focus,
.component-video-banner .text-overlay .light.secondary.component-button-orange:focus {
  color: #5A2A82;
  background: #7E45AF33;
}

.component-video-banner .text-overlay .component-button.dark.primary,
.component-video-banner .text-overlay .dark.primary.component-button-purple,
.component-video-banner .text-overlay .dark.primary.component-button-synopsys_purple,
.component-video-banner .text-overlay .dark.primary.component-button-white,
.component-video-banner .text-overlay .dark.primary.component-button-gray,
.component-video-banner .text-overlay .dark.primary.component-button-orange,
.component-video-banner .text-overlay .component-button.dark.cmp-video__thumbnail,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-purple,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-synopsys_purple,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-white,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-gray,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-orange {
  background: #FFF;
  border: 2px solid #FFF;
  color: #111C24;
}

.component-video-banner .text-overlay .component-button.dark.primary a,
.component-video-banner .text-overlay .dark.primary.component-button-purple a,
.component-video-banner .text-overlay .dark.primary.component-button-synopsys_purple a,
.component-video-banner .text-overlay .dark.primary.component-button-white a,
.component-video-banner .text-overlay .dark.primary.component-button-gray a,
.component-video-banner .text-overlay .dark.primary.component-button-orange a,
.component-video-banner .text-overlay .component-button.dark.cmp-video__thumbnail a,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-purple a,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-synopsys_purple a,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-white a,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-gray a,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-orange a {
  color: #111C24;
}

.component-video-banner .text-overlay .component-button.dark.primary:hover,
.component-video-banner .text-overlay .dark.primary.component-button-purple:hover,
.component-video-banner .text-overlay .dark.primary.component-button-synopsys_purple:hover,
.component-video-banner .text-overlay .dark.primary.component-button-white:hover,
.component-video-banner .text-overlay .dark.primary.component-button-gray:hover,
.component-video-banner .text-overlay .dark.primary.component-button-orange:hover,
.component-video-banner .text-overlay .component-button.dark.cmp-video__thumbnail:hover,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-purple:hover,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-synopsys_purple:hover,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-white:hover,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-gray:hover,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-orange:hover {
  background: #E3E3E3;
  border-color: #E3E3E3;
}

.component-video-banner .text-overlay .component-button.dark.primary:focus,
.component-video-banner .text-overlay .dark.primary.component-button-purple:focus,
.component-video-banner .text-overlay .dark.primary.component-button-synopsys_purple:focus,
.component-video-banner .text-overlay .dark.primary.component-button-white:focus,
.component-video-banner .text-overlay .dark.primary.component-button-gray:focus,
.component-video-banner .text-overlay .dark.primary.component-button-orange:focus,
.component-video-banner .text-overlay .component-button.dark.cmp-video__thumbnail:focus,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-purple:focus,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-synopsys_purple:focus,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-white:focus,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-gray:focus,
.component-video-banner .text-overlay .dark.cmp-video__thumbnail.component-button-orange:focus {
  background: #FFF;
  border-color: #FFF;
}

.component-video-banner .text-overlay .component-button.dark.secondary,
.component-video-banner .text-overlay .dark.secondary.component-button-purple,
.component-video-banner .text-overlay .dark.secondary.component-button-synopsys_purple,
.component-video-banner .text-overlay .dark.secondary.component-button-white,
.component-video-banner .text-overlay .dark.secondary.component-button-gray,
.component-video-banner .text-overlay .dark.secondary.component-button-orange {
  background: none;
  border: 2px solid #FFF;
}

.component-video-banner .text-overlay .component-button.dark.secondary a,
.component-video-banner .text-overlay .dark.secondary.component-button-purple a,
.component-video-banner .text-overlay .dark.secondary.component-button-synopsys_purple a,
.component-video-banner .text-overlay .dark.secondary.component-button-white a,
.component-video-banner .text-overlay .dark.secondary.component-button-gray a,
.component-video-banner .text-overlay .dark.secondary.component-button-orange a {
  color: #FFF;
}

.component-video-banner .text-overlay .component-button.dark.secondary:hover,
.component-video-banner .text-overlay .dark.secondary.component-button-purple:hover,
.component-video-banner .text-overlay .dark.secondary.component-button-synopsys_purple:hover,
.component-video-banner .text-overlay .dark.secondary.component-button-white:hover,
.component-video-banner .text-overlay .dark.secondary.component-button-gray:hover,
.component-video-banner .text-overlay .dark.secondary.component-button-orange:hover,
.component-video-banner .text-overlay .component-button.dark.secondary:focus,
.component-video-banner .text-overlay .dark.secondary.component-button-purple:focus,
.component-video-banner .text-overlay .dark.secondary.component-button-synopsys_purple:focus,
.component-video-banner .text-overlay .dark.secondary.component-button-white:focus,
.component-video-banner .text-overlay .dark.secondary.component-button-gray:focus,
.component-video-banner .text-overlay .dark.secondary.component-button-orange:focus {
  color: #555555;
  background: rgba(85, 85, 85, 0.5);
  border-color: #FFF;
}

.component-video-banner .text-overlay.text-align-left {
  text-align: left;
}

.component-video-banner .text-overlay.text-align-left .component-text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: start;
}

.component-video-banner .text-overlay.text-align-right {
  text-align: right;
}

.component-video-banner .text-overlay.text-align-right .component-text {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  -ms-grid-row-align: end;
  align-items: end;
}

.component-video-banner .text-overlay.text-align-center {
  text-align: center;
}

.component-video-banner .text-overlay.text-align-center .component-text {
  -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;
  -ms-grid-row-align: center;
  align-items: center;
}

.component-video-banner .text-overlay.content-align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.component-video-banner .text-overlay.content-align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.component-video-banner .text-overlay.content-align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-video-banner .text-overlay .paddingSmall {
  padding-left: 0;
  padding-right: 0;
}

.component-video-banner .text-overlay .paddingMedium {
  padding-right: 15px;
  padding-left: 15px;
}

.component-video-banner .text-overlay .paddingLarge {
  padding-right: 30px;
  padding-left: 30px;
}

.component-video-banner .text-overlay .content-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.component-video-banner .banner-img .component-image img {
  min-height: 200px;
  width: 100%;
}

.component-video-banner .component-image {
  position: relative;
}

.component-video-banner .button-transparent {
  padding: 5px 25px !important;
}

.component-video-banner .button-transparent a {
  font-weight: bold;
  font-size: 1.1em;
}

.component-video-banner .button-transparent:hover {
  text-decoration: none;
}

.component-video-banner .button-transparent:hover a {
  color: white;
}

.component-video-banner .button-transparent:hover a:hover {
  text-decoration: none;
}

.component-video-banner .button-orange {
  background-color: #fcaf1a;
}

.component-video-banner .button-orange-transparent {
  border: 3px solid #fcaf1a;
  border-radius: 5px;
  color: #fcaf1a;
}

.component-video-banner .button-orange-transparent a {
  color: #fcaf1a;
}

.component-video-banner .button-orange-transparent:hover {
  background-color: #fcaf1a;
}

.component-video-banner .button-green {
  background-color: #99cc33;
}

.component-video-banner .button-green-transparent {
  border: 3px solid #99cc33;
  border-radius: 5px;
  color: #99cc33;
}

.component-video-banner .button-green-transparent a {
  color: #99cc33;
}

.component-video-banner .button-green-transparent:hover {
  background-color: #99cc33;
}

.component-video-banner .button-blue {
  background-color: #4c9ec9;
}

.component-video-banner .button-blue-transparent {
  border: 3px solid #4c9ec9;
  border-radius: 5px;
  color: #4c9ec9;
}

.component-video-banner .button-blue-transparent a {
  color: #4c9ec9;
}

.component-video-banner .button-blue-transparent:hover {
  background-color: #4c9ec9;
}

.component-video-banner .button-purple {
  background-color: #80539c;
}

.component-video-banner .button-purple-transparent {
  border: 3px solid #80539c;
  border-radius: 5px;
  color: #80539c;
}

.component-video-banner .button-purple-transparent a {
  color: #80539c;
}

.component-video-banner .button-purple-transparent:hover {
  background-color: #80539c;
}

.component-video-banner .button-teal {
  background-color: #00b2a9;
}

.component-video-banner .button-teal-transparent {
  border: 3px solid #00b2a9;
  border-radius: 5px;
  color: #00b2a9;
}

.component-video-banner .button-teal-transparent a {
  color: #00b2a9;
}

.component-video-banner .button-teal-transparent:hover {
  background-color: #00b2a9;
}

.component-video-banner .button-dark-turquoise {
  background-color: #12788a;
}

.component-video-banner .button-dark-turquoise-transparent {
  border: 3px solid #12788a;
  border-radius: 5px;
  color: #12788a;
}

.component-video-banner .button-dark-turquoise-transparent a {
  color: #12788a;
}

.component-video-banner .button-dark-turquoise-transparent:hover {
  background-color: #12788a;
}

.component-video-banner .button-gray {
  background-color: #646e81;
}

.component-video-banner .button-gray-transparent {
  border: 3px solid #646e81;
  border-radius: 5px;
  color: #646e81;
}

.component-video-banner .button-gray-transparent a {
  color: #646e81;
}

.component-video-banner .button-gray-transparent:hover {
  background-color: #646e81;
}

.component-video-banner .button-burnt-orange {
  background-color: #e07c05;
}

.component-video-banner .button-burnt-orange-transparent {
  border: 3px solid #e07c05;
  border-radius: 5px;
  color: #e07c05;
}

.component-video-banner .button-burnt-orange-transparent a {
  color: #e07c05;
}

.component-video-banner .button-burnt-orange-transparent:hover {
  background-color: #e07c05;
}

.component-video-banner .wedge,
.component-video-banner .slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a2a82;
  z-index: -1;
}

.component-video-banner .wedge:before,
.component-video-banner .slash:before {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.component-video-banner .wedge:after,
.component-video-banner .slash:after {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.component-video-banner .wedge.dark,
.component-video-banner .slash.dark {
  opacity: .85;
}

.component-video-banner .wedge.medium,
.component-video-banner .slash.medium {
  opacity: .7;
}

.component-video-banner .wedge.light,
.component-video-banner .slash.light {
  opacity: .5;
}

.component-video-banner .wedge.transparent,
.component-video-banner .slash.transparent {
  opacity: 0;
}

.component-video-banner .slash:after,
.component-video-banner .slash:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.component-video-banner .wedge:after,
.component-video-banner .wedge:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.component-video-banner .content-align-left .wedge:before {
  display: none;
}

.component-video-banner .content-align-right .wedge:after {
  display: none;
}

.component-video-banner .cropped-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.component-video-banner .cropped-img img {
  height: 100%;
  width: auto;
}

.component-video-banner .component-button .has-arrow .arrow-icon,
.component-video-banner .component-button-purple .has-arrow .arrow-icon,
.component-video-banner .component-button-synopsys_purple .has-arrow .arrow-icon,
.component-video-banner .component-button-white .has-arrow .arrow-icon,
.component-video-banner .component-button-gray .has-arrow .arrow-icon,
.component-video-banner .component-button-orange .has-arrow .arrow-icon {
  margin: 4px 0 0 8px;
}

.component-video-banner .desktop-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 500px;
  min-height: 325px;
}

@media (max-width: 729px) {
  .component-video-banner .desktop-wrapper {
    max-height: 320px;
  }
}

.component-video-banner .desktop-wrapper .banner-img {
  height: 100%;
}

.component-video-banner .desktop-wrapper .banner-img .video-overlay {
  height: 100%;
  width: 100%;
  max-width: 1900px;
  background-color: black;
  position: absolute;
  z-index: 10;
}

.component-video-banner .desktop-wrapper .banner-img .opacity-0 {
  opacity: 0;
}

.component-video-banner .desktop-wrapper .banner-img .opacity-30 {
  opacity: 0.3;
}

.component-video-banner .desktop-wrapper .banner-img .opacity-40 {
  opacity: 0.4;
}

.component-video-banner .desktop-wrapper .banner-img .opacity-50 {
  opacity: 0.5;
}

.component-video-banner .desktop-wrapper .banner-img .opacity-60 {
  opacity: 0.6;
}

@media (max-width: 729px) {

  .component-video-banner .desktop-wrapper .banner-img.mobile-video .video-autoplay,
  .component-video-banner .desktop-wrapper .banner-img.mobile-video .video-carousel-bg {
    display: block;
    max-height: 325px;
    margin-left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

/*
	    Responsive (mobile first)
	    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
	--------------------------------------------------
	*/
/* XS Phone */
@media (max-width: 729px) {
  .component-video-banner .banner-img .dm-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .component-video-banner .banner-img.mobile-video .dm-mobile {
    display: none;
  }

  .component-video-banner .banner-img .cq-dd-image {
    display: none;
  }

  .component-video-banner .img-responsive {
    display: block;
  }

  .component-video-banner .component-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .component-video-banner .text-overlay .title {
    padding-top: 0;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 300;
    margin: 0 0 30px 0;
  }

  .component-video-banner .text-overlay .sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 38px;
    font-weight: 300;
  }

  .component-video-banner .text-overlay .component-button,
  .component-video-banner .text-overlay .component-button-purple,
  .component-video-banner .text-overlay .component-button-synopsys_purple,
  .component-video-banner .text-overlay .component-button-white,
  .component-video-banner .text-overlay .component-button-gray,
  .component-video-banner .text-overlay .component-button-orange {
    width: 260px;
    margin: 0;
  }

  .component-video-banner .text-overlay .component-button.secondary,
  .component-video-banner .text-overlay .secondary.component-button-purple,
  .component-video-banner .text-overlay .secondary.component-button-synopsys_purple,
  .component-video-banner .text-overlay .secondary.component-button-white,
  .component-video-banner .text-overlay .secondary.component-button-gray,
  .component-video-banner .text-overlay .secondary.component-button-orange {
    margin-top: 14px;
  }

  .component-video-banner .text-overlay .component-button.padding-10,
  .component-video-banner .text-overlay .padding-10.component-button-purple,
  .component-video-banner .text-overlay .padding-10.component-button-synopsys_purple,
  .component-video-banner .text-overlay .padding-10.component-button-white,
  .component-video-banner .text-overlay .padding-10.component-button-gray,
  .component-video-banner .text-overlay .padding-10.component-button-orange {
    margin-right: 10px;
  }

  .component-video-banner .banner-img .component-image img {
    min-height: 250px;
    object-fit: cover;
    height: 100%;
  }

  .component-video-banner .wedge,
  .component-video-banner .slash {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    left: -15px;
  }

  .component-video-banner .wedge:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    left: -15px;
  }
}

/* XS Phone */
@media (min-width: 480px) {
  .component-video-banner .text-overlay .title p {
    font-size: 36px;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-video-banner .cropped-img {
    display: none;
  }

  .component-video-banner .desktop-wrapper .banner-img .video-autoplay,
  .component-video-banner .desktop-wrapper .banner-img .video-carousel-bg {
    width: 100%;
    max-height: 500px;
    display: block;
  }

  .component-video-banner .sticky-left {
    left: -webkit-calc(((-100vw + 100%)/2));
    left: calc(((-100vw + 100%)/2));
  }

  .component-video-banner .sticky-right {
    right: -webkit-calc(((-100vw + 100%)/2));
    right: calc(((-100vw + 100%)/2));
  }

  .component-video-banner .img-responsive {
    display: block;
  }

  .component-video-banner .text-overlay {
    width: 100%;
  }

  .component-video-banner .text-overlay .title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .component-video-banner .text-overlay .sub-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 33.6px;
    margin-bottom: 20px;
  }

  .component-video-banner .text-overlay p {
    display: block;
    font-size: 14px;
    margin: 0 0 20px 0;
  }

  .component-video-banner .text-overlay .component-button,
  .component-video-banner .text-overlay .component-button-purple,
  .component-video-banner .text-overlay .component-button-synopsys_purple,
  .component-video-banner .text-overlay .component-button-white,
  .component-video-banner .text-overlay .component-button-gray,
  .component-video-banner .text-overlay .component-button-orange {
    margin: 15px 0 0 0;
  }

  .component-video-banner .text-overlay .component-button.padding-10,
  .component-video-banner .text-overlay .padding-10.component-button-purple,
  .component-video-banner .text-overlay .padding-10.component-button-synopsys_purple,
  .component-video-banner .text-overlay .padding-10.component-button-white,
  .component-video-banner .text-overlay .padding-10.component-button-gray,
  .component-video-banner .text-overlay .padding-10.component-button-orange {
    margin-right: 10px;
  }

  .component-video-banner .text-overlay .text-width-25 {
    width: 25%;
  }

  .component-video-banner .text-overlay .text-width-33 {
    width: 33%;
  }

  .component-video-banner .text-overlay .text-width-50 {
    width: 50%;
  }

  .component-video-banner .text-overlay .text-width-60 {
    width: 60%;
  }

  .component-video-banner .text-overlay .text-width-80 {
    width: 80%;
  }

  .component-video-banner .banner-img {
    min-width: 1900px;
  }

  .component-video-banner .banner-img .component-image img {
    max-height: 500px;
    width: 100%;
  }

  .component-video-banner .cropped-img {
    min-width: 1900px;
  }

  .component-video-banner .dm-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .component-video-banner .banner-img {
    min-width: 1900px;
  }

  .component-video-banner .cropped-img {
    min-width: 1900px;
  }

  .component-video-banner .sticky-left {
    left: -webkit-calc(((-100vw + 970px)/2) - 15px);
    left: calc(((-100vw + 970px)/2) - 15px);
  }

  .component-video-banner .sticky-right {
    right: -webkit-calc(((-100vw + 970px)/2) - 15px);
    right: calc(((-100vw + 970px)/2) - 15px);
  }

  .component-video-banner .text-overlay {
    width: 970px;
  }

  .component-video-banner .text-overlay .title p {
    font-size: 52px;
  }

  .component-video-banner .text-overlay .component-text>p {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .component-video-banner .banner-img {
    min-width: 1900px;
  }

  .component-video-banner .cropped-img {
    min-width: 1900px;
  }

  .component-video-banner .text-overlay {
    width: 970px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-video-banner .sticky-left {
    left: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    left: calc(((-100vw + 1170px)/2) - 15px);
  }

  .component-video-banner .sticky-right {
    right: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    right: calc(((-100vw + 1170px)/2) - 15px);
  }

  .component-video-banner .text-overlay {
    width: 1170px;
  }

  .component-video-banner .text-overlay .title p {
    font-size: 57px;
  }

  .component-video-banner .text-overlay p {
    font-size: 25px;
  }

  .component-video-banner .text-overlay p:last-of-type {
    margin: 0;
  }

  .component-video-banner .text-overlay .component-button.padding-10,
  .component-video-banner .text-overlay .padding-10.component-button-purple,
  .component-video-banner .text-overlay .padding-10.component-button-synopsys_purple,
  .component-video-banner .text-overlay .padding-10.component-button-white,
  .component-video-banner .text-overlay .padding-10.component-button-gray,
  .component-video-banner .text-overlay .padding-10.component-button-orange {
    margin-right: 10px;
  }

  .component-video-banner .banner-img {
    min-width: 1900px;
  }

  .component-video-banner .cropped-img {
    min-width: 1900px;
  }
}

@media (min-width: 1600px) {
  .component-video-banner .banner-img {
    min-width: 1900px;
  }

  .component-video-banner .cropped-img {
    min-width: 1900px;
  }
}

@media (min-width: 1900px) {
  .component-video-banner .sticky-left {
    left: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    left: calc(((-1900px + 1170px)/2) - 15px);
  }

  .component-video-banner .sticky-right {
    right: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    right: calc(((-1900px + 1170px)/2) - 15px);
  }

  .component-video-banner .banner-img {
    width: 1900px;
  }

  .component-video-banner .cropped-img {
    width: 1900px;
  }
}

/**
 *  Main css for cardContainer
 */
.component-card-container .container-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 45px;
}

.component-card-container .card-col {
  padding: 15px;
}

.component-card-container .card-col:last-child {
  padding-bottom: 15px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-card-container .card-col {
    padding: 10px;
  }

  .component-card-container .card-col:last-child {
    padding-bottom: 10px;
  }

  .component-card-container .container-title {
    font-size: 32px;
  }

  .component-card-container.card-size-extra-extra-small [class^="component-card-"] {
    height: 290px;
  }

  .component-card-container.card-size-extra-small [class^="component-card-"] {
    height: 425px;
  }

  .component-card-container.card-size-small [class^="component-card-"] {
    height: 510px;
  }

  .component-card-container.card-size-medium [class^="component-card-"] {
    height: 550px;
  }

  .component-card-container.card-size-large [class^="component-card-"] {
    height: 590px;
  }

  .component-card-container.card-size-extra-extra-large [class^="component-card-"] {
    height: 640px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-card-container .container-title {
    font-size: 44px;
  }
}

/**
 *  Main css for cardA
 */
.component-card-a {
  position: relative;
  margin: 5px;
  background-color: #FFF;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-bottom: 25px solid transparent;
}

.component-card-a .component-text {
  padding: 25px;
}

.component-card-a .component-text:last-of-type {
  padding: 25px 25px 0 25px;
}

.component-card-a .title {
  font-size: 30px;
  white-space: nowrap;
  margin-top: 0;
  padding: 0;
}

.component-card-a .subtitle {
  font-size: 18px;
  color: #2e3c4d;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}

.component-card-a .heading {
  margin-top: 0;
  font-size: 22px;
  color: #2e3c4d;
}

.component-card-a p {
  color: #646e81;
  text-overflow: clip;
  margin: 0;
}

.component-card-a .card-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.component-card-a .card-img img {
  opacity: 1;
}

.component-card-a:hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}

.component-card-container.col-2 .component-card-a .card-img {
  height: 225px;
}

.component-card-container.col-2 .component-card-a img {
  height: 225px;
}

.component-card-container.col-3 .component-card-a .card-img {
  height: 215px;
}

.component-card-container.col-3 .component-card-a img {
  height: 215px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 730px) {
  .component-card-a .component-text {
    padding: 25px;
  }

  .component-card-a .title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .component-card-a .subtitle {
    font-size: 15px;
  }

  .component-card-a .heading {
    font-size: 20px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-card-a .component-text {
    padding: 25px;
  }

  .component-card-a .title {
    font-size: 30px;
  }

  .component-card-a .subtitle {
    font-size: 18px;
  }

  .component-card-a .heading {
    font-size: 26px;
  }

  .component-card-a p {
    font-size: 16px;
  }

  .component-card-a a {
    font-size: 16px;
  }
}

/*
--------------------------------------------------
    Text List Component
--------------------------------------------------
*/
.text-list-component .list-item {
  padding: 20px 40px 20px 40px;
  display: block;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.text-list-component .list-item:hover {
  background-color: #e5e5e5;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
/* SM Tablet */
/* LG Desktop */
/**
 *  Main css for callToAction
 */
html.touch .component-calltoaction .wrapper .btn-secondary:hover,
html.touch .component-calltoaction .wrapper .btn-primary:hover {
  box-shadow: none;
  text-decoration: none;
}

html.touch .component-calltoaction .wrapper .btn-secondary:active,
html.touch .component-calltoaction .wrapper .btn-primary:active {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}

.component-calltoaction h2 {
  margin-top: 0;
}

.component-calltoaction .title {
  position: relative;
  font-size: 20px;
}

.component-calltoaction .wrapper .btn-primary {
  background-color: #80539c;
  color: #FFF;
}

.component-calltoaction .wrapper .btn-primary:hover,
.component-calltoaction .wrapper .btn-primary:active {
  color: #FFF;
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: underline;
}

.component-calltoaction .wrapper .btn-secondary {
  background-color: #80539c;
  color: #FFF;
}

.component-calltoaction .wrapper .btn-secondary:hover,
.component-calltoaction .wrapper .btn-secondary:active {
  color: #FFF;
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: underline;
}

.component-calltoaction .wrapper .btn {
  border: none;
  outline: none;
  min-width: 140px;
  padding: 10px 30px;
  font-weight: 300;
  display: block;
  border-radius: 3px;
  max-width: 300px;
}

.component-calltoaction .wrapper .btn:first-of-type {
  margin-bottom: 10px;
}

.component-calltoaction .wrapper .btn:last-of-type {
  margin-bottom: 0;
}

.component-calltoaction .wrapper.fullWidth .btn {
  max-width: none;
  width: 100%;
}

.component-calltoaction .wrapper .buttons {
  text-align: center;
  margin: 10px 0 0 0;
}

.component-calltoaction .wrapper .inner-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* SM Phone */
/* Only up to SM Tablet */
@media (max-width: 729px) {
  .component-calltoaction {
    margin: 10px 0;
  }

  .component-calltoaction .buttons.align-left .btn {
    margin-right: auto;
  }

  .component-calltoaction .buttons.align-center .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .component-calltoaction .buttons.align-right .btn {
    margin-left: auto;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-calltoaction.extra-top-padding {
    padding-top: .2em;
  }

  .component-calltoaction .title {
    top: -.12em;
    font-size: 25px;
  }

  .component-calltoaction .wrapper .component-text-twobuttons {
    float: left;
    width: 53%;
  }

  .component-calltoaction .wrapper .component-text-onebutton {
    float: left;
    width: 75%;
  }

  .component-calltoaction .wrapper .buttons {
    text-align: center;
    margin: 0;
  }

  .component-calltoaction .wrapper .btn-primary {
    font-size: 14px;
  }

  .component-calltoaction .wrapper .btn-secondary {
    font-size: 14px;
  }

  .component-calltoaction .wrapper .btn {
    display: inline-block;
    max-width: none;
  }

  .component-calltoaction .wrapper .btn:first-of-type,
  .component-calltoaction .wrapper .btn:last-of-type {
    margin: 0 7.5px 10px 7.5px;
  }

  .component-calltoaction .wrapper.fullWidth .btn:first-of-type {
    margin: 0;
    margin-bottom: 10px;
  }

  .component-calltoaction .wrapper.fullWidth .btn:last-of-type {
    margin: 0;
    margin-bottom: 0;
  }

  .component-calltoaction .wrapper .buttons.align-left {
    text-align: left;
  }

  .component-calltoaction .wrapper .buttons.align-center {
    text-align: center;
  }

  .component-calltoaction .wrapper .buttons.align-right {
    text-align: right;
  }
}

/* MD Desktop */
/* LG Desktop */
@media (min-width: 1200px) {
  .component-calltoaction .title {
    font-size: 30px;
  }

  .component-calltoaction .wrapper .btn-primary {
    font-size: 16px;
  }

  .component-calltoaction .wrapper .btn-secondary {
    font-size: 16px;
  }
}

/**
 *  Main css for util
 */
.component-util .component-calltoaction .btn:hover {
  text-decoration: none;
}

/**
 *  Main css for nav-tabs
 */
.component-floating-tabs .tabs-nav {
  display: none;
}

.component-floating-tabs .tabs-content .floating-tab .tab-body {
  overflow: hidden;
  max-height: 0;
}

.component-floating-tabs .tabs-content .floating-tab .tab-body.active {
  overflow: visible;
  max-height: 10000px;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}

.component-floating-tabs .tabs-content .floating-tab .tab-header {
  position: relative;
}

.component-floating-tabs .tabs-content .floating-tab .tab-header:hover {
  cursor: pointer;
}

.component-floating-tabs .tabs-content .floating-tab .tab-header a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.component-floating-tabs .tabs-content .floating-tab .tab-header a:hover {
  text-decoration: none;
}

.component-floating-tabs .tabs-content .floating-tab .tab-header span {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  right: 10px;
  top: 10px;
}

.component-floating-tabs .tabs-content .floating-tab .tab-header span.hide {
  display: none;
}

.component-floating-tabs .tabs-content .floating-tab .tab-header span.tab-close {
  font-size: 42px;
}

@media (max-width: 730px) {
  .component-floating-tabs .tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .component-floating-tabs .tabs-content .floating-tab .tab-header {
    border-left: 3px solid #7921b0;
    background-color: #f7f7fa;
  }

  .component-floating-tabs .tabs-content .floating-tab .tab-header .tab-header-title {
    color: #111c24;
    padding-right: 28px;
  }

  .component-floating-tabs .tabs-content .floating-tab .tab-header .tab-header-title:active,
  .component-floating-tabs .tabs-content .floating-tab .tab-header .tab-header-title:focus {
    text-decoration: none;
  }

  .floatingTabs .white-bg .component-floating-tabs .tabs-content .floating-tab .tab-header {
    background-color: #f7f7fa;
  }

  .floatingTabs .light-grey-bg .component-floating-tabs .tabs-content .floating-tab .tab-header {
    background-color: #fff;
  }
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .component-floating-tabs {
    margin: 20px 0;
  }

  .component-floating-tabs .tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .component-floating-tabs .tabs-nav .tab-nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    text-align: center;
  }

  .component-floating-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #646e81;
    font-size: 18px;
    line-height: 1.2;
  }

  .component-floating-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor:hover {
    text-decoration: none;
    color: #111c24;
  }

  .component-floating-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor:active,
  .component-floating-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor:focus {
    text-decoration: none;
  }

  .aem-AuthorLayer-Edit .component-floating-tabs .tabs-content .floating-tab {
    display: block;
    max-height: 10000px;
    opacity: 1;
  }

  .aem-AuthorLayer-Edit .component-floating-tabs .tabs-content .tab-body {
    display: block;
    max-height: 10000px;
  }

  .component-floating-tabs .tabs-content .floating-tab {
    opacity: 0;
  }

  .component-floating-tabs .tabs-content .floating-tab.active {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
  }

  .component-floating-tabs .tabs-content .floating-tab .tab-header {
    display: none;
  }

  .component-floating-tabs .tabs-content .floating-tab .tab-body {
    -webkit-transition: none !important;
    transition: none !important;
  }

  .component-floating-tabs.vertical-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .component-floating-tabs.vertical-tabs .tabs-nav {
    display: block;
    max-width: 317px;
    width: 317px;
    border-right: 1px solid #C4C4C4;
  }

  .component-floating-tabs.vertical-tabs .tabs-nav .tab-nav-item {
    padding-right: 0px;
  }

  .component-floating-tabs.vertical-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor {
    position: relative;
    padding-left: 16px;
    padding-top: 20px;
    padding-right: 32px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: 400;
  }

  .component-floating-tabs.vertical-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor .fa-chevron-right {
    font-weight: 400;
    position: absolute;
    right: 15px;
    width: 10px;
  }

  .component-floating-tabs.vertical-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor.active {
    border-left: 3px solid #7921b0;
    color: #111C24;
  }

  .component-floating-tabs.vertical-tabs .tabs-content {
    width: -webkit-calc(100% - 317px);
    width: calc(100% - 317px);
    padding-left: 40px;
  }

  .component-floating-tabs.horizontal-tabs .tabs-nav .tab-nav-item {
    border-bottom: 1px solid #646E81;
  }

  .component-floating-tabs.horizontal-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor {
    padding: 20px 24px;
    font-weight: 400;
    line-height: 1;
    color: #111C24;
    border-bottom: 3px solid transparent;
  }

  .component-floating-tabs.horizontal-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor.active {
    border-bottom: 3px solid #7921b0;
  }

  .component-floating-tabs.horizontal-tabs .tabs-nav .tab-nav-item .tab-nav-item-anchor:hover {
    border-bottom: 3px solid #7921b0;
  }

  .component-floating-tabs.horizontal-tabs .tabs-content {
    padding-top: 30px;
  }

  .floatingTabs .background-component .component-floating-tabs .tab-nav-item-anchor.active {
    background-color: #f7f7fa;
  }

  .floatingTabs .light-grey-bg .component-floating-tabs .tab-nav-item-anchor.active {
    background-color: #fff;
  }
}

/* MD Desktop */
/* LG Desktop */
/* Colored Themes */
.component-floating-tabs.default-gray .tab-nav-item {
  border: 1px solid #646e81;
}

.component-floating-tabs.default-gray .tab-nav-item-anchor {
  background: #FFF;
  color: #646e81;
}

.component-floating-tabs.default-gray .tab-nav-item-anchor.active {
  background: #646e81;
  color: #FFF;
}

.component-floating-tabs.default-gray .tab-nav-item-anchor:hover {
  background: #576070;
  color: #FFF;
}

.component-floating-tabs.default-gray .tab-header .tab-header-title {
  background: #646e81;
  color: #FFF;
}

.component-floating-tabs.default-gray .tab-header span {
  color: #FFF;
}

/**
 *  Main css for content-carousel
 */
/* Slick Carousel */
.component-content-carousel {
  z-index: 0;
}

@media (min-width: 730px) {
  .component-content-carousel {
    padding: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media (min-width: 1400px) {
  .component-content-carousel {
    padding: 0;
  }
}

.aem-AuthorLayer-Edit .component-content-carousel.slick-carousel {
  display: block;
}

.aem-AuthorLayer-Edit .component-content-carousel .carousel-slide {
  display: block;
}

.component-content-carousel .carousel-slide {
  padding: 0;
}

.component-content-carousel .carousel-slide:focus {
  outline: none;
}

.component-content-carousel .carousel-slide>.image img {
  padding: 25px;
}

.component-content-carousel .carousel-slide>.video,
.component-content-carousel .carousel-slide>.cardB {
  padding: 20px 0;
}

.component-content-carousel .carousel-slide>.cardContainer {
  padding: 5px 0;
}

.component-content-carousel.horizontal-stack .carousel-slide {
  padding: 0 20px;
}

.component-content-carousel.horizontal-stack .carousel-slide:focus {
  outline: 1px dashed #2e3c4d;
  outline-offset: -15px;
}

.component-content-carousel.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.component-content-carousel .slick-prev,
.component-content-carousel .slick-next {
  position: absolute;
  bottom: -10px;
}

.component-content-carousel .slick-prev:focus,
.component-content-carousel .slick-next:focus {
  outline: none;
}

.component-content-carousel .slick-prev:before,
.component-content-carousel .slick-next:before {
  content: '';
}

.component-content-carousel .slick-next {
  right: -5px;
}

.component-content-carousel-container .carousel-buttons {
  margin: 26px auto 0;
  max-width: 700px;
  text-align: center;
}

.component-content-carousel-container .slick-dotted+.carousel-buttons {
  margin: 65px auto 0;
}

.component-content-carousel-container .carousel-button {
  color: #fff;
  border: 2px solid #80539c;
  background: #80539c;
  font-size: 15px;
  padding: 6px 25px 6px 25px;
  margin-top: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  border-radius: 5px;
  min-width: 190px;
}

.component-content-carousel-container .carousel-button:hover,
.component-content-carousel-container .carousel-button:focus {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}

.component-content-carousel-container .carousel-button.outline {
  color: #80539c;
  background: #fff;
}

.component-content-carousel-container .carousel-button.outline.orange {
  text-decoration: none;
  border-color: #fcaf1a;
  color: #fcaf1a;
}

.component-content-carousel-container .carousel-button.outline.orange:hover,
.component-content-carousel-container .carousel-button.outline.orange:focus,
.component-content-carousel-container .carousel-button.outline.orange:active {
  color: #fff;
  background-color: #fcaf1a;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.green {
  text-decoration: none;
  border-color: #99cc33;
  color: #99cc33;
}

.component-content-carousel-container .carousel-button.outline.green:hover,
.component-content-carousel-container .carousel-button.outline.green:focus,
.component-content-carousel-container .carousel-button.outline.green:active {
  color: #fff;
  background-color: #99cc33;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.blue {
  text-decoration: none;
  border-color: #4c9ec9;
  color: #4c9ec9;
}

.component-content-carousel-container .carousel-button.outline.blue:hover,
.component-content-carousel-container .carousel-button.outline.blue:focus,
.component-content-carousel-container .carousel-button.outline.blue:active {
  color: #fff;
  background-color: #4c9ec9;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.purple {
  text-decoration: none;
  border-color: #80539c;
  color: #80539c;
}

.component-content-carousel-container .carousel-button.outline.purple:hover,
.component-content-carousel-container .carousel-button.outline.purple:focus,
.component-content-carousel-container .carousel-button.outline.purple:active {
  color: #fff;
  background-color: #80539c;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.teal {
  text-decoration: none;
  border-color: #00b2a9;
  color: #00b2a9;
}

.component-content-carousel-container .carousel-button.outline.teal:hover,
.component-content-carousel-container .carousel-button.outline.teal:focus,
.component-content-carousel-container .carousel-button.outline.teal:active {
  color: #fff;
  background-color: #00b2a9;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.dark-turquoise {
  text-decoration: none;
  border-color: #12788a;
  color: #12788a;
}

.component-content-carousel-container .carousel-button.outline.dark-turquoise:hover,
.component-content-carousel-container .carousel-button.outline.dark-turquoise:focus,
.component-content-carousel-container .carousel-button.outline.dark-turquoise:active {
  color: #fff;
  background-color: #12788a;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.gray {
  text-decoration: none;
  border-color: #646e81;
  color: #646e81;
}

.component-content-carousel-container .carousel-button.outline.gray:hover,
.component-content-carousel-container .carousel-button.outline.gray:focus,
.component-content-carousel-container .carousel-button.outline.gray:active {
  color: #fff;
  background-color: #646e81;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.burnt-orange {
  text-decoration: none;
  border-color: #e07c05;
  color: #e07c05;
}

.component-content-carousel-container .carousel-button.outline.burnt-orange:hover,
.component-content-carousel-container .carousel-button.outline.burnt-orange:focus,
.component-content-carousel-container .carousel-button.outline.burnt-orange:active {
  color: #fff;
  background-color: #e07c05;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline.black {
  text-decoration: none;
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.component-content-carousel-container .carousel-button.outline.black:hover,
.component-content-carousel-container .carousel-button.outline.black:focus,
.component-content-carousel-container .carousel-button.outline.black:active {
  color: #fff;
  background-color: #3c3c3c;
  text-decoration: none;
}

.component-content-carousel-container .carousel-button.outline:hover,
.component-content-carousel-container .carousel-button.outline:focus {
  color: white;
  background: #80539c;
}

/* Mobile */
@media (max-width: 729px) {
  .component-content-carousel.slick-initialized .slick-slide {
    vertical-align: top;
  }

  .component-content-carousel .carousel-slide>.image img {
    padding: 25px 0;
  }

  .component-content-carousel .carousel-slide>.video {
    padding: 0;
  }

  .component-content-carousel.horizontal-stack .component-card-b {
    margin: 0;
  }

  .component-content-carousel.horizontal-stack .carousel-slide:first-child .cardB,
  .component-content-carousel.horizontal-stack .carousel-slide:first-child .video {
    margin-top: 0;
  }

  .component-content-carousel.horizontal-stack .component-splitcard {
    padding-top: 0;
    padding-bottom: 0;
  }

  .component-content-carousel.mobile-no-carousel .carousel-slide {
    padding: 0;
  }

  .component-content-carousel.mobile-no-carousel .carousel-slide:focus {
    outline: 1px dashed #2e3c4d;
    outline-offset: 5px;
  }

  .component-content-carousel.mobile-no-carousel .cardB,
  .component-content-carousel.mobile-no-carousel .video {
    margin-top: 0;
  }
}

/* MD Desktop*/
@media (min-width: 730px) {
  .component-content-carousel .slick-prev {
    left: -10px;
    bottom: initial;
    top: 50%;
  }

  .component-content-carousel .slick-next {
    right: -10px;
    bottom: initial;
    top: 50%;
  }
}

/* XL Desktop */
@media (min-width: 1400px) {
  .component-content-carousel .slick-prev {
    left: -96px;
  }

  .component-content-carousel .slick-next {
    right: -96px;
  }
}

/*TD Wrike-901946072 fix quotes inside col-6 */
.col-sm-6 .component-content-carousel .slick-prev {
  left: 0;
}

.col-sm-6 .component-content-carousel .slick-next {
  right: 0;
}

/*End TD */
/**
 *  Main css for site-footer-chinese
 */
.site-footer .cn-qrcode {
  display: none;
  max-width: 152px;
  width: 100%;
  float: right;
  margin-top: 45px;
}

@media (min-width: 992px) {
  .site-footer .cn-qrcode {
    display: block;
  }
}

/*
--------------------------------------------------
    Interactive Banner Component
--------------------------------------------------
*/
body {
  overflow-x: hidden;
}

.container.component-interactive-banner-container,
.component-interactive-banner-container.carousel-holder.image-carousel {
  padding: 0;
  width: 100%;
  max-width: 1900px;
  max-height: 500px;
}

.component-interactive-banner {
  position: relative;
  max-height: 500px;
}

.component-interactive-banner .banner-img {
  width: 100%;
}

.component-interactive-banner .cropped-img {
  width: 100%;
}

.component-interactive-banner .svg-padding-sm {
  padding: 25px !important;
}

.component-interactive-banner .svg-padding-md {
  padding: 50px !important;
}

.component-interactive-banner .svg-padding-lg {
  padding: 100px !important;
}

.component-interactive-banner .flag {
  display: none;
}

.component-interactive-banner .custom-html {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  padding: 0;
}

.component-interactive-banner .text-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 102;
  padding: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  /* Hero - Slide Up Animation */
}

.component-interactive-banner .text-overlay .contentValignCenter {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
}

.component-interactive-banner .text-overlay .title {
  margin: 0 0 20px 0;
  line-height: 1.0;
  font-weight: 300;
  color: #FFF;
}

.component-interactive-banner .text-overlay .title p {
  font-size: 34px;
  color: inherit;
  margin: 0 0 0 0;
}

.component-interactive-banner .text-overlay .title p:last-of-type {
  margin: 0;
}

.component-interactive-banner .text-overlay .component-text {
  color: #FFF;
}

.component-interactive-banner .text-overlay .component-text>p {
  font-size: 20px;
  margin-top: 20px;
}

.component-interactive-banner .text-overlay .animation-element.slide-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.component-interactive-banner .text-overlay .animation-element.slide-up.in-view {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s, -webkit-transform ease 1.5s;
}

.component-interactive-banner .text-overlay p {
  color: #FFF;
  margin-bottom: 20px;
  font-weight: 300;
}

.component-interactive-banner .text-overlay .component-button,
.component-interactive-banner .text-overlay .component-button-purple,
.component-interactive-banner .text-overlay .component-button-synopsys_purple,
.component-interactive-banner .text-overlay .component-button-white,
.component-interactive-banner .text-overlay .component-button-gray,
.component-interactive-banner .text-overlay .component-button-orange {
  margin-bottom: 25px;
}

.component-interactive-banner .text-overlay.text-align-left {
  text-align: left;
}

.component-interactive-banner .text-overlay.text-align-right {
  text-align: right;
}

.component-interactive-banner .text-overlay.text-align-center {
  text-align: center;
}

.component-interactive-banner .text-overlay.content-align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.component-interactive-banner .text-overlay.content-align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.component-interactive-banner .text-overlay.content-align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-interactive-banner .text-overlay .paddingSmall {
  padding-left: 0;
  padding-right: 0;
}

.component-interactive-banner .text-overlay .paddingMedium {
  padding-right: 15px;
  padding-left: 15px;
}

.component-interactive-banner .text-overlay .paddingLarge {
  padding-right: 30px;
  padding-left: 30px;
}

.component-interactive-banner .text-overlay .content-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.component-interactive-banner .imageOverlayRight,
.component-interactive-banner .imageOverlayLeft {
  position: relative;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.component-interactive-banner .imageOverlayRight.hRight,
.component-interactive-banner .imageOverlayLeft.hRight {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.component-interactive-banner .imageOverlayRight.hLeft,
.component-interactive-banner .imageOverlayLeft.hLeft {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.component-interactive-banner .imageOverlayRight.hCenter,
.component-interactive-banner .imageOverlayLeft.hCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-interactive-banner .foreground-image-wrapper {
  display: none;
  top: 0;
}

.component-interactive-banner .foreground-image-wrapper a,
.component-interactive-banner .foreground-image-wrapper img {
  display: block;
  height: auto;
  width: auto;
}

.component-interactive-banner .foreground-image-wrapper a.vTop,
.component-interactive-banner .foreground-image-wrapper img.vTop {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.component-interactive-banner .foreground-image-wrapper a.vBottom,
.component-interactive-banner .foreground-image-wrapper img.vBottom {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.component-interactive-banner .foreground-image-wrapper a.vCenter,
.component-interactive-banner .foreground-image-wrapper img.vCenter {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.component-interactive-banner .imageOverlayRight {
  right: 0;
}

.component-interactive-banner .imageOverlayLeft {
  left: 0;
}

.component-interactive-banner .banner-img .component-image img {
  min-height: 200px;
  width: 100%;
  object-fit: cover;
}

.component-interactive-banner .component-image {
  position: relative;
}

.component-interactive-banner .button-transparent {
  padding: 5px 25px !important;
}

.component-interactive-banner .button-transparent a {
  font-weight: bold;
  font-size: 1.1em;
}

.component-interactive-banner .button-transparent:hover {
  text-decoration: none;
}

.component-interactive-banner .button-transparent:hover a {
  color: white;
}

.component-interactive-banner .button-transparent:hover a:hover {
  text-decoration: none;
}

.component-interactive-banner .button-orange {
  background-color: #fcaf1a;
}

.component-interactive-banner .button-orange-transparent {
  border: 3px solid #fcaf1a;
  border-radius: 5px;
  color: #fcaf1a;
}

.component-interactive-banner .button-orange-transparent a {
  color: #fcaf1a;
}

.component-interactive-banner .button-orange-transparent:hover {
  background-color: #fcaf1a;
}

.component-interactive-banner .button-green {
  background-color: #99cc33;
}

.component-interactive-banner .button-green-transparent {
  border: 3px solid #99cc33;
  border-radius: 5px;
  color: #99cc33;
}

.component-interactive-banner .button-green-transparent a {
  color: #99cc33;
}

.component-interactive-banner .button-green-transparent:hover {
  background-color: #99cc33;
}

.component-interactive-banner .button-blue {
  background-color: #4c9ec9;
}

.component-interactive-banner .button-blue-transparent {
  border: 3px solid #4c9ec9;
  border-radius: 5px;
  color: #4c9ec9;
}

.component-interactive-banner .button-blue-transparent a {
  color: #4c9ec9;
}

.component-interactive-banner .button-blue-transparent:hover {
  background-color: #4c9ec9;
}

.component-interactive-banner .button-purple {
  background-color: #80539c;
}

.component-interactive-banner .button-purple-transparent {
  border: 3px solid #80539c;
  border-radius: 5px;
  color: #80539c;
}

.component-interactive-banner .button-purple-transparent a {
  color: #80539c;
}

.component-interactive-banner .button-purple-transparent:hover {
  background-color: #80539c;
}

.component-interactive-banner .button-teal {
  background-color: #00b2a9;
}

.component-interactive-banner .button-teal-transparent {
  border: 3px solid #00b2a9;
  border-radius: 5px;
  color: #00b2a9;
}

.component-interactive-banner .button-teal-transparent a {
  color: #00b2a9;
}

.component-interactive-banner .button-teal-transparent:hover {
  background-color: #00b2a9;
}

.component-interactive-banner .button-dark-turquoise {
  background-color: #12788a;
}

.component-interactive-banner .button-dark-turquoise-transparent {
  border: 3px solid #12788a;
  border-radius: 5px;
  color: #12788a;
}

.component-interactive-banner .button-dark-turquoise-transparent a {
  color: #12788a;
}

.component-interactive-banner .button-dark-turquoise-transparent:hover {
  background-color: #12788a;
}

.component-interactive-banner .button-gray {
  background-color: #646e81;
}

.component-interactive-banner .button-gray-transparent {
  border: 3px solid #646e81;
  border-radius: 5px;
  color: #646e81;
}

.component-interactive-banner .button-gray-transparent a {
  color: #646e81;
}

.component-interactive-banner .button-gray-transparent:hover {
  background-color: #646e81;
}

.component-interactive-banner .button-burnt-orange {
  background-color: #e07c05;
}

.component-interactive-banner .button-burnt-orange-transparent {
  border: 3px solid #e07c05;
  border-radius: 5px;
  color: #e07c05;
}

.component-interactive-banner .button-burnt-orange-transparent a {
  color: #e07c05;
}

.component-interactive-banner .button-burnt-orange-transparent:hover {
  background-color: #e07c05;
}

.component-interactive-banner .wedge,
.component-interactive-banner .slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a2a82;
  z-index: -1;
}

.component-interactive-banner .wedge:before,
.component-interactive-banner .slash:before {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.component-interactive-banner .wedge:after,
.component-interactive-banner .slash:after {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.component-interactive-banner .wedge.dark,
.component-interactive-banner .slash.dark {
  opacity: .85;
}

.component-interactive-banner .wedge.medium,
.component-interactive-banner .slash.medium {
  opacity: .7;
}

.component-interactive-banner .wedge.light,
.component-interactive-banner .slash.light {
  opacity: .5;
}

.component-interactive-banner .wedge.transparent,
.component-interactive-banner .slash.transparent {
  opacity: 0;
}

.component-interactive-banner .slash:after,
.component-interactive-banner .slash:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.component-interactive-banner .wedge:after,
.component-interactive-banner .wedge:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.component-interactive-banner .content-align-left .wedge:before {
  display: none;
}

.component-interactive-banner .content-align-right .wedge:after {
  display: none;
}

.component-interactive-banner .cropped-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.component-interactive-banner .cropped-img img {
  height: 100%;
  width: auto;
}

.component-interactive-banner .mobile-foreground-image {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 30px;
  background-color: #FFF;
}

.component-interactive-banner .desktop-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 500px;
  min-height: 325px;
}

.component-interactive-banner .desktop-wrapper .banner-img {
  height: 100%;
}

.component-interactive-banner .desktop-wrapper .banner-img .video-overlay {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: black;
  position: absolute;
  z-index: 10;
}

.component-interactive-banner .desktop-wrapper .banner-img .opacity-0 {
  opacity: 0;
}

.component-interactive-banner .desktop-wrapper .banner-img .opacity-30 {
  opacity: 0.3;
}

.component-interactive-banner .desktop-wrapper .banner-img .opacity-40 {
  opacity: 0.4;
}

.component-interactive-banner .desktop-wrapper .banner-img .opacity-50 {
  opacity: 0.5;
}

.component-interactive-banner .desktop-wrapper .banner-img .opacity-60 {
  opacity: 0.6;
}

.component-interactive-banner .desktop-wrapper .banner-img .video-autoplay {
  display: none;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* XS Phone */
@media (max-width: 729px) {
  .component-interactive-banner .banner-img .dm-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .component-interactive-banner .banner-img .cq-dd-image {
    display: none;
  }

  .component-interactive-banner .img-responsive {
    display: block;
  }

  .component-interactive-banner .text-overlay .title {
    font-size: 30px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .component-interactive-banner .text-overlay .title span p {
    display: block;
  }

  .component-interactive-banner .text-overlay p {
    font-size: 18px;
  }

  .component-interactive-banner .text-overlay .component-button,
  .component-interactive-banner .text-overlay .component-button-purple,
  .component-interactive-banner .text-overlay .component-button-synopsys_purple,
  .component-interactive-banner .text-overlay .component-button-white,
  .component-interactive-banner .text-overlay .component-button-gray,
  .component-interactive-banner .text-overlay .component-button-orange {
    margin: 10px 0;
    font-size: 14px;
    width: auto;
  }

  .component-interactive-banner .text-overlay .component-button.padding-10,
  .component-interactive-banner .text-overlay .padding-10.component-button-purple,
  .component-interactive-banner .text-overlay .padding-10.component-button-synopsys_purple,
  .component-interactive-banner .text-overlay .padding-10.component-button-white,
  .component-interactive-banner .text-overlay .padding-10.component-button-gray,
  .component-interactive-banner .text-overlay .padding-10.component-button-orange {
    margin-right: 10px;
  }

  .component-interactive-banner .imageOverlayLeft {
    display: none;
  }

  .component-interactive-banner .imageOverlayRight {
    display: none;
  }

  .component-interactive-banner .banner-img .component-image img {
    min-height: 250px;
    object-fit: cover;
    height: 100%;
  }

  .component-interactive-banner .mobile-foreground-image {
    display: block;
  }

  .component-interactive-banner .wedge,
  .component-interactive-banner .slash {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    left: -15px;
  }

  .component-interactive-banner .wedge:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    left: -15px;
  }
}

/* XS Phone */
@media (min-width: 480px) {
  .component-interactive-banner .text-overlay .title p {
    font-size: 36px;
  }

  .component-interactive-banner .text-overlay .component-text>p {
    font-size: 23px;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-interactive-banner .cropped-img {
    display: none;
  }

  .component-interactive-banner .desktop-wrapper .banner-img .video-autoplay {
    min-height: 500px;
    max-width: 100%;
    display: block;
    object-fit: cover;
  }

  .component-interactive-banner .sticky-left {
    left: -webkit-calc(((-100vw + 100%)/2));
    left: calc(((-100vw + 100%)/2));
  }

  .component-interactive-banner .sticky-right {
    right: -webkit-calc(((-100vw + 100%)/2));
    right: calc(((-100vw + 100%)/2));
  }

  .component-interactive-banner .img-responsive {
    display: block;
  }

  .component-interactive-banner .text-overlay {
    width: 100%;
  }

  .component-interactive-banner .text-overlay .title {
    margin-bottom: 10px;
  }

  .component-interactive-banner .text-overlay .title p {
    font-size: 48px;
  }

  .component-interactive-banner .text-overlay p {
    display: block;
    font-size: 14px;
    margin: 0 0 20px 0;
  }

  .component-interactive-banner .text-overlay .component-text>p {
    font-size: 25px;
    margin-top: 10px;
  }

  .component-interactive-banner .text-overlay .component-button,
  .component-interactive-banner .text-overlay .component-button-purple,
  .component-interactive-banner .text-overlay .component-button-synopsys_purple,
  .component-interactive-banner .text-overlay .component-button-white,
  .component-interactive-banner .text-overlay .component-button-gray,
  .component-interactive-banner .text-overlay .component-button-orange {
    font-size: 1.1em;
  }

  .component-interactive-banner .text-overlay .component-button.padding-10,
  .component-interactive-banner .text-overlay .padding-10.component-button-purple,
  .component-interactive-banner .text-overlay .padding-10.component-button-synopsys_purple,
  .component-interactive-banner .text-overlay .padding-10.component-button-white,
  .component-interactive-banner .text-overlay .padding-10.component-button-gray,
  .component-interactive-banner .text-overlay .padding-10.component-button-orange {
    margin-right: 10px;
  }

  .component-interactive-banner .text-overlay .text-width-25 {
    width: 25%;
  }

  .component-interactive-banner .text-overlay .text-width-33 {
    width: 33%;
  }

  .component-interactive-banner .text-overlay .text-width-50 {
    width: 50%;
  }

  .component-interactive-banner .text-overlay .text-width-60 {
    width: 60%;
  }

  .component-interactive-banner .text-overlay .text-width-80 {
    width: 80%;
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc(100% - 25% + 15px - ((25% * 1.47) - 25%));
    width: calc(100% - 25% + 15px - ((25% * 1.47) - 25%));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc(100% - 33% + 15px - ((33% * 1.36) - 33%));
    width: calc(100% - 33% + 15px - ((33% * 1.36) - 33%));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc(100% - 50% + 15px - ((50% * 1.24) - 50%));
    width: calc(100% - 50% + 15px - ((50% * 1.24) - 50%));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc(100% - 60% + 15px - ((60% * 1.20) - 60%));
    width: calc(100% - 60% + 15px - ((60% * 1.20) - 60%));
  }

  .component-interactive-banner .imageOverlayRight {
    right: -15px;
  }

  .component-interactive-banner .imageOverlayLeft {
    left: -15px;
  }

  .component-interactive-banner .banner-img .component-image img {
    max-height: 500px;
    width: 100%;
  }

  .component-interactive-banner .foreground-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
  }

  .component-interactive-banner .foreground-image-wrapper img {
    height: 100%;
    width: auto;
  }

  .component-interactive-banner .foreground-image-wrapper img.scale-width {
    width: 100%;
    height: auto;
  }

  .component-interactive-banner .foreground-image-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }

  .component-interactive-banner .foreground-image-inner .foreground-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .component-interactive-banner .foreground-image-inner .foreground-image.vTop {
    background-position-y: top;
  }

  .component-interactive-banner .foreground-image-inner .foreground-image.vCenter {
    background-position-y: center;
  }

  .component-interactive-banner .foreground-image-inner .foreground-image.vBottom {
    background-position-y: bottom;
  }

  .component-interactive-banner .foreground-image-inner .foreground-image.hLeft {
    background-position-x: left;
  }

  .component-interactive-banner .foreground-image-inner .foreground-image.hCenter {
    background-position-x: center;
  }

  .component-interactive-banner .foreground-image-inner .foreground-image.hRight {
    background-position-x: right;
  }

  .component-interactive-banner .dm-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .component-interactive-banner .sticky-left {
    left: -webkit-calc(((-100vw + 970px)/2) - 15px);
    left: calc(((-100vw + 970px)/2) - 15px);
  }

  .component-interactive-banner .sticky-right {
    right: -webkit-calc(((-100vw + 970px)/2) - 15px);
    right: calc(((-100vw + 970px)/2) - 15px);
  }

  .component-interactive-banner .imageOverlayRight {
    right: -webkit-calc(((-100vw + 970px) / 2) - 15px);
    right: calc(((-100vw + 970px) / 2) - 15px);
  }

  .component-interactive-banner .imageOverlayLeft {
    left: -webkit-calc(((-100vw + 970px) / 2) - 15px);
    left: calc(((-100vw + 970px) / 2) - 15px);
  }

  .component-interactive-banner .text-overlay {
    width: 970px;
  }

  .component-interactive-banner .text-overlay .title p {
    font-size: 52px;
  }

  .component-interactive-banner .text-overlay .component-text>p {
    font-size: 25px;
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%));
    width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%));
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%) + ((100vw - 970px)/2));
    width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.41) - 25%) + ((100vw - 970px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%));
    width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%) + ((100vw - 970px)/2));
    width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.33) - 33%) + ((100vw - 970px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%));
    width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%) + ((100vw - 970px)/2));
    width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.21) - 50%) + ((100vw - 970px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%));
    width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%) + ((100vw - 970px)/2));
    width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.18) - 60%) + ((100vw - 970px)/2));
  }
}

@media (min-width: 1024px) {
  .component-interactive-banner .text-overlay {
    width: 970px;
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%));
    width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%));
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%) + ((100vw - 970px)/2));
    width: calc((100% - 25%) + ((100vw - 970px)/2) + 15px - ((25% * 1.50) - 25%) + ((100vw - 970px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%));
    width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%) + ((100vw - 970px)/2));
    width: calc((100% - 33%) + ((100vw - 970px)/2) + 15px - ((33% * 1.38) - 33%) + ((100vw - 970px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%));
    width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%) + ((100vw - 970px)/2));
    width: calc((100% - 50%) + ((100vw - 970px)/2) + 15px - ((50% * 1.25) - 50%) + ((100vw - 970px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%));
    width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%) + ((100vw - 970px)/2));
    width: calc((100% - 60%) + ((100vw - 970px)/2) + 15px - ((60% * 1.21) - 60%) + ((100vw - 970px)/2));
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-interactive-banner .imageOverlayRight {
    right: -webkit-calc(((-100vw + 1170px) / 2) - 15px);
    right: calc(((-100vw + 1170px) / 2) - 15px);
  }

  .component-interactive-banner .imageOverlayLeft {
    left: -webkit-calc(((-100vw + 1170px) / 2) - 15px);
    left: calc(((-100vw + 1170px) / 2) - 15px);
  }

  .component-interactive-banner .sticky-left {
    left: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    left: calc(((-100vw + 1170px)/2) - 15px);
  }

  .component-interactive-banner .sticky-right {
    right: -webkit-calc(((-100vw + 1170px)/2) - 15px);
    right: calc(((-100vw + 1170px)/2) - 15px);
  }

  .component-interactive-banner .text-overlay {
    width: 1170px;
  }

  .component-interactive-banner .text-overlay .title {
    margin-bottom: 20px;
  }

  .component-interactive-banner .text-overlay .title p {
    font-size: 57px;
  }

  .component-interactive-banner .text-overlay p {
    font-size: 25px;
  }

  .component-interactive-banner .text-overlay p:last-of-type {
    margin: 0;
  }

  .component-interactive-banner .text-overlay .component-button,
  .component-interactive-banner .text-overlay .component-button-purple,
  .component-interactive-banner .text-overlay .component-button-synopsys_purple,
  .component-interactive-banner .text-overlay .component-button-white,
  .component-interactive-banner .text-overlay .component-button-gray,
  .component-interactive-banner .text-overlay .component-button-orange {
    margin: 40px 0 0 0;
    padding: 10px 30px;
    font-size: 18px;
  }

  .component-interactive-banner .text-overlay .component-button.padding-10,
  .component-interactive-banner .text-overlay .padding-10.component-button-purple,
  .component-interactive-banner .text-overlay .padding-10.component-button-synopsys_purple,
  .component-interactive-banner .text-overlay .padding-10.component-button-white,
  .component-interactive-banner .text-overlay .padding-10.component-button-gray,
  .component-interactive-banner .text-overlay .padding-10.component-button-orange {
    margin-right: 10px;
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%));
    width: calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%));
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%) + ((100vw - 1170px)/2));
    width: calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.53) - 25%) + ((100vw - 1170px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%));
    width: calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%) + ((100vw - 1170px)/2));
    width: calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.41) - 33%) + ((100vw - 1170px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%));
    width: calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%) + ((100vw - 1170px)/2));
    width: calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.26) - 50%) + ((100vw - 1170px)/2));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%));
    width: calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper.has-wedge {
    width: -webkit-calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%) + ((100vw - 1170px)/2));
    width: calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.23) - 60%) + ((100vw - 1170px)/2));
  }
}

@media (min-width: 1600px) {
  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.62) - 25%));
    width: calc((100% - 25%) + ((100vw - 1170px)/2) + 15px - ((25% * 1.62) - 25%));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.47) - 33%));
    width: calc((100% - 33%) + ((100vw - 1170px)/2) + 15px - ((33% * 1.47) - 33%));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.31) - 50%));
    width: calc((100% - 50%) + ((100vw - 1170px)/2) + 15px - ((50% * 1.31) - 50%));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.27) - 60%));
    width: calc((100% - 60%) + ((100vw - 1170px)/2) + 15px - ((60% * 1.27) - 60%));
  }
}

@media (min-width: 1900px) {
  .component-interactive-banner .imageOverlayRight {
    right: -webkit-calc(((-1900px + 1170px) / 2) - 15px);
    right: calc(((-1900px + 1170px) / 2) - 15px);
  }

  .component-interactive-banner .imageOverlayLeft {
    left: -webkit-calc(((-1900px + 1170px) / 2) - 15px);
    left: calc(((-1900px + 1170px) / 2) - 15px);
  }

  .component-interactive-banner .text-overlay .text-width-25+.foreground-image-wrapper {
    width: -webkit-calc((100% - 25%) + ((1900px - 1170px)/2) + 15px - ((25% * 1.65) - 25%));
    width: calc((100% - 25%) + ((1900px - 1170px)/2) + 15px - ((25% * 1.65) - 25%));
  }

  .component-interactive-banner .text-overlay .text-width-33+.foreground-image-wrapper {
    width: -webkit-calc((100% - 33%) + ((1900px - 1170px)/2) + 15px - ((33% * 1.50) - 33%));
    width: calc((100% - 33%) + ((1900px - 1170px)/2) + 15px - ((33% * 1.50) - 33%));
  }

  .component-interactive-banner .text-overlay .text-width-50+.foreground-image-wrapper {
    width: -webkit-calc((100% - 50%) + ((1900px - 1170px)/2) + 15px - ((50% * 1.33) - 50%));
    width: calc((100% - 50%) + ((1900px - 1170px)/2) + 15px - ((50% * 1.33) - 50%));
  }

  .component-interactive-banner .text-overlay .text-width-60+.foreground-image-wrapper {
    width: -webkit-calc((100% - 60%) + ((1900px - 1170px)/2) + 15px - ((60% * 1.28) - 60%));
    width: calc((100% - 60%) + ((1900px - 1170px)/2) + 15px - ((60% * 1.28) - 60%));
  }

  .component-interactive-banner .sticky-left {
    left: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    left: calc(((-1900px + 1170px)/2) - 15px);
  }

  .component-interactive-banner .sticky-right {
    right: -webkit-calc(((-1900px + 1170px)/2) - 15px);
    right: calc(((-1900px + 1170px)/2) - 15px);
  }
}

/**
 *  Main css for synopsys-util
 */
/**
 *  Main css for splitcard
 */
.component-splitcard {
  margin: 20px 0;
}

.component-splitcard .split-card-wrapper {
  text-align: left;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.component-splitcard .split-card-wrapper:hover {
  box-shadow: -1px 2px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.component-splitcard a {
  text-decoration: none;
}

.component-splitcard .contentValignCenter {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
}

.component-splitcard .split-card-text {
  color: #5a2a82;
  font-size: 18px;
  padding: 26px 24px;
  min-height: 224px;
  line-height: 1.6;
  margin-top: 0;
}

.component-splitcard .split-card-btn {
  padding: 0 24px;
  height: 96px;
  background-color: #80539c;
  position: relative;
}

.component-splitcard .split-card-btn p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  width: 74%;
  float: left;
  text-transform: uppercase;
}

.component-splitcard .split-card-btn .arrow-wrapper {
  display: none;
  float: right;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
}

.component-splitcard .split-card-btn .fa-arrow-right {
  color: #FFF;
  font-size: 26px;
}

.component-splitcard .split-card-btn.orange {
  background-color: #fcaf1a;
}

.component-splitcard .split-card-btn.green {
  background-color: #99cc33;
}

.component-splitcard .split-card-btn.blue {
  background-color: #4c9ec9;
}

.component-splitcard .split-card-btn.purple {
  background-color: #80539c;
}

.component-splitcard .split-card-btn.teal {
  background-color: #00b2a9;
}

.component-splitcard .split-card-btn.dark-turquoise {
  background-color: #12788a;
}

.component-splitcard .split-card-btn.gray {
  background-color: #646e81;
}

.component-splitcard .split-card-btn.burnt-orange {
  background-color: #e07c05;
}

.component-splitcard .split-card-btn.black {
  background-color: #3c3c3c;
}

/**
 *  Main css for solutioncard
 */
.component-solutioncard {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.component-solutioncard .cmp-image {
  height: 100%;
}

.component-solutioncard .image {
  height: 434px;
}

.component-solutioncard .image img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 1.5s, -webkit-filter 1.5s linear;
  transition: -webkit-transform 1.5s, -webkit-filter 1.5s linear;
  transition: transform 1.5s, filter 1.5s linear;
  transition: transform 1.5s, filter 1.5s linear, -webkit-transform 1.5s, -webkit-filter 1.5s linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.component-solutioncard .image .overlay {
  position: absolute;
  height: 275px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0.5)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 28%, black 100%);
  z-index: 10;
  bottom: 0;
}

.component-solutioncard .image .text-hover {
  position: absolute;
  top: unset;
  bottom: -25px;
  min-height: 179px;
  width: 75%;
  z-index: 15;
  text-shadow: 0 0 6px #474747;
  color: white;
  font-weight: 400;
  -webkit-transition: 1s;
  transition: 1s;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.component-solutioncard .image .text-hover span {
  font-size: 24px;
  font-weight: 300;
  text-shadow: 0 0 4px #474747;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 68px;
}

.component-solutioncard .image .text-hover p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 4px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 77px;
}

.component-solutioncard .image:hover .text-hover {
  top: unset;
  bottom: 15px;
  -webkit-transition: 1s;
  transition: 1s;
}

.component-solutioncard .image:hover .text-hover p,
.component-solutioncard .image:hover .text-hover .button {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.component-solutioncard .text {
  position: absolute;
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 15;
  text-align: center;
  text-shadow: 0 0 6px #474747;
}

.component-solutioncard .button {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: white;
  padding: 8px 25px 8px 25px;
  margin: 4px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.component-solutioncard .button .fa-chevron-right {
  font-size: 10px;
  margin-left: 8px;
}

.component-solutioncard .button:hover {
  text-decoration: underline;
}

.col-sm-4 .component-solutioncard {
  margin-left: 0;
  margin-right: 0;
}

/**
 *  Main css for agendacard
 */
.cards .background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-xs {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.cards .background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-xs {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.cmp-agendacard {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.cmp-agendacard .cmp-agendacard__agendaCard {
  text-align: left;
  padding: 0 20px 0;
}

.cmp-agendacard .cmp-agendacard__agendatype {
  color: black;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: left;
  background-color: white;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  height: auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine {
  padding: 0 24px;
  height: 5px;
  background-color: #80539c;
  position: relative;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.orange {
  background-color: #fcaf1a;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.green {
  background-color: #99cc33;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.blue {
  background-color: #4c9ec9;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.purple {
  background-color: #80539c;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.teal {
  background-color: #00b2a9;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.dark-turquoise {
  background-color: #12788a;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.gray {
  background-color: #646e81;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.burnt-orange {
  background-color: #e07c05;
}

.cmp-agendacard .cmp-agendacard__agendaCardLine.black {
  background-color: #3c3c3c;
}

.cmp-agendacard .cmp-agendacard__datetime {
  font-size: 16px;
  font-weight: 500;
  color: black;
  padding: 20px 0 0px 36px;
  text-indent: -15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cmp-agendacard .cmp-agendacard__timezone {
  font-size: 16px;
  font-weight: 300;
  color: black;
  padding: 0px 0 0 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cmp-agendacard .cmp-agendacard__nodate {
  font-size: 16px;
  font-weight: 300;
  color: black;
  padding: 20px 0 0 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cmp-agendacard .cmp-agendacard__details {
  padding: 20px 0 0 5px;
}

.cmp-agendacard .cmp-agendacard__agendatitle {
  color: #5a2a82;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 0;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.cmp-agendacard .cmp-agendacard__agendatitle .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.cmp-agendacard .cmp-agendacard__agendatitle:hover .tooltiptext {
  visibility: visible;
}

.cmp-agendacard .cmp-agendacard__speakerName {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  margin-left: -40px;
  height: 96px;
}

.cmp-agendacard ul.cmp-agendacard__speakerList {
  list-style: none;
}

.cmp-agendacard ul.cmp-agendacard__speakerList li:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cmp-agendacard ul.cmp-agendacard__speakerList li {
  line-height: 1.4;
}

.cmp-agendacard .cmp-agendacard__speakerList li span>span {
  font-weight: 300;
}

.cmp-agendacard .read-more-content {
  height: 100%;
}

.cmp-agendacard span.cmp-agendacard__description {
  text-align: left;
  line-height: 1.4;
}

.cmp-agendacard .hide {
  display: none;
}

.cmp-agendacard .cmp-agendacard__agendalink {
  padding-bottom: 30px;
  text-align: center;
}

.cmp-agendacard .more-text {
  display: none;
}

.cmp-agendacard a.cmp-agendacard__readMoreShow,
.cmp-agendacard a.cmp-agendacard__readMoreHide {
  font-size: 14px;
  font-weight: 400;
  color: #316aca;
}

.cmp-agendacard a.cmp-agendacard__readMoreShow:hover,
.cmp-agendacard a.cmp-agendacard__readMoreHide:hover {
  color: #1e4681;
  text-decoration: none;
}

.background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .cmp-agendacard.component-textcomp.text-align-center {
  background-color: #FFF;
}

.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .background-component.light-grey-bg .cmp-agendacard.component-textcomp.text-align-center {
  background-color: #f7f7f7;
}

.background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype {
  background-color: #f7f7f7;
}

.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .background-component.light-grey-bg .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype {
  background-color: #FFF;
}

.background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.white-bg .cmp-agendacard.component-textcomp.text-align-center {
  background-color: #f7f7f7;
}

.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center,
.background-component.light-grey-bg .background-component.white-bg .cmp-agendacard.component-textcomp.text-align-center {
  background-color: #FFF;
}

.background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.white-bg .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype {
  background-color: #FFF;
}

.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-sm.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-xs.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-md.vert-pad-bottom-xs .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-md.vert-pad-bottom-sm .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg.vert-pad-top-md.vert-pad-bottom-md .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype,
.background-component.light-grey-bg .background-component.white-bg .cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype {
  background-color: #f7f7f7;
}

section.cmp-agendacard.component-textcomp.text-align-center {
  background-color: #f7f7f7;
}

section.cmp-agendacard.component-textcomp.text-align-center .cmp-agendacard__agendatype {
  background-color: white;
}

.col-sm-4 .cmp-agendacard {
  margin-left: 0;
  margin-right: 0;
}

.column .col-xs-12.col-sm-4 .cmp-agendacard__agendatitle,
.column .col-xs-12.col-sm-6 .cmp-agendacard__agendatitle,
.card-col.col-xs-12.col-sm-6 .cmp-agendacard__agendatitle {
  -webkit-line-clamp: 2;
}

.column .col-xs-12 .cmp-agendacard__agendatitle {
  -webkit-line-clamp: 2;
}

.column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard,
.column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard,
.column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard {
  display: block;
}

.column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__details,
.column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__details,
.column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__details {
  padding: 20px 0 0 5px;
}

.column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  font-size: 20px;
  -webkit-line-clamp: 2;
}

.column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  font-size: 20px;
  -webkit-line-clamp: 3;
}

.column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendalink,
.column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendalink,
.column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendalink {
  text-align: center;
}

.floating-tab .card-col .cards .cmp-agendacard__agendaCard {
  display: block;
}

.floating-tab .card-col .cards .cmp-agendacard__agendaCard .cmp-agendacard__details {
  padding-top: 20px;
}

.floating-tab .card-col .cards .cmp-agendacard__agendaCard .cmp-agendacard__agendalink {
  text-align: center;
}

.floating-tab .card-col .cards .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  font-size: 20px;
  -webkit-line-clamp: 3;
}

.col-1 .card-col .cmp-agendacard__agendaCard .cmp-agendacard__speakerName {
  height: auto;
}

.col-1 .cmp-agendacard__agendaCard,
.floating-tab .cmp-agendacard__agendaCard,
.column .cmp-agendacard__agendaCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-1 .cmp-agendacard__agendaCard .cmp-agendacard__details,
.floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__details,
.column .cmp-agendacard__agendaCard .cmp-agendacard__details {
  padding: 20px 0 20px 50px;
}

.col-1 .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  font-size: 24px;
  -webkit-line-clamp: 2;
}

.col-1 .cmp-agendacard__agendaCard .cmp-agendacard__agendalink,
.floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__agendalink,
.column .cmp-agendacard__agendaCard .cmp-agendacard__agendalink {
  text-align: left;
}

.col-1 .card-col .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  font-size: 24px;
  -webkit-line-clamp: 2;
  height: auto;
}

.card-col.col-xs-12.col-sm-6 .cmp-agendacard__agendatitle {
  -webkit-line-clamp: 2;
  height: 56px;
}

.card-col .cmp-agendacard .cmp-agendacard__agendatitle {
  height: 84px;
}

.floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  height: auto;
}

.floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__speakerName {
  height: auto;
}

.column .col-xs-12 .cards .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .col-xs-12.col-sm-8 .cards .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .col-xs-12.col-sm-9 .cards .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .col-xs-12 .cards .cmp-agendacard__agendaCard .cmp-agendacard__speakerName,
.column .col-xs-12.col-sm-8 .cards .cmp-agendacard__agendaCard .cmp-agendacard__speakerName,
.column .col-xs-12.col-sm-9 .cards .cmp-agendacard__agendaCard .cmp-agendacard__speakerName {
  height: auto;
}

.column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  height: 56px;
}

.column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__speakerName,
.column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__speakerName,
.column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__speakerName {
  height: 96px;
}

.column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
.column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
  height: 84px;
}

.component-content-carousel.slick-initialized .slick-slide .cmp-agendacard .cmp-agendacard__agendatitle {
  -webkit-line-clamp: 2;
  height: auto;
}

.component-content-carousel.slick-initialized .slick-slide .cmp-agendacard .cmp-agendacard__speakerName {
  height: auto;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
@media (max-width: 374px) {
  .component-solutioncard .image img {
    width: auto;
    height: 102%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
  }

  .component-solutioncard .cmp-image {
    height: auto;
  }

  .component-solutioncard .cmp-image:hover {
    -webkit-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }
}

@media (max-width: 480px) {
  .cmp-agendacard .cmp-agendacard__datetime {
    padding: 12px 0 0px 30px;
  }

  .cmp-agendacard .cmp-agendacard__timezone {
    padding: 2px 0px 0px 30px;
  }

  .cmp-agendacard .cmp-agendacard__nodate {
    padding: 20px 0 0 0px;
  }

  .cmp-agendacard .cmp-agendacard__agendatitle {
    font-size: 20px;
    -webkit-line-clamp: 2;
  }

  .cmp-agendacard .cmp-agendacard__speakerName {
    padding: 12px 0 12px 0;
  }

  .cmp-agendacard .cmp-agendacard__agendalink {
    padding-bottom: 20px;
    text-align: center;
  }

  .cmp-agendacard .cmp-agendacard__agendaCard {
    display: block;
  }

  .cmp-agendacard .cmp-agendacard__agendaCard {
    height: auto !important;
  }

  .column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__details,
  .column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__details,
  .column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__details {
    padding: 12px 0 0px 0px;
  }

  .column .col-xs-12.col-sm-6 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
  .column .col-xs-12.col-sm-3 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
  .column .col-xs-12.col-sm-4 .cmp-agendacard .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
    font-size: 20px;
    -webkit-line-clamp: 2;
    height: 60px;
  }

  .floating-tab .card-col .cards .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
    -webkit-line-clamp: 2;
  }

  .card-col .cmp-agendacard .cmp-agendacard__agendatitle {
    height: 60px;
  }

  .col-1 .card-col .cmp-agendacard__agendaCard .cmp-agendacard__details,
  .floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__details,
  .column .cmp-agendacard__agendaCard .cmp-agendacard__details {
    padding: 12px 0 0px 0px;
  }

  .col-1 .card-col .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
  .floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle,
  .column .cmp-agendacard__agendaCard .cmp-agendacard__agendatitle {
    font-size: 20px;
    -webkit-line-clamp: 2;
    height: 60px;
  }

  .col-1 .card-col .cmp-agendacard__agendaCard .cmp-agendacard__agendalink,
  .floating-tab .cmp-agendacard__agendaCard .cmp-agendacard__agendalink,
  .column .cmp-agendacard__agendaCard .cmp-agendacard__agendalink {
    text-align: center;
  }

  .slick-list.draggable {
    height: auto !important;
  }
}

@media (min-width: 730px) {
  .component-splitcard .split-card-text {
    min-height: 224px;
  }

  .component-splitcard .split-card-btn p {
    width: 100%;
  }

  .component-solutioncard {
    margin-left: 0;
    margin-right: 0;
  }

  .component-solutioncard .text-hover hr {
    margin: 10px 0;
  }

  .component-solutioncard .image {
    height: 434px;
  }

  .component-solutioncard .button {
    font-size: 16px;
    margin-top: 4px;
  }

  .component-card-container .card-col:not(:last-child).col-sm-4 .component-solutioncard {
    margin-right: 12px;
  }

  .component-card-container .card-col:not(:last-child).col-sm-6 .component-solutioncard {
    margin-right: 12px;
  }

  .component-card-container .card-col:not(:last-child).col-sm-3 .component-solutioncard {
    margin-right: 12px;
  }

  .column .component-column>div.three:not(:last-child) .component-solutioncard {
    margin-right: 2px;
  }
}

@media (min-width: 730px) and (max-width: 1199px) {
  .col-sm-4 .component-solutioncard .image img.mobile {
    height: 102%;
    width: auto;
  }
}

@media (min-width: 992px) {
  .component-splitcard .split-card-text {
    font-size: 22px;
    min-height: 254px;
  }

  .component-splitcard .split-card-btn p {
    font-size: 20px;
    width: 100%;
  }

  .component-solutioncard {
    margin-top: 0;
  }

  .component-solutioncard .image {
    height: 434px;
    border-radius: 5px;
  }

  .component-solutioncard .image img {
    width: auto;
    height: 102%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
  }

  .component-solutioncard .image .text-hover span {
    font-weight: 300;
    font-size: 24px;
    display: block;
    height: auto;
  }

  .component-solutioncard .image:hover {
    top: 48%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .component-solutioncard .image:hover .text {
    display: none;
  }

  .component-solutioncard .image:hover .text-hover {
    display: block;
  }

  .column .component-column>div.three11154:not(:last-child) .component-solutioncard,
  .column .component-column>div.three15411:not(:last-child) .component-solutioncard {
    margin-right: 18px;
  }
}

@media only screen and (min-width: 730px) and (max-width: 1024px) {
  .component-solutioncard .button {
    padding-left: 0;
    padding-right: 0;
  }

  .component-solutioncard .image .text-hover {
    top: unset;
    bottom: 15px;
  }

  .component-solutioncard .image .text-hover span {
    font-size: 24px;
    height: 68px;
  }

  .component-solutioncard .image .text-hover p,
  .component-solutioncard .image .text-hover .button {
    opacity: 1;
  }
}

/* > LG Desktop */
@media (min-width: 1200px) {
  .component-splitcard .split-card-text {
    font-size: 27px;
    padding: 26px 24px;
    min-height: 270px;
  }

  .component-splitcard .split-card-btn .arrow-wrapper {
    display: inline-block;
  }

  .component-splitcard .split-card-btn p {
    font-size: 26px;
    width: 250px;
  }

  .component-solutioncard .image {
    height: 434px;
    position: relative;
  }

  .column .component-column>div.three11154:not(:last-child) .component-solutioncard,
  .column .component-column>div.three15411:not(:last-child) .component-solutioncard {
    margin-right: 15px;
  }
}

/*IE 10 or higher */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .component-solutioncard .image:hover .overlay {
    opacity: 0.5;
  }
}

/********* Quick Task Card CSS Changes ********/
.component-quicktask {
  /* Card Styling */
  /* Icon Styling */
  /* Card Label Styling */
}

.component-quicktask ul.topTasksContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-quicktask .topTasksItem {
  display: inline-block;
}

.component-quicktask .topTasksLink,
.component-quicktask .topTasksItem {
  width: 100%;
}

.component-quicktask .topTasksItem {
  position: relative;
  width: 100%;
  height: 206px;
  margin: 0 15px 30px 15px;
  border-radius: 5px;
  background-color: #FFF;
  border: none;
  box-shadow: 0px 0px 6px #cbcbcb;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.component-quicktask .topTasksItem:hover,
.component-quicktask .topTasksItem:focus {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.component-quicktask .topTasksIcon {
  position: relative;
  width: 206px;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.component-quicktask .topTasksIcon .img-responsive {
  height: 100px;
  margin: auto;
}

.component-quicktask .topTasksLabel {
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.component-quicktask .topTasksLabel a {
  font-size: 14px;
  font-weight: 300;
  color: #5a2a82;
  width: 100%;
  /* Remove outline for non-keyboard :focus */
}

.component-quicktask .topTasksLabel a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.component-quicktask .topTasksLabel a:hover {
  text-decoration: none;
}

.component-quicktask .topTasksLabel a:focus-visible {
  outline: 1px dashed #2e3c4d;
  outline-offset: 5px;
}

.component-quicktask .topTasksLabel a:focus:not(:focus-visible) {
  outline: none;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-card-container .card-col:not(:first-child).col-sm-4 .component-solutioncard {
    margin-top: 17px;
  }

  .column .component-column>div:not(:first-child) .component-solutioncard {
    margin-top: 32px;
  }

  .col-sm-4 .component-solutioncard {
    margin-left: auto;
    margin-right: auto;
  }

  .component-solutioncard {
    overflow: hidden;
    margin: 0 auto;
    max-width: 368px;
    position: relative;
  }

  .component-solutioncard .image .text-hover {
    top: unset;
    bottom: 15px;
  }

  .component-solutioncard .image .text-hover span {
    font-size: 24px;
  }

  .component-solutioncard .image .text-hover p,
  .component-solutioncard .image .text-hover .button {
    opacity: 1;
  }
}

/* SM Tablet */
@media (min-width: 730px) {
  .component-quicktask .topTasksContainer {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .component-quicktask .topTasksLabel {
    font-size: 14px;
  }

  .component-quicktask .topTasksLink,
  .component-quicktask .topTasksItem {
    width: -webkit-calc(33% - 28px);
    width: calc(33% - 28px);
    margin: 12px 15px;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .component-quicktask .topTasksContainer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .component-quicktask .topTasksLink,
  .component-quicktask .topTasksItem {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 12px 10px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .component-quicktask .topTasksLabel {
    font-size: 18px;
  }

  .component-quicktask .topTasksLink,
  .component-quicktask .topTasksItem {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
  }
}

.three .component-assetcard,
.col-sm-4 .component-assetcard {
  min-height: 283px;
}

.two .component-assetcard,
.col-sm-6 .component-assetcard {
  min-height: 283px;
}

.four .component-assetcard,
.col-sm-3 .component-assetcard,
.carousel-list-holder[container-column-layout='4'] .component-assetcard {
  min-height: 215px;
}

.four .component-assetcard:has(img),
.col-sm-3 .component-assetcard:has(img),
.carousel-list-holder[container-column-layout='4'] .component-assetcard:has(img) {
  min-height: 338px;
}

@media (min-width: 730px) {

  .four .component-assetcard .card-text p,
  .four .component-assetcard .card-text .date-time,
  .col-sm-3 .component-assetcard .card-text p,
  .col-sm-3 .component-assetcard .card-text .date-time,
  .carousel-list-holder[container-column-layout='4'] .component-assetcard .card-text p,
  .carousel-list-holder[container-column-layout='4'] .component-assetcard .card-text .date-time {
    display: none;
  }
}

.component-assetcard {
  position: relative;
  margin: 5px;
  background-color: #FFF;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: auto;
}

.component-assetcard .cmp-image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  height: auto;
}

.component-assetcard .label-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.component-assetcard .label-wrapper {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #7e45af;
  border-radius: 3px;
  padding: 4px 8px;
  line-height: 12px;
  color: #fff;
  display: inline;
}

.component-assetcard .label-wrapper.invisible {
  visibility: hidden;
}

.component-assetcard .label-wrapper .label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.component-assetcard .date-time {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.5px;
  text-align: right;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16px;
  color: #555555;
}

.component-assetcard .card-text {
  padding: 32px 32px 53px 32px;
}

.component-assetcard .card-text .heading-desc-wrapper {
  height: 158px;
}

.component-assetcard .card-text .heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  margin: 20px 0;
  color: #111c24;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.component-assetcard .card-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 32px;
  color: #111C24;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.component-assetcard .card-text p.hide-desc {
  display: none;
}

.component-assetcard .card-text a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #316aca;
  position: absolute;
  bottom: 32px;
}

.component-assetcard .card-text a:hover {
  color: #23527C;
}

.component-assetcard .card-text a .fa-chevron-right {
  font-size: 12px;
}

.component-assetcard .cmp-image+.card-text,
.component-assetcard .cmp-video+.card-text {
  padding-top: 20px;
}

.component-eventcard {
  padding: 24px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFF;
  border-radius: 5px;
  margin: 10px 0;
}

.component-eventcard .event-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media (min-width: 992px) {
  .component-eventcard .event-contents {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}

.component-eventcard div.cmp-image img {
  object-fit: cover;
  width: 96px;
  height: 100px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .component-eventcard div.cmp-image img {
    width: 214px;
    height: 222px;
  }
}

.component-eventcard div.event-text-container {
  color: #111c24;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

@media (max-width: 480px) {
  .component-eventcard div.event-text-container {
    width: 60%;
  }
}

.component-eventcard div.event-text-container .event-header {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
  height: 44px;
}

@media (min-width: 480px) {
  .component-eventcard div.event-text-container .event-header {
    font-size: 24px;
    height: 68px;
  }
}

.component-eventcard div.event-text-container .type-loc-date-wrapper {
  min-height: 82px;
  margin-bottom: 16px;
}

.component-eventcard div.event-text-container .type-loc-date-wrapper .event-type,
.component-eventcard div.event-text-container .type-loc-date-wrapper .event-location,
.component-eventcard div.event-text-container .type-loc-date-wrapper .event-date {
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0px;
}

@media (min-width: 992px) {

  .component-eventcard div.event-text-container .type-loc-date-wrapper .event-type,
  .component-eventcard div.event-text-container .type-loc-date-wrapper .event-location,
  .component-eventcard div.event-text-container .type-loc-date-wrapper .event-date {
    font-size: 16px;
  }
}

.component-eventcard div.event-text-container .event-cta {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-top: 8px;
  height: 22.4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #111C24;
}

@media (min-width: 480px) {
  .component-eventcard div.event-text-container .event-cta {
    font-size: 16px;
  }
}

.component-eventcard div.event-text-container .event-cta svg {
  font-size: 12px;
  margin-left: 3px;
}

.component-eventcard div.event-text-container .event-cta:hover {
  color: #23527C;
  text-decoration: underline;
}

/*
"    Responsive (mobile first)
"   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SEARCH TOP BAR header */
#searchbox atomic-search-box::part(wrapper) {
  border-radius: 0;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  background-color: #FFF;
}

#searchbox atomic-search-box::part(wrapper):focus-within {
  box-shadow: none;
}

#searchbox atomic-search-box::part(submit-button) {
  position: absolute;
  background: 0;
  border: 0;
  width: auto;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  color: #111C24;
  left: 24px;
  top: 12px;
}

#searchbox atomic-search-box::part(input) {
  color: #111C24;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 16px */
  padding: 10.5px 45px 10.5px 55px;
}

#searchbox atomic-search-box::part(submit-icon) {
  width: 18px;
  height: 18px;
}

#searchbox atomic-search-box::part(clear-button) {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #FFF;
  z-index: 1;
  right: 15px;
  top: 14px;
}

#searchbox atomic-search-box::part(clear-icon) {
  width: 100%;
  height: 100%;
  color: #555;
  top: 0;
  position: absolute;
  left: 0;
}

#searchbox atomic-search-box::part(suggestions-wrapper) {
  border-radius: none;
}

#modal-overlay-coveo-search {
  position: fixed;
  width: 200vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1041;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
  top: 0;
  left: -50%;
}

#modal-overlay-coveo-search.active {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  pointer-events: all;
}

/* END SEARCH TOP BAR header */
/**
 *  Main css for search Result
 */
/*
      Coveo Atomic elements CSS changes
  */
:root,
:host {
  --atomic-font-family: 'Roboto', Arial, sans-serif !important;
  --atomic-border-radius-xl: 50%;
  /* Text size */
  --atomic-text-base: 1.4rem !important;
  /* 14px */
  --atomic-text-sm: 1.2rem !important;
  /* 12px */
  --atomic-text-lg: 1.6rem !important;
  /* 16px */
  --atomic-text-xl: 1.8rem !important;
  /* 18px */
  --atomic-text-2xl: 2.4rem !important;
  /* 24px */
  --atomic-line-height-ratio: 1.5 !important;
  --atomic-primary: #316ACA !important;
}

.component-search-result .atomic-search-section {
  background: radial-gradient(95.25% 2197.52% at 2.71% 62.5%, #416D91 0%, #5D6196 44.47%, #5E6296 44.48%, #8A71A7 100%);
  padding: 47px 0;
  margin: 0 auto;
  width: 100%;
}

.component-search-result .atomic-search-section .atomicSearchbox {
  --atomic-primary: #ea7d21;
  width: 660px;
  max-width: 660px;
  margin: 0 auto;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box {
  border: 1px solid #FFF;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input {
  border-radius: 0;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input .magic-box-underlay,
.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input>input {
  font-family: 'Roboto light', Arial, sans-serif;
  font-size: 18px;
  color: #111C24;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input .magic-box-underlay::-webkit-input-placeholder,
.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input>input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646E81;
  opacity: 1;
  /* Firefox */
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input .magic-box-underlay::-moz-placeholder,
.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input>input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646E81;
  opacity: 1;
  /* Firefox */
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input .magic-box-underlay::placeholder,
.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input>input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646E81;
  opacity: 1;
  /* Firefox */
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input .magic-box-underlay:focus::-webkit-input-placeholder,
.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input>input:focus::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B6C0;
  opacity: 1;
  /* Firefox */
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input .magic-box-underlay:focus::-moz-placeholder,
.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input>input:focus::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B6C0;
  opacity: 1;
  /* Firefox */
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input .magic-box-underlay:focus::placeholder,
.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-input>input:focus::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B1B6C0;
  opacity: 1;
  /* Firefox */
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-clear-svg {
  color: #646E81;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-suggestions {
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 3px;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-suggestions .coveo-magicbox-suggestions {
  border: none;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-suggestions .magic-box-suggestion {
  cursor: pointer;
  padding: 10px 12px;
  font-family: 'Roboto Light', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #111C24;
  border-top: none;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-suggestions .magic-box-suggestion:hover {
  background-color: #F0F0F4;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-suggestions .magic-box-suggestion:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.component-search-result .atomic-search-section .atomicSearchbox .magic-box .magic-box-suggestions .magic-box-suggestion:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.component-search-result .atomicSearchInterface .atomicBackToTop {
  visibility: hidden;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.component-search-result .atomicSearchInterface .atomic-back-to-top {
  background-color: #FFF;
  border: 0;
  font-family: Roboto, 'Arial Regular', 'Arial', sans-serif;
  color: #316aca;
  padding: 5px;
  margin: 10px 10px 0 10px;
}

@media only screen and (max-width: 824px) {
  .component-search-result .atomic-search-section {
    background-image: url("https://www.synopsys.com/content/dam/synopsys/search-bar-mobile-bg-2x.jpg");
  }

  .component-search-result .atomic-search-section .atomicSearchbox {
    width: 80%;
    max-width: 80%;
  }

  .component-search-result .atomic-search-section .atomicSearchbox {
    margin: 0 auto !important;
  }
}

.atomicSearchbox::part(submit-button) {
  background-color: #ea7d21;
  border-color: #ea7d21;
  z-index: 2;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #FFF;
  border: 1px solid #7e8c9a;
  border-left: none;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  height: 50px;
  width: 60px;
  cursor: pointer;
  line-height: 0;
}

.atomicSearchbox::part(submit-icon) {
  vertical-align: middle;
  -webkit-animation: none;
  animation: none;
  display: inline-block;
  color: #FFF;
  overflow: hidden;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
}

atomic-result::part(result-link):hover {
  color: orange;
}

.custome-active {
  border-bottom: 2px solid #5a2a82 !important;
}

custom-tab::part(tab-anchor) {
  margin: 0px 6px;
  padding: 16px;
  height: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1372ec;
  font-weight: 500;
  border-radius: 0px;
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

custom-tab::part(tab-anchor).active {
  border-bottom: 2px solid #5a2a82 !important;
}

custom-tab::part(tab-label) {
  font-size: 16px;
  color: #5a2a82;
  text-transform: capitalize;
  font-weight: 400;
}

@media only screen and (max-width: 47.9375em) {
  .component-search-result .atomicSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper {
    position: absolute;
    top: 207px;
    z-index: 1;
  }

  .component-search-result .atomicSearchInterface .coveo-tab-section {
    padding-left: 0;
    text-align: center;
  }

  .component-search-result .atomicSearchInterface .CoveoTab:first-child {
    margin-left: 0;
  }

  .component-search-result .atomicSearchInterface .coveo-result-frame .coveo-result-cell {
    display: block;
  }

  .component-search-result .atomicSearchInterface .CoveoResultLink,
  .component-search-result .atomicSearchInterface a.CoveoResultLink,
  .component-search-result .atomicSearchInterface .CoveoResult a.CoveoResultLink {
    font-size: 16px;
  }

  .component-search-result .atomicSearchInterface .coveo-result-title-nolink {
    font-size: 16px;
    font-weight: 400;
  }

  .component-search-result .atomicSearchInterface .CoveoExcerpt {
    font-size: 14px;
  }

  .component-search-result .atomicSearchInterface .CoveoFieldValue .coveo-field-caption,
  .component-search-result .atomicSearchInterface .CoveoFieldValue .coveo-field-caption+span {
    font-size: 13px;
  }

  .component-search-result .atomicSearchInterface .CoveoFieldValue .coveo-clickable {
    font-size: 13px;
  }

  .component-search-result .atomicSearchInterface a.CoveoResultLink>span[data-field="@clickUri"] {
    font-size: 12px;
  }

  .component-search-result .atomicSearchInterface .coveo-snps-date {
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 824px) {
  .component-search-result .atomicSearchInterface .atomic-search-section .atomicSearchbox {
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .component-search-result .atomicSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper {
    position: absolute;
    top: 199px;
    z-index: 1;
  }

  .component-search-result .atomicSearchInterface .atomicSearchbox {
    margin-right: 0;
  }
}

#coveo-tab-wrapper-parent {
  background-color: #F0F0F4;
  border-bottom: 1px solid #bcc3ca;
}

@media only screen and (min-width: 1024px) {

  .atomic-search-layout,
  .coveo-tab-wrapper {
    -ms-grid-columns: 0fr 1fr 3fr 0fr !important;
    grid-template-columns: 0fr 1fr 3fr 0fr !important;
    -webkit-column-gap: normal !important;
    -moz-column-gap: normal !important;
    column-gap: normal !important;
    display: -ms-grid;
    display: grid;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
  }

  .atomic-search-layout {
    grid-template-areas: ". atomic-section-facets atomic-section-main ." !important;
  }

  .coveo-tab-wrapper {
    grid-template-areas: ". . coveo-tab-section ." !important;
    padding: 0 0 0 44px;
  }

  #coveo-tab-wrapper-parent {
    margin-bottom: 58px;
  }

  atomic-layout-section[section='main'] {
    padding: 16px 0 75px 24px;
  }
}

atomic-layout-section[section='pagination'] {
  padding-top: 30px;
  margin: 18px 0 0 0;
  border-top: 1px solid #BCC3CA;
}

atomic-search-interface {
  /**
  * Facets
  */
  /**
  * Search layout
  */
  /* LIST STYLE */
  /* Footer */
}

atomic-search-interface atomic-pager::part(page-button),
atomic-search-interface atomic-pager::part(previous-button),
atomic-search-interface atomic-pager::part(next-button),
atomic-search-interface atomic-results-per-page::part(button) {
  border: 2px solid transparent;
  color: #80539c;
  font-weight: 500;
  font-size: 18px;
  margin: 0 1px;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  line-height: 18px;
}

atomic-search-interface atomic-pager::part(page-button),
atomic-search-interface atomic-pager::part(next-button),
atomic-search-interface atomic-results-per-page::part(button) {
  cursor: pointer;
}

atomic-search-interface atomic-layout-section[section='status'] {
  border-bottom: 1px solid #BCC3CA;
}

atomic-search-interface atomic-pager::part(active-page-button),
atomic-search-interface atomic-results-per-page::part(active-button) {
  border-color: #80539c;
  background-color: #80539c;
  color: #FFF;
}

atomic-search-interface atomic-pager::part(page-button):hover,
atomic-search-interface atomic-results-per-page::part(button):hover {
  border-color: #80539c;
}

atomic-search-interface atomic-pager::part(previous-button-icon),
atomic-search-interface atomic-pager::part(next-button-icon) {
  color: #80539c;
  width: 28px;
  padding: 0;
  position: relative;
  top: -2px;
  left: -1px;
}

atomic-search-interface atomic-search-layout atomic-layout-section[section='facets'] {
  max-width: 290px;
}

atomic-search-interface atomic-category-facet::part(value-count),
atomic-search-interface atomic-facet[facet-id='solution-facet']::part(value-count),
atomic-search-interface atomic-facet[facet-id='year-facet']::part(value-count),
atomic-search-interface atomic-facet[facet-id='language-facet']::part(value-count),
atomic-search-interface atomic-facet[facet-id='contenttype-facet']::part(value-count) {
  display: none;
}

atomic-search-interface atomic-category-facet::part(value-count) {
  display: none !important;
}

atomic-search-interface atomic-facet::part(search-wrapper),
atomic-search-interface atomic-category-facet::part(search-wrapper) {
  padding: 0;
}

atomic-search-interface atomic-facet::part(facet),
atomic-search-interface atomic-category-facet::part(facet) {
  background: none !important;
  border: none;
  position: relative;
  padding: 9px;
}

atomic-search-interface atomic-facet::part(clear-button),
atomic-search-interface atomic-category-facet::part(clear-button) {
  position: absolute;
  top: 6px;
  right: 24px;
  font-size: 14px;
  background: none !important;
}

atomic-search-interface atomic-facet::part(clear-button-icon),
atomic-search-interface atomic-category-facet::part(clear-button-icon) {
  display: none;
}

atomic-search-interface atomic-facet::part(search-input) {
  font-weight: 400;
  border: 1px solid #BCC3CA;
}

atomic-search-interface atomic-facet::part(search-input):hover {
  border: 1px solid #BCC3CA;
}

atomic-search-interface atomic-facet::part(search-icon) {
  color: #000 !important;
}

atomic-search-interface atomic-facet::part(search-wrapper),
atomic-search-interface atomic-category-facet::part(search-wrapper) {
  zoom: 1.4;
  margin-top: 15px;
}

atomic-search-interface atomic-facet::part(values) {
  margin-top: 15px;
}

atomic-search-interface atomic-facet::part(label-button),
atomic-search-interface atomic-category-facet::part(label-button) {
  font-size: 22px;
  line-height: normal;
  border-bottom: 2px solid #80539c;
  padding: 0 0 9px 0;
  font-weight: 400;
  color: #80539c;
}

atomic-search-interface atomic-facet::part(value-checkbox) {
  border-radius: 0%;
  width: 17px;
  height: 17px;
  left: 0;
  border-color: #000;
}

atomic-search-interface atomic-facet::part(value-checkbox-label),
atomic-search-interface atomic-category-facet::part(value-link),
atomic-search-interface data-atomic-loaded::part(node-value),
atomic-search-interface atomic-category-facet::part(node-value) {
  font-size: 15px;
  color: #373737;
  font-weight: 300;
  padding-left: 29px;
  border-left: 3px solid transparent;
}

atomic-search-interface atomic-category-facet::part(value-link):hover,
atomic-search-interface atomic-facet::part(value-checkbox-label):hover {
  border-left: 3px solid transparent;
  font-weight: 500;
  background: none;
}

atomic-search-interface atomic-category-facet::part(value-label),
atomic-search-interface atomic-facet::part(value-label) {
  color: #373737;
}

atomic-search-interface atomic-category-facet::part(value-label):hover,
atomic-search-interface atomic-facet::part(value-label):hover {
  font-weight: bold;
}

atomic-search-interface atomic-facet::part(show-more),
atomic-search-interface atomic-facet::part(show-less),
atomic-search-interface atomic-category-facet::part(show-more),
atomic-search-interface atomic-category-facet::part(show-less) {
  font-size: 14px;
  font-weight: 400;
  background: none;
}

atomic-search-interface atomic-facet::part(show-more-less-icon),
atomic-search-interface atomic-category-facet::part(show-more-less-icon) {
  zoom: 1.4;
}

atomic-search-interface atomic-facet::part(label-button-icon),
atomic-search-interface atomic-category-facet::part(label-button-icon) {
  width: 12px;
  color: #32508f;
}

atomic-search-interface atomic-category-facet::part(all-categories-button) {
  display: none;
}

atomic-search-interface atomic-category-facet::part(ripple-parent),
atomic-search-interface atomic-category-facet::part(active-parent),
atomic-search-interface atomic-category-facet::part(parent-button) {
  border-left: 3px solid #80539C;
  background: #F7F7F7;
}

atomic-search-interface atomic-category-facet::part(ripple-parent)::before,
atomic-search-interface atomic-category-facet::part(active-parent)::before,
atomic-search-interface atomic-category-facet::part(parent-button)::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

atomic-search-interface atomic-category-facet::part(values) {
  padding: 0;
}

atomic-search-interface atomic-category-facet::part(parent-button) {
  margin-bottom: 8px;
}

atomic-search-interface atomic-category-facet::part(value-link),
atomic-search-interface atomic-category-facet::part(parent-button),
atomic-search-interface atomic-category-facet::part(node-value),
atomic-search-interface atomic-category-facet::part(active-parent),
atomic-search-interface atomic-category-facet::part(leaf-value) {
  padding: 0.625rem 0.5rem 0.625rem 1.75rem;
  color: #373737;
}

atomic-search-interface atomic-category-facet::part(value-link)::before,
atomic-search-interface atomic-category-facet::part(parent-button)::before,
atomic-search-interface atomic-category-facet::part(node-value)::before,
atomic-search-interface atomic-category-facet::part(active-parent)::before,
atomic-search-interface atomic-category-facet::part(leaf-value)::before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012.6%207.2'%3E%3Cpath%20d='m11.3%207.04c-.3%200-.5-.1-.7-.3l-4.6-4.6-4.6%204.6c-.4.4-1%20.4-1.4%200s-.4-1%200-1.4l5.2-5.2c.4-.4%201.2-.4%201.6%200l5.2%205.2c.4.4.4%201%200%201.4-.2.2-.4.3-.7.3'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.7;
  width: 10px;
  height: 10px;
  position: relative;
  left: -10px;
  font-weight: 300;
  font-size: 15px !important;
}

atomic-search-interface atomic-category-facet::part(value-link):hover,
atomic-search-interface atomic-category-facet::part(parent-button):hover,
atomic-search-interface atomic-category-facet::part(node-value):hover,
atomic-search-interface atomic-category-facet::part(active-parent):hover,
atomic-search-interface atomic-category-facet::part(leaf-value):hover {
  font-weight: bold !important;
}

atomic-search-interface atomic-category-facet::part(parent-button):hover::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

atomic-search-interface atomic-category-facet::part(parent-button),
atomic-search-interface atomic-category-facet::part(active-parent) {
  font-weight: bold;
}

atomic-search-interface atomic-category-facet::part(parent-button)::before,
atomic-search-interface atomic-category-facet::part(active-parent)::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

atomic-search-interface atomic-category-facet::part(parent-button):hover,
atomic-search-interface atomic-category-facet::part(active-parent):hover {
  color: #373737;
}

atomic-search-interface atomic-category-facet::part(parent-button):hover::before,
atomic-search-interface atomic-category-facet::part(active-parent):hover::before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: 0.3s ease-IN;
  transition: 0.3s ease-IN;
}

atomic-search-interface atomic-category-facet::part(leaf-value) {
  border-left: 3px solid transparent;
  background: none;
}

atomic-search-interface atomic-category-facet::part(leaf-value)::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

atomic-search-interface atomic-category-facet::part(leaf-value) atomic-category-facet::part(value-label) {
  font-weight: bold;
}

atomic-search-interface atomic-category-facet::part(back-arrow) {
  display: none;
}

atomic-search-interface atomic-breadbox {
  border-bottom: 1px solid #BCC3CA;
  padding: 0 0 3px 0;
}

atomic-search-interface atomic-breadbox::part(breadcrumb-label) {
  display: none;
}

atomic-search-interface atomic-breadbox::part(container) {
  padding: 0 0 30px 0;
}

atomic-search-interface atomic-breadbox::part(label) {
  padding: 0 15px 0 0;
  position: relative;
  top: 3px;
  font-size: 0;
  font-size: var(--atomic-text-base);
  color: #646E81;
  font-weight: 500;
}

atomic-search-interface atomic-breadbox::part(breadcrumb-clear) {
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
}

atomic-search-interface atomic-breadbox::part(breadcrumb-button) {
  padding: 0 11px 0 15px;
  color: #555;
  background: none;
  border: 1px solid #555;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 16px 16px 0;
  border-radius: 60px;
}

atomic-search-interface atomic-breadbox::part(breadcrumb-value) {
  text-overflow: initial;
  max-width: initial;
}

atomic-search-interface atomic-breadbox::part(show-more),
atomic-search-interface atomic-breadbox::part(show-less) {
  position: relative;
  padding: 0 11px 0 15px;
  margin-right: 8px;
  min-height: 27px;
}

atomic-search-interface atomic-breadbox::part(clear) {
  background: none;
  padding-left: 0;
  position: relative;
  top: -3px;
}

atomic-search-interface coveo-tab-wrapper[section="status"] {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #BCC3CA;
  margin-bottom: 20px;
}

atomic-search-interface atomic-sort-dropdown,
atomic-search-interface atomic-query-summary {
  padding: 0 !important;
  margin: 0 !important;
}

atomic-search-interface atomic-sort-dropdown {
  position: relative;
  top: -4px;
}

atomic-search-interface atomic-query-summary::part(container) {
  color: #646E81;
  padding-bottom: 6px;
}

atomic-search-interface atomic-sort-dropdown::part(select) {
  padding-right: 28px;
  text-align: left;
  direction: ltr;
}

atomic-search-interface atomic-sort-dropdown::part(select-separator) .w-2\.5 {
  display: none;
}

atomic-search-interface atomic-sort-dropdown::part(select-separator)::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIiBmaWxsPSIjMTExQzI0Ij48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0zMiAzNTJjLTEyLjkgMC0yNC42LTcuOC0yOS42LTE5LjhTLjIgMzA2LjUgOS40IDI5Ny40bDE2MC0xNjBjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDBsMTYwIDE2MGM5LjIgOS4yIDExLjkgMjIuOSA2LjkgMzQuOVMzNjQuOSAzNTIgMzUyIDM1MkwzMiAzNTJ6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px;
  height: 8px;
  background-position: center right;
  background-size: 10px;
  position: absolute;
  top: 7px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

atomic-search-interface atomic-sort-dropdown::part(label) {
  font-size: var(--atomic-text-base);
}

atomic-search-interface atomic-sort-dropdown::part(select),
atomic-search-interface atomic-sort-dropdown::part(select-parent),
atomic-search-interface atomic-sort-dropdown::part(select-separator) {
  border: none;
}

atomic-search-interface atomic-sort-dropdown::part(select):focus-visible,
atomic-search-interface atomic-sort-dropdown::part(select-parent):focus-visible,
atomic-search-interface atomic-sort-dropdown::part(select-separator):focus-visible {
  border: none !important;
  --tw-ring-shadow: none;
}

atomic-search-interface atomic-folded-result-list::part(outline) {
  --atomic-on-background: #316ACA;
  --atomic-neutral: #BCC3CA;
}

atomic-search-interface atomic-results-per-page::part(label) {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  top: 7px;
  position: relative;
}

atomic-refine-toggle::part(button) {
  margin-top: 10px !important;
}

@media (max-width: 1024px) {
  atomic-folded-result-list::part(outline) {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #BCC3CA;
  }

  atomic-layout-section[section='pagination'] {
    margin: 0;
    padding: 24px 0 0 0;
    border: none;
  }

  body atomic-facet::part(label-button),
  body atomic-category-facet::part(label-button) {
    color: #111C24;
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    font-weight: 400;
    border: none;
  }

  atomic-refine-modal::part(select) {
    color: #111C24;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px;
  }

  atomic-refine-modal::part(section-title) {
    border: none;
  }

  atomic-search-interface atomic-facet::part(facet),
  atomic-search-interface atomic-category-facet::part(facet),
  atomic-refine-modal::part(section-sort-title) {
    border-radius: var(--atomic-border-radius-lg);
    border-color: var(--atomic-neutral);
    border-style: solid;
    border-width: 1px;
  }

  atomic-refine-modal::part(footer-button) {
    background: #80539c;
    color: #FFF;
  }

  atomic-refine-modal::part(footer-button):hover {
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: underline;
  }

  atomic-search-interface atomic-breadbox::part(container) {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 1200px) {
  .coveo-tab-wrapper {
    text-align: center;
  }

  atomic-layout-section[section='pagination'] {
    margin-left: auto;
    margin-right: auto;
  }

  atomic-layout-section[section='pagination'] atomic-results-per-page {
    display: none !important;
  }
}

/* No results */
atomic-layout-section[section='results'] atomic-no-results::part(no-results),
atomic-layout-section[section='results'] atomic-no-results::part(search-tips) {
  text-align: left;
  width: 100%;
}

atomic-layout-section[section='results'] atomic-no-results::part(icon),
atomic-layout-section[section='results'] atomic-no-results::part(cancel-button) {
  display: none;
}

@media (max-width: 480px) {
  atomic-search-box::part(input) {
    width: 80%;
    margin: 0 auto;
  }
}

.blog-sub-nav-container {
  background: #f7f7fa;
  color: #111C24;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}

.blog-sub-nav-container atomic-search-box::part(wrapper) {
  border-radius: 5px;
  background: #FFF;
  --atomic-primary: #555;
}

.blog-sub-nav-container atomic-search-box::part(wrapper):focus-within {
  box-shadow: none;
}

.blog-sub-nav-container #blogSearchboxInterface {
  width: 100%;
}

.blog-sub-nav-container .atomic-search-section {
  background: #F7F7FA !important;
  color: #111C24;
  font-weight: 300;
  font-size: 20px;
  height: auto !important;
  padding: 16px !important;
}

@media (min-width: 730px) {
  .blog-sub-nav-container .atomic-search-section {
    height: 72px !important;
    padding: 0px !important;
  }
}

.blog-sub-nav-container .atomic-search-section #blogSearchBoxExt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 730px) {
  .blog-sub-nav-container .atomic-search-section #blogSearchBoxExt {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.blog-sub-nav-container .atomic-search-section #blogSearchBoxExt> :first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
}

@media (min-width: 730px) {
  .blog-sub-nav-container .atomic-search-section #blogSearchBoxExt> :first-child {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    text-align: left;
  }
}

.blog-sub-nav-container .atomic-search-section #blogSearchBoxExt> :first-child,
.blog-sub-nav-container .atomic-search-section #blogSearchBoxExt> :last-child {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.blog-sub-nav-container .atomic-search-section #blogSearchBoxExt> :not(:first-child):not(:last-child) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
}

@media (min-width: 730px) {
  .blog-sub-nav-container .atomic-search-section #blogSearchBoxExt> :not(:first-child):not(:last-child) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.blog-sub-nav-container .atomic-search-section .blog-title-cta-link {
  color: #111C24;
  font-size: 20px;
  margin-bottom: 16px;
}

@media (min-width: 730px) {
  .blog-sub-nav-container .atomic-search-section .blog-title-cta-link {
    font-size: inherit;
    margin-bottom: 0px;
  }
}

.blog-sub-nav-container .atomic-search-section .browse-blog-topics .blog-topics-btn {
  font-size: inherit;
  border: 0;
  background-color: unset;
  background-size: 10px;
  padding: 0;
}

.blog-sub-nav-container .atomic-search-section .browse-blog-topics .blog-topics-btn::after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIiBmaWxsPSIjMTExQzI0Ij48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0zMiAzNTJjLTEyLjkgMC0yNC42LTcuOC0yOS42LTE5LjhTLjIgMzA2LjUgOS40IDI5Ny40bDE2MC0xNjBjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDBsMTYwIDE2MGM5LjIgOS4yIDExLjkgMjIuOSA2LjkgMzQuOVMzNjQuOSAzNTIgMzUyIDM1MkwzMiAzNTJ6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px;
  height: 8px;
  background-position: center right;
  display: inline-block;
  background-size: 10px;
  margin: 0 0 0 8px;
  position: relative;
  top: -3px;
}

.blog-sub-nav-container .atomic-search-section .browse-blog-topics .blog-topics-btn.opened::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.blog-sub-nav-container .atomic-search-section .browse-blog-topics .fa-caret-down,
.blog-sub-nav-container .atomic-search-section .browse-blog-topics .fa-caret-up {
  font-size: 16px;
  margin-left: 8px;
}

.blog-sub-nav-container .atomic-search-section .search-topics-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-sub-nav-container .atomic-search-section .atomicSearchbox {
  background: #FFFFFF;
  width: 753px !important;
  max-width: 1168px !important;
  height: 40px;
  border-radius: 5px;
  border: none;
}

.blog-sub-nav-container .atomic-search-section .atomicSearchbox::part(submit-button) {
  top: 12px !important;
}

.blog-sub-nav-container .blogsDev {
  position: absolute;
  z-index: 1;
  width: 100%;
}

body[data-template="coveo-search"] .cmp-blogsdev[data-blogsdev-type="browseByTags"] {
  padding-top: 132px;
}

@media (min-width: 730px) {
  body[data-template="coveo-search"] .cmp-blogsdev[data-blogsdev-type="browseByTags"] {
    padding-top: 112px;
  }
}

.cmp-blogsdev[data-blogsdev-type="browseByTags"] {
  padding: 24px 15px;
  color: #111C24;
  border-radius: 0 0 5px 5px;
  background: #F7F7FA;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 730px) {
  .cmp-blogsdev[data-blogsdev-type="browseByTags"] {
    padding: 40px;
  }
}

.cmp-blogsdev[data-blogsdev-type="browseByTags"] h2 {
  color: #111C24;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  /* 33.6px */
  margin: 0;
}

@media (min-width: 730px) {
  .cmp-blogsdev[data-blogsdev-type="browseByTags"] h2 {
    font-weight: 400;
    line-height: 120%;
    /* 60px */
  }
}

.cmp-blogsdev[data-blogsdev-type="browseByTags"] p {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  /* 22.4px */
  margin: 8px 0 0 0;
}

@media (min-width: 730px) {
  .cmp-blogsdev[data-blogsdev-type="browseByTags"] p {
    font-weight: 300;
    line-height: 120%;
    /* 24px */
    margin: 16px 0 0 0;
  }
}

.cmp-blogsdev[data-blogsdev-type="browseByTags"] ul {
  margin: 16px 0 0 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 15px;
}

@media (min-width: 730px) {
  .cmp-blogsdev[data-blogsdev-type="browseByTags"] ul {
    margin: 32px 0 38px 0;
  }
}

.cmp-blogsdev[data-blogsdev-type="browseByTags"] ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.cmp-blogsdev[data-blogsdev-type="browseByTags"] .close-button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIiBmaWxsPSIjMTExQzI0Ij48IS0tIUZvbnQgQXdlc29tZSBGcmVlIHY3LjAuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZS9mcmVlIENvcHlyaWdodCAyMDI1IEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0zMiAzNTJjLTEyLjkgMC0yNC42LTcuOC0yOS42LTE5LjhTLjIgMzA2LjUgOS40IDI5Ny40bDE2MC0xNjBjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDBsMTYwIDE2MGM5LjIgOS4yIDExLjkgMjIuOSA2LjkgMzQuOVMzNjQuOSAzNTIgMzUyIDM1MkwzMiAzNTJ6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 8px;
  background-position: center;
  margin: 0 0 0 0;
  float: right;
}

#browseByTagsHolder {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.blog-hp-container #blogSearchBoxExt,
.blog-hp-container #SuccessStorySearchBoxExt,
.blog-hp-container #WebinarSearchBoxExt,
.blog-hp-container #articleSearchBoxExt,
.blog-sub-nav-container #blogSearchBoxExt,
.blog-sub-nav-container #SuccessStorySearchBoxExt,
.blog-sub-nav-container #WebinarSearchBoxExt,
.blog-sub-nav-container #articleSearchBoxExt,
.blog-container #blogSearchBoxExt,
.blog-container #SuccessStorySearchBoxExt,
.blog-container #WebinarSearchBoxExt,
.blog-container #articleSearchBoxExt,
.success-story-hp-container #blogSearchBoxExt,
.success-story-hp-container #SuccessStorySearchBoxExt,
.success-story-hp-container #WebinarSearchBoxExt,
.success-story-hp-container #articleSearchBoxExt,
.success-story-container #blogSearchBoxExt,
.success-story-container #SuccessStorySearchBoxExt,
.success-story-container #WebinarSearchBoxExt,
.success-story-container #articleSearchBoxExt,
.webinar-hp-container #blogSearchBoxExt,
.webinar-hp-container #SuccessStorySearchBoxExt,
.webinar-hp-container #WebinarSearchBoxExt,
.webinar-hp-container #articleSearchBoxExt,
.webinar-container #blogSearchBoxExt,
.webinar-container #SuccessStorySearchBoxExt,
.webinar-container #WebinarSearchBoxExt,
.webinar-container #articleSearchBoxExt,
.articles-container #blogSearchBoxExt,
.articles-container #SuccessStorySearchBoxExt,
.articles-container #WebinarSearchBoxExt,
.articles-container #articleSearchBoxExt,
.articles-hp-container #blogSearchBoxExt,
.articles-hp-container #SuccessStorySearchBoxExt,
.articles-hp-container #WebinarSearchBoxExt,
.articles-hp-container #articleSearchBoxExt {
  background-color: #F0F0F4;
  border-bottom: 1px solid #bcc3ca;
}

@media only screen and (min-width: 1024px) {

  .blog-hp-container #blogSearchBoxExt,
  .blog-hp-container #articleSearchBoxExt,
  .blog-hp-container #SuccessStorySearchBoxExt,
  .blog-hp-container #WebinarSearchBoxExt,
  .blog-sub-nav-container #blogSearchBoxExt,
  .blog-sub-nav-container #articleSearchBoxExt,
  .blog-sub-nav-container #SuccessStorySearchBoxExt,
  .blog-sub-nav-container #WebinarSearchBoxExt,
  .blog-container #blogSearchBoxExt,
  .blog-container #articleSearchBoxExt,
  .blog-container #SuccessStorySearchBoxExt,
  .blog-container #WebinarSearchBoxExt,
  .success-story-hp-container #blogSearchBoxExt,
  .success-story-hp-container #articleSearchBoxExt,
  .success-story-hp-container #SuccessStorySearchBoxExt,
  .success-story-hp-container #WebinarSearchBoxExt,
  .success-story-container #blogSearchBoxExt,
  .success-story-container #articleSearchBoxExt,
  .success-story-container #SuccessStorySearchBoxExt,
  .success-story-container #WebinarSearchBoxExt,
  .webinar-hp-container #blogSearchBoxExt,
  .webinar-hp-container #articleSearchBoxExt,
  .webinar-hp-container #SuccessStorySearchBoxExt,
  .webinar-hp-container #WebinarSearchBoxExt,
  .webinar-container #blogSearchBoxExt,
  .webinar-container #articleSearchBoxExt,
  .webinar-container #SuccessStorySearchBoxExt,
  .webinar-container #WebinarSearchBoxExt,
  .articles-container #blogSearchBoxExt,
  .articles-container #articleSearchBoxExt,
  .articles-container #SuccessStorySearchBoxExt,
  .articles-container #WebinarSearchBoxExt,
  .articles-hp-container #blogSearchBoxExt,
  .articles-hp-container #articleSearchBoxExt,
  .articles-hp-container #SuccessStorySearchBoxExt,
  .articles-hp-container #WebinarSearchBoxExt {
    margin-bottom: 58px;
  }
}

@media only screen and (max-width: 1024px) {

  .blog-hp-container atomic-result-list::part(outline),
  .blog-sub-nav-container atomic-result-list::part(outline),
  .blog-container atomic-result-list::part(outline),
  .success-story-hp-container atomic-result-list::part(outline),
  .success-story-container atomic-result-list::part(outline),
  .webinar-hp-container atomic-result-list::part(outline),
  .webinar-container atomic-result-list::part(outline),
  .articles-container atomic-result-list::part(outline),
  .articles-hp-container atomic-result-list::part(outline) {
    padding: 16px !important;
  }
}

.blog-hp-container .atomic-search-section,
.blog-sub-nav-container .atomic-search-section,
.blog-container .atomic-search-section,
.success-story-hp-container .atomic-search-section,
.success-story-container .atomic-search-section,
.webinar-hp-container .atomic-search-section,
.webinar-container .atomic-search-section,
.articles-container .atomic-search-section,
.articles-hp-container .atomic-search-section {
  background: #101C23;
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 100%;
}

.blog-hp-container .atomic-search-section .atomicSearchbox,
.blog-sub-nav-container .atomic-search-section .atomicSearchbox,
.blog-container .atomic-search-section .atomicSearchbox,
.success-story-hp-container .atomic-search-section .atomicSearchbox,
.success-story-container .atomic-search-section .atomicSearchbox,
.webinar-hp-container .atomic-search-section .atomicSearchbox,
.webinar-container .atomic-search-section .atomicSearchbox,
.articles-container .atomic-search-section .atomicSearchbox,
.articles-hp-container .atomic-search-section .atomicSearchbox {
  max-width: 1168px;
  width: 80%;
  margin: 0 auto;
}

.blog-hp-container .atomic-search-section h2,
.blog-sub-nav-container .atomic-search-section h2,
.blog-container .atomic-search-section h2,
.success-story-hp-container .atomic-search-section h2,
.success-story-container .atomic-search-section h2,
.webinar-hp-container .atomic-search-section h2,
.webinar-container .atomic-search-section h2,
.articles-container .atomic-search-section h2,
.articles-hp-container .atomic-search-section h2 {
  position: absolute;
  top: 36px;
  left: 36px;
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 992px) {

  .blog-hp-container .atomic-search-section h2,
  .blog-sub-nav-container .atomic-search-section h2,
  .blog-container .atomic-search-section h2,
  .success-story-hp-container .atomic-search-section h2,
  .success-story-container .atomic-search-section h2,
  .webinar-hp-container .atomic-search-section h2,
  .webinar-container .atomic-search-section h2,
  .articles-container .atomic-search-section h2,
  .articles-hp-container .atomic-search-section h2 {
    font-size: 24px;
    top: 20px;
    left: 20px;
  }
}

.blog-hp-container .atomic-search-section h3,
.blog-sub-nav-container .atomic-search-section h3,
.blog-container .atomic-search-section h3,
.success-story-hp-container .atomic-search-section h3,
.success-story-container .atomic-search-section h3,
.webinar-hp-container .atomic-search-section h3,
.webinar-container .atomic-search-section h3,
.articles-container .atomic-search-section h3,
.articles-hp-container .atomic-search-section h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.1;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0;
  padding: 0;
}

@media (max-width: 730px) {

  .blog-hp-container .atomic-search-section h3,
  .blog-sub-nav-container .atomic-search-section h3,
  .blog-container .atomic-search-section h3,
  .success-story-hp-container .atomic-search-section h3,
  .success-story-container .atomic-search-section h3,
  .webinar-hp-container .atomic-search-section h3,
  .webinar-container .atomic-search-section h3,
  .articles-container .atomic-search-section h3,
  .articles-hp-container .atomic-search-section h3 {
    margin-top: 8px;
  }
}

.blog-hp-container .atomic-search-section #blogSearchBoxExt,
.blog-hp-container .atomic-search-section #articleSearchBoxExt,
.blog-hp-container .atomic-search-section #SuccessStorySearchBoxExt,
.blog-hp-container .atomic-search-section #WebinarSearchBoxExt,
.blog-sub-nav-container .atomic-search-section #blogSearchBoxExt,
.blog-sub-nav-container .atomic-search-section #articleSearchBoxExt,
.blog-sub-nav-container .atomic-search-section #SuccessStorySearchBoxExt,
.blog-sub-nav-container .atomic-search-section #WebinarSearchBoxExt,
.blog-container .atomic-search-section #blogSearchBoxExt,
.blog-container .atomic-search-section #articleSearchBoxExt,
.blog-container .atomic-search-section #SuccessStorySearchBoxExt,
.blog-container .atomic-search-section #WebinarSearchBoxExt,
.success-story-hp-container .atomic-search-section #blogSearchBoxExt,
.success-story-hp-container .atomic-search-section #articleSearchBoxExt,
.success-story-hp-container .atomic-search-section #SuccessStorySearchBoxExt,
.success-story-hp-container .atomic-search-section #WebinarSearchBoxExt,
.success-story-container .atomic-search-section #blogSearchBoxExt,
.success-story-container .atomic-search-section #articleSearchBoxExt,
.success-story-container .atomic-search-section #SuccessStorySearchBoxExt,
.success-story-container .atomic-search-section #WebinarSearchBoxExt,
.webinar-hp-container .atomic-search-section #blogSearchBoxExt,
.webinar-hp-container .atomic-search-section #articleSearchBoxExt,
.webinar-hp-container .atomic-search-section #SuccessStorySearchBoxExt,
.webinar-hp-container .atomic-search-section #WebinarSearchBoxExt,
.webinar-container .atomic-search-section #blogSearchBoxExt,
.webinar-container .atomic-search-section #articleSearchBoxExt,
.webinar-container .atomic-search-section #SuccessStorySearchBoxExt,
.webinar-container .atomic-search-section #WebinarSearchBoxExt,
.articles-container .atomic-search-section #blogSearchBoxExt,
.articles-container .atomic-search-section #articleSearchBoxExt,
.articles-container .atomic-search-section #SuccessStorySearchBoxExt,
.articles-container .atomic-search-section #WebinarSearchBoxExt,
.articles-hp-container .atomic-search-section #blogSearchBoxExt,
.articles-hp-container .atomic-search-section #articleSearchBoxExt,
.articles-hp-container .atomic-search-section #SuccessStorySearchBoxExt,
.articles-hp-container .atomic-search-section #WebinarSearchBoxExt {
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
  background: none;
  border: none;
}

.blog-hp-container .atomic-search-section span,
.blog-sub-nav-container .atomic-search-section span,
.blog-container .atomic-search-section span,
.success-story-hp-container .atomic-search-section span,
.success-story-container .atomic-search-section span,
.webinar-hp-container .atomic-search-section span,
.webinar-container .atomic-search-section span,
.articles-container .atomic-search-section span,
.articles-hp-container .atomic-search-section span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #FFF;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-hp-container .atomic-search-section span strong,
.blog-sub-nav-container .atomic-search-section span strong,
.blog-container .atomic-search-section span strong,
.success-story-hp-container .atomic-search-section span strong,
.success-story-container .atomic-search-section span strong,
.webinar-hp-container .atomic-search-section span strong,
.webinar-container .atomic-search-section span strong,
.articles-container .atomic-search-section span strong,
.articles-hp-container .atomic-search-section span strong {
  font-weight: 400;
}

.blog-hp-container .atomic-search-section span a,
.blog-sub-nav-container .atomic-search-section span a,
.blog-container .atomic-search-section span a,
.success-story-hp-container .atomic-search-section span a,
.success-story-container .atomic-search-section span a,
.webinar-hp-container .atomic-search-section span a,
.webinar-container .atomic-search-section span a,
.articles-container .atomic-search-section span a,
.articles-hp-container .atomic-search-section span a {
  color: #FFF;
}

.blog-hp-container .atomic-search-section span a::after,
.blog-sub-nav-container .atomic-search-section span a::after,
.blog-container .atomic-search-section span a::after,
.success-story-hp-container .atomic-search-section span a::after,
.success-story-container .atomic-search-section span a::after,
.webinar-hp-container .atomic-search-section span a::after,
.webinar-container .atomic-search-section span a::after,
.articles-container .atomic-search-section span a::after,
.articles-hp-container .atomic-search-section span a::after {
  content: ', ';
  display: inline-block;
}

.blog-hp-container .atomic-search-section span a:last-child::after,
.blog-sub-nav-container .atomic-search-section span a:last-child::after,
.blog-container .atomic-search-section span a:last-child::after,
.success-story-hp-container .atomic-search-section span a:last-child::after,
.success-story-container .atomic-search-section span a:last-child::after,
.webinar-hp-container .atomic-search-section span a:last-child::after,
.webinar-container .atomic-search-section span a:last-child::after,
.articles-container .atomic-search-section span a:last-child::after,
.articles-hp-container .atomic-search-section span a:last-child::after {
  display: none;
}

.blog-hp-container .atomicSearchbox::part(submit-button),
.blog-sub-nav-container .atomicSearchbox::part(submit-button),
.blog-container .atomicSearchbox::part(submit-button),
.success-story-hp-container .atomicSearchbox::part(submit-button),
.success-story-container .atomicSearchbox::part(submit-button),
.webinar-hp-container .atomicSearchbox::part(submit-button),
.webinar-container .atomicSearchbox::part(submit-button),
.articles-container .atomicSearchbox::part(submit-button),
.articles-hp-container .atomicSearchbox::part(submit-button) {
  background: none;
  border: none;
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: left;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
  top: 17px;
  left: 24px;
  pointer-events: none;
}

.blog-hp-container .search-result__view-btn,
.blog-sub-nav-container .search-result__view-btn,
.blog-container .search-result__view-btn,
.success-story-hp-container .search-result__view-btn,
.success-story-container .search-result__view-btn,
.webinar-hp-container .search-result__view-btn,
.webinar-container .search-result__view-btn,
.articles-container .search-result__view-btn,
.articles-hp-container .search-result__view-btn {
  border: none;
  background: none;
  font-size: 22px;
  line-height: 1;
}

.blog-hp-container .search-result__view-btn.active,
.blog-sub-nav-container .search-result__view-btn.active,
.blog-container .search-result__view-btn.active,
.success-story-hp-container .search-result__view-btn.active,
.success-story-container .search-result__view-btn.active,
.webinar-hp-container .search-result__view-btn.active,
.webinar-container .search-result__view-btn.active,
.articles-container .search-result__view-btn.active,
.articles-hp-container .search-result__view-btn.active {
  color: #7E45AF;
}

.blog-hp-container atomic-sort-dropdown,
.blog-sub-nav-container atomic-sort-dropdown,
.blog-container atomic-sort-dropdown,
.success-story-hp-container atomic-sort-dropdown,
.success-story-container atomic-sort-dropdown,
.webinar-hp-container atomic-sort-dropdown,
.webinar-container atomic-sort-dropdown,
.articles-container atomic-sort-dropdown,
.articles-hp-container atomic-sort-dropdown {
  top: 0;
}

.blog-hp-container .group-item,
.blog-sub-nav-container .group-item,
.blog-container .group-item,
.success-story-hp-container .group-item,
.success-story-container .group-item,
.webinar-hp-container .group-item,
.webinar-container .group-item,
.articles-container .group-item,
.articles-hp-container .group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-hp-container .atomicSearchbox::part(submit-icon),
.blog-sub-nav-container .atomicSearchbox::part(submit-icon),
.blog-container .atomicSearchbox::part(submit-icon),
.success-story-hp-container .atomicSearchbox::part(submit-icon),
.success-story-container .atomicSearchbox::part(submit-icon),
.webinar-hp-container .atomicSearchbox::part(submit-icon),
.webinar-container .atomicSearchbox::part(submit-icon),
.articles-container .atomicSearchbox::part(submit-icon),
.articles-hp-container .atomicSearchbox::part(submit-icon) {
  width: 16px;
  height: 16px;
  color: #111c24;
}

.blog-hp-container atomic-search-box::part(clear-icon),
.blog-sub-nav-container atomic-search-box::part(clear-icon),
.blog-container atomic-search-box::part(clear-icon),
.success-story-hp-container atomic-search-box::part(clear-icon),
.success-story-container atomic-search-box::part(clear-icon),
.webinar-hp-container atomic-search-box::part(clear-icon),
.webinar-container atomic-search-box::part(clear-icon),
.articles-container atomic-search-box::part(clear-icon),
.articles-hp-container atomic-search-box::part(clear-icon) {
  width: 10px;
  height: 10px;
  color: #555;
}

.blog-hp-container atomic-search-box::part(clear-button),
.blog-sub-nav-container atomic-search-box::part(clear-button),
.blog-container atomic-search-box::part(clear-button),
.success-story-hp-container atomic-search-box::part(clear-button),
.success-story-container atomic-search-box::part(clear-button),
.webinar-hp-container atomic-search-box::part(clear-button),
.webinar-container atomic-search-box::part(clear-button),
.articles-container atomic-search-box::part(clear-button),
.articles-hp-container atomic-search-box::part(clear-button) {
  margin-right: 24px;
}

.blog-hp-container atomic-search-box::part(input),
.blog-sub-nav-container atomic-search-box::part(input),
.blog-container atomic-search-box::part(input),
.success-story-hp-container atomic-search-box::part(input),
.success-story-container atomic-search-box::part(input),
.webinar-hp-container atomic-search-box::part(input),
.webinar-container atomic-search-box::part(input),
.articles-container atomic-search-box::part(input),
.articles-hp-container atomic-search-box::part(input) {
  margin-left: 50px;
  padding: 15px 0;
  color: #111c24;
  font-size: 16px;
  font-family: 'Roboto Light', Arial, sans-serif;
  line-height: 100%;
}

.blog-hp-container atomic-search-box::part(wrapper),
.blog-sub-nav-container atomic-search-box::part(wrapper),
.blog-container atomic-search-box::part(wrapper),
.success-story-hp-container atomic-search-box::part(wrapper),
.success-story-container atomic-search-box::part(wrapper),
.webinar-hp-container atomic-search-box::part(wrapper),
.webinar-container atomic-search-box::part(wrapper),
.articles-container atomic-search-box::part(wrapper),
.articles-hp-container atomic-search-box::part(wrapper) {
  outline: none;
}

.blog-hp-container atomic-search-interface atomic-sort-dropdown::part(label),
.blog-sub-nav-container atomic-search-interface atomic-sort-dropdown::part(label),
.blog-container atomic-search-interface atomic-sort-dropdown::part(label),
.success-story-hp-container atomic-search-interface atomic-sort-dropdown::part(label),
.success-story-container atomic-search-interface atomic-sort-dropdown::part(label),
.webinar-hp-container atomic-search-interface atomic-sort-dropdown::part(label),
.webinar-container atomic-search-interface atomic-sort-dropdown::part(label),
.articles-container atomic-search-interface atomic-sort-dropdown::part(label),
.articles-hp-container atomic-search-interface atomic-sort-dropdown::part(label) {
  padding: 0;
  margin: 0;
}

.blog-hp-container atomic-facet::part(value-count),
.blog-sub-nav-container atomic-facet::part(value-count),
.blog-container atomic-facet::part(value-count),
.success-story-hp-container atomic-facet::part(value-count),
.success-story-container atomic-facet::part(value-count),
.webinar-hp-container atomic-facet::part(value-count),
.webinar-container atomic-facet::part(value-count),
.articles-container atomic-facet::part(value-count),
.articles-hp-container atomic-facet::part(value-count) {
  display: none;
}

.blog-hp-container atomic-search-interface atomic-layout-section[section='status'],
.blog-sub-nav-container atomic-search-interface atomic-layout-section[section='status'],
.blog-container atomic-search-interface atomic-layout-section[section='status'],
.success-story-hp-container atomic-search-interface atomic-layout-section[section='status'],
.success-story-container atomic-search-interface atomic-layout-section[section='status'],
.webinar-hp-container atomic-search-interface atomic-layout-section[section='status'],
.webinar-container atomic-search-interface atomic-layout-section[section='status'],
.articles-container atomic-search-interface atomic-layout-section[section='status'],
.articles-hp-container atomic-search-interface atomic-layout-section[section='status'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-hp-container atomic-result-list::part(result-list-grid-clickable),
.blog-sub-nav-container atomic-result-list::part(result-list-grid-clickable),
.blog-container atomic-result-list::part(result-list-grid-clickable),
.success-story-hp-container atomic-result-list::part(result-list-grid-clickable),
.success-story-container atomic-result-list::part(result-list-grid-clickable),
.webinar-hp-container atomic-result-list::part(result-list-grid-clickable),
.webinar-container atomic-result-list::part(result-list-grid-clickable),
.articles-container atomic-result-list::part(result-list-grid-clickable),
.articles-hp-container atomic-result-list::part(result-list-grid-clickable) {
  display: none !important;
}

.blog-hp-container atomic-result-list::part(result-list),
.blog-sub-nav-container atomic-result-list::part(result-list),
.blog-container atomic-result-list::part(result-list),
.success-story-hp-container atomic-result-list::part(result-list),
.success-story-container atomic-result-list::part(result-list),
.webinar-hp-container atomic-result-list::part(result-list),
.webinar-container atomic-result-list::part(result-list),
.articles-container atomic-result-list::part(result-list),
.articles-hp-container atomic-result-list::part(result-list) {
  -ms-grid-columns: (minmax(26rem, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
}

.blog-hp-container .main-section atomic-breadbox,
.blog-sub-nav-container .main-section atomic-breadbox,
.blog-container .main-section atomic-breadbox,
.success-story-hp-container .main-section atomic-breadbox,
.success-story-container .main-section atomic-breadbox,
.webinar-hp-container .main-section atomic-breadbox,
.webinar-container .main-section atomic-breadbox,
.articles-container .main-section atomic-breadbox,
.articles-hp-container .main-section atomic-breadbox {
  width: 100%;
}

.blog-hp-container atomic-did-you-mean,
.blog-sub-nav-container atomic-did-you-mean,
.blog-container atomic-did-you-mean,
.success-story-hp-container atomic-did-you-mean,
.success-story-container atomic-did-you-mean,
.webinar-hp-container atomic-did-you-mean,
.webinar-container atomic-did-you-mean,
.articles-container atomic-did-you-mean,
.articles-hp-container atomic-did-you-mean {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.blog-hp-container .main-section[display="list"] atomic-result-list::part(result-list),
.blog-sub-nav-container .main-section[display="list"] atomic-result-list::part(result-list),
.blog-container .main-section[display="list"] atomic-result-list::part(result-list),
.success-story-hp-container .main-section[display="list"] atomic-result-list::part(result-list),
.success-story-container .main-section[display="list"] atomic-result-list::part(result-list),
.webinar-hp-container .main-section[display="list"] atomic-result-list::part(result-list),
.webinar-container .main-section[display="list"] atomic-result-list::part(result-list),
.articles-container .main-section[display="list"] atomic-result-list::part(result-list),
.articles-hp-container .main-section[display="list"] atomic-result-list::part(result-list) {
  padding: 16px 16px 0 16px;
}

.blog-hp-container .main-section[display="grid"] atomic-result-list::part(result-list),
.blog-sub-nav-container .main-section[display="grid"] atomic-result-list::part(result-list),
.blog-container .main-section[display="grid"] atomic-result-list::part(result-list),
.success-story-hp-container .main-section[display="grid"] atomic-result-list::part(result-list),
.success-story-container .main-section[display="grid"] atomic-result-list::part(result-list),
.webinar-hp-container .main-section[display="grid"] atomic-result-list::part(result-list),
.webinar-container .main-section[display="grid"] atomic-result-list::part(result-list),
.articles-container .main-section[display="grid"] atomic-result-list::part(result-list),
.articles-hp-container .main-section[display="grid"] atomic-result-list::part(result-list) {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  padding: 40px;
}

@media only screen and (max-width: 1024px) {

  .blog-hp-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .blog-sub-nav-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .blog-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .success-story-hp-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .success-story-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .webinar-hp-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .webinar-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .articles-container .main-section[display="grid"] atomic-result-list::part(result-list),
  .articles-hp-container .main-section[display="grid"] atomic-result-list::part(result-list) {
    padding: 16px 16px 0 16px;
  }
}

.blog-hp-container atomic-result-list::part(result-list-grid-clickable-container),
.blog-sub-nav-container atomic-result-list::part(result-list-grid-clickable-container),
.blog-container atomic-result-list::part(result-list-grid-clickable-container),
.success-story-hp-container atomic-result-list::part(result-list-grid-clickable-container),
.success-story-container atomic-result-list::part(result-list-grid-clickable-container),
.webinar-hp-container atomic-result-list::part(result-list-grid-clickable-container),
.webinar-container atomic-result-list::part(result-list-grid-clickable-container),
.articles-container atomic-result-list::part(result-list-grid-clickable-container),
.articles-hp-container atomic-result-list::part(result-list-grid-clickable-container) {
  padding: 0;
  box-shadow: 0px 1px 7px 0px #00000026;
  padding-bottom: 35px;
  border-radius: 0;
}

@media only screen and (min-width: 1024px) {

  .blog-hp-container #atomic-search-layout,
  .blog-sub-nav-container #atomic-search-layout,
  .blog-container #atomic-search-layout,
  .success-story-hp-container #atomic-search-layout,
  .success-story-container #atomic-search-layout,
  .webinar-hp-container #atomic-search-layout,
  .webinar-container #atomic-search-layout,
  .articles-container #atomic-search-layout,
  .articles-hp-container #atomic-search-layout {
    -ms-grid-columns: 0 minmax(21rem, 22rem) minmax(50%, 100%) 0 !important;
    grid-template-columns: 0 minmax(21rem, 22rem) minmax(50%, 100%) 0 !important;
    max-width: 1168px;
    margin: 0 auto;
    width: 80%;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.blog-hp-container atomic-no-results::part(no-results),
.blog-hp-container atomic-no-results::part(search-tips),
.blog-sub-nav-container atomic-no-results::part(no-results),
.blog-sub-nav-container atomic-no-results::part(search-tips),
.blog-container atomic-no-results::part(no-results),
.blog-container atomic-no-results::part(search-tips),
.success-story-hp-container atomic-no-results::part(no-results),
.success-story-hp-container atomic-no-results::part(search-tips),
.success-story-container atomic-no-results::part(no-results),
.success-story-container atomic-no-results::part(search-tips),
.webinar-hp-container atomic-no-results::part(no-results),
.webinar-hp-container atomic-no-results::part(search-tips),
.webinar-container atomic-no-results::part(no-results),
.webinar-container atomic-no-results::part(search-tips),
.articles-container atomic-no-results::part(no-results),
.articles-container atomic-no-results::part(search-tips),
.articles-hp-container atomic-no-results::part(no-results),
.articles-hp-container atomic-no-results::part(search-tips) {
  display: none !important;
}

@media only screen and (max-width: 1024px) {

  .blog-hp-container .main-section atomic-query-summary,
  .blog-hp-container atomic-refine-toggle,
  .blog-hp-container .group-item,
  .blog-sub-nav-container .main-section atomic-query-summary,
  .blog-sub-nav-container atomic-refine-toggle,
  .blog-sub-nav-container .group-item,
  .blog-container .main-section atomic-query-summary,
  .blog-container atomic-refine-toggle,
  .blog-container .group-item,
  .success-story-hp-container .main-section atomic-query-summary,
  .success-story-hp-container atomic-refine-toggle,
  .success-story-hp-container .group-item,
  .success-story-container .main-section atomic-query-summary,
  .success-story-container atomic-refine-toggle,
  .success-story-container .group-item,
  .webinar-hp-container .main-section atomic-query-summary,
  .webinar-hp-container atomic-refine-toggle,
  .webinar-hp-container .group-item,
  .webinar-container .main-section atomic-query-summary,
  .webinar-container atomic-refine-toggle,
  .webinar-container .group-item,
  .articles-container .main-section atomic-query-summary,
  .articles-container atomic-refine-toggle,
  .articles-container .group-item,
  .articles-hp-container .main-section atomic-query-summary,
  .articles-hp-container atomic-refine-toggle,
  .articles-hp-container .group-item {
    width: 33.33%;
  }

  .blog-hp-container .group-item,
  .blog-sub-nav-container .group-item,
  .blog-container .group-item,
  .success-story-hp-container .group-item,
  .success-story-container .group-item,
  .webinar-hp-container .group-item,
  .webinar-container .group-item,
  .articles-container .group-item,
  .articles-hp-container .group-item {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .blog-hp-container atomic-refine-toggle,
  .blog-sub-nav-container atomic-refine-toggle,
  .blog-container atomic-refine-toggle,
  .success-story-hp-container atomic-refine-toggle,
  .success-story-container atomic-refine-toggle,
  .webinar-hp-container atomic-refine-toggle,
  .webinar-container atomic-refine-toggle,
  .articles-container atomic-refine-toggle,
  .articles-hp-container atomic-refine-toggle {
    text-align: center;
  }

  .blog-hp-container atomic-refine-toggle::part(button),
  .blog-sub-nav-container atomic-refine-toggle::part(button),
  .blog-container atomic-refine-toggle::part(button),
  .success-story-hp-container atomic-refine-toggle::part(button),
  .success-story-container atomic-refine-toggle::part(button),
  .webinar-hp-container atomic-refine-toggle::part(button),
  .webinar-container atomic-refine-toggle::part(button),
  .articles-container atomic-refine-toggle::part(button),
  .articles-hp-container atomic-refine-toggle::part(button) {
    max-width: 180px;
  }
}

.outline-none {
  margin-left: 25px;
}

.blog-container .atomic-search-section,
.articles-container .atomic-search-section,
.success-story-container .atomic-search-section,
.webinar-container .atomic-search-section {
  height: 200px;
}

.blog-container .atomic-search-section,
.articles-container .atomic-search-section,
.success-story-container .atomic-search-section,
.webinar-container .atomic-search-section {
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  -ms-grid-row-align: initial;
  align-items: initial;
}

.blog-container .atomic-search-section h2,
.blog-container .atomic-search-section span,
.articles-container .atomic-search-section h2,
.articles-container .atomic-search-section span,
.success-story-container .atomic-search-section h2,
.success-story-container .atomic-search-section span,
.webinar-container .atomic-search-section h2,
.webinar-container .atomic-search-section span {
  display: none;
}

.blog-container .atomic-search-section h3,
.articles-container .atomic-search-section h3,
.success-story-container .atomic-search-section h3,
.webinar-container .atomic-search-section h3 {
  margin-top: 38px;
  font-size: 21px;
  -webkit-align-self: initial;
  -ms-flex-item-align: initial;
  align-self: initial;
}

.blog-container .atomic-search-section #articleSearchBoxExt,
.blog-container .atomic-search-section #SuccessStorySearchBoxExt,
.blog-container .atomic-search-section #WebinarSearchBoxExt,
.articles-container .atomic-search-section #articleSearchBoxExt,
.articles-container .atomic-search-section #SuccessStorySearchBoxExt,
.articles-container .atomic-search-section #WebinarSearchBoxExt,
.success-story-container .atomic-search-section #articleSearchBoxExt,
.success-story-container .atomic-search-section #SuccessStorySearchBoxExt,
.success-story-container .atomic-search-section #WebinarSearchBoxExt,
.webinar-container .atomic-search-section #articleSearchBoxExt,
.webinar-container .atomic-search-section #SuccessStorySearchBoxExt,
.webinar-container .atomic-search-section #WebinarSearchBoxExt {
  position: relative;
  top: -15px;
}

/**
 *  Main css for topNavAd
 */
.component-topNavAd {
  padding-top: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 16px;
  color: #111C24;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.component-topNavAd .component-image {
  width: 100%;
}

.component-topNavAd .component-image img {
  aspect-ratio: 292 / 164;
  object-fit: cover;
  border-radius: 8px;
}

.component-topNavAd .title {
  color: #111C24;
}

.component-topNavAd .description p {
  font-weight: 300;
  margin: 0;
}

.component-topNavAd a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  row-gap: 16px;
  color: #111C24;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.component-topNavAd a .cta {
  color: #111C24;
  text-decoration: none;
  line-height: 100%;
}

.component-topNavAd a .cta:hover,
.component-topNavAd a .cta:active,
.component-topNavAd a .cta:focus {
  text-decoration: underline;
}

.component-topNavAd a:hover,
.component-topNavAd a:active,
.component-topNavAd a:focus {
  background: none !important;
}

.component-topNavAd .cmp-video__player-container {
  border-radius: 8px;
  margin-bottom: 16px;
}

.component-topNavAd .cmp-video__player-container .video-button-container {
  width: 56px;
  height: 56px;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
/* SM Tablet */
@media (min-width: 1130px) {
  .component-topNavAd {
    padding: 0;
  }

  .component-topNavAd .cmp-video__player-container {
    margin: 0;
    padding: 0;
  }

  .component-topNavAd .topNavAd-wrapper .component-image {
    display: block;
  }
}

/* LG Desktop */
.component-marketo-form-container {
  width: 100%;
  background-color: #fff;
}

.component-marketo-form-container .text-col {
  padding: 0 25px 20px 25px;
}

.component-marketo-form-container .text-col h1,
.component-marketo-form-container .text-col h2,
.component-marketo-form-container .text-col h3,
.component-marketo-form-container .text-col h4,
.component-marketo-form-container .text-col h5,
.component-marketo-form-container .text-col h6 {
  color: #111c24;
}

.component-marketo-form-container .text-col img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.component-marketo-form-container .text-col .description {
  padding-top: 15px;
  padding-bottom: 15px;
}

.component-marketo-form-container .text-col .description p,
.component-marketo-form-container .text-col .description ul,
.component-marketo-form-container .text-col .description ol {
  font-size: 18px;
  color: #111c24;
}

.component-marketo-form-container .text-col .title {
  font-size: 20px;
}

.component-marketo-form-container.imageBackground {
  background-image: url("https://www.synopsys.com/content/dam/synopsys/sig-assets/images/hero/background-rainbow-facets-1920x900.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #5a2a82;
}

.component-marketo-form-container.imageBackground .text-col h1,
.component-marketo-form-container.imageBackground .text-col h2,
.component-marketo-form-container.imageBackground .text-col h3,
.component-marketo-form-container.imageBackground .text-col h4,
.component-marketo-form-container.imageBackground .text-col h5,
.component-marketo-form-container.imageBackground .text-col h6 {
  color: #fff;
}

.component-marketo-form-container.imageBackground .text-col .description p,
.component-marketo-form-container.imageBackground .text-col .description ul,
.component-marketo-form-container.imageBackground .text-col .description ol {
  color: #fff;
}

.component-marketo-form-container.whiteBackground {
  background-color: #fff;
}

.component-marketo-form-container.whiteBackground .mktoForm-col .snps-aem-mktoForm {
  background-color: #f7f7fa;
}

.component-marketo-form-container.darkGreyGradientBackground {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%, #000), color-stop(38.17%, #111C24), to(#646E81));
  background: linear-gradient(180deg, #000 0.52%, #111C24 38.17%, #646E81 100%);
}

.component-marketo-form-container.darkGreyGradientBackground .text-col .description * {
  color: #FFF;
}

.component-marketo-form-container.darkGreyGradientBackground .snps-aem-mktoForm .title span {
  color: #000 !important;
}

.component-marketo-form-container.purpleGradientBackground {
  background: linear-gradient(107.7deg, #2d1541 0%, #5a2a82 50%, #7e45af 100%);
}

.component-marketo-form-container.purpleGradientBackground .text-col .description * {
  color: #FFF;
}

.component-marketo-form-container.purpleGradientBackground .snps-aem-mktoForm .title span {
  color: #000 !important;
}

.component-marketo-form-container .text-col .description a {
  text-decoration: underline;
}

@media only screen and (max-width: 729px) {
  .component-marketo-form-container .text-col {
    padding-top: 10px;
  }

  .component-marketo-form-container.imageBackground .mktoForm-col {
    background-color: #fff;
  }
}

@media only screen and (min-width: 730px) {
  .component-marketo-form-container {
    padding: 40px 0;
  }

  .component-marketo-form-container .text-col.col-sm-8 {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .component-marketo-form-container .text-col .description p,
  .component-marketo-form-container .text-col .description ul,
  .component-marketo-form-container .text-col .description ol {
    font-size: 16.8px;
  }

  .component-marketo-form-container .text-col .title {
    font-size: 22px;
  }

  .component-marketo-form-container .mktoForm-col.col-sm-4 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .component-marketo-form-container.splitBackground {
    padding: 0;
  }

  .component-marketo-form-container.splitBackground .mktoForm-col.col-sm-4 {
    padding: 40px 25px;
  }

  .component-marketo-form-container.splitBackground .text-col {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .component-marketo-form-container.whiteBackground {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .component-marketo-form-container.whiteBackground .text-col {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .component-marketo-form-container.imageBackground .text-col {
    padding-top: 10px;
  }

  .component-marketo-form-container.darkGreyGradientBackground {
    background: linear-gradient(76.62deg, #000000 0.52%, #111C24 38.17%, #646E81 100%);
  }

  .component-marketo-form-container.purpleGradientBackground {
    background: linear-gradient(107.7deg, #2d1541 0%, #5a2a82 50%, #7e45af 100%);
  }
}

@media only screen and (min-width: 992px) {
  .component-marketo-form-container .text-col {
    padding-left: 30px;
    padding-right: 45px;
    padding-top: 25px;
  }

  .component-marketo-form-container .text-col.col-sm-8 {
    width: 60%;
  }

  .component-marketo-form-container .text-col .description p,
  .component-marketo-form-container .text-col .description ul,
  .component-marketo-form-container .text-col .description ol {
    font-size: 16.8px;
  }

  .component-marketo-form-container .mktoForm-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .component-marketo-form-container .mktoForm-col.col-sm-4 {
    width: 40%;
  }

  /*only for split color background for the form styling to make it full height*/
  .component-marketo-form-container.splitBackground>.container:first-child>.row:first-child,
  .component-marketo-form-container.splitBackground>.carousel-holder.image-carousel:first-child>.row:first-child {
    display: table;
  }

  .component-marketo-form-container.splitBackground>.container:first-child>.row:first-child .mktoForm-col,
  .component-marketo-form-container.splitBackground>.carousel-holder.image-carousel:first-child>.row:first-child .mktoForm-col,
  .component-marketo-form-container.splitBackground>.container:first-child>.row:first-child .text-col,
  .component-marketo-form-container.splitBackground>.carousel-holder.image-carousel:first-child>.row:first-child .text-col {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .component-marketo-form-container.splitBackground>.container:first-child>.row:first-child .text-col,
  .component-marketo-form-container.splitBackground>.carousel-holder.image-carousel:first-child>.row:first-child .text-col {
    min-width: 582px;
  }
}

@media only screen and (min-width: 1200px) {
  .component-marketo-form-container {
    padding: 60px 0;
  }

  .component-marketo-form-container .text-col.col-sm-8 {
    width: 60%;
    padding-left: 25px;
    padding-right: 30px;
  }

  .component-marketo-form-container .text-col .description p,
  .component-marketo-form-container .text-col .description ul,
  .component-marketo-form-container .text-col .description ol {
    font-size: 21.6px;
  }

  .component-marketo-form-container .text-col .title {
    font-size: 30px;
  }

  .component-marketo-form-container .mktoForm-col.col-sm-4 {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .component-marketo-form-container.imageBackground .text-col {
    padding-top: 0;
  }

  .component-marketo-form-container.splitBackground {
    padding: 0;
  }

  .component-marketo-form-container.splitBackground .mktoForm-col.col-sm-4 {
    padding: 40px 30px 40px 50px;
  }

  .component-marketo-form-container.splitBackground .text-col {
    min-width: 702px;
    padding-right: 60px;
  }

  .component-marketo-form-container.whiteBackground {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .component-marketo-form-container.whiteBackground .text-col {
    padding-top: 0;
  }
}

/* 	Responsive (mobile first) */
.component-content-tile {
  display: block;
}

.component-content-tile.less-padding-10,
.component-content-tile.more-padding-20 {
  padding: 10px 0;
}

.component-content-tile a:hover {
  text-decoration: none;
}

.component-content-tile .content-tile-type:hover,
.component-content-tile .content-tile-title:hover {
  text-decoration: underline;
}

.component-content-tile.content-tile-video-container .content-tile-type:hover,
.component-content-tile.content-tile-video-container .content-tile-title:hover {
  text-decoration: none;
}

.component-content-tile .content-tile-date-mobile {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
}

.component-content-tile .content-tile-img,
.component-content-tile .content-tile-video {
  width: 100%;
  -webkit-transition: 0.5s img;
  transition: 0.5s img;
  transition-width: 193px;
  transition-height: 110px;
  transition-object-fit: cover;
}

.component-content-tile .content-tile-date-desktop {
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  max-width: 193px;
  margin-top: 10px;
  display: none;
}

.component-content-tile .content-tile-left-col {
  margin-bottom: 10px;
}

.component-content-tile .content-tile-type-row {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.component-content-tile .content-tile-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  line-height: 1;
  color: #5a2a82;
  font-weight: 300;
}

.component-content-tile .content-tile-author {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}

.component-content-tile .content-tile-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

/*
	Responsive (mobile first)
XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
@media only screen and (min-width: 730px) {
  .component-content-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 10px;
  }

  .component-content-tile.more-padding-20 {
    padding: 20px 0;
  }

  .component-content-tile.more-padding-20.remove-top-padding {
    padding: 0 0 20px 0;
  }

  .component-content-tile.remove-top-padding {
    padding: 0 0 10px 0;
  }

  .component-content-tile .content-tile-left-col {
    margin-bottom: 0;
  }

  .component-content-tile .content-tile-date-desktop {
    display: block;
    font-size: 14px;
  }

  .component-content-tile .content-tile-img,
  .component-content-tile .content-tile-video {
    width: 193px;
    height: 110px;
    overflow: hidden;
  }

  .component-content-tile .content-tile-container {
    display: -ms-inline-grid;
    display: inline-grid;
    grid-gap: 30px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .component-content-tile .content-tile-title,
  .component-content-tile .content-tile-type,
  .component-content-tile .content-tile-author {
    font-size: 14px;
  }

  .component-content-tile .content-tile-date-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {

  .component-content-tile .content-tile-title,
  .component-content-tile .content-tile-type,
  .component-content-tile .content-tile-author {
    font-size: 16px;
  }
}

/* LESS PADDING OPTION */
.content-tile-container.sm-padding {
  padding: 10px 0 10px 0;
}

/* MORE PADDING OPTION */
.content-tile-container.lg-padding {
  padding: 20px 0 20px 0;
}

/* DESKTOP LEFT COLUMN */
.content-tile-left-col {
  padding: 0;
}

/* DESKTOP RIGHT COLUMN */
.content-tile-right-col {
  width: 100%;
}

/* --- TABLET STYLES --- */
@media (max-width: 1200px) {
  .content-tile-type {
    font-size: 16px;
  }

  .content-tile-author {
    font-size: 14px;
  }
}

.snps-aem-mktoForm {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  padding: 25px 45px 35px 45px;
  margin: 15px 0;
}

.snps-aem-mktoForm .component-textcomp.text-align-center h2.title {
  text-align: center;
}

.snps-aem-mktoForm form.mktoForm {
  width: 100% !important;
  margin-bottom: 25px;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  font-family: inherit;
}

.snps-aem-mktoForm form.mktoForm .mktoOffset {
  display: none;
}

.snps-aem-mktoForm form.mktoForm .mktoFieldDescriptor.mktoFormCol {
  width: 100%;
}

.snps-aem-mktoForm form.mktoForm .mktoFieldWrap {
  width: 100%;
}

.snps-aem-mktoForm form.mktoForm select.mktoField,
.snps-aem-mktoForm form.mktoForm textarea.mktoField,
.snps-aem-mktoForm form.mktoForm input[type=text],
.snps-aem-mktoForm form.mktoForm input[type=url],
.snps-aem-mktoForm form.mktoForm input[type=email],
.snps-aem-mktoForm form.mktoForm input[type=tel],
.snps-aem-mktoForm form.mktoForm input[type=number],
.snps-aem-mktoForm form.mktoForm input[type=date] {
  float: none;
  clear: both;
  width: 100% !important;
}

.snps-aem-mktoForm form.mktoForm label {
  font-weight: bold;
  text-align: right;
  margin-bottom: 5px;
  width: auto !important;
}

.snps-aem-mktoForm form.mktoForm .mktoRadioList>label,
.snps-aem-mktoForm form.mktoForm .mktoCheckboxList>label {
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 24px;
}

.snps-aem-mktoForm form.mktoForm .mktoAsterix {
  color: #CC0000;
  float: right !important;
  padding-left: 5px !important;
  padding-right: 0 !important;
}

.snps-aem-mktoForm form.mktoForm select.mktoField,
.snps-aem-mktoForm form.mktoForm textarea.mktoField,
.snps-aem-mktoForm form.mktoForm input[type=text],
.snps-aem-mktoForm form.mktoForm input[type=url],
.snps-aem-mktoForm form.mktoForm input[type=email],
.snps-aem-mktoForm form.mktoForm input[type=tel],
.snps-aem-mktoForm form.mktoForm input[type=number],
.snps-aem-mktoForm form.mktoForm input[type=date] {
  font-size: 14px;
  color: #000;
  padding: 4px 5px 4px 5px;
  margin-bottom: 5px;
  font-weight: 300;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}

.snps-aem-mktoForm form.mktoForm textarea.mktoField {
  resize: auto;
  float: none !important;
  margin-bottom: 0;
}

.snps-aem-mktoForm form.mktoForm select.mktoField {
  font-size: 1.0em;
  height: 30px;
}

.snps-aem-mktoForm form.mktoForm input:focus,
.snps-aem-mktoForm form.mktoForm textarea.mktoField:focus,
.snps-aem-mktoForm form.mktoForm select:focus,
.snps-aem-mktoForm form.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:focus {
  outline-color: #555555;
}

.snps-aem-mktoForm form.mktoForm .mktoCheckboxList,
.snps-aem-mktoForm form.mktoForm .mktoRadioList {
  padding-left: 0.6em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 2em;
  width: 100% !important;
}

.snps-aem-mktoForm form.mktoForm .mktoButtonRow {
  margin-top: 20px;
  text-align: center;
  display: block;
}

.snps-aem-mktoForm form.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  background-color: #80539C;
  background-image: none;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 16px;
  height: 40px;
  line-height: 0;
}

.snps-aem-mktoForm form.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  text-decoration: none !important;
  border: none;
}

.snps-aem-mktoForm form.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:active,
.snps-aem-mktoForm form.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:focus {
  background-color: #80539C;
  text-decoration: underline;
  border: none;
  background-image: none;
}

.snps-aem-mktoForm form.mktoForm .mktoError .mktoErrorMsg {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  color: #CC0000;
  font-style: italic;
  padding: 0;
}

.snps-aem-mktoForm form.mktoForm .mktoCheckboxList+.mktoError .mktoErrorMsg,
.snps-aem-mktoForm form.mktoForm .mktoRadioList+.mktoError .mktoErrorMsg {
  margin-left: 0;
}

.snps-aem-mktoForm form.mktoForm input.mktoInvalid,
.snps-aem-mktoForm form.mktoForm textarea.mktoInvalid {
  padding: 4px 30px 4px 5px;
}

.snps-aem-mktoForm form.mktoForm input.mktoInvalid,
.snps-aem-mktoForm form.mktoForm textarea.mktoInvalid,
.snps-aem-mktoForm form.mktoForm select.mktoInvalid,
.snps-aem-mktoForm form.mktoForm .mktoCheckboxList.mktoInvalid,
.snps-aem-mktoForm form.mktoForm .mktoRadioList.mktoInvalid {
  border: 2px solid #CC0000;
  outline: none;
}

.snps-aem-mktoForm form.mktoForm input.mktoInvalid+*::before,
.snps-aem-mktoForm form.mktoForm textarea.mktoInvalid+*::before,
.snps-aem-mktoForm form.mktoForm select.mktoInvalid+*::before,
.snps-aem-mktoForm form.mktoForm .mktoCheckboxList.mktoInvalid+*::before,
.snps-aem-mktoForm form.mktoForm .mktoRadioList.mktoInvalid+*::before {
  display: block;
  content: ' ';
  color: #CC0000;
  font-size: 21px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 27px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgZGF0YS1pY29uPSJjaXJjbGUtZXhjbGFtYXRpb24iIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZGF0YS1mYS1pMnN2Zz0iIj48cGF0aCBmaWxsPSIjYmYwMDAwIiBkPSJNMjU2IDUxMkEyNTYgMjU2IDAgMSAwIDI1NiAwYTI1NiAyNTYgMCAxIDAgMCA1MTJ6bTAtMzg0YzEzLjMgMCAyNCAxMC43IDI0IDI0VjI2NGMwIDEzLjMtMTAuNyAyNC0yNCAyNHMtMjQtMTAuNy0yNC0yNFYxNTJjMC0xMy4zIDEwLjctMjQgMjQtMjR6TTIyNCAzNTJhMzIgMzIgMCAxIDEgNjQgMCAzMiAzMiAwIDEgMSAtNjQgMHoiPjwvcGF0aD48L3N2Zz4=);
  background-size: 20px;
  background-repeat: no-repeat;
}

.snps-aem-mktoForm form.mktoForm select.mktoInvalid+*::before {
  right: 23px;
}

.snps-aem-mktoForm form.mktoForm .mktoCheckboxList.mktoInvalid,
.snps-aem-mktoForm form.mktoForm .mktoRadioList.mktoInvalid {
  border-radius: 4px;
  margin-bottom: 5px;
  padding-bottom: 0.3em;
}

.snps-aem-mktoForm form.mktoForm .mktoCheckboxList.mktoInvalid+*::before,
.snps-aem-mktoForm form.mktoForm .mktoRadioList.mktoInvalid+*::before {
  top: 30px;
}

.snps-aem-mktoForm form.mktoForm .mktoError {
  position: static;
  width: 100%;
}

.snps-aem-mktoForm form.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

@media only screen and (max-width: 480px) {

  /* styling for when form is not in a container and instead used in a right rail*/
  div.mktoForm {
    padding: 0;
  }

  div.mktoForm .snps-aem-mktoForm {
    padding: 25px 45px 35px 45px;
    margin: 15px 0;
  }

  .snps-aem-mktoForm form.mktoForm .mktoFormCol .mktoLabel {
    margin-bottom: 10px;
  }

  .snps-aem-mktoForm form.mktoForm select.mktoField,
  .snps-aem-mktoForm form.mktoForm textarea.mktoField,
  .snps-aem-mktoForm form.mktoForm input[type=text],
  .snps-aem-mktoForm form.mktoForm input[type=url],
  .snps-aem-mktoForm form.mktoForm input[type=email],
  .snps-aem-mktoForm form.mktoForm input[type=tel],
  .snps-aem-mktoForm form.mktoForm input[type=number],
  .snps-aem-mktoForm form.mktoForm input[type=date] {
    font-size: 15px;
    height: 2.4em;
  }

  .snps-aem-mktoForm form.mktoForm textarea[rows="4"] {
    height: 5.8em;
  }

  .snps-aem-mktoForm form.mktoForm textarea[rows="3"] {
    height: 4.6em;
  }

  .snps-aem-mktoForm form.mktoForm textarea[rows="2"] {
    height: 3.4em;
  }

  .snps-aem-mktoForm form.mktoForm .mktoError .mktoErrorMsg {
    margin: 0;
  }

  .snps-aem-mktoForm form.mktoForm input.mktoInvalid+*::before,
  .snps-aem-mktoForm form.mktoForm textarea.mktoInvalid+*::before,
  .snps-aem-mktoForm form.mktoForm select.mktoInvalid+*::before {
    top: 38px;
  }

  form.mktoForm {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 481px) {
  .snps-aem-mktoForm form.mktoForm .mktoLabel {
    padding-top: 0.5em;
  }

  .snps-aem-mktoForm form.mktoForm .mktoError .mktoErrorMsg {
    margin-top: 0;
    margin-left: 0;
  }

  .snps-aem-mktoForm form.mktoForm input.mktoInvalid+*::before,
  .snps-aem-mktoForm form.mktoForm select.mktoInvalid+*::before,
  .snps-aem-mktoForm form.mktoForm textarea.mktoInvalid+*::before,
  .snps-aem-mktoForm form.mktoForm .mktoCheckboxList.mktoInvalid+*::before,
  .snps-aem-mktoForm form.mktoForm .mktoRadioList.mktoInvalid+*::before {
    top: 31.5px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 729px) {
  .snps-aem-mktoForm {
    padding-left: 95px;
    padding-right: 95px;
  }
}

@media only screen and (max-width: 729px) {
  .snps-aem-mktoForm .component-textcomp.text-align-center .component-text h2.title {
    margin-top: 25px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 730px) and (max-width: 991px) {

  /* styling for when form is not in a container and instead used in a right rail*/
  div.mktoForm .snps-aem-mktoForm {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 730px) {
  .snps-aem-mktoForm {
    margin: 15px;
  }

  .snps-aem-mktoForm .component-textcomp.text-align-center .component-text h2.title {
    margin-top: 30px;
    margin-bottom: 52px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .snps-aem-mktoForm {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .snps-aem-mktoForm {
    margin: 15px;
  }

  .snps-aem-mktoForm .component-textcomp.text-align-center .component-text h2.title {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

body[data-content-type="eda"] .snps-aem-mktoForm .container .row,
body[data-content-type="eda"] .snps-aem-mktoForm .carousel-holder.image-carousel .row {
  display: none;
}

body[data-content-type="eda"] .snps-aem-mktoForm .asset-ready .title {
  font-size: 30px;
  font-weight: 400;
  color: #111C24;
  text-align: center;
  margin-bottom: 24px;
}

body[data-content-type="eda"] .snps-aem-mktoForm .asset-ready .desc {
  font-size: 21px;
  font-weight: 300;
  color: #111C24;
  line-height: 25px;
}

body[data-content-type="eda"] .snps-aem-mktoForm .asset-ready .bottom {
  color: #646E81;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

body[data-content-type="eda"] .snps-aem-mktoForm .asset-ready .bottom .form-fill-link {
  color: #111C24;
}

body[data-content-type="eda"] .snps-aem-mktoForm .asset-ready .button-wrapper {
  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;
}

body[data-content-type="eda"] .snps-aem-mktoForm .asset-ready .button {
  background-color: #80539C;
  background-image: none;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 4px 12px 4px 12px;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  line-height: 0;
  margin-top: 32px;
  margin-bottom: 4px;
}

body[data-content-type="eda"] .snps-aem-mktoForm .asset-ready .button:hover {
  text-decoration: underline;
}

body[data-content-type="eda"] .snps-aem-mktoForm .container .lazyHtml,
body[data-content-type="eda"] .snps-aem-mktoForm .carousel-holder.image-carousel .lazyHtml {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

body[data-content-type="eda"] .snps-aem-mktoForm .container .lazyHtml .title,
body[data-content-type="eda"] .snps-aem-mktoForm .carousel-holder.image-carousel .lazyHtml .title,
body[data-content-type="eda"] .snps-aem-mktoForm .container .lazyHtml .desc,
body[data-content-type="eda"] .snps-aem-mktoForm .carousel-holder.image-carousel .lazyHtml .desc,
body[data-content-type="eda"] .snps-aem-mktoForm .container .lazyHtml .button,
body[data-content-type="eda"] .snps-aem-mktoForm .carousel-holder.image-carousel .lazyHtml .button {
  background: #F5F6F7;
  min-height: 33px;
  border: none;
}

body[data-content-type="eda"] .snps-aem-mktoForm .container .lazyHtml .button,
body[data-content-type="eda"] .snps-aem-mktoForm .carousel-holder.image-carousel .lazyHtml .button {
  margin-top: 12px;
  min-width: 100px;
}

/* For 2 column layout we append left-section and right-section classes */
.right-section .snps-aem-mktoForm form.mktoForm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0px 20px;
  max-width: unset;
}

.right-section .snps-aem-mktoForm form.mktoForm .mktoFormRow:has(.mktoPlaceholder),
.snps-aem-mktoForm form.mktoForm .mktoFormRow:has(script) {
  display: none;
}

.right-section .snps-aem-mktoForm form.mktoForm .mktoFormRow.full-width,
.right-section .snps-aem-mktoForm form.mktoForm .mktoButtonRow,
.right-section .snps-aem-mktoForm form.mktoForm .mktoFormRow:has(input[type="checkbox"]):not(:has(input[type="checkbox"]:nth-of-type(2))),
.right-section .snps-aem-mktoForm form.mktoForm .mktoFormRow:has(input[type="hidden"]),
.right-section .snps-aem-mktoForm form.mktoForm .mktoFormRow.last-main-field {
  grid-column: 1 / -1;
}

.mktoButtonRow .mktoButtonWrap {
  margin-left: unset !important;
}

.mktoFormRow .mktoFieldWrap label {
  color: #555;
  font-size: 12px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1;
}

.mktoForm .mktoFormRow .mktoFieldWrap select.mktoField {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTQuMjkxMzIgNS43MDkzOEM0LjY4MTk0IDYuMSA1LjMxNjMyIDYuMSA1LjcwNjk0IDUuNzA5MzhMOS43MDY5NCAxLjcwOTM3QzkuOTk0NDQgMS40MjE4NyAxMC4wNzg4IDAuOTkzNzUgOS45MjI1NyAwLjYxODc1QzkuNzY2MzIgMC4yNDM3NSA5LjQwMzgyIC0yLjYwNTk5ZS0wOCA4Ljk5NzU3IC00LjM4MTc2ZS0wOEwwLjk5NzU2OSAtMy45MzUwOWUtMDdDMC41OTQ0NDQgLTQuMTExMzBlLTA3IDAuMjI4ODE5IDAuMjQzNzQ5IDAuMDcyNTY4OSAwLjYxODc0OUMtMC4wODM2ODEyIDAuOTkzNzQ5IDAuMDAzODE4NDUgMS40MjE4NyAwLjI4ODE5NCAxLjcwOTM3TDQuMjg4MTkgNS43MDkzOEw0LjI5MTMyIDUuNzA5Mzh6IiBmaWxsPSIjMTExQzI0Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position-x: -webkit-calc(100% - 10px);
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem !important;
  padding-right: 2rem;
  height: 48px !important;
  border-radius: 5px;
}

.mktoFormRow input:not([type="checkbox"]) {
  height: 48px !important;
  border-radius: 5px;
}

.marketoFormsContainer h1,
.marketoFormsContainer h1 span {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
}

@media only screen and (min-width: 762px) {

  .marketoFormsContainer h1,
  .marketoFormsContainer h1 span {
    font-size: 32px;
  }
}

.marketoFormsContainer .row>div:first-child ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (min-width: 762px) {
  .marketoFormsContainer .row>div:first-child ul li {
    font-size: 20px;
  }
}

.marketoFormsContainer .row>div:first-child ul li strong,
.marketoFormsContainer .row>div:first-child ul li b {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  /* 32px */
}

@media only screen and (min-width: 762px) {

  .marketoFormsContainer .row>div:first-child ul li strong,
  .marketoFormsContainer .row>div:first-child ul li b {
    font-size: 20px;
  }
}

.right-section {
  float: left;
}

.snps-aem-mktoForm h2 span {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
}

@media only screen and (min-width: 762px) {
  .snps-aem-mktoForm h2 span {
    font-size: 24px;
  }
}

.cmp-contentlist {
  /*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
}

.cmp-contentlist .cmp-contentlist__title {
  text-align: center;
}

.cmp-contentlist .cmp-contentlist__filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
  white-space: nowrap;
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
}

.cmp-contentlist .cmp-contentlist__filter .cmp-contentlist__filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 730px) {
  .cmp-contentlist .cmp-contentlist__filter .cmp-contentlist__filter-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px 0;
  }
}

.cmp-contentlist .cmp-contentlist__filter [data-filter-id] {
  border: 2px solid #80539c;
  border-radius: 50px;
  color: #80539c;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 25px;
  margin: 8px 5px;
  cursor: pointer;
}

.cmp-contentlist .cmp-contentlist__filter [data-filter-id] .x {
  display: none;
  border: none;
  padding-left: 10px;
  color: #ffffff;
  font-weight: 500;
}

.cmp-contentlist .cmp-contentlist__filter [data-filter-id] .x.visible {
  display: inline;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cmp-contentlist .cmp-contentlist__filter [data-filter-id]:hover {
    background-color: #5a2a82;
    border-color: #5a2a82;
    color: #FFF;
  }
}

@media (hover: hover) and (pointer: fine) {

  .cmp-contentlist .cmp-contentlist__filter [data-filter-id]:hover,
  .cmp-contentlist .cmp-contentlist__filter [data-filter-id] :focus {
    background-color: #5a2a82;
    border-color: #5a2a82;
    color: #FFF;
  }
}

.cmp-contentlist .cmp-contentlist__filter [data-filter-id].active {
  background-color: #80539c;
  color: #FFF;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cmp-contentlist .cmp-contentlist__filter [data-filter-id].active:hover {
    background-color: #5a2a82;
    border-color: #5a2a82;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cmp-contentlist .cmp-contentlist__filter [data-filter-id].active:hover {
    background-color: #5a2a82;
    border-color: #5a2a82;
  }
}

@media only screen and (max-width: 730px) {
  .cmp-contentlist .cmp-contentlist__filter [data-filter-id] {
    margin: 8px 4px;
  }

  .cmp-contentlist .cmp-contentlist__filter [data-filter-id]:first-child {
    margin: 8px 4px;
  }
}

@media (max-width: 730px) {
  .cmp-contentlist .cmp-contentlist__filter {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (max-width: 1200px) {
  .cmp-contentlist .cmp-contentlist__make-sticky {
    position: fixed;
    top: 67px;
    width: 100%;
    max-width: 1900px;
    z-index: 1029;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

.cmp-contentlist .cmp-contentlist__content {
  margin-bottom: 10px;
  margin-top: 20px;
}

.cmp-contentlist .cmp-contentlist__content .cmp-contentlist__assetcard-wrapper {
  padding: 15px;
  /* SM Tablet */
}

@media (min-width: 730px) {
  .cmp-contentlist .cmp-contentlist__content .cmp-contentlist__assetcard-wrapper .component-card-b {
    height: 290px;
  }
}

.cmp-contentlist .cmp-contentlist__content .cmp-contentlist__no-result {
  margin-left: 10px;
}

.cmp-contentlist .cmp-contentlist__pgn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cmp-contentlist .cmp-contentlist__pgn-wrap .cmp-contentlist__pgn-item {
  display: inline-block;
  border: 2px solid transparent;
  color: #80539c;
  font-weight: 500;
  font-size: 20px;
  padding: 0 4.5px;
  margin: 0 2px;
  min-width: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cmp-contentlist .cmp-contentlist__pgn-wrap .cmp-contentlist__pgn-item:hover {
    border: 2px solid #80539c;
    border-radius: 50px;
    cursor: pointer;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cmp-contentlist .cmp-contentlist__pgn-wrap .cmp-contentlist__pgn-item:hover {
    border: 2px solid #80539c;
    border-radius: 50px;
    cursor: pointer;
  }
}

.cmp-contentlist .cmp-contentlist__pgn-wrap .cmp-contentlist__pgn-item.active {
  font-weight: 500;
  border: 2px solid #80539c;
  background-color: #80539c;
  border-radius: 50px;
  color: #ffffff;
}

.cmp-contentlist .cmp-contentlist__pgn-wrap .cmp-contentlist__pgn-item i.fa {
  padding: 0 2px;
}

.cmp-tableofcontents {
  /*	CSS for Table of Contents	*/
}

.cmp-tableofcontents .cmp-tableofcontents__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}

.cmp-tableofcontents .cmp-tableofcontents__title {
  font-weight: 300;
  font-size: 24px;
  color: #111C24;
}

.cmp-tableofcontents .cmp-tableofcontents__content-list {
  overflow-y: auto;
  margin-top: 15px;
}

.cmp-tableofcontents .cmp-tableofcontents__content-list-wraper {
  list-style: none;
  padding: 0;
}

.cmp-tableofcontents .cmp-tableofcontents__content-item-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.cmp-tableofcontents .cmp-tableofcontents__content-item-text,
.cmp-tableofcontents .init a {
  padding: 8px 15px;
  border-left: 2px solid #C4C4C4;
  color: #111C24;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  width: 100%;
  line-height: 160%;
  /* 25.6px */
}

.cmp-tableofcontents .cmp-tableofcontents__content-item-text:hover,
.cmp-tableofcontents .cmp-tableofcontents__content-item-text.activeSection,
.cmp-tableofcontents .init a:hover,
.cmp-tableofcontents .init a.activeSection {
  border-left: 2px solid #000000;
  font-weight: 400;
}

/*	CSS for Scroll to Top link	*/
.cmp-tableofcontents__scroll-to-top-container {
  margin: 0 !important;
}

.cmp-tableofcontents__scroll-to-top.visible {
  background-color: #D9D9D9;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.cmp-tableofcontents__scroll-to-top.visible:hover {
  background-color: #B3B4b3;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cmp-tableofcontents__scroll-to-top {
  background-color: #B3B4b3;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #000;
  display: block;
  height: 50px;
  display: none;
  padding: 5px 0 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 49px;
  z-index: 1040;
  cursor: pointer;
  margin-bottom: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDcuMC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iIzExMWMyNCIgZD0iTTIwMS40IDEwNS40YzEyLjUtMTIuNSAzMi44LTEyLjUgNDUuMyAwbDE5MiAxOTJjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNzLTMyLjggMTIuNS00NS4zIDBMMjI0IDE3My4zIDU0LjYgMzQyLjZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zbDE5Mi0xOTJ6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center 12px;
}

[class^="icon-"]:before,
#a6cbca75f-[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.icon-chevron-up:before {
  content: url("https://www.synopsys.com/content/dam/synopsys/dev/scroll-up-arrow-black.svg");
  width: 15px;
  height: auto;
  padding-top: 0px;
}

/*End scroll */
.reposition-tableOfContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.table-of-contents-product-layout {
  z-index: 1001;
}

.table-of-contents-product-layout.cmp-tableofcontents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  background: #F7F7FA;
}

.table-of-contents-product-layout.cmp-tableofcontents .container,
.table-of-contents-product-layout.cmp-tableofcontents .carousel-holder.image-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table-of-contents-product-layout.cmp-tableofcontents svg {
  display: none;
}

.table-of-contents-product-layout.cmp-tableofcontents ul {
  font-size: 0;
  display: table;
  max-width: 1170px;
  padding: 0;
  overflow: scroll;
  margin: 0;
  display: inline-table;
  background: #F7F7FA;
  float: left;
  margin-right: auto;
}

.table-of-contents-product-layout.cmp-tableofcontents ul li {
  width: auto;
  float: left;
  margin-right: 9px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-align: left;
  position: relative;
}

.table-of-contents-product-layout.cmp-tableofcontents ul li a {
  white-space: nowrap;
  padding: 0 24px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 53px;
  color: #111c24;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.table-of-contents-product-layout.cmp-tableofcontents ul li a.activeSection,
.table-of-contents-product-layout.cmp-tableofcontents ul li a:hover {
  color: #FFF;
}

.table-of-contents-product-layout.cmp-tableofcontents ul li a.activeSection:before,
.table-of-contents-product-layout.cmp-tableofcontents ul li a:hover:before {
  position: absolute;
  font-weight: 400;
  content: attr(data-text);
  color: #111c24;
}

.table-of-contents-product-layout.cmp-tableofcontents .cmp-productsolutions__button-link {
  float: right;
  width: auto;
  margin-left: 15px;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 53px;
}

.table-of-contents-product-layout.cmp-tableofcontents .cmp-productsolutions__button-link a {
  background: #111C24;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}

.table-of-contents-product-layout.cmp-tableofcontents .cmp-productsolutions__button-link a:hover {
  background: #555;
  text-decoration: none;
}

.tableOfContents {
  position: relative;
  min-height: 42px;
  position: relative;
}

.tableOfContents.makeSticky section.table-of-contents-product-layout {
  position: fixed;
  z-index: 1001;
  padding-left: 0px;
  width: 100%;
  max-width: 1900px;
}

.tableOfContents .init {
  display: none !important;
}

.pb_table {
  position: fixed;
  top: 75px;
  height: 5px;
  width: 1170px;
  background: white;
  z-index: 1040;
  left: 0;
  right: 0;
  margin: auto;
}

body.edit .pb_table {
  display: none;
}

@media (max-width: 1130px) {
  .pb_table {
    top: 66px;
    left: 0;
    width: 100%;
  }
}

/*
	Responsive (mobile first)
XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
@media only screen and (max-width: 730px) {

  .tableOfContents .container,
  .tableOfContents .carousel-holder.image-carousel {
    padding: 0;
  }

  .tocSictkyArticlesMobile {
    padding: 0;
    margin: 0;
  }

  .pb_table {
    display: none !important;
  }

  .makeSticky section {
    position: fixed;
    width: 100%;
    z-index: 1001;
    padding-left: 0px;
    left: 0;
    max-width: 1900px;
  }

  .table-of-contents-article-layout .cmp-tableofcontents__header {
    display: none;
  }

  .table-of-contents-article-layout .cmp-tableofcontents__content-list {
    margin: 0;
    padding: 0;
  }

  .table-of-contents-article-layout ul {
    font-size: 0;
    display: table;
    max-width: 1170px;
    padding: 0;
    overflow: scroll;
    margin: 0;
    display: inline-table;
    height: 52.7951px;
    background: #F7F7FA;
    float: left;
  }

  .table-of-contents-product-layout.cmp-tableofcontents,
  .table-of-contents-article-layout.cmp-tableofcontents {
    height: 42px;
    overflow: hidden;
    display: block;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .table-of-contents-product-layout.cmp-tableofcontents .init,
  .table-of-contents-article-layout.cmp-tableofcontents .init {
    display: block !important;
    position: relative;
  }

  .table-of-contents-product-layout.cmp-tableofcontents .init a,
  .table-of-contents-article-layout.cmp-tableofcontents .init a {
    font-weight: 400 !important;
    pointer-events: none;
    padding-left: 0;
    padding-right: 12px;
  }

  .table-of-contents-product-layout.cmp-tableofcontents .init a span,
  .table-of-contents-article-layout.cmp-tableofcontents .init a span {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border: none !important;
    position: relative;
    top: 1px;
  }

  .table-of-contents-product-layout.cmp-tableofcontents .container,
  .table-of-contents-product-layout.cmp-tableofcontents .carousel-holder.image-carousel,
  .table-of-contents-article-layout.cmp-tableofcontents .container,
  .table-of-contents-article-layout.cmp-tableofcontents .carousel-holder.image-carousel {
    display: block;
    padding: 0;
  }

  .table-of-contents-product-layout.cmp-tableofcontents.open,
  .table-of-contents-article-layout.cmp-tableofcontents.open {
    height: auto;
  }

  .table-of-contents-product-layout.cmp-tableofcontents.open ul,
  .table-of-contents-article-layout.cmp-tableofcontents.open ul {
    height: auto;
  }

  .table-of-contents-product-layout.cmp-tableofcontents.open ul svg,
  .table-of-contents-article-layout.cmp-tableofcontents.open ul svg {
    rotate: 180deg;
  }

  .table-of-contents-product-layout.cmp-tableofcontents svg,
  .table-of-contents-article-layout.cmp-tableofcontents svg {
    display: block;
    top: 13px;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    right: 4px;
    margin-top: auto;
    color: #111C24;
  }

  .table-of-contents-product-layout.cmp-tableofcontents ul,
  .table-of-contents-article-layout.cmp-tableofcontents ul {
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0 24px;
  }

  .table-of-contents-product-layout.cmp-tableofcontents ul li,
  .table-of-contents-article-layout.cmp-tableofcontents ul li {
    display: block;
    width: 100%;
  }

  .table-of-contents-product-layout.cmp-tableofcontents ul li a,
  .table-of-contents-article-layout.cmp-tableofcontents ul li a {
    text-align: left;
    display: block;
    position: relative;
    padding: 8px 0;
    border: none;
    min-height: 42px;
    height: auto;
    white-space: pre-line;
  }

  .table-of-contents-product-layout.cmp-tableofcontents ul li a.activeSection,
  .table-of-contents-article-layout.cmp-tableofcontents ul li a.activeSection {
    border: none;
  }

  .table-of-contents-product-layout.cmp-tableofcontents ul li a:hover,
  .table-of-contents-article-layout.cmp-tableofcontents ul li a:hover {
    border: none !important;
  }

  .table-of-contents-product-layout.cmp-tableofcontents .cmp-productsolutions__button-link,
  .table-of-contents-article-layout.cmp-tableofcontents .cmp-productsolutions__button-link {
    float: left;
    padding: 16px 0 0 0;
    height: auto;
  }

  .table-of-contents-product-layout.cmp-tableofcontents .cmp-productsolutions__button-link a,
  .table-of-contents-article-layout.cmp-tableofcontents .cmp-productsolutions__button-link a {
    margin: 0 0 20px 0px;
    top: 0;
  }
}

.spotlight {
  margin-top: 30px;
}

.spotlight .component-spotlight {
  padding: 30px;
  border: 2px solid #5a2a82;
}

.spotlight .component-spotlight .spotlight-title {
  margin-top: -46px;
  margin-bottom: 25px;
  font-size: 30px;
}

.spotlight .component-spotlight .spotlight-title span {
  color: #5a2a82;
  padding: 0 15px 30px 15px;
  background-color: #FFF;
}

.spotlight .component-spotlight.spotlight-header-left .spotlight-title {
  margin-left: -32px;
}

.spotlight .component-spotlight.spotlight-header-left .spotlight-title span {
  padding-left: 0;
  padding-right: 15px;
  padding-bottom: 15px;
}

.spotlight .component-spotlight .row {
  margin: 0;
}

/*
	Responsive (mobile first)
XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.cmp-socialshare a {
  text-decoration: none;
  padding: 12px 10px 0 10px;
  display: inline-block;
}

.cmp-socialshare a svg {
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
  font-size: 28px;
}

.cmp-socialshare a svg path {
  fill: #80539c;
}

.cmp-socialshare a:first-child {
  padding-left: 0;
}

.cmp-socialshare a:hover {
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.cmp-socialshare a:hover path {
  color: #5a2a82;
}

@media (max-width: 730px) {
  .socialShare .tocSictkyArticlesMobile {
    margin-left: 15px;
  }
}

@media (min-width: 730px) {
  .cmp-socialshare a {
    padding: 0 7.5px 0 7.5px;
    font-size: 24px;
  }

  .cmp-socialshare i {
    font-size: 28px;
  }
}

/**
 *  Main css for carousel
 */
.carousel-holder {
  margin: auto;
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper {
  padding: 24px 32px 0 32px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 236px;
  gap: 80px;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper {
    padding: 0 60px;
    top: 120px;
    gap: 60px;
  }
}

@media (min-width: 992px) {
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper {
    top: 170px;
    gap: 60px;
  }
}

@media (min-width: 1200px) {
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper {
    padding: 0 160px;
    gap: 160px;
  }
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .title {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .title {
    font-size: 43px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .title {
    font-size: 48px;
    line-height: 67.2px;
  }
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .sub-title {
  font-weight: 300;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  margin: 24px 0;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .sub-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    margin: 0 0 32px 0;
  }
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper p {
  margin: 0;
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-purple,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-synopsys_purple,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-white,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-gray,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-orange {
  margin: 0;
  width: auto;
}

@media (max-width: 729px) {

  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button,
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-purple,
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-synopsys_purple,
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-white,
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-gray,
  .carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button-orange {
    width: 260px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button.light,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-purple,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-synopsys_purple,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-white,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-gray,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-orange {
  background: #111c24;
  border-color: #111c24;
  color: #FFF;
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button.light:hover,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-purple:hover,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-synopsys_purple:hover,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-white:hover,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-gray:hover,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-orange:hover {
  background: #555555;
  border-color: #555555;
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button.light .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-purple .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-synopsys_purple .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-white .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-gray .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.component-button-orange .secondary a {
  color: #FFF;
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button.light.secondary,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-purple,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-synopsys_purple,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-white,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-gray,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-orange {
  background: none;
}

.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .component-button.light.secondary a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-purple a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-synopsys_purple a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-white a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-gray a,
.carousel-holder[carousel-type="banner-carousel"] .center-wrapper .light.secondary.component-button-orange a {
  color: #111c24;
}

.carousel-holder[carousel-type="banner-carousel"] .slick-nav-container {
  display: none;
}

.carousel-holder[carousel-type="banner-carousel"] .slick-dots {
  width: 100%;
  max-width: 100%;
  padding: 0px 74px 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 16px;
  bottom: 34px;
  margin: 0 auto;
  pointer-events: none;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="banner-carousel"] .slick-dots {
    width: auto;
    gap: 20px;
    padding: 0 98px 0 24px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media (min-width: 992px) {
  .carousel-holder[carousel-type="banner-carousel"] .slick-dots {
    padding: 0 106px 0 24px;
    gap: 0 20px;
  }
}

@media (min-width: 1200px) {
  .carousel-holder[carousel-type="banner-carousel"] .slick-dots {
    padding: 0 100px;
    gap: 40px;
  }
}

@media (min-width: 1400px) {
  .carousel-holder[carousel-type="banner-carousel"] .slick-dots {
    padding: 0 160px;
    gap: 54px;
  }
}

.carousel-holder[carousel-type="banner-carousel"] .slick-dots li {
  color: rgba(0, 0, 0, 0);
  position: relative;
  width: 252px;
  overflow: hidden;
  margin: 0;
  height: auto;
  overflow: inherit;
  pointer-events: all;
}

@media (min-width: 992px) {
  .carousel-holder[carousel-type="banner-carousel"] .slick-dots li {
    padding: 0 8px 10px 8px;
  }

  .carousel-holder[carousel-type="banner-carousel"] .slick-dots li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    position: relative;
    padding-top: 14px;
  }
}

.carousel-holder[carousel-type="banner-carousel"] .slick-dots li:only-child {
  display: none;
}

.carousel-holder[carousel-type="banner-carousel"] .slick-dots li a:hover {
  text-decoration: none;
}

.carousel-holder[carousel-type="banner-carousel"] .slick-dots li:before {
  border-color: #B3B4B3;
  top: 0;
  bottom: initial;
}

.carousel-holder[carousel-type="banner-carousel"] .slick-dots li .slider-progress-bar {
  background: #FFF;
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.carousel-holder[carousel-type="banner-carousel"] [data-color-theme="light"] .slick-dots li a {
  color: #111C24;
  -webkit-transition: 1s;
  transition: 1s;
}

.carousel-holder[carousel-type="banner-carousel"] [data-color-theme="light"] .slick-dots li .slider-progress-bar {
  background: #111C24 !important;
}

.carousel-holder[carousel-type="banner-carousel"] .component-button .has-arrow,
.carousel-holder[carousel-type="banner-carousel"] .component-button-purple .has-arrow,
.carousel-holder[carousel-type="banner-carousel"] .component-button-synopsys_purple .has-arrow,
.carousel-holder[carousel-type="banner-carousel"] .component-button-white .has-arrow,
.carousel-holder[carousel-type="banner-carousel"] .component-button-gray .has-arrow,
.carousel-holder[carousel-type="banner-carousel"] .component-button-orange .has-arrow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.carousel-holder[carousel-type="banner-carousel"] .component-button .has-arrow .download-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-purple .has-arrow .download-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-synopsys_purple .has-arrow .download-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-white .has-arrow .download-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-gray .has-arrow .download-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-orange .has-arrow .download-icon {
  margin-top: 0;
}

.carousel-holder[carousel-type="banner-carousel"] .component-button .has-arrow .arrow-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-purple .has-arrow .arrow-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-synopsys_purple .has-arrow .arrow-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-white .has-arrow .arrow-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-gray .has-arrow .arrow-icon,
.carousel-holder[carousel-type="banner-carousel"] .component-button-orange .has-arrow .arrow-icon {
  margin: 0 0 0 8px;
}

.carousel-holder[carousel-type="banner-carousel"] .pause-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 24px;
  bottom: 29px;
  z-index: 2;
  background: #000000BF;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="banner-carousel"] .pause-btn {
    font-size: 9px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    border-radius: 60px;
    right: 24px;
    bottom: 24px;
  }
}

@media (min-width: 992px) {
  .carousel-holder[carousel-type="banner-carousel"] .pause-btn {
    font-size: 11px;
    width: 42px;
    height: 42px;
    bottom: 76px;
  }
}

@media (min-width: 1200px) {
  .carousel-holder[carousel-type="banner-carousel"] .pause-btn {
    font-size: 13px;
    width: 48px;
    height: 48px;
    right: 5px;
  }
}

@media (min-width: 1400px) {
  .carousel-holder[carousel-type="banner-carousel"] .pause-btn {
    font-size: 15px;
    width: 50px;
    height: 50px;
    right: 60px;
  }
}

@media (min-width: 1900px) {
  .carousel-holder[carousel-type="banner-carousel"] .pause-btn {
    right: 160px;
  }
}

@media (max-width: 729px) {

  .carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button,
  .carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button-purple,
  .carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button-synopsys_purple,
  .carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button-white,
  .carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button-gray,
  .carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button-orange {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button.light,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-purple,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-synopsys_purple,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-white,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-gray,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-orange {
  background: #111c24;
  border-color: #111c24;
  color: #FFF;
}

.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button.light:hover,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-purple:hover,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-synopsys_purple:hover,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-white:hover,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-gray:hover,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-orange:hover {
  background: #555555;
  border-color: #555555;
}

.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button.light .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-purple .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-synopsys_purple .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-white .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-gray .secondary a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.component-button-orange .secondary a {
  color: #FFF;
}

.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button.light.secondary,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-purple,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-synopsys_purple,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-white,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-gray,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-orange {
  background: none;
}

.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .component-button.light.secondary a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-purple a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-synopsys_purple a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-white a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-gray a,
.carousel-holder[carousel-type="banner-carousel"] .component-video-banner .content-wrapper .light.secondary.component-button-orange a {
  color: #111c24;
}

.carousel-holder[carousel-type="banner-carousel"] .image-overlay {
  height: 100%;
  width: 100%;
  max-width: 1900px;
  background-color: black;
  position: absolute;
  z-index: 2;
}

.carousel-holder[carousel-type="banner-carousel"] .opacity-0 {
  opacity: 0;
}

.carousel-holder[carousel-type="banner-carousel"] .opacity-30 {
  opacity: 0.3;
}

.carousel-holder[carousel-type="banner-carousel"] .opacity-40 {
  opacity: 0.4;
}

.carousel-holder[carousel-type="banner-carousel"] .opacity-50 {
  opacity: 0.5;
}

.carousel-holder[carousel-type="banner-carousel"] .opacity-60 {
  opacity: 0.6;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="card-carousel"] .carousel-list-holder {
    padding: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media (min-width: 1400px) {
  .carousel-holder[carousel-type="card-carousel"] .carousel-list-holder {
    padding: 0;
  }
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="content-carousel"] .carousel-list-holder {
    padding: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media (min-width: 1400px) {
  .carousel-holder[carousel-type="content-carousel"] .carousel-list-holder {
    padding: 0;
  }
}

.carousel-holder[carousel-type="content-carousel"] .component-imageTextCta {
  padding: 0;
}

.carousel-holder[carousel-type="content-carousel"] .component-quote {
  width: 98%;
  margin: 1%;
}

.carousel-holder[carousel-type="content-carousel"] .component-quote .component-text {
  height: 186px;
  overflow: hidden;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="content-carousel"] .component-quote .component-text {
    height: 125px;
    overflow: hidden;
  }
}

.carousel-holder[carousel-type="content-carousel"] .component-quote .quote-attribution-wrapper {
  min-height: 39px;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="content-carousel"] .component-quote .quote-attribution-wrapper {
    min-height: 25px;
  }
}

.carousel-holder[carousel-type="content-carousel"] .component-quote .quote-img-wrapper {
  height: 45px;
}

@media (min-width: 730px) {
  .carousel-holder[carousel-type="content-carousel"] .component-quote .quote-img-wrapper {
    height: 60px;
  }
}

.image__title,
.carousel-holder.image-carousel .cmp-image__title,
#carouselImageModal .cmp-image__title {
  position: absolute;
  bottom: 0;
  color: #FFF;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100px;
  border: 16px solid transparent;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

@media (min-width: 729px) {

  .image__title,
  .carousel-holder.image-carousel .cmp-image__title,
  #carouselImageModal .cmp-image__title {
    font-size: 16px;
    line-height: 25.6px;
    border: 24px solid transparent;
  }
}

@media (max-width: 729px) {

  .image__title,
  .carousel-holder.image-carousel .cmp-image__title,
  #carouselImageModal .cmp-image__title {
    height: auto;
    font-size: 12px;
    line-height: 16px;
    -webkit-line-clamp: 1;
  }
}

.image__title[itemprop='caption'],
.carousel-holder.image-carousel .cmp-image__title[itemprop='caption'],
#carouselImageModal .cmp-image__title[itemprop='caption'] {
  display: block;
  display: -webkit-box;
}

.carousel-holder {
  position: relative;
  -webkit-transition: all .1s;
  transition: all .1s;
  /* class to use if was need to avoid adobe target flicker - TD*/
  /* End class to use if was need to avoid adobe target flicker - TD*/
  /* Styles for Image Carousel Type (Wrike #1558447542 - Image Carousel Component) */
}

.carousel-holder .hide-carousel {
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.carousel-holder .carousel-wrapper-hp {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.carousel-holder .bg-desktop {
  height: 700px;
}

.carousel-holder .bg-mobile {
  height: 560px;
}

.carousel-holder .cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 15px;
}

.carousel-holder.image-carousel {
  /* Add a transparency effect for thumnbail images */
}

.carousel-holder.image-carousel .arrows-holder {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 50%;
}

.carousel-holder.image-carousel .slider-nav .slick-arrow {
  display: none !important;
}

.carousel-holder.image-carousel .slick-nav-container {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: -12px;
  position: absolute;
}

.carousel-holder.image-carousel .slider-nav .slick-slide {
  cursor: pointer;
}

.carousel-holder.image-carousel .slider-nav .slick-track {
  margin-left: 0;
}

.carousel-holder.image-carousel .component-image {
  position: relative;
}

.carousel-holder.image-carousel .img-responsive {
  display: inline;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: auto;
}

.carousel-holder.image-carousel .component-image {
  background-color: #f7f7fa;
}

.carousel-holder.image-carousel .slick-arrow {
  font-size: 20.5px;
  background: rgba(85, 85, 85, 0.75);
  color: #FFF;
}

.carousel-holder.image-carousel .slick-arrow.slick-prev {
  left: 4.7%;
}

.carousel-holder.image-carousel .slick-arrow.slick-next {
  right: 4.7%;
}

.carousel-holder.image-carousel .image-thumbnail img {
  opacity: 0.6;
  float: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.carousel-holder.image-carousel .image-thumbnail img img {
  width: 100%;
}

.carousel-holder.image-carousel .active img,
.carousel-holder.image-carousel .image-thumbnail img:hover {
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.carousel-holder.image-carousel .zoom-instructions .zoom-text {
  display: none;
}

.carousel-holder.image-carousel .image-thumbnail .cmp-image__title[itemprop='caption'] {
  display: none !important;
}

.carousel-holder.image-carousel .pagination {
  width: 21px;
  height: 24px;
  color: #fff;
  position: absolute;
  top: 9.5%;
  left: 6.7%;
  z-index: 1;
  font-size: 24px;
  font-weight: 300;
  /* > LG Desktop */
}

@media (max-width: 992px) {
  .carousel-holder.image-carousel .pagination {
    font-size: 16px;
  }
}

.carousel-holder.image-carousel .pagination svg {
  font-size: 21px;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.carousel-holder.image-carousel .expand-img-carousel,
.carousel-holder.image-carousel .image-download {
  width: 21px;
  color: #fff;
  position: absolute;
  top: 9.5%;
  right: 6.7%;
  z-index: 1;
  cursor: pointer;
}

.carousel-holder.image-carousel .expand-img-carousel svg,
.carousel-holder.image-carousel .image-download svg {
  font-size: 21px;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.carousel-holder.image-carousel .image-download {
  display: none;
}

/* Styles for Image Carousel Modal */
.modal-backdrop-dark.modal-backdrop.in {
  opacity: .95;
}

#carouselImageModal {
  /* Add a transparency effect for thumnbail images */
}

#carouselImageModal .modal-body {
  padding: 50px 0 0 0;
}

#carouselImageModal .modal-dialog,
#carouselImageModal .carousel-holder.image-carousel .modal-dialog {
  margin: 0;
  padding: 0;
  width: 100% !important;
}

@media (max-height: 1024px) {

  #carouselImageModal .modal-dialog,
  #carouselImageModal .carousel-holder.image-carousel .modal-dialog {
    top: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-height: 750px) {

  #carouselImageModal .carousel-holder.image-carousel,
  #carouselImageModal .close-container {
    max-width: 900px;
  }
}

#carouselImageModal .close {
  top: -12px;
  right: -46px;
  position: relative;
  font-size: 29px;
  margin: 0;
  z-index: 10;
  opacity: 1;
  color: #FFF;
}

@media (max-width: 992px) {
  #carouselImageModal .close {
    top: -10px;
    right: 0px;
  }
}

@media (max-width: 730px) {
  #carouselImageModal .close {
    font-size: 20px;
  }
}

#carouselImageModal .slick-prev {
  left: 21px;
}

#carouselImageModal .slick-next {
  right: 21px;
}

#carouselImageModal .slider-nav .slick-slide {
  cursor: pointer;
}

#carouselImageModal .slick-prev,
#carouselImageModal .slick-next {
  position: absolute;
  top: 50%;
  z-index: 60;
  font-size: 20px;
  cursor: pointer;
  background: rgba(85, 85, 85, 0.75);
  border-radius: 20px;
  text-align: center;
  color: #FFF;
}

#carouselImageModal .slick-prev i,
#carouselImageModal .slick-next i {
  top: -1px;
}

#carouselImageModal .slider-nav .slick-slide {
  cursor: pointer;
}

#carouselImageModal .slick-prev {
  left: 32px;
}

@media (max-width: 1024px) {
  #carouselImageModal .slick-prev {
    left: 5%;
  }
}

#carouselImageModal .slick-next {
  right: 32px;
}

@media (max-width: 1024px) {
  #carouselImageModal .slick-next {
    right: 5%;
  }
}

#carouselImageModal .image-thumbnail {
  background: #000;
}

#carouselImageModal .active,
#carouselImageModal .image-thumbnail:hover {
  opacity: 1;
}

#carouselImageModal .zoom-instructions .zoom-text,
#carouselImageModal .slider-nav-modal .image-download {
  display: none;
}

#carouselImageModal .image-download {
  width: 18px;
  display: block;
}

@media (max-width: 992px) {
  #carouselImageModal .image-download {
    width: 14px;
  }
}

#carouselImageModal .slider-nav-modal {
  margin-top: 40px;
}

@media (max-width: 730px) {
  #carouselImageModal .slider-nav-modal {
    margin-top: 20px;
  }
}

#carouselImageModal .slider-nav-modal .image-thumbnail {
  margin-bottom: 35px;
}

@media (max-width: 730px) {
  #carouselImageModal .slider-nav-modal .image-thumbnail {
    margin-bottom: 15px;
  }
}

.carousel-wrapper-hp .content-wrapper .text-wrapper .component-text.animation-element.slide-up,
.carousel-wrapper-hp .center-wrapper .text-wrapper.animation-element.slide-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.slick-active .carousel-wrapper-hp .content-wrapper .text-wrapper .component-text.animation-element.slide-up.in-view,
.slick-active .carousel-wrapper-hp .center-wrapper .text-wrapper.animation-element.slide-up.in-view {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, -webkit-transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s;
  transition: opacity ease 1.5s, transform ease 1.5s, -webkit-transform ease 1.5s;
}

@media (min-width: 1400px) {
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper {
    padding: 0 145px;
    gap: 160px;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title {
    font-weight: 300;
    font-size: 48px;
    line-height: 1.4;
    margin-bottom: 32px;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-smaller,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-larger,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-normal,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title p {
    font-size: 48px;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .sub-title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
  }
}

@media (min-width: 730px) and (max-width: 1399px) {
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper {
    padding: 0 45px;
    padding-top: 120px;
    gap: 60px;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title {
    font-size: 32px;
    line-height: 1.4;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-smaller,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-larger,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-normal,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title p {
    font-size: 32px;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .sub-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper {
    padding-top: 170px;
  }
}

@media (min-width: 730px) {
  .carousel-wrapper-hp {
    height: 700px;
    max-height: 700px;
  }

  .carousel-wrapper-hp .dm-desktop,
  .carousel-wrapper-hp .bg-desktop,
  .carousel-wrapper-hp .foreground {
    display: block;
  }

  .carousel-wrapper-hp .dm-mobile,
  .carousel-wrapper-hp .bg-mobile {
    display: none;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"] {
    text-align: center;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"] .center-wrapper {
    max-width: 80%;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"] .dm-desktop {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"] .dm-desktop img {
    height: 700px;
    width: 100%;
    object-fit: cover;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"] .cta-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .carousel-wrapper-hp[data-type~="content-align-left"] .text-wrapper,
  .carousel-wrapper-hp[data-type~="content-align-right"] .text-wrapper {
    width: 50%;
  }

  .carousel-wrapper-hp[data-type~="content-align-left"] .text-wrapper img,
  .carousel-wrapper-hp[data-type~="content-align-right"] .text-wrapper img {
    display: none;
  }

  .carousel-wrapper-hp[data-type~="content-align-left"] .dm-desktop,
  .carousel-wrapper-hp[data-type~="content-align-right"] .dm-desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }

  .carousel-wrapper-hp[data-type~="content-align-left"] .dm-desktop img,
  .carousel-wrapper-hp[data-type~="content-align-right"] .dm-desktop img {
    height: 700px;
    max-width: 100%;
    object-fit: cover;
  }

  .carousel-wrapper-hp[data-type~="content-align-left"] .foreground,
  .carousel-wrapper-hp[data-type~="content-align-right"] .foreground {
    max-width: 630px;
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .carousel-wrapper-hp[data-type~="content-align-left"] .foreground img,
  .carousel-wrapper-hp[data-type~="content-align-right"] .foreground img {
    right: 0;
    height: auto;
    width: 100%;
    max-height: 422px;
    position: relative;
  }

  .carousel-wrapper-hp[data-type~="content-align-right"] .center-wrapper {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left;
  }

  .carousel-wrapper-hp[data-type~="content-align-right"] .cta-wrapper {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .carousel-wrapper-hp .cmp-video-cta {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .carousel-wrapper-hp.component-video-banner .desktop-wrapper {
    max-height: 700px;
  }

  .carousel-wrapper-hp.component-video-banner .desktop-wrapper .banner-img .video-autoplay,
  .carousel-wrapper-hp.component-video-banner .desktop-wrapper .banner-img .video-carousel-bg {
    object-fit: cover;
    max-width: 100%;
    object-position: top;
    min-height: 100%;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay {
    width: 100%;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper {
    width: 50%;
  }

  .carousel-wrapper-hp[data-type~="content-align-right"].component-video-banner .text-overlay .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"].component-video-banner .text-overlay .content-wrapper {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"].component-video-banner .text-overlay .content-wrapper .text-wrapper {
    text-align: center;
    width: 100%;
  }

  .carousel-wrapper-hp[data-type~="content-align-center"].component-video-banner .text-overlay .content-wrapper .text-wrapper .component-text {
    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;
  }
}

@media (max-width: 729px) {

  .carousel-wrapper-hp .dm-desktop,
  .carousel-wrapper-hp .bg-desktop,
  .carousel-wrapper-hp .foreground {
    display: none;
  }

  .carousel-wrapper-hp .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .dm-mobile {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 32px;
    margin-top: 72px;
    display: block;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .dm-mobile img {
    height: 180px;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center center;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cta-wrapper>div:nth-child(2) {
    margin-top: 14px;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta {
    position: absolute;
    top: -74px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button-purple,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button-synopsys_purple,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button-white,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button-gray,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button-orange {
    padding: 6px 18px;
    font-size: 12px;
    margin: 0;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button.cmp-video__thumbnail,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-purple,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-white,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-gray,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-orange {
    z-index: 2;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 90px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
    border: 2px solid #000000BF;
    background: #000000BF;
    color: #FFF;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button.cmp-video__thumbnail svg,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-purple svg,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple svg,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-white svg,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-gray svg,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-orange svg {
    width: 15.75px;
    height: 21px;
    margin: 0;
    color: #FFF;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button.cmp-video__thumbnail a,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-purple a,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple a,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-white a,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-gray a,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-orange a {
    display: inherit;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .component-button.cmp-video__thumbnail .btn-text,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-purple .btn-text,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-synopsys_purple .btn-text,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-white .btn-text,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-gray .btn-text,
  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .cmp-video-cta .cmp-video__thumbnail.component-button-orange .btn-text {
    display: none;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .center-wrapper .text-wrapper {
    width: 100%;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .center-wrapper .text-wrapper.animation-element.slide-up.in-view .cmp-video-cta {
    top: -117px;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .video-secondary-button.dark {
    background: #FFF;
    border-color: #FFF;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .video-secondary-button.dark a {
    color: #111C24;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .video-secondary-button.light {
    background: #111C24 !important;
    border-color: #111C24 !important;
  }

  .carousel-wrapper-hp[data-mobile-type~="stacked"]:not(.component-video-banner) .video-secondary-button.light a {
    color: #FFF !important;
  }

  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .dm-mobile,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .dm-mobile {
    position: absolute;
    top: 0;
    height: 560px;
    width: 100%;
    display: block;
  }

  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .dm-mobile img,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .dm-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .cmp-video-cta,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .cmp-video-cta {
    position: absolute;
    top: -52px;
  }

  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .cmp-video-cta .component-button,
  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .cmp-video-cta .component-button-purple,
  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .cmp-video-cta .component-button-synopsys_purple,
  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .cmp-video-cta .component-button-white,
  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .cmp-video-cta .component-button-gray,
  .carousel-wrapper-hp[data-mobile-type~="poster"]:not(.component-video-banner) .cmp-video-cta .component-button-orange,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .cmp-video-cta .component-button,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .cmp-video-cta .component-button-purple,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .cmp-video-cta .component-button-synopsys_purple,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .cmp-video-cta .component-button-white,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .cmp-video-cta .component-button-gray,
  .carousel-wrapper-hp[data-mobile-type~="layered"]:not(.component-video-banner) .cmp-video-cta .component-button-orange {
    padding: 6px 18px;
    font-size: 12px;
  }

  .carousel-wrapper-hp[data-mobile-type~="layered"] .dm-mobile {
    position: absolute;
    top: 0;
    height: 425px;
    width: 100%;
    padding: 32px 24px 0 24px;
    display: block;
  }

  .carousel-wrapper-hp[data-mobile-type~="layered"] .dm-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel-wrapper-hp[data-mobile-type~="layered"] .center-wrapper {
    padding: 0 48px;
  }

  .carousel-wrapper-hp.component-video-banner {
    max-height: 560px;
  }

  .carousel-wrapper-hp.component-video-banner .desktop-wrapper {
    max-height: 560px;
    min-height: 560px;
  }

  .carousel-wrapper-hp.component-video-banner .desktop-wrapper .banner-img {
    height: 560px;
  }

  .carousel-wrapper-hp.component-video-banner .desktop-wrapper .banner-img img {
    height: 560px;
    max-height: 560px;
  }

  .carousel-wrapper-hp.component-video-banner .desktop-wrapper .banner-img .video-autoplay,
  .carousel-wrapper-hp.component-video-banner .desktop-wrapper .banner-img .video-carousel-bg {
    object-fit: cover;
    max-width: 100%;
    object-position: top;
    min-height: 100%;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay {
    border-left: 0px;
    border-right: 0px;
    width: 100%;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper {
    padding: 0 32px;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-smaller,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-larger,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title .text-size-normal,
  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .title p {
    font-size: 20px;
  }

  .carousel-wrapper-hp.component-video-banner .text-overlay .content-wrapper .text-wrapper .sub-title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
  }

  #carouselImageModal .expand-img-carousel,
  .carousel-holder.image-carousel .expand-img-carousel {
    width: 16px;
  }

  #carouselImageModal .slick-prev,
  #carouselImageModal .slick-next,
  .carousel-holder.image-carousel .slick-prev,
  .carousel-holder.image-carousel .slick-next {
    position: absolute;
    z-index: 60;
    cursor: pointer;
    top: 50%;
    font-size: 14px;
  }

  #carouselImageModal .slick-prev svg,
  #carouselImageModal .slick-next svg,
  .carousel-holder.image-carousel .slick-prev svg,
  .carousel-holder.image-carousel .slick-next svg {
    position: relative;
  }
}

body:not(.edit):not(.xf-web-container) .cmp-carousel__item:not(:first-of-type) {
  display: none;
}

body:not(.edit):not(.xf-web-container) .slick-initialized .cmp-carousel__item:not(:first-of-type) {
  display: block;
}

/**
 *  Main css for dropdown
 */
.cmp-form-drop-down {
  display: block;
}

.cmp-form-drop-down .cmp-form-drop-down__label {
  cursor: default;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}

.cmp-form-drop-down .cmp-form-drop-down__field--select {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 48px;
  border-radius: 5px;
  color: #444444;
  font-size: 16px;
  border: 2px solid #E3E3E3;
}

.cmp-form-drop-down .cmp-form-drop-down__field--select option {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  border-radius: 5px;
  color: #111C24;
  height: 22px;
  font-size: 16px;
}

.cmp-form-drop-down .cmp-form-drop-down__field--select[multiple] {
  height: 112px;
}

.cmp-form-drop-down .cmp-form-drop-down__help-message {
  margin: 0.3vw 0;
  height: 16px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  font-size: 12px;
}

/**
 *  Main css for hiddenField
 */
.hiddenField {
  border: 3px dashed rgba(150, 150, 150, 0.4);
}

.hiddenField .hidefield {
  display: none;
}

.hiddenField .greyfield {
  opacity: 0.3;
}

.hiddenField textarea {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding-block: 0px;
  padding-inline: 0px;
  padding: 0px 0px;
  border-radius: 0.3vw;
  border: 0.15vw solid #E3E3E3;
  margin-top: 0.3vw;
  margin-bottom: 0.6vw;
  font-size: 0.86vw;
  padding: 0.6vw;
}

.hiddenField label,
.hiddenField p {
  display: block;
  color: #444444;
  font-size: 10px;
}

.hiddenField p {
  font-style: italic;
}

/**
 *  Main css for hiddenField
 */
.cmp-form-text {
  position: relative;
}

.cmp-form-text label {
  display: block;
  color: #444444;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0.3vw;
}

.cmp-form-text input,
.cmp-form-text textarea {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding-block: 0px;
  padding-inline: 0px;
  padding: 0px 0px;
  border-radius: 0.3vw;
  border: 0.15vw solid #E3E3E3;
  margin-top: 0.3vw;
  margin-bottom: 0;
  font-size: 0.86vw;
  padding: 0.6vw;
}

.cmp-form-text .cmp-form-text__required {
  position: absolute;
  top: 0;
  right: 20px;
  color: #444444;
  font-size: 12px;
}

.cmp-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 0;
}

.cmp-separator span {
  font-size: 28px;
  font-weight: 300;
  color: #111c24;
  line-height: 100%;
}

.cmp-separator .cmp-separator__horizontal-rule {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin: 0 24px;
}

.cmp-separator hr {
  border-color: #444;
}

.cmp-separator a {
  font-size: 16px;
  font-weight: 300;
  color: #111c24;
}

.cmp-separator a:hover {
  text-decoration: underline;
}

.cmp-separator .fa-arrow-right {
  color: #111c24;
  font-size: 18.3px;
  position: relative;
  top: 2px;
  margin-left: 8px;
}

@media (max-width: 730px) {
  .cmp-separator span {
    font-size: 24px;
  }
}

/* 	Responsive (mobile first) */
.cmp-dynamiccards .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container:first-child {
  margin-top: 20px;
}

.cmp-dynamiccards .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container article {
  display: contents;
}

.cmp-dynamiccards .cmp-blogsdev__mra-container .blogsdev__mra-item-container:first-child {
  margin-top: 20px;
}

.cmp-dynamiccards .cmp-blogsdev__mra-container .blogsdev__mra-item-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cmp-dynamiccards .cmp-blogsdev__mra-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title {
  margin: 0;
}

.cmp-dynamiccards .component-card-b {
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
}

.cmp-dynamiccards .component-card-b .image-wrapper {
  width: 100%;
  padding-bottom: 57.25%;
}

.cmp-dynamiccards .component-card-b .image-wrapper picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.cmp-dynamiccards .component-card-b .image-wrapper picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cmp-dynamiccards .component-card-b .card-text {
  padding: 20px 32px;
}

.cmp-dynamiccards .component-card-b .card-text a {
  display: inline;
  color: #111C24;
}

.cmp-dynamiccards .component-card-b .card-text a:hover {
  text-decoration: underline;
}

.cmp-dynamiccards .component-card-b .card-text .label-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cmp-dynamiccards .component-card-b .card-text .label-date-wrapper .label {
  font-size: 12px;
  font-weight: 400;
  text-transform: UPPERCASE;
  background-color: #7E45AF;
  border-radius: 3px;
  padding: 4px 8px;
  line-height: 12px;
  color: #fff;
}

.cmp-dynamiccards .component-card-b .card-text h4 {
  font-size: 20px;
  font-weight: 400;
  color: #111C24;
  margin-bottom: 20px;
  height: 66px;
}

.cmp-dynamiccards .component-card-b .card-text h4 span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

.cmp-dynamiccards .component-card-b .card-text .author-info {
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  color: #111C24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  height: 36px;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .authors-links {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 12px;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle div {
  overflow: hidden;
  position: absolute;
  background-color: #c4c4c4;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle img {
  position: relative;
  width: 100%;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 9px;
  color: #555555;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.one div {
  width: 100%;
  height: 100%;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.one span {
  font-size: 12px;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.two div {
  width: 50%;
  top: 0;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.two img {
  left: -25%;
  height: 100%;
  width: auto;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.two div:first-child {
  left: 0;
  height: 100%;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.two div:nth-child(2) {
  left: 50%;
  height: 100%;
  border-left: 1px solid #FFF;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.two div:nth-child(2) img {
  left: -50%;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.three img {
  position: relative;
  height: 100%;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.three div:first-child {
  left: 0;
  top: 0;
  width: 36px;
  height: 100%;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.three div:first-child img {
  position: relative;
  left: -25%;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.three div:first-child span {
  left: 10px;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.three div:nth-child(2) {
  left: 50%;
  top: 0;
  border-left: 1px solid #FFF;
  width: 18px;
  height: 18px;
}

.cmp-dynamiccards .component-card-b .card-text .author-info .profile-circle.three div:nth-child(3) {
  left: 50%;
  top: 18px;
  border-left: 1px solid #FFF;
  border-top: #fff 1px solid;
  width: 18px;
  height: 18px;
}

.cmp-dynamiccards .component-card-b .card-text .event-loc-wrapper {
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  color: #111C24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.cmp-dynamiccards .component-card-b .card-text .event-loc-wrapper .icon {
  margin-right: 15px;
  height: 36px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #555555;
}

.cmp-dynamiccards .component-card-b .card-text .event-loc-wrapper .location {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
}

.cmp-dynamiccards .component-card-b .card-text .date-time {
  font-size: 14px;
  font-weight: 300;
  color: #555555;
  margin-bottom: 0px;
  line-height: 20px;
  padding-top: 2px;
  margin-left: 2px;
  text-align: right;
}

.cmp-dynamiccards .component-card-b .card-text .date-time .slash {
  margin-left: 2px;
  margin-right: 2px;
}

.cmp-dynamiccards .component-card-b .card-text .tag-holder {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  font-weight: 500;
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 992px) {
  .cmp-dynamiccards .component-card-b .card-text .tag-holder {
    height: 46px;
  }
}

.cmp-dynamiccards .component-card-b .card-text .tag-holder a {
  font-size: 14px;
  font-weight: 300;
  color: #555555;
}

.cmp-dynamiccards .component-card-b .card-text .cta {
  font-size: 16px;
  font-family: 'Roboto';
  color: #316ACA;
  line-height: 16px;
  margin-top: 32px;
  margin-bottom: 16px;
  height: 32px;
}

.cmp-dynamiccards .component-card-b .card-text .cta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}

.cmp-dynamiccards .component-card-b .card-text .cta span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cmp-dynamiccards .component-card-b .card-text .cta:hover {
  color: #23527C;
  text-decoration: underline;
}

.cmp-dynamiccards .component-card-b .card-text .cta svg.fa-chevron-right {
  font-size: 12px;
  margin-left: 8px;
}

.cmp-dynamiccards .cmp-hybridcard--container {
  margin-top: 25px;
}

@media (min-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .cmp-hybridcard--left {
    padding-right: 80px;
    padding-left: 7px;
  }

  .cmp-dynamiccards .cmp-hybridcard--container .cmp-hybridcard--right {
    padding-left: 20px;
  }
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b {
  box-shadow: unset;
  background-color: unset;
}

@media (max-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .component-card-b {
    height: auto;
  }
}

@media (min-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .component-card-b {
    max-width: 500px;
  }
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 24px;
}

@media (max-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text h4 {
  height: unset;
  margin-bottom: 24px;
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text h4 span {
  line-height: 1.1;
  -webkit-line-clamp: 2;
}

@media (max-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text h4 {
    font-size: 18px;
  }
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text h4 a:hover {
  text-decoration: underline;
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text .author-info {
  margin-bottom: 24px;
}

@media (max-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text .author-info {
    margin-bottom: 10px;
  }
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text .author-info .authors-links {
  line-height: 1.1;
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text .date-time {
  margin-bottom: 16px;
  color: #111C24;
  margin-left: 0px;
  text-align: left;
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text .date-time.visible-xs-block {
  text-align: left;
  margin-bottom: 10px;
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text .date-time .slash {
  padding-left: 2px;
  padding-right: 2px;
}

.cmp-dynamiccards .cmp-hybridcard--container .component-card-b .card-text .tag-holder {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container {
  border-bottom-width: 0px;
  margin-bottom: 0px;
  padding-bottom: 32px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container:first-child {
  margin-top: 15px;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-date-time {
  color: #111C24;
  font-weight: 300;
  line-height: 1.1;
  margin-top: 16px;
  text-align: left;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-date-time .cmp-blogsdev__mra-slash {
  padding-right: 2px;
  padding-left: 2px;
}

@media (min-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-image img {
    width: 168px;
    height: 101px;
  }
}

@media (min-width: 730px) and (max-width: 992px) {
  .cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right {
    max-width: 368px;
  }
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title {
  font-size: 20px;
  font-weight: 400;
  color: #111C24;
  line-height: 1.1;
  margin-bottom: 16px;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title a {
  color: #111C24;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title a:hover {
  text-decoration: underline;
}

@media (min-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title {
    position: absolute;
  }
}

@media (max-width: 992px) {
  .cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title {
    font-size: 18px;
  }
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-tags {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-tags a:hover {
  color: #555;
}

.cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-author {
  font-size: 16px;
  font-weight: 300;
  color: #111C24;
  line-height: 1.1;
}

@media (min-width: 730px) {
  .cmp-dynamiccards .cmp-hybridcard--container .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-author {
    margin-top: 58px;
    margin-bottom: 8px;
  }
}

.component-content-tile {
  margin-top: 20px;
}

.component-content-tile .container,
.component-content-tile .carousel-holder.image-carousel {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component-content-tile .container li,
.component-content-tile .carousel-holder.image-carousel li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 10px 0;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}

.component-content-tile .container li.no-border,
.component-content-tile .carousel-holder.image-carousel li.no-border {
  border: none;
}

.component-content-tile .container li.divider,
.component-content-tile .carousel-holder.image-carousel li.divider {
  display: none;
  height: auto;
}

.component-content-tile .container li a:hover,
.component-content-tile .carousel-holder.image-carousel li a:hover {
  text-decoration: none;
}

.component-content-tile .container li .title,
.component-content-tile .carousel-holder.image-carousel li .title {
  font-size: 16px;
  font-weight: 300;
  color: #5a2a82;
  width: -webkit-calc(100%);
  width: calc(100%);
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: -webkit-box;
}

.component-content-tile .container li .date,
.component-content-tile .carousel-holder.image-carousel li .date {
  font-size: 14px;
  font-weight: 300;
  color: #111C24;
  margin-bottom: 20px;
}

.content-snapshot {
  color: #111C24;
}

.content-snapshot>.row {
  width: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-snapshot .col-sm-4 {
  width: 25%;
}

.content-snapshot article {
  margin-top: 24px;
}

.content-snapshot picture img {
  object-fit: cover;
  aspect-ratio: 248 / 140;
  width: 100%;
}

.content-snapshot .date-time {
  margin: 8px 0 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 14px */
}

.content-snapshot h2 {
  color: #111C24;
  font-size: 16px;
  margin: 8px 0 0 0;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 730px) {
  .content-snapshot h2 {
    font-size: 20px;
  }
}

.content-snapshot h2 a {
  color: #111C24;
  font-size: inherit;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.content-snapshot .authors-links {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 16px */
}

.content-snapshot .authors-links a {
  color: #111C24;
}

.content-snapshot .tag-holder {
  margin: 8px 0 0 0;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  font-weight: 300;
}

@media (min-width: 730px) {
  .content-snapshot .tag-holder {
    margin: 11px 0 0 0;
  }
}

.content-snapshot .tag-holder span {
  font-weight: 400;
}

.content-snapshot .tag-holder a {
  font-size: 14px;
  color: #555;
}

/*
	Start - CSS width changes for displaying Dynamic Cards inside Exp Fragments.
*/
.xf-web-container>div.container .dynamicCards .container,
.xf-web-container>div.carousel-holder.image-carousel .dynamicCards .container,
.xf-web-container>div.container .dynamicCards .carousel-holder.image-carousel,
.xf-web-container>div.carousel-holder.image-carousel .dynamicCards .carousel-holder.image-carousel {
  width: 100% !important;
}

@media (min-width: 730px) {

  .xf-web-container>div.container .dynamicCards .container,
  .xf-web-container>div.carousel-holder.image-carousel .dynamicCards .container,
  .xf-web-container>div.container .dynamicCards .carousel-holder.image-carousel,
  .xf-web-container>div.carousel-holder.image-carousel .dynamicCards .carousel-holder.image-carousel {
    width: 100% !important;
  }
}

@media (min-width: 992px) {

  .xf-web-container>div.container .dynamicCards .container,
  .xf-web-container>div.carousel-holder.image-carousel .dynamicCards .container,
  .xf-web-container>div.container .dynamicCards .carousel-holder.image-carousel,
  .xf-web-container>div.carousel-holder.image-carousel .dynamicCards .carousel-holder.image-carousel {
    width: 970px !important;
  }
}

@media (min-width: 1200px) {

  .xf-web-container>div.container .dynamicCards .container,
  .xf-web-container>div.carousel-holder.image-carousel .dynamicCards .container,
  .xf-web-container>div.container .dynamicCards .carousel-holder.image-carousel,
  .xf-web-container>div.carousel-holder.image-carousel .dynamicCards .carousel-holder.image-carousel {
    width: 1170px !important;
  }
}

/*
	End - CSS width changes for displaying Dynamic Cards inside Exp Fragments.
*/
div.quarter {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #333;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

div.quarter div.quarter.left-top img {
  position: relative;
  left: -25%;
}

div.quarter.left-bottom {
  left: 0;
  top: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 730px) {
  .dynamicCards .component-card-container.card-size-small [class^="component-card-"].no-image {
    height: 326px;
    overflow: hidden;
  }

  .component-content-tile .divider {
    display: block;
  }

  .component-content-tile .container,
  .component-content-tile .carousel-holder.image-carousel {
    margin-bottom: 30px;
  }

  .component-content-tile .container li,
  .component-content-tile .carousel-holder.image-carousel li {
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 20px 0 0 0;
  }

  .component-content-tile .container li.divider,
  .component-content-tile .carousel-holder.image-carousel li.divider {
    width: 1px;
    margin: 6px 0;
    background: #c4c4c4;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 30px;
    display: block;
  }

  .component-content-tile .container li.noborder,
  .component-content-tile .carousel-holder.image-carousel li.noborder {
    border: none;
  }

  .component-content-tile .container[data-itemperrow="2"] li,
  .component-content-tile .carousel-holder.image-carousel[data-itemperrow="2"] li {
    padding-bottom: 0;
    border-bottom: none;
  }

  .component-content-tile .container[data-itemperrow="2"] li:nth-child(4n),
  .component-content-tile .carousel-holder.image-carousel[data-itemperrow="2"] li:nth-child(4n) {
    display: none;
  }

  .component-content-tile .container[data-itemperrow="3"] li,
  .component-content-tile .carousel-holder.image-carousel[data-itemperrow="3"] li {
    width: -webkit-calc(33.333% - (41px));
    width: calc(33.333% - (41px));
  }

  .component-content-tile .container[data-itemperrow="3"] li.divider,
  .component-content-tile .carousel-holder.image-carousel[data-itemperrow="3"] li.divider {
    width: 1px;
  }

  .component-content-tile .container[data-itemperrow="3"] li:nth-child(6n),
  .component-content-tile .carousel-holder.image-carousel[data-itemperrow="3"] li:nth-child(6n) {
    display: none;
  }
}

@media (min-width: 730px) and (max-width: 992px) {
  .cmp-dynamiccards .component-card-b {
    line-height: 15px;
  }

  .cmp-dynamiccards .component-card-b .card-text h4 {
    font-size: 18px;
  }

  .cmp-dynamiccards .component-card-b .card-text .author-info,
  .cmp-dynamiccards .component-card-b .card-text .date-time {
    font-size: 14px;
    line-height: 15px;
  }

  .cmp-dynamiccards .component-content-carousel[data-slides-to-show="3"] .component-text.card-text {
    padding: 20px 16px;
  }

  .content-snapshot-col {
    margin-bottom: 10px;
  }

  .content-snapshot-col:nth-child(3),
  .content-snapshot-col:nth-child(4) {
    margin-bottom: 0;
  }
}

@media (max-width: 730px) {
  .cmp-dynamiccards .component-card-b {
    height: 510px;
    margin: 10px 0 !important;
  }

  .cmp-dynamiccards .component-card-b .card-text h4 {
    height: 42px;
  }

  .cmp-dynamiccards .component-card-b .card-text h4 span {
    -webkit-line-clamp: 2;
  }

  .cmp-dynamiccards .component-card-b.no-image {
    height: 326px;
  }

  .cmp-dynamiccards .component-content-carousel .slick-prev {
    left: 10px;
  }

  .cmp-dynamiccards .component-content-carousel .slick-next {
    right: 10px;
  }

  .component-content-tile .container li:nth-last-child(2),
  .component-content-tile .carousel-holder.image-carousel li:nth-last-child(2) {
    border-bottom-width: 0px;
  }
}

@media (min-width: 550px) and (max-width: 730px) {
  .cmp-dynamiccards .component-card-b {
    height: 570px;
  }
}

@media (max-width: 992px) {
  .cmp-dynamiccards .component-content-carousel .slick-prev {
    left: 10px;
  }

  .cmp-dynamiccards .component-content-carousel .slick-next {
    right: 10px;
  }
}

@media (max-width: 730px) {
  .content-snapshot-col {
    margin-bottom: 10px;
  }
}

/*
	Responsive (mobile first)
XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--
------------------------------------------------
*/
/**
 *  Main css for pdfviewer
 */
.cmp-pdfviewer__content {
  height: 500px;
}

.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}

.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
  height: 500px;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.keyBenefits .cmp-key-benefits__link {
  font-size: 20px;
  font-weight: 300;
  color: #111C24;
  text-decoration: none;
  /* Remove underline from link */
}

.keyBenefits .cmp-key-benefits__link:not([href]) {
  cursor: auto;
}

.keyBenefits .cmp-key-benefits__img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: row;
  -ms-flex-wrap: row;
  flex-wrap: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 16px;
}

.keyBenefits .cmp-key-benefits__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #111C24;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.keyBenefits .cmp-key-benefits__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.keyBenefits .cmp-key-benefits__img-wrapper img,
.keyBenefits .cmp-key-benefits__img-wrapper .component-image {
  height: 50px;
  width: 50px;
  overflow: hidden;
}

@media (min-width: 730px) {
  .keyBenefits .cmp-key-benefits__description {
    margin-bottom: 48px;
  }
}

/**
 *  Main css for logo carousel
 */
.cmp-logo-carousel {
  margin: 40px 0 80px 0;
}

.cmp-logo-carousel .vert-pad-top-md,
.cmp-logo-carousel .background-component,
.cmp-logo-carousel .vert-pad-top-md[class*="-bg"] {
  padding: 0 !important;
}

.cmp-logo-carousel .title {
  margin-bottom: 32px;
}

.cmp-logo-carousel .logo-carousel {
  overflow: hidden;
}

.cmp-logo-carousel .slick-track,
.cmp-logo-carousel .slick-list,
.cmp-logo-carousel .slick-slide {
  height: 100px;
}

.cmp-logo-carousel .slick-slide {
  width: 177px;
  margin: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmp-logo-carousel .slick-slide img {
  height: 100px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 730px) {
  .cmp-logo-carousel {
    margin: 24px 0 48px 0;
  }

  .cmp-logo-carousel .slick-track,
  .cmp-logo-carousel .slick-list,
  .cmp-logo-carousel .slick-slide {
    height: 80px;
  }

  .cmp-logo-carousel .title {
    margin-bottom: 16px;
  }

  .cmp-logo-carousel .slick-slide {
    margin: 0 12px;
  }

  .cmp-logo-carousel .slick-slide img {
    height: 80px;
  }
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.cmp-list {
  /*	CSS for Scroll to Top link	*/
  /*End scroll */
}

.cmp-list .cmp-list__group-list {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-inline-start: 0px;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 730px) {
  .cmp-list .cmp-list__group-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.cmp-list .cmp-list__group-header {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
  font-size: 36px;
}

@media (max-width: 730px) {
  .cmp-list .cmp-list__group-header {
    font-size: 24px;
  }
}

.cmp-list .cmp-list__group-header a {
  padding-top: 150px;
}

@media (max-width: 1200px) {
  .cmp-list .cmp-list__group-header a {
    padding-top: 135px;
  }
}

@media (max-width: 730px) {
  .cmp-list .cmp-list__group-header a {
    padding-top: 90px;
  }
}

.cmp-list .cmp-list__group-wrapper {
  padding: 60px 0;
}

@media (max-width: 730px) {
  .cmp-list .cmp-list__group-wrapper {
    padding: 10px 0;
  }
}

.cmp-list .cmp-list__group-wrapper:nth-of-type(odd) {
  background-color: #f7f7fa;
}

.cmp-list .cmp-list__nav-list {
  border-bottom: 2px solid #e9eaeb;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 992px) {
  .cmp-list .cmp-list__nav-list {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.cmp-list .cmp-list__nav-list-item {
  float: left;
}

.cmp-list .cmp-list__nav-list-item-url {
  display: block;
  color: #646e81;
  text-align: center;
  padding: 12px 13px;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 2px solid white;
  font-weight: bolder;
  cursor: pointer;
}

.cmp-list .cmp-list__nav-list-item-url:hover:not(.active) {
  color: #111c24;
  border-bottom: 2px solid #fcaf1a;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.cmp-list .cmp-list__scroll-to-top-container {
  margin: 0 !important;
}

.cmp-list .cmp-list__scroll-to-top.visible {
  filter: alpha(opacity=95);
  opacity: 0.95;
}

@media (max-width: 730px) {
  .cmp-list .cmp-list__scroll-to-top.visible {
    filter: alpha(opacity=25);
    opacity: 0.25;
  }
}

.cmp-list .cmp-list__scroll-to-top.visible:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.cmp-list .cmp-list__scroll-to-top {
  background: #fcaf1a;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  height: 50px;
  opacity: 0;
  padding: 5px 0 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 2s;
  transition: all 2s;
  width: 49px;
  z-index: 1040;
  cursor: pointer;
  margin-bottom: -20px;
}

@media (max-width: 730px) {
  .cmp-list .cmp-list__scroll-to-top {
    right: 15px;
  }
}

.cmp-list .cmp-list__scroll-to-top svg {
  color: black;
}

.cmp-list [class^="icon-"]:before,
.cmp-list #a6cbca75f-[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/**
 *  Main css for faq
 */
.component-faq .accordion-list {
  margin-top: 2em;
  padding-bottom: 4em;
}

.component-faq .accordion-list ul {
  list-style: disc;
}

.component-faq .accordion-list .item {
  padding: 0;
  border-bottom: 1px solid #E3E3E3;
  padding: 8px 0;
}

.component-faq .accordion-list .item:first-last {
  border-bottom: 1px solid #E3E3E3;
}

.component-faq .accordion-list .item.open {
  padding-bottom: 0;
}

.component-faq .accordion-list .item.open .title {
  background: #F7F7FA;
  -webkit-transition: .5s;
  transition: .5s;
}

.component-faq .accordion-list .item.open .title .fa-caret-up {
  display: block;
}

.component-faq .accordion-list .item.open .title .fa-caret-down {
  display: none;
}

.component-faq .accordion-list .item .title {
  cursor: pointer;
  position: relative;
  color: #111c24;
  font-size: 20px;
  padding: 8px 24px 8px 8px;
  width: 100%;
  text-align: left;
  border: none;
  position: relative;
  background: none;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.component-faq .accordion-list .item .title:focus-visible {
  outline: 1px dashed #2e3c4d;
  outline-offset: -1px;
}

.component-faq .accordion-list .item .title:focus:not(:focus-visible) {
  outline: none;
}

.component-faq .accordion-list .item .title .fa-caret-up,
.component-faq .accordion-list .item .title .fa-caret-down {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #111C24;
  font-size: 16.01px;
}

.component-faq .accordion-list .item .title .fa-caret-down {
  display: block;
}

.component-faq .accordion-list .item h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
  color: #111C24;
}

.component-faq .accordion-list .detail {
  display: none;
  margin-top: 16px;
  padding: 0px 8px 24px 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  padding-bottom: 24px;
  color: #111C24;
}

.component-faq .accordion-list .detail>* {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.component-faq .accordion-list .row {
  padding-right: 0;
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* Only mobile */
/* XS Phone */
@media (max-width: 730px) {
  .component-faq .accordion-list .item .title {
    padding: 8px 48px 8px 24px;
  }

  .component-faq .accordion-list .item .title .fa-caret-down,
  .component-faq .accordion-list .item .title .fa-caret-up {
    right: 24px;
  }

  .component-faq .accordion-list .detail {
    padding: 0 16px 24px 16px;
  }
}

/* SM Tablet */
/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.cmp-table {
  max-width: 100%;
  overflow-x: auto;
  box-shadow: 0px 4px 7px 0px #00000040;
  width: 100%;
  outline: 1px solid #E3E3E3;
  border-radius: 5px;
}

.cmp-table table {
  table-layout: fixed;
  padding: 0;
  width: -webkit-calc(200px* var(--column-count));
  width: calc(200px* var(--column-count));
  min-width: 100%;
  border: none;
}

.cmp-table table tr {
  background-color: #ffffff;
}

.cmp-table table tr:nth-of-type(odd) {
  background-color: #F7F7FA;
}

.cmp-table table tr th,
.cmp-table table tr td {
  padding: 18px 24px;
  color: #111C24;
  border: 1px solid #E3E3E3;
  border-width: 0 1px;
}

.cmp-table table tr th {
  font-weight: 400;
  font-size: 16px;
}

.cmp-table table tr th:nth-of-type(1) {
  font-size: 14px;
}

.cmp-table table tr td {
  font-weight: 300;
  font-size: 14px;
}

.cmp-table table tr td .check-mark-icon {
  width: 19.66px;
  height: 14px;
  color: #111C24;
}

.cmp-table table tr:nth-of-type(1) th {
  font-size: 16px;
}

.cmp-table.sticky th:first-child,
.cmp-table.sticky td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: inherit;
}

.cmp-table.sticky .merged-row th:first-child,
.cmp-table.sticky .merged-row td:first-child {
  position: relative;
  z-index: -1;
}

@media (min-width: 730px) {

  .col-sm-6 .cmp-table table,
  .col-sm-4 .cmp-table table,
  .col-sm-3 .cmp-table table {
    width: 100%;
  }
}

@media (min-width: 730px) and (max-width: 1200px) {
  .cmp-table table {
    width: -webkit-calc(25%* var(--column-count));
    width: calc(25%* var(--column-count));
  }
}

@media (min-width: 1200px) {
  .cmp-table table {
    width: -webkit-calc(285px* var(--column-count));
    width: calc(285px* var(--column-count));
  }

  .two2575Right .cmp-table table {
    width: -webkit-calc(211.8px* var(--column-count));
    width: calc(211.8px* var(--column-count));
  }
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.blogBanner {
  position: relative;
  /*
	Responsive (mobile first)
XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
  /* TABLET */
  /* LG Desktop */
}

.blogBanner .component-blog-banner-container {
  width: 100%;
  padding: 0;
  position: inherit;
}

.blogBanner .cmp-blogbanner {
  /* for both variants */
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .blog-banner {
  height: 259px;
  top: 0;
  left: 0;
  overflow: hidden;
  position: relative;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .banner-img .dm-mobile,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .banner-img .dm-mobile img {
  height: 100%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .img {
  min-height: 200px;
  width: 100%;
  opacity: 1;
  max-height: 259px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay .breadcrumb {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay .breadcrumb {
    width: 970px;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay .info-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay.landing .title,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay.landing .authors,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay.landing .date-time,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .text-overlay.landing .tags {
  text-align: left;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap {
  padding: 20px 0 0;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap .icon-dropdown-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA3IDYiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNGRkY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iUG9seWdvbl8zIiBkYXRhLW5hbWU9IlBvbHlnb24gMyIgY2xhc3M9ImNscy0xIiBkPSJNMTM0OC41LDYwbC0zLjUtNS45OTNoN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ1IC01NCkiLz4KPC9zdmc+);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8px;
  width: 10px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding-left: 0;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul>li:first-child>a {
  padding-left: 0;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul>li:first-child>a:before {
  content: "\00a0";
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  width: 0;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul>li>a {
  background: none;
  color: white;
  font-size: 14px;
  display: inline;
  padding: 0 5px;
  font-weight: 400;
  line-height: 20px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul>li>a:hover:before,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul>li>a:hover:after {
  text-decoration: none;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul>li>a:before {
  padding-right: 20px;
  font-size: 15px;
  content: "  /  ";
  vertical-align: middle;
  color: white;
  font-weight: 100;
  display: inline-block;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul>li>a:only-child {
  margin-right: 20px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul {
  position: absolute;
  top: 100%;
  background: #FFF;
  padding: 0;
  margin: 0;
  z-index: 1001;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul:before,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul:after {
  position: absolute;
  top: -7px;
  left: 25%;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul.active {
  display: block;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul li {
  float: none;
  min-width: 200px;
  padding: 5px 20px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul li:first-child {
  padding-top: 10px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul li:last-child {
  padding-bottom: 10px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul li a {
  line-height: 120%;
  padding: 0;
  color: #316aca;
  font-weight: lighter;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul li a:hover {
  color: #32508f;
  background-color: transparent;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap ul ul li a:before {
  display: none;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .title,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .authors,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .date-time,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .tags {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  line-height: normal;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .title,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .authors,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .date-time,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .tags {
    width: 970px;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .title {
  font-size: 20px;
  padding: 15px 15px 0 15px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .author,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .tag {
  color: #FFF;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .slash {
  padding: 0 20px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .blog-banner {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 484px;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .blog-banner {
    height: auto;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .banner-img img {
  height: 484px;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .banner-img img {
    aspect-ratio: 248 / 140;
    width: 100%;
    height: auto;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), color-stop(34%, rgba(32, 32, 32, 0.6)), to(#000000));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(32, 32, 32, 0.6) 34%, #000000 100%);
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay {
    background: none;
    position: relative;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder {
  position: absolute;
  width: 100%;
  max-width: 880px;
  padding: 0 0 30px 30px;
  bottom: 0;
  left: 0;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder {
    background: none;
    position: relative;
    padding: 0 !important;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info {
    margin-top: 8px;
    color: #555;
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info a {
    color: #555;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .authors-links {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 16px;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle {
    display: none;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle div {
  overflow: hidden;
  position: absolute;
  background-color: #c4c4c4;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle img {
  position: relative;
  width: 100%;
  min-height: auto;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 9px;
  color: #555555;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.one div {
  width: 100%;
  height: 100%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.one span {
  font-size: 12px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.two div {
  width: 50%;
  top: 0;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.two img {
  left: -25%;
  height: 100%;
  width: auto;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.two div:first-child {
  left: 0;
  height: 100%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.two div:nth-child(2) {
  left: 50%;
  height: 100%;
  border-left: 1px solid #FFF;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.two div:nth-child(2) img {
  left: -50%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.three img {
  position: relative;
  height: 100%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.three div:first-child {
  left: 0;
  top: 0;
  width: 36px;
  height: 100%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.three div:first-child img {
  position: relative;
  left: -25%;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.three div:first-child span {
  left: 10px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.three div:nth-child(2) {
  left: 50%;
  top: 0;
  border-left: 1px solid #FFF;
  width: 18px;
  height: 18px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder .author-info .profile-circle.three div:nth-child(3) {
  left: 50%;
  top: 18px;
  border-left: 1px solid #FFF;
  border-top: #FFF 1px solid;
  width: 18px;
  height: 18px;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .title,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .authors,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .date-time,
.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .tags {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  line-height: normal;
  width: 100%;
  margin: 10px 0 0 0;
}

@media (max-width: 729px) {

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .title,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .authors,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .date-time,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .tags {
    color: #111C24;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 17px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .title {
    color: #111C24;
    font-size: 16px;
    margin: 8px 0 0 0;
    font-weight: 400;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] a {
  color: #FFF;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] a {
    color: #111C24;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .tags {
  font-size: 14px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .tags ul {
  margin: 0 0 0 12px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  display: inline;
}

@media (max-width: 729px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .tags ul {
    margin: 0;
  }
}

.blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .slash {
  padding: 0 3px;
}

.blogBanner .cmp-blogbanner .dm-desktop {
  display: none;
}

.blogBanner .cmp-blogbanner .blog-banner {
  background-repeat: no-repeat;
  background-position: center;
}

.blogBanner .cmp-blogbanner .blog-banner.purple-purple-gradient {
  background-color: #5a2a82;
  background-image: -webkit-gradient(linear, left top, right top, from(#5a2a82), color-stop(#714794), to(#956eb6));
  background-image: linear-gradient(to right, #5a2a82, #714794, #956eb6);
}

.blogBanner .cmp-blogbanner .blog-banner.purple-blue-gradient {
  background-color: #8770a6;
  background-image: -webkit-gradient(linear, left top, right top, from(#8770a6), color-stop(#606397), to(#446d92));
  background-image: linear-gradient(to right, #8770a6, #606397, #446d92);
}

.blogBanner .cmp-blogbanner .blog-banner.green-blue-gradient {
  background-color: #00958e;
  background-image: -webkit-gradient(linear, left top, right top, from(#00958e), to(#4c9ec9));
  background-image: linear-gradient(to right, #00958e, #4c9ec9);
}

.blogBanner .cmp-blogbanner .blog-banner.blue-blue-gradient {
  background-color: #416d91;
  background-image: -webkit-gradient(linear, left top, right top, from(#416d91), to(#7eaad3));
  background-image: linear-gradient(to right, #416d91, #7eaad3);
}

.blogBanner .cmp-blogbanner img {
  object-fit: cover;
}

.blogBanner .cmp-blogbanner .author-info {
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  color: #111C24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.blogBanner .cmp-blogbanner .author-info .authors-links {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 16px;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle div {
  overflow: hidden;
  position: absolute;
  background-color: #c4c4c4;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle img {
  position: relative;
  width: 100%;
  min-height: auto;
  height: auto;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 9px;
  color: #555555;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.one div {
  width: 100%;
  height: 100%;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.one span {
  font-size: 12px;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.two div {
  width: 50%;
  top: 0;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.two img {
  left: -50%;
  height: 100%;
  width: auto;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.two div:first-child {
  left: 0;
  height: 100%;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.two div:nth-child(2) {
  left: 50%;
  height: 100%;
  border-left: 1px solid #FFF;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.two div:nth-child(2) img {
  left: -50%;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.three img {
  position: relative;
  height: 100%;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.three div:first-child {
  left: 0;
  top: 0;
  width: 36px;
  height: 100%;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.three div:first-child img {
  position: relative;
  left: -25%;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.three div:first-child span {
  left: 10px;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.three div:nth-child(2) {
  left: 50%;
  top: 0;
  border-left: 1px solid #FFF;
  width: 18px;
  height: 18px;
}

.blogBanner .cmp-blogbanner .author-info .profile-circle.three div:nth-child(3) {
  left: 50%;
  top: 18px;
  border-left: 1px solid #FFF;
  border-top: #fff 1px solid;
  width: 18px;
  height: 18px;
}

@media (min-width: 730px) {
  .blogBanner .cmp-blogbanner {
    /* for both variants */
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .title,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .authors,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .date-time,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .tags {
    font-size: 16px;
    padding-top: 30px;
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .title {
    font-size: 24px;
    padding-top: 20px;
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] #primary_nav_wrap>ul>li>a {
    font-size: 15px;
  }

  .blogBanner .cmp-blogbanner .dm-mobile {
    display: none;
  }

  .blogBanner .cmp-blogbanner .dm-desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .blog-banner {
    height: 344px;
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] img {
    max-height: 344px;
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .title,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .authors,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .date-time,
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .tags {
    font-size: 20px;
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="article"] .title {
    font-size: 44px;
    padding-top: 20px;
  }

  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder {
    padding: 0 0 40px 150px;
  }
}

@media (max-width: 1200px) {
  .blogBanner .cmp-blogbanner[data-blog-banner-variant="landing"] .text-overlay .info-holder {
    padding: 0 100px 40px 100px;
  }
}

.cmp-featured-blogbanner {
  color: #111C24;
  margin-top: 24px;
}

.cmp-featured-blogbanner picture img {
  object-fit: cover;
  aspect-ratio: 248 / 140;
  width: 100%;
}

.cmp-featured-blogbanner .date-time {
  margin: 8px 0 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 14px */
}

.cmp-featured-blogbanner h2 {
  color: #111C24;
  font-size: 16px;
  margin: 8px 0 0 0;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cmp-featured-blogbanner h2 a {
  color: #111C24;
  font-size: inherit;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.cmp-featured-blogbanner .blog-profile-circle {
  display: none;
}

.cmp-featured-blogbanner .authors-links {
  margin: 8px 0 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 16px */
}

.cmp-featured-blogbanner .authors-links a {
  color: #111C24;
}

.cmp-featured-blogbanner .tag-holder {
  margin: 8px 0 0 0;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  font-weight: 300;
}

.cmp-featured-blogbanner .tag-holder span {
  font-weight: 400;
}

.cmp-featured-blogbanner .tag-holder a {
  font-size: 14px;
  color: #555;
}

@media (min-width: 730px) {
  .row-cmp-featured-blogbanner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 730px) {
  .cmp-featured-blogbanner h2 {
    font-size: 20px;
  }

  .cmp-featured-blogbanner .tag-holder {
    margin: 11px 0 0 0;
  }
}

/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.cmp-blogsdev .cmp-blogsdev__pagetags-container {
  padding: 10px 0;
  list-style: none;
}

.cmp-blogsdev .cmp-blogsdev__pagetags-container li {
  display: inline-block;
  list-style: none;
  margin: 4px 2px;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__pagetags-container li {
    font-size: 15px;
    margin: 6px 3px;
  }
}

.cmp-blogsdev .cmp-blogsdev__pagetags-container li a {
  color: #555;
  font-size: 12px;
  font-weight: 300;
  border-radius: 5px;
  border: 1px solid #555;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 8px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
}

.cmp-blogsdev .cmp-blogsdev__pagetags-container li a:hover {
  border-color: #111C24;
  background-color: #111C24;
  color: #FFF;
  cursor: pointer;
}

.cmp-blogsdev .cmp-blogsdev__blogSummary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__blogSummary-container .cmp-blogsdev__stories {
    margin-right: 30px;
  }
}

.cmp-blogsdev .cmp-blogsdev__blogSummary-container .cmp-blogsdev__stories {
  margin-right: 30px;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__blogSummary-container .cmp-blogsdev__stories {
    font-size: 80px;
  }
}

.cmp-blogsdev .cmp-blogsdev__blogSummary-container .cmp-blogsdev__number {
  font-size: 20px;
  color: #5a2a82;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
  text-align: center;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__blogSummary-container .cmp-blogsdev__number {
    font-size: 30px;
  }
}

.cmp-blogsdev .cmp-blogsdev__blogSummary-container .cmp-blogsdev__text {
  font-size: 18px;
  color: #5a2a82;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__blogSummary-container .cmp-blogsdev__text {
    font-size: 15px;
  }
}

.cmp-blogsdev .cmp-blogsdev__tagInfo-container {
  margin-bottom: 0;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__tagInfo-container {
    padding-bottom: 40px;
  }
}

.cmp-blogsdev .cmp-blogsdev__tagInfo-container .cmp-blogsdev__tagInfo-title {
  color: #111C24;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.cmp-blogsdev .cmp-blogsdev__tagInfo-container .cmp-blogsdev__tagInfo-desc {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-container {
  margin-top: 15px;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-container {
    margin-top: 10px;
  }

  .cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-container:nth-of-type(4) {
    display: none;
  }
}

.cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-title {
  font-size: 20px;
  line-height: 21px;
  color: #5a2a82;
  font-weight: 300;
  margin-bottom: 10px;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-title {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 31px;
  }
}

.cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #111C24;
}

.cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 15px;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-img {
    display: none;
  }
}

.cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-author-name {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__tw-container .cmp-blogsdev__tw-profile-author-name {
    font-size: 15px;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container {
  padding: 0 0 27px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 10px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 24px;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 0px;
    -webkit-flex-flow: initial;
    -ms-flex-flow: initial;
    flex-flow: initial;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left {
  padding: 0;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left {
    width: 100%;
  }
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-image {
    width: 100%;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-image img {
  width: 193px;
  height: 110px;
  object-fit: cover;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-image img {
    width: 100%;
    height: auto;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-left-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0 0;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .label {
  display: none;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .label {
    display: block;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-date-time {
  font-size: 14px;
  font-weight: 300;
  color: #111C24;
  line-height: 16.5px;
  margin: 0;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-date-time {
    margin-left: auto;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-slash {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-left .cmp-blogsdev__mra-slash {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #7e45af;
  border-radius: 3px;
  padding: 4px 8px;
  line-height: 12px;
  color: #fff;
  margin: 0 16px 16px 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .label {
    display: none;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  line-height: 1;
  color: #5a2a82;
}

@media (max-width: 1200px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-type {
    font-size: 14px;
  }
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-type {
    font-size: 16px;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #111C24;
  margin: 0 0 16px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 1px;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title a {
  color: #111C24;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title {
    font-size: 14px;
  }
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-title {
    font-size: 16px;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-author {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-author {
    font-size: 14px;
  }
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-author {
    font-size: 16px;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-author a {
  color: #111C24;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-tags {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  line-height: 16px;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-tags a {
  font-weight: 300;
  color: #555;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-item-container .cmp-blogsdev__mra-right .cmp-blogsdev__mra-tags a:hover {
  color: #316aca;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pg-size-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pg-size-wrap {
    margin: 0 auto 10px auto;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pg-size-label {
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  color: #000;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn {
  margin: 35px 0;
  padding: 0;
  text-align: center;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn .cmp-blogsdev__mra-pgn-wrap {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-inline-start: 0px;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn {
    margin-bottom: 60px;
  }
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn .cmp-blogsdev__mra-pgn-item-dots {
  font-weight: 700;
  margin: 0 0;
  cursor: auto;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn .cmp-blogsdev__mra-pgn-item-dots:hover {
  border-color: unset;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn li,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn a,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn .cmp-blogsdev__mra-pg-size-item {
  display: inline-block;
  border: 2px solid transparent;
  color: #80539c;
  font-weight: 500;
  font-size: 20px;
  margin: 0 4.5px;
  min-width: 36px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn li:hover,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn a:hover,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn .cmp-blogsdev__mra-pg-size-item:hover {
  border-color: #80539c;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn li.active,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn a.active,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn .cmp-blogsdev__mra-pg-size-item.active {
  border-color: #80539c;
  background-color: #80539c;
  color: #ffffff;
}

.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn li i.fa,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn a i.fa,
.cmp-blogsdev .cmp-blogsdev__mra-container .cmp-blogsdev__mra-pgn .cmp-blogsdev__mra-pg-size-item i.fa {
  padding: 0 2px;
}

.cmp-blogsdev .cmp-blogsdev__slider-container {
  width: 100%;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-title {
  font-size: 30px;
  line-height: 30px;
  color: #5a2a82;
  font-weight: 300;
  text-align: left;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-title {
    text-align: left;
    margin-bottom: 30px;
  }
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-range-container {
  width: -webkit-calc(100% - 28px);
  width: calc(100% - 28px);
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  left: 1px;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-range-container {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    width: -webkit-calc(100% - 78px);
    width: calc(100% - 78px);
  }
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-blank-line {
  width: 100%;
  position: absolute;
  border-top: 3px solid #C4C4C4;
  border-radius: 6px;
  margin: 6px 0 8px 0;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-solid-line {
  position: absolute;
  border-top: 3px solid #5a2a82;
  border-radius: 6px;
  width: 100%;
  /*box-shadow: 2px 4px 3px 0px rgba(0, 0, 0, 0.2);*/
  margin: 6px 0 8px 0;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-marker {
  position: absolute;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF;
  outline: 1px solid #C4C4C4;
  left: 0%;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-marker:nth-of-type(2) {
  left: 100%;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-thumb {
  position: absolute;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF;
  outline: 1px solid #80539c;
  cursor: pointer;
  left: 0%;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-thumb:nth-last-child(1) {
  left: 100%;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-thumb-select {
  background-color: #C4C4C4;
}

.cmp-blogsdev .cmp-blogsdev__slider-container .cmp-blogsdev__slider-range-label {
  padding-top: 36px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #646e81;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-separator hr.separator {
  border: none;
  height: 1px;
  color: #c4c4c4;
  background-color: #c4c4c4;
  margin: 20px 0;
  width: 100%;
  display: block;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-separator hr.separator {
    margin: 30px 0;
  }
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-blog-desk>div:not(.cmp-blogsdev__search-filters) {
  display: none;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-blog-desk>div:not(.cmp-blogsdev__search-filters) {
    display: block;
  }
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-blog-mob {
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-blog-mob {
    display: none;
  }
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-blog-mob hr.separator {
  border: none;
  height: 1px;
  color: #c4c4c4;
  background-color: #c4c4c4;
  margin: 30px 0;
  width: 100%;
  display: block;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-bs-mob {
  display: -ms-grid;
  display: grid;
  place-items: center end;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-bs-mob {
    width: 50%;
  }
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-tw-mob {
    width: 50%;
  }
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__catpg-v-separator {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__search-filters {
  padding-bottom: 60px;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__search-filters {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: white;
    height: 100vh;
    z-index: 10000;
    padding: 40px 20px 10px 20px;
  }

  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__search-filters.mobile {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__search-filters .cmp-blogsdev__search-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICA8ZyBpZD0iY2xvc2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Ljc3NiAtNi43NzcpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzM2NCIgZGF0YS1uYW1lPSJQYXRoIDM2NCIgZD0iTTguNDg3LDcuMDdBMSwxLDAsMSwwLDcuMDcsOC40ODhsNS43ODksNS43ODlMNy4wNjksMjAuMDY1YTEsMSwwLDEsMCwxLjQxNywxLjQxN2w1Ljc4OS01Ljc4OCw1Ljc4OSw1Ljc4OWExLDEsMCwxLDAsMS40MTctMS40MTdsLTUuNzg5LTUuNzg5LDUuNzg5LTUuNzg5QTEsMSwwLDEsMCwyMC4wNjQsNy4wN2wtNS43ODksNS43ODlMOC40ODcsNy4wN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
}

@media (min-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__search-filters .cmp-blogsdev__search-close {
    display: none;
  }
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-header {
  width: 100%;
  padding: 20px 0px 10px 0px;
  text-align: left;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  border-bottom: 2px solid #80539C;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: white;
  line-height: 1.1;
  color: #80539C;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-header .arrow {
  position: absolute;
  right: 0px;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #316ACA;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-header.active .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  /* Rotate the icon when active */
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-clear {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #316ACA;
  border-width: 0px;
  background-color: transparent;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-content {
  display: none;
  padding: 20px 10px 0px 10px;
  row-gap: 15px;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-content .cmp-blogsdev__filter-accordion-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-content .cmp-blogsdev__filter-accordion-content-item.disabled {
  /*background-color: #888;*/
  display: none;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-content .cmp-blogsdev__filter-accordion-content-item.not-top-five {
  /*text-decoration: line-through;*/
  display: none;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-content label {
  display: block;
  line-height: 18px;
  font-size: 15px;
  color: #373737;
  cursor: pointer;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-content input {
  margin-right: 10px;
  cursor: pointer;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-accordion-content input:checked+label {
  font-weight: bold;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-show-more {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #316ACA;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.cmp-blogsdev .cmp-blogsdev__catpg-container .cmp-blogsdev__filter-show-more:hover {
  text-decoration: none;
}

.cmp-blogsdev .cmp-blogsdev__search-filters-btn {
  display: none;
}

@media (max-width: 730px) {
  .cmp-blogsdev .cmp-blogsdev__search-filters-btn {
    display: block;
    text-align: center;
    border: 1px #e5e8e8 solid;
    padding: 7.5px;
    color: #316aca;
    cursor: pointer;
    border-radius: 2.5px;
    border-width: 1px;
    border-color: #e5e8e8;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .cmp-blogsdev .cmp-blogsdev__search-filters-btn:hover {
    border-color: #399ffe;
  }
}

body:not(.xf-web-container) .browseByTagsHolder {
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(-105%) translateZ(0px);
  transform: translateY(-105%) translateZ(0px);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: all 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  max-width: 1900px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

body:not(.xf-web-container) .browseByTagsHolder.opened {
  -webkit-transform: translateY(0%) translateZ(0px);
  transform: translateY(0%) translateZ(0px);
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

/* fix: 'Mac UI issue when scrolling to top of the Coveo Search page. Does not happen in windows.' */
body:not(.xf-web-container) .browseByTagsHolder .cmp-blogsdev {
  -webkit-transition: opacity 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s;
  opacity: 0;
}

body:not(.xf-web-container) .browseByTagsHolder.opened .cmp-blogsdev {
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
  opacity: 1;
}

/* avoid js flicker */
body:not(.xf-web-container) .cmp-blogsdev[data-blogsdev-type="browseByTags"] {
  display: none;
}

.browseByTagsHolder.antiflicker .cmp-blogsdev[data-blogsdev-type="browseByTags"] {
  display: block;
}

/* end avoid js flicker */
/*
    Responsive (mobile first)
   XXS: 375px | XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
.audio-player {
  padding: 16px 16px 24px 16px;
  border-radius: 5px;
  row-gap: 7px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 7px;
  color: #111C24;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  /* 16px */
  margin: 0 15px;
}

.audio-player[data-bg="light-grey-bg"] {
  background: #F7F7FA;
}

.audio-player[data-bg="white-bg"] {
  background: #FFF;
}

.audio-player .center-block {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.audio-player .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  line-height: 140%;
  /* 22.4px */
}

.audio-player .description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 140%;
  /* 22.4px */
  margin-bottom: 16px;
}

.audio-player .play {
  width: 40px;
  height: 40px;
  background: #000000BF;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
}

.audio-player .details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.audio-player select {
  padding: 0;
  border-radius: 0;
  text-align: right;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  width: 45px;
}

.audio-player .volume-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.audio-player .volume-btn label {
  pointer-events: none;
}

.audio-player .volume-btn input[type=range] {
  width: 80px;
  display: none;
  margin-left: 8px;
  top: 0;
}

.audio-player .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 0 0 0 24px;
  width: 100%;
  gap: 16px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 16px;
}

.audio-player .controls .backward-btn,
.audio-player .controls .forward-btn {
  background: none;
  border: none;
  padding: 0;
}

.audio-player .controls .backward-btn svg,
.audio-player .controls .forward-btn svg {
  width: 14px;
  height: 14px;
  padding: 1px;
}

.audio-player .w-100.range {
  font-size: 0;
  height: 2px;
}

.audio-player input[type=range] {
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: -webkit-gradient(linear, left top, right top, from(#111C24), color-stop(0%, #B3B4B3));
  background: linear-gradient(to right, #111C24 0%, #B3B4B3 0%);
  border-radius: 5px;
  outline: none;
  position: relative;
  top: -4px;
}

.audio-player input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 8px;
  width: 8px;
  background: #111C24;
  border-radius: 50%;
  cursor: pointer;
}

.audio-player input[type=range]::-moz-range-thumb {
  height: 8px;
  width: 8px;
  background: #111C24;
  border-radius: 50%;
  cursor: pointer;
}

.audio-player .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 8px;
}

.audio-player .time :last-child {
  margin-left: auto;
}

div[class*="col-"] .audio-player {
  margin: 0;
}

/* @media (min-width: $breakpoint_sm) { */
@media screen and (min-width: 730px) {
  .audio-player {
    padding: 16px 16px 24px 24px;
    max-width: 847px;
    width: 100%;
    margin: auto;
  }

  .audio-player .play {
    width: 56px;
    height: 56px;
    font-size: 18px;
    margin-right: 24px;
  }

  .audio-player .controls {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: NaN;
    -webkit-order: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-top: 0;
  }
}

/*
--------------------------------------------------
    Interactive Image
--------------------------------------------------
*/
.interactiveImage {
  position: relative;
}

.interactiveImage .hover-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  /* deixa o clique passar para a imagem/área */
  z-index: 2;
}

.interactiveImage .hover-shape {
  fill: #646e8180;
}

.interactiveImage .hover-tooltip {
  position: absolute;
  background-color: #646e81;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  display: none;
  z-index: 3;
  border: 1px solid white;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
-------------------------  -------------------------
*/
.component-mediaLinkTile {
  text-align: left;
}

.component-mediaLinkTile .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  color: #111C24;
}

.component-mediaLinkTile .title:hover {
  text-decoration: underline;
  cursor: pointer;
}

.component-mediaLinkTile .arrow-icon {
  width: 8px;
  height: 12px;
}

.component-mediaLinkTile .subtitle {
  color: #111C24;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  margin: 16px 0 0 0;
}

.component-mediaLinkTile .mediatext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  margin: 0;
}

.component-mediaLinkTile .mediatext::before,
.component-mediaLinkTile .mediatext::after {
  display: none;
}

.component-mediaLinkTile .mediatext .img-col {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 178px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}

.component-mediaLinkTile .mediatext .img-col img {
  aspect-ratio: 89/50;
  object-fit: cover;
}

.component-mediaLinkTile .mediatext .text-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  margin: 0;
}

.component-mediaLinkTile .mediatext .text-col .title,
.component-mediaLinkTile .mediatext .text-col .subtitle,
.component-mediaLinkTile .mediatext .text-col .button {
  font-size: 16px;
  margin: 0;
}

.component-mediaLinkTile .img-col {
  margin-bottom: 24px;
}

/* > Tablet */
@media (min-width: 730px) {
  .component-mediaLinkTile .component-image {
    margin: 0;
  }

  .component-mediaLinkTile .mediatext {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.search-icon-bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzhiOTJhMTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search-icon-bg:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzVhMmE4MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2gtcHVycGxlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjM1LjU5IiBjeT0iMzUuNTkiIHI9IjMyLjU5Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNTguNjMiIHkxPSI1OC42MyIgeDI9Ijc5Ljc3IiB5Mj0iNzkuNzciLz48L3N2Zz4=);
}

.page-resources {
  font-size: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-resources .search-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}

.page-resources input.search {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: textfield;
  font-family: inherit;
  font-size: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzhiOTJhMTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  border: none;
  border-bottom: solid 1px #e8ecee;
  padding: 5px;
  width: 100%;
  background-size: 20px 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-left: 30px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

.page-resources input.search:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzVhMmE4MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2gtcHVycGxlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjM1LjU5IiBjeT0iMzUuNTkiIHI9IjMyLjU5Ii8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNTguNjMiIHkxPSI1OC42MyIgeDI9Ijc5Ljc3IiB5Mj0iNzkuNzciLz48L3N2Zz4=);
}

.page-resources input.search:focus::-webkit-input-placeholder {
  color: #e8ecee;
}

.page-resources input.search:focus:-moz-placeholder {
  color: #e8ecee;
}

.page-resources input.search:focus::-moz-placeholder {
  color: #e8ecee;
}

.page-resources input.search:focus:-ms-input-placeholder {
  color: #e8ecee;
}

.page-resources input.search::-webkit-search-decoration,
.page-resources input.search::-webkit-search-cancel-button {
  display: none;
}

.page-resources input.search:-moz-placeholder {
  color: #999;
}

.page-resources input.search::-webkit-input-placeholder {
  color: #999;
}

.page-resources input.search:-ms-input-placeholder {
  color: #999;
}

.page-resources strong {
  font-weight: 400;
}

.page-resources h1 {
  text-transform: uppercase;
}

.page-resources .results-message {
  color: #5a2a82;
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}

.page-resources .results-bar {
  background-color: #f7f7fa;
  padding: 5px 0;
}

.page-resources .results-bar.header {
  display: none;
}

.page-resources .results-bar.footer {
  overflow: auto;
}

.page-resources .results-bar.footer .results-bar-col {
  min-height: 1px;
  float: left;
  width: 60%;
}

.page-resources .results-bar.footer .results-bar-col:first-child,
.page-resources .results-bar.footer .results-bar-col:last-child {
  width: 20%;
}

.page-resources .results-bar .results-bar-col {
  display: inline-block;
  width: 33%;
  padding: 0 15px;
}

.page-resources .results-bar .pagination-button {
  overflow: auto;
  display: inline-block;
  border: 1px solid #cdd0d6;
  border-radius: 1px;
  background-color: white;
  padding: 5px 10px;
  color: #646e81;
}

.page-resources .results-bar .pagination {
  list-style: none;
  padding: 0;
  padding-top: 5px;
  margin: 0;
  display: inline-block;
}

.page-resources .results-bar .pagination li {
  display: inline-block;
}

.page-resources .results-bar .pagination li:not(:first-child) {
  padding-left: 10px;
}

.page-resources .results-bar .pagination li a.active {
  color: #111c24;
  pointer-events: none;
  font-weight: 400;
}

.page-resources .search-result:not(last-child) {
  padding-top: 50px;
}

.page-resources .search-result:last-child {
  padding: 50px 0;
}

.page-resources .search-result p {
  margin: 0;
}

.page-resources .search-result p.title {
  font-weight: bold;
}

.page-resources .search-result p.author {
  font-style: italic;
}

.page-resources .search-result .resource-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources .search-result .resource-links ul li {
  display: inline-block;
  padding-right: 20px;
}

.page-resources .search-result .resource-links ul li i {
  padding-right: 5px;
}

.page-resources .search-result .resource-links ul li:last-child {
  padding-right: 0;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {
  .page-resources {
    font-size: 14px;
  }

  .page-resources .dropdown {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
  }

  .page-resources .dropdown .dropdown-toggle {
    font-size: inherit;
    width: 150px;
    border: 1px solid #cdd0d6;
    border-radius: 1px;
    background-color: white;
    padding: 5px 20px;
    color: #646e81;
  }

  .page-resources .dropdown .dropdown-menu {
    min-width: 150px;
    width: 150px;
    border: 1px solid #cdd0d6;
    border-radius: 1px;
    background-color: white;
    box-shadow: none;
    font-size: inherit;
  }

  .page-resources .dropdown .dropdown-menu li a {
    font-size: inherit;
    font-weight: 300;
    padding: 5px 20px;
    color: #646e81;
  }

  .page-resources .dropdown .dropdown-menu li a:hover {
    background-color: #f7f7fa;
  }

  .page-resources input.search {
    background-size: 22px 22px;
    background-position: 0px 7px;
    padding-left: 35px;
    font-size: 18px;
  }

  .page-resources .results-message {
    font-size: 26px;
  }

  .page-resources .results-bar.header {
    display: block;
  }

  .page-resources .results-bar .pagination-button {
    width: 100px;
    padding: 5px 20px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {
  .page-resources {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px;
  }

  .page-resources input.search {
    background-size: 25px 25px;
    background-position: 0px 12px;
    padding-left: 40px;
    font-size: 25px;
  }

  .page-resources .results-message {
    font-size: 36px;
  }

  .page-resources .dropdown {
    font-size: 18px;
  }
}

.gssb_c .gsc-completion-container {
  box-shadow: none;
  border: 1px solid #cdd0d6;
  border-radius: 1px;
}

.gssb_c .gssb_e {
  box-shadow: none;
}

.page-gss .gsc-control-cse .gsc-table-result,
.page-gss .gsc-control-cse {
  font-family: "Roboto", arial;
}

.page-gss table,
.page-gss th,
.page-gss td {
  border: none;
  padding: 0;
}

.page-gss .gsc-webResult .gsc-result {
  padding: 40px 0 20px 0;
}

.page-gss .gsc-expansionArea .gsc-result {
  padding: 20px 0 20px 0;
}

.page-gss .gsc-expansionArea .gsc-result:last-child {
  padding: 20px 0 20px 0;
}

.page-gss .gsib_a {
  padding: 10px;
}

.page-gss .gsc-above-wrapper-area {
  padding: 10px 0 10px 0;
}

.page-gss .gsc-table-cell-thumbnail {
  width: auto;
}

.page-gss .gs-image-box.gs-web-image-box {
  width: 80px !important;
  height: auto !important;
}

.page-gss .gs-web-image-box {
  padding: 0;
  padding-right: 15px;
}

.page-gss .gs-web-image-box img.gs-image {
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
}

.page-gss .gsc-table-result {
  margin-top: 8px;
}

.page-gss .gsc-table-result,
.page-gss .gsc-thumbnail-inside,
.page-gss .gsc-url-top {
  padding-left: 0;
  padding-right: 0;
}

.page-gss .gsc-input-box {
  height: auto;
  border: 1px solid #cdd0d6;
  border-radius: 1px;
}

.page-gss .gsc-input-box-hover,
.page-gss .gsc-input-box-focus {
  box-shadow: none;
}

.page-gss .gsc-result .gs-title {
  height: auto;
  text-decoration: none;
}

.page-gss .gs-webResult div.gs-visibleUrl,
.page-gss .gs-imageResult div.gs-visibleUrl {
  color: #646e81;
  font-size: 13px;
}

.page-gss .gs-webResult.gs-result a.gs-title:link b,
.page-gss .gs-webResult.gs-result a.gs-title:link {
  color: #316ACA;
  text-decoration: none;
  cursor: pointer;
}

.page-gss .gs-webResult.gs-result a.gs-title:link b {
  font-weight: 400;
}

.page-gss .gs-webResult.gs-result a.gs-title:link:hover b,
.page-gss .gs-webResult.gs-result a.gs-title:link:hover {
  color: #23527c;
  text-decoration: underline;
}

.page-gss .gsc-control-cse .gs-result .gs-title,
.page-gss .gsc-control-cse .gs-result .gs-title * {
  font-size: 15px;
}

.page-gss .gs-result .gs-snippet {
  font-size: 15px;
  font-weight: 300;
}

.page-gss .gsc-result-info {
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  color: #646e81;
}

.page-gss .gsc-orderby-label {
  font-size: 15px;
  color: #646e81;
  padding-right: 15px;
}

.page-gss .gsc-selected-option-container {
  background-image: none;
  background-color: white;
  box-shadow: none;
  border: 1px solid #cdd0d6;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 40px 5px 20px;
  max-width: none;
  height: auto;
  border-radius: 1px;
  width: 140px;
}

.page-gss .gsc-control-cse .gsc-option-menu {
  width: 140px;
  box-shadow: none;
  border: 1px solid #cdd0d6;
  border-radius: 1px;
  font-size: 15px;
}

.page-gss .gsc-control-cse .gsc-option-selector {
  top: 18px;
  right: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5OTggNTgyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzY0NmU4MTt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmRvd25hcnJvdzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTM5NSw3MzZxMCwxMy0xMCwyM0w5MTksMTIyNXEtMTAsMTAtMjMsMTB0LTIzLTEwTDQwNyw3NTlxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwLDIzLTEwdDIzLDEwbDM5MywzOTMsMzkzLTM5M3ExMC0xMCwyMy0xMHQyMywxMGw1MCw1MFExMzk1LDcyMywxMzk1LDczNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTcgLTY1MykiLz48L3N2Zz4=);
}

.page-gss .gsc-input input.gsc-input {
  font-size: 15px;
}

.page-gss table.gsc-search-box td {
  vertical-align: top;
}

.page-gss input.gsc-search-button {
  height: 100%;
  margin: 0;
  background-color: #80539c;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center center;
}

.page-gss input.gsc-search-button:focus,
.page-gss input.gsc-search-button:hover {
  background-color: #66427d;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUgc2xpY2UiIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDgxLjg5IDgxLjg5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6NnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbi1zZWFyY2g8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iMzUuNTkiIGN5PSIzNS41OSIgcj0iMzIuNTkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI1OC42MyIgeTE9IjU4LjYzIiB4Mj0iNzkuNzciIHkyPSI3OS43NyIvPjwvc3ZnPg==);
}

.page-gss .gsib_b {
  height: 100%;
  padding: 0;
  padding-right: 10px;
  vertical-align: middle !important;
}

.page-gss .gsst_b {
  height: 100%;
  padding: 0;
}

.page-gss .gsst_a {
  padding: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4My4zNCA4My4zNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM4YjkyYTE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb24tY2xvc2U8L3RpdGxlPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSIyLjEyIiB4Mj0iODEuMjIiIHkyPSI4MS4yMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjIuMTIiIHkxPSI4MS4yMiIgeDI9IjgxLjIyIiB5Mj0iMi4xMiIvPjwvc3ZnPg==);
}

.page-gss .gsst_a span {
  display: none;
}

.page-gss .gsc-results .gsc-cursor-box {
  margin: 10px 0;
  font-size: 15px;
}

.page-gss .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #316ACA;
  text-decoration: none;
}

.page-gss .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #23527c;
  text-decoration: underline;
}

.page-gss .gs-no-results-result .gs-snippet,
.page-gss .gs-error-result .gs-snippet {
  margin: 0;
  padding: 10px;
}

.page-gss .gs-spelling {
  padding: 0;
}

/*
    Responsive (mobile first)
    XS: 480px | SM: 730px | MD: 992px | LG: 1200px
--------------------------------------------------
*/
/* SM Tablet */
@media (min-width: 730px) {

  .page-gss .gsc-control-cse .gs-result .gs-title,
  .page-gss .gsc-control-cse .gs-result .gs-title * {
    font-size: 14px;
  }

  .page-gss .gs-webResult div.gs-visibleUrl,
  .page-gss .gs-imageResult div.gs-visibleUrl {
    color: #646e81;
    font-size: 12px;
  }

  .page-gss .gsc-table-cell-thumbnail {
    width: 16.66667%;
  }

  .page-gss .gs-image-box.gs-web-image-box {
    width: 100% !important;
  }

  .page-gss .gs-web-image-box {
    padding: 0;
    padding-right: 25px;
  }

  .page-gss .gs-result .gs-snippet {
    font-size: 14px;
  }

  .page-gss .gsc-result-info {
    font-size: 14px;
  }

  .page-gss .gsc-orderby-label {
    font-size: 14px;
  }

  .page-gss .gsc-selected-option-container {
    font-size: 14px;
  }

  .page-gss .gsc-control-cse .gsc-option-menu {
    font-size: 14px;
  }

  .page-gss .gsc-input input.gsc-input {
    font-size: 14px;
  }

  .page-gss .gsc-results .gsc-cursor-box {
    margin: 10px 0;
    font-size: 14px;
  }
}

/* LG Desktop */
@media (min-width: 1200px) {

  .page-gss .gsc-control-cse .gs-result .gs-title,
  .page-gss .gsc-control-cse .gs-result .gs-title * {
    font-size: 18px;
  }

  .page-gss .gs-webResult div.gs-visibleUrl,
  .page-gss .gs-imageResult div.gs-visibleUrl {
    color: #646e81;
    font-size: 16px;
  }

  .page-gss .gs-result .gs-snippet {
    font-size: 18px;
  }

  .page-gss .gsc-result-info {
    font-size: 18px;
  }

  .page-gss .gsc-orderby-label {
    font-size: 18px;
  }

  .page-gss .gsc-selected-option-container {
    font-size: 18px;
  }

  .page-gss .gsc-control-cse .gsc-option-menu {
    font-size: 18px;
  }

  .page-gss .gsc-input input.gsc-input {
    font-size: 18px;
  }

  .page-gss .gsc-results .gsc-cursor-box {
    font-size: 18px;
  }
}

.template-form .site-footer ul li a {
  font-size: 18px;
  text-transform: uppercase;
}