@charset "UTF-8";
/*

Theme Name: AVEVA Select
Theme URI: https://wordpress.aveva.com/aveva/
description: This Wordpress theme is for AVEVA Select distributors operating as a full 'doing business as' AVEVA Select partner. Guidance on the use of this theme can be found here [TBD].
For further questions or feedback please reach out to your Regional Channel Marketing Leader or get in touch to partners@aveva.com.
Author: AVEVA
Author URI: http://aveva.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aveva

*/
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/

@font-face {
    font-family: 'Ping AR + LT';
    src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-ExtraLight.woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
	font-family: 'Ping AR + LT';
	src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-Light.woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Ping AR + LT';
	src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-Medium.woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Ping AR + LT';
	src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-Regular.woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ping AR + LT';
	src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-Bold.woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Ping AR + LT';
	src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-Heavy.woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Ping AR + LT';
	src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-Black.woff2');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Ping AR + LT';
	src: url('/wp-content/themes/aveva/assets/fonts/PingAr-lt/PingARLT-Hairline.woff2');
	font-weight: 100;
	font-style: normal;
}

html[lang="ar"] body {
  font-family: "Ping AR + LT", sans-serif;
}
/* header animation */
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(8rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
*,
*::after,
*::before {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  box-sizing: border-box;
}


body > .root {
  margin: 0 auto;
  max-width: 2560px;
}

main {
  margin-bottom: 2px;
}

/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
h1 {
  color: #000;
  font-family: "Barlow-Light", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.25rem;
}
@media (min-width: 768px) {
  h1 {
    color: #000;
    font-family: "Barlow-Light", Helvetica, Arial, sans-serif;
    font-size: 2.625rem;
    font-weight: 300;
    line-height: 3.25rem;
  }
}

h2 {
  color: #000;
  font-family: "Barlow-Light", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  h2 {
    color: #000;
    font-family: "Barlow-Light", Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    color: #000;
    font-family: "Barlow-Light", Helvetica, Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 2.688rem;
  }
}

h3 {
  color: #363d42;
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  h3 {
    color: #363d42;
    font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}

h4 {
  color: #363d42;
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    color: #363d42;
    font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.625rem;
  }
}

p {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  p {
    color: #363d42;
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  p {
    color: #363d42;
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8125rem;
  }
}

.eyebrow-title {
  color: #545c69;
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.data {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.micro-labels {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

.number-level-zero {
  color: #363d42;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}
@media (min-width: 1024px) {
  .number-level-zero {
    color: #363d42;
    font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 4.25rem;
    font-weight: 600;
    line-height: 4.75rem;
  }
}

.number-level-one {
  color: #363d42;
  font-family: "Muli-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
@media (min-width: 768px) {
  .number-level-one {
    color: #363d42;
    font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.375rem;
  }
}

.number-level-two {
  color: #363d42;
  font-family: "Muli-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}
@media (min-width: 768px) {
  .number-level-two {
    color: #363d42;
    font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.875rem;
  }
}

.number-level-three {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.number-level-four {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}

/* icon default color */
[class^=icon-], [class*=" icon-"] {
  color: #363d42;
}

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

.u-margin-bottom-large {
  margin-bottom: 8rem;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem;
}

.u-white-color {
  color: #fff;
}
.u-white-color:hover {
  color: #fff;
}

.card-margin {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .card-margin {
    margin-top: 2rem;
  }
}

/* skip link */
.skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.skip:active, .skip:focus, .skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

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

.dark-mode .info-text,
.dark-mode h1,
.dark-mode h2,
.dark-mode p {
  color: #fff;
}

@media (min-width: 1024px) {
  .margin-top-zero {
    margin-top: 0;
  }
}

.left-aligned {
  display: flex;
  justify-content: flex-start;
}

.center-aligned {
  display: flex;
  justify-content: center;
}

.padding-top-small {
  padding-top: 1rem;
}

.padding-top-medium {
  padding-top: 1.5rem;
}

.padding-top-large {
  padding-top: 2rem;
}

.padding-bottom-small {
  padding-bottom: 1rem;
}

.padding-bottom-medium {
  padding-bottom: 1.5rem;
}

.padding-bottom-large {
  padding-bottom: 2rem;
}

.margin-top-small {
  margin-top: 1rem;
}

.margin-top-medium {
  margin-top: 1.5rem;
}

.margin-top-large {
  margin-top: 2rem;
}

.margin-bottom-small {
  margin-bottom: 1rem;
}

.margin-bottom-medium {
  margin-bottom: 1.5rem;
}

.margin-bottom-large {
  margin-bottom: 2rem;
}

.margin-bd-top {
  margin-top: 2.125rem;
}

.margin-bd-bottom {
  margin-bottom: 2.125rem;
}

.smart-link {
  display: inline-block;
}

/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
.background-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  min-height: 1.25rem;
  padding: 2.25rem 0;
}
@media (min-width: 768px) {
  .background-container {
    padding: 3.5rem 0;
  }
}
.background-container__heading {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.background-container__description {
  margin-bottom: 0;
  max-width: 20.125rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .background-container__description {
    max-width: 80%;
    padding-bottom: 1.5rem;
  }
}

.bg-container--light-text h1,
.bg-container--light-text h2,
.bg-container--light-text h3,
.bg-container--light-text h4,
.bg-container--light-text h5,
.bg-container--light-text h6,
.bg-container--light-text span,
.bg-container--light-text ul,
.bg-container--light-text p {
  color: #fff;
}
.bg-container--center-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
@font-face {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/icomoon.ttf") format("truetype");
  font-family: "icomoon";
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-1:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-checked:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-globe-2:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-searching:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-play2:before {
  content: "";
}

.icon-right-double-arrow:before {
  content: "";
}

.icon-left-double-arrow:before {
  content: "";
}

.icon-up-arrow:before {
  content: "";
}

.icon-down-arrow:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-play2:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.wp-block-columns {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .wp-block-columns {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .wp-block-columns {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .wp-block-columns {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .wp-block-columns {
    max-width: 1392px;
  }
}
.image-component-imagestyle {
  width: 100%;
}

.image-caption {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #363d42;
  padding-top: 5px;
}

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

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

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

.container-center {
  display: flex;
  justify-content: center;
}

.container-left {
  display: flex;
  justify-content: flex-start;
}

.container-right {
  display: flex;
  justify-content: flex-end;
}

.text ol,
.cmp-text ol,
.entry-content ol {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #363d42;
  counter-reset: item 0;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .text ol,
.cmp-text ol,
.entry-content ol {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    color: #363d42;
  }
}
.text ol li,
.cmp-text ol li,
.entry-content ol li {
  counter-increment: item;
  display: table;
}
.text ol > li::before,
.cmp-text ol > li::before,
.entry-content ol > li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.5em;
}
.text ul,
.cmp-text ul,
.entry-content ul {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #363d42;
  padding-left: 1rem;
}
@media (min-width: 1024px) {
  .text ul,
.cmp-text ul,
.entry-content ul {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    color: #363d42;
    padding-left: 1.3rem;
  }
}
.text li ul,
.cmp-text li ul,
.entry-content li ul {
  padding-left: 2.5rem;
}
.text li ol,
.cmp-text li ol,
.entry-content li ol {
  padding-left: 1.2rem;
}
.text li ol > li::before,
.cmp-text li ol > li::before,
.entry-content li ol > li::before {
  content: counters(item, ".") " ";
}
.text ul,
.cmp-text ul,
.entry-content ul {
  list-style-position: inside;
}
.text p:last-child,
.cmp-text p:last-child,
.entry-content p:last-child {
  margin-bottom: 0;
}

.center-list {
  margin: 0.9375rem auto;
  max-width: 100%;
  padding-left: 2rem;
}
@media (min-width: 1024px) {
  .center-list {
    max-width: 800px;
  }
}
.center-list li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.next-step-action {
  color: #4d69e0;
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .next-step-action {
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
  }
}
.next-step-action:hover {
  color: #3051db;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
.next-step-action:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .next-step-action:hover::after {
    background: rgba(77, 105, 224, 0.3);
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.next-step-action--disabled {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.next-step-action--disabled:hover {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
  /* stylelint-disable-next-line */
}
.next-step-action--disabled:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .next-step-action--disabled:hover::after {
    opacity: 0;
  }
}

.white-text-action {
  color: #f6f8fa;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .white-text-action {
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
  }
}
.white-text-action:hover {
  color: #78a1fc;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
}
.white-text-action:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .white-text-action:hover::after {
    background: #78a1fc;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.white-text-action--disabled {
  color: #f6f8fa;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.white-text-action--disabled:hover {
  color: #f6f8fa;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
  /* stylelint-disable-next-line */
}
.white-text-action--disabled:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .white-text-action--disabled:hover::after {
    opacity: 0;
  }
}

.mini-action {
  color: #4d69e0;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mini-action {
    font-size: 0.875rem;
    line-height: 1.25rem;
    position: relative;
  }
}
.mini-action:hover {
  color: #3051db;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
.mini-action:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .mini-action:hover::after {
    background: rgba(77, 105, 224, 0.3);
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.mini-action--disabled {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.mini-action--disabled:hover {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
  /* stylelint-disable-next-line */
}
.mini-action--disabled:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .mini-action--disabled:hover::after {
    opacity: 0;
  }
}

.primary-btn {
  color: #fff;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: #4d69e0;
  border: unset;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 1.3rem;
}
.primary-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .primary-btn i {
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .primary-btn {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 0.8125rem 2rem;
  }
}
.primary-btn:not([href]) {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.primary-btn i {
  vertical-align: text-bottom;
}
.primary-btn:hover {
  color: #fff;
  background-color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.primary-btn:hover:not([href]) {
  color: #fff;
  background-color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.primary-btn--disabled {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.primary-btn--disabled:not([href]) {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.primary-btn--disabled:hover {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
  /* stylelint-disable-next-line */
}
.primary-btn--disabled:hover:not([href]) {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}

.secondary-white-btn {
  color: #4d69e0;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: #fff;
  border: unset;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 2rem;
}
.secondary-white-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .secondary-white-btn i {
    font-size: 1.04rem;
  }
}
@media (min-width: 768px) {
  .secondary-white-btn {
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 1rem 2rem;
  }
}
.secondary-white-btn:not([href]) {
  color: #4d69e0;
  cursor: pointer;
  text-decoration: none;
}
.secondary-white-btn:hover {
  background-color: #e5e5e5;
  cursor: pointer;
  text-decoration: none;
}
.secondary-white-btn:hover:not([href]) {
  color: #4d69e0;
  cursor: pointer;
  text-decoration: none;
}
.secondary-white-btn--disabled {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.secondary-white-btn--disabled:not([href]) {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.secondary-white-btn--disabled:hover {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
  /* stylelint-disable-next-line */
}
.secondary-white-btn--disabled:hover:not([href]) {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}

.ghost-btn {
  color: #363d42;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: #fff;
  border: solid 1px;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 2rem;
}
.ghost-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .ghost-btn i {
    font-size: 1.04rem;
  }
}
@media (min-width: 768px) {
  .ghost-btn {
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 1rem 2rem;
  }
}
.ghost-btn:not([href]) {
  color: #363d42;
  cursor: pointer;
  text-decoration: none;
}
.ghost-btn:hover {
  color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.ghost-btn:hover:not([href]) {
  color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.ghost-btn--disabled {
  color: #748294;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.ghost-btn--disabled:not([href]) {
  color: #748294;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.ghost-btn--disabled:hover {
  color: #748294;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
  /* stylelint-disable-next-line */
}
.ghost-btn--disabled:hover:not([href]) {
  color: #748294;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}

.ghost-dark-btn {
  color: #fff;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: transparent;
  border: solid 1px #fff;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 2rem;
}
.ghost-dark-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .ghost-dark-btn i {
    font-size: 1.04rem;
  }
}
@media (min-width: 768px) {
  .ghost-dark-btn {
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 1rem 2rem;
  }
}
.ghost-dark-btn:not([href]) {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.ghost-dark-btn:hover {
  color: #3051db;
  background-color: #e5e5e5;
  cursor: pointer;
  text-decoration: none;
  border-color: #3051db;
}
.ghost-dark-btn:hover:not([href]) {
  color: #3051db;
  background-color: #e5e5e5;
  cursor: pointer;
  text-decoration: none;
  border-color: #3051db;
}
.ghost-dark-btn--disabled {
  color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.ghost-dark-btn--disabled:not([href]) {
  color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.ghost-dark-btn--disabled:hover {
  color: #fff;
  background-color: transparent;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
  border-color: #fff;
  /* stylelint-disable-next-line */
}
.ghost-dark-btn--disabled:hover:not([href]) {
  color: #fff;
  background-color: transparent;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
  border-color: #fff;
}

.video-btn {
  color: #4e69e0;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: #fff;
  border: unset;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 2rem;
}
.video-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .video-btn i {
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .video-btn {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.video-btn:not([href]) {
  color: #4e69e0;
  cursor: pointer;
  text-decoration: none;
}
.video-btn i {
  vertical-align: text-bottom;
}
.video-btn:hover {
  color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.video-btn:hover:not([href]) {
  color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.video-btn--disabled {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.video-btn--disabled:not([href]) {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.video-btn--disabled:hover {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
  /* stylelint-disable-next-line */
}
.video-btn--disabled:hover:not([href]) {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}

.share-btn {
  color: #363d42;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: transparent;
  /* stylelint-disable-next-line */
  border: none;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 1rem;
  /* stylelint-disable-next-line */
  -webkit-appearance: none !important;
}
.share-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .share-btn i {
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .share-btn {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.share-btn:not([href]) {
  color: #363d42;
  cursor: pointer;
  text-decoration: none;
}
.share-btn i {
  vertical-align: text-bottom;
}
.share-btn--white {
  color: #fff;
}
.share-btn--white:not([href]) {
  color: #fff;
}

.body-action {
  color: #4d69e0;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  cursor: pointer;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .body-action {
    font-size: 1.125rem;
    line-height: 1.5rem;
    position: relative;
  }
}
.body-action:hover {
  color: #3051db;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
.body-action:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .body-action:hover::after {
    background: rgba(77, 105, 224, 0.3);
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}
.body-action--disabled {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.body-action--disabled:hover {
  color: #cccccc;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
  /* stylelint-disable-next-line */
}
.body-action--disabled:hover::after {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .body-action--disabled:hover::after {
    opacity: 0;
  }
}

.download-btn {
  color: #fff;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: #4d69e0;
  border: unset;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 1.3rem;
}
.download-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .download-btn i {
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .download-btn {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 0.8125rem 2rem;
  }
}
.download-btn:not([href]) {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.download-btn i {
  vertical-align: text-bottom;
}
.download-btn:hover {
  color: #fff;
  background-color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.download-btn:hover:not([href]) {
  color: #fff;
  background-color: #3051db;
  cursor: pointer;
  text-decoration: none;
}
.download-btn--disabled {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.download-btn--disabled:not([href]) {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}
.download-btn--disabled:hover {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
  /* stylelint-disable-next-line */
}
.download-btn--disabled:hover:not([href]) {
  color: #fff;
  background-color: #beccd6;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.5;
}

.hubspot-btn {
  color: #4d69e0;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.0625rem;
  background-color: #fff;
  border: unset;
  display: inline-block;
  min-width: 6.562rem;
  padding: 0.8125rem 2rem;
}
.hubspot-btn i {
  color: inherit;
  font-size: 0.9375rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .hubspot-btn i {
    font-size: 1.04rem;
  }
}
@media (min-width: 768px) {
  .hubspot-btn {
    font-size: 1.125rem;
    line-height: 1rem;
    padding: 1rem 2rem;
  }
}
.hubspot-btn:not([href]) {
  color: #4d69e0;
  cursor: pointer;
  text-decoration: none;
}
.hubspot-btn:hover {
  background-color: #e5e5e5;
  cursor: pointer;
  text-decoration: none;
}
.hubspot-btn:hover:not([href]) {
  color: #4d69e0;
  cursor: pointer;
  text-decoration: none;
}
.hubspot-btn--disabled {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.hubspot-btn--disabled:not([href]) {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}
.hubspot-btn--disabled:hover {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
  /* stylelint-disable-next-line */
}
.hubspot-btn--disabled:hover:not([href]) {
  color: #363d42;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}

/** Adding Breadcrumb scss.**/
.hero-breadcrumb {
  width: 100%;
}
.hero-breadcrumb ol li:before {
  content: "";
}

.video-dialog {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  top: 30%;
  z-index: 41;
}
@media (min-width: 1024px) {
  .video-dialog {
    top: 15%;
  }
}
.video-dialog .modal-dialog {
  margin: 0;
  max-width: 800px;
}
.video-dialog .modal-body {
  padding: 0;
  position: relative;
}
.video-dialog .close {
  background-color: transparent;
  border: hidden;
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 999;
}
@media (max-width: 1023.98px) {
  .video-dialog .close {
    top: -85%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .video-dialog .close {
    top: -65%;
  }
}

.modal {
  z-index: 100000000 !important;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-backdrop.show.show {
  opacity: 0.75;
}

.videocomponent__player iframe {
  width: 100%;
  height: 25rem;
}

.hubspot-popup .modal-dialog {
  margin-top: 5rem !important;
}

.hbspt-form {
  background-clip: border-box;
  background-color: #fff;
  min-height: 12.5rem;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
}
.hbspt-form--heading {
  margin-bottom: 1.5rem;
}
.hbspt-form h1, .hbspt-form h2, .hbspt-form h3, .hbspt-form span, .hbspt-form p, .hbspt-form ul {
  color: #000;
}
.hbspt-form .hs-button {
  color: #fff;
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  background-color: #4d69e0;
  border: none;
  border-style: unset;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0.688rem 5.156rem;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .hbspt-form .hs-button {
    padding: 0.813rem 2rem;
  }
}
.hbspt-form .hs-button:focus {
  outline: none;
}
.hbspt-form .hs-button:hover,
.hbspt-form .hs-button:focus {
  background-color: #3051db;
}
.hbspt-form .hs-button:active {
  background-color: #3051db;
}
.hbspt-form .actions {
  text-align: center;
}
@media (min-width: 768px) {
  .hbspt-form .actions {
    text-align: left;
  }
}
.hbspt-form .field {
  margin-bottom: 1rem;
}
.hbspt-form label {
  color: #363d42;
  font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.938rem;
  display: block;
  margin-bottom: 4px;
  padding-top: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .hbspt-form label {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.hbspt-form .hs-input {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.938rem;
  border: 1px solid #c7ccd6;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.813rem 1rem;
  width: 100% !important;
}
@media (min-width: 768px) {
  .hbspt-form .hs-input {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.hbspt-form .hs-input:focus {
  outline: none;
}
.hbspt-form .hs-input:not([type=file]) {
  background-color: #fff;
}
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
  max-width: 100%;
}
.hbspt-form select[multiple].hs-input {
  height: inherit;
}
.hbspt-form .input textarea.error,
.hbspt-form .input input.error,
.hbspt-form .input select.error {
  border-left: 3px solid #dc0a0a;
}
.hbspt-form ul.no-list.hs-error-msgs.inputs-list,
.hbspt-form ul.inputs-list {
  list-style: none;
}
.hbspt-form label.hs-error-msg,
.hbspt-form label.hs-main-font-element,
.hbspt-form .legal-consent-container .hs-error-msgs label {
  color: #dc0a0a;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.938rem;
}
@media (min-width: 768px) {
  .hbspt-form label.hs-error-msg,
.hbspt-form label.hs-main-font-element,
.hbspt-form .legal-consent-container .hs-error-msgs label {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.hbspt-form .hs-form-checkbox-display > span {
  margin-left: 0.906rem;
}
.hbspt-form .small {
  color: #363d42;
}
.hbspt-form .hs-form-radio-display input[type=radio] {
  margin-right: 0.906rem;
}
.hbspt-form .hs-form-booleancheckbox-display input[type=checkbox],
.hbspt-form .hs-form-booleancheckbox-display input[type=radio],
.hbspt-form .hs-form-checkbox-display input[type=checkbox],
.hbspt-form .hs-form-checkbox-display input[type=radio],
.hbspt-form .hs-form-radio-display input[type=checkbox],
.hbspt-form .hs-form-radio-display input[type=radio] {
  cursor: pointer;
  width: auto !important;
  margin-top: 0.188rem;
}
@media (min-width: 768px) {
  .hbspt-form .hs-form-booleancheckbox-display input[type=checkbox],
.hbspt-form .hs-form-booleancheckbox-display input[type=radio],
.hbspt-form .hs-form-checkbox-display input[type=checkbox],
.hbspt-form .hs-form-checkbox-display input[type=radio],
.hbspt-form .hs-form-radio-display input[type=checkbox],
.hbspt-form .hs-form-radio-display input[type=radio] {
    margin-top: 0.563rem;
  }
}
.hbspt-form .hs-form-booleancheckbox-display span,
.hbspt-form .hs-form-checkbox-display span,
.hbspt-form .hs-form-radio-display span {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .hbspt-form .hs-form-booleancheckbox-display span,
.hbspt-form .hs-form-checkbox-display span,
.hbspt-form .hs-form-radio-display span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.hbspt-form .hs-form-booleancheckbox-display span p,
.hbspt-form .hs-form-checkbox-display span p,
.hbspt-form .hs-form-radio-display span p {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.hbspt-form .hs-form-booleancheckbox-display span a,
.hbspt-form .hs-form-checkbox-display span a,
.hbspt-form .hs-form-radio-display span a {
  color: #363d42;
}
.hbspt-form .hs-form-field legend.hs-field-desc {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .hbspt-form .hs-form-field legend.hs-field-desc {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.hbspt-form .hs-richtext {
  display: none;
}

.form-dialog .modal-dialog {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .form-dialog .modal-dialog {
    margin: auto;
    max-width: 647px;
  }
}
.form-dialog .modal-body {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.form-dialog .close {
  background-color: transparent;
  border: hidden;
  font-size: 2.5rem;
  font-weight: normal;
  opacity: 1;
  position: absolute;
  right: 2px;
  top: -15px;
  z-index: 999;
}
.form-dialog .close:focus {
  outline: none;
}

.aveva-select-field {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.125rem;
  color: #363d42;
  border: 1px solid #c7ccd6;
  height: 2.6875rem;
  padding: 0.75rem 0 0.75rem 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .aveva-select-field {
    font-size: 1rem;
    height: 3rem;
    line-height: 1.25rem;
  }
}
.aveva-select-field:focus {
  outline: none;
}

.aveva-dropdown-field {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.125rem;
  color: #363d42;
  background: #fff;
  border: 1px solid #c7ccd6;
  border-radius: 0;
  padding: 0.68rem 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .aveva-dropdown-field {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.aveva-dropdown-field:focus {
  outline: none;
}

.cmp-tabs__tablist {
  padding: 0 1rem;
  position: relative;
}
@media (max-width: 1279.98px) {
  .cmp-tabs__tablist {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .cmp-tabs__tablist {
    margin-bottom: 1.5rem;
  }
}
.cmp-tabs__tablist::after {
  bottom: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  width: 100vw;
  z-index: 2;
}
.cmp-tabs__tab {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #666c70;
  list-style-type: none;
  margin: 0 1.5rem 1rem 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767.98px) {
  .cmp-tabs__tab {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cmp-tabs__tab {
    font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #666c70;
    margin: 0 1.5rem 0 0;
  }
}
@media (min-width: 1024px) {
  .cmp-tabs__tab {
    margin: 0.8rem 1.2rem 0;
    /* stylelint-disable-next-line */
  }
  .cmp-tabs__tab:first-child {
    margin: 0.8rem 1.2rem 0 0;
  }
}
.cmp-tabs__tab--active {
  border-bottom: 3px solid #545c69 !important;
  color: #363d42 !important;
}
.cmp-tabs__tab:focus {
  outline: none;
}

.loader-overlay {
  position: relative;
  width: 100%;
}
.loader-overlay::after {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.745);
  background-image: url("../../clientlib-site/resources/images/loading-icon.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  content: " ";
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  .loader-overlay::after {
    background-size: 60px;
  }
}
@media (min-width: 1024px) {
  .loader-overlay::after {
    background-size: 250px;
  }
}

.announcement-block {
  background-color: #545c69;
  padding: 0 15px;
}
.announcement-block .cmp-text,
.announcement-block .rte-content {
  margin: 0 auto;
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .announcement-block .cmp-text,
.announcement-block .rte-content {
    max-width: 44rem;
  }
}
@media (min-width: 1024px) {
  .announcement-block .cmp-text,
.announcement-block .rte-content {
    max-width: 69rem;
  }
}
.announcement-block p {
  color: #fff;
}
.announcement-block a,
.announcement-block a:visited,
.announcement-block a:link {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  color: #fff;
}

.image-popup img {
  cursor: pointer;
}

.image-popup-modal {
  padding: 0 !important;
}
.image-popup-modal .form-dialog {
  height: 100%;
  padding: 0 0.5rem;
  width: 100%;
}
.image-popup-modal .modal-dialog {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.image-popup-modal .modal-content {
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .image-popup-modal .modal-content {
    height: 100%;
  }
}
.image-popup-modal img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-height: 100vh;
  max-width: 100%;
  padding: 2.5rem 0;
  width: auto;
}
.image-popup-modal .modal-body {
  height: auto;
  margin: 0 auto;
  max-height: 100vh;
  max-width: 100%;
  padding: 0;
  width: auto;
}
@media (min-width: 1024px) {
  .image-popup-modal .modal-body {
    max-width: 100%;
    width: 100%;
  }
}
.image-popup-modal .close {
  color: #fff;
  opacity: 0.65;
  padding-right: 0.5rem;
  right: -0.5rem;
  text-align: right;
  width: 100%;
}

.entry-content hr.wp-block-separator {
  background: #c7ccd6;
  border: 0;
  display: inline-block;
  height: 0.06rem;
  margin: 1.125rem 0;
  max-width: 100% !important;
  width: 100%;
}
.entry-content hr.wp-block-separator--18px {
  margin: 1.125rem 0;
}
.entry-content hr.wp-block-separator--32px {
  margin: 2rem 0;
}

.wp-block-table {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.wp-block-table table {
  margin-right: auto;
  margin-left: auto;
}
.wp-block-table table tbody {
  text-transform: capitalize;
  hyphens: auto;
}
.wp-block-table table tbody tr:first-child {
  color: #363d42;
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .wp-block-table table tbody tr:first-child {
    color: #363d42;
    font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .wp-block-table table tbody tr:first-child {
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .wp-block-table table tbody tr:first-child {
    font-size: 1.5rem;
  }
}
.wp-block-table table tbody tr:first-child td {
  padding-top: 0;
  color: #000;
}
.wp-block-table table tbody tr:not(:first-child) {
  vertical-align: top;
}
.wp-block-table table tbody tr {
  color: #363d42;
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .wp-block-table table tbody tr {
    color: #363d42;
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .wp-block-table table tbody tr {
    color: #363d42;
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8125rem;
  }
}
.wp-block-table table tbody tr td {
  word-break: break-all;
  border: none;
  border-bottom: 1px solid #c7ccd6;
  padding: 2rem 1rem 2rem 0;
}

@media (min-width: 1024px) {
  .wp-block-table table {
    max-width: 62rem;
  }
}
@media (min-width: 1280px) {
  .wp-block-table table {
    max-width: 69.25rem;
  }
}
@media (min-width: 1440px) {
  .wp-block-table table {
    max-width: 85rem;
  }
}
.background-wrapper {
  background-color: #f6f8fa;
}

.background-container__main-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .background-container__main-title {
    max-width: 14.125rem;
  }
}
@media (max-width: 767.98px) {
  .background-container__main-title--4_2, .background-container__main-title--2_2 {
    max-width: 19.75rem;
  }
}
.background-container__main-description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 1rem;
  text-align: center;
  max-width: 19rem;
}
@media (min-width: 768px) {
  .background-container__main-description {
    max-width: 45.625rem;
  }
}
@media (min-width: 1024px) {
  .background-container__main-description {
    max-width: 56.25rem;
  }
}
@media (min-width: 1024px) {
  .background-container__main-description p {
    color: #000;
  }
}

.card-version {
  margin-bottom: 2rem;
}
.card-version--2_1_bg {
  margin-bottom: 1rem;
}
.card-version a:hover {
  text-decoration: none;
}
.card-version__wrapper {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0.13rem 0.6rem 0 rgba(0, 0, 0, 0.08);
  text-transform: capitalize;
  cursor: pointer;
}
.card-version__wrapper:hover {
  box-shadow: 0 0.8rem 1.3rem 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out;
}
.card-version__wrapper--2_1 {
  box-shadow: none;
}
.card-version__wrapper--2_1:hover {
  box-shadow: none;
  transition: none;
}
@media (max-width: 767.98px) {
  .card-version__wrapper--2_1_bg {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.card-version__img {
  width: 100%;
}
.card-version__body {
  background-color: #fff;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__body {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .card-version__body {
    padding: 1.75rem 1.5rem;
  }
}
.card-version__body--2_1 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .card-version__body--2_1 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .card-version__body--2_1 .card-version__title h3 {
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__body--2_1 .card-version__title h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .card-version__body--2_1 .card-version__text p {
    color: #000;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__body--2_1 .card-version__text p {
    font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .card-version__body--2_1 .card-version__link {
    position: absolute;
    bottom: 1.5rem;
  }
}
.card-version__body--2_1_bg {
  background-color: transparent;
  margin-bottom: 1.5rem;
  position: absolute;
  bottom: 0;
  padding: 0 0 0 1.5rem;
}
.card-version__body--2_1_bg .card-version__title h3 {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__body--2_1_bg .card-version__title h3 {
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .card-version__body--2_1_bg .card-version__title h3 {
    font-size: 2.25rem;
    padding-right: 0.5rem;
  }
}
.card-version__body--2_1_bg .card-version__text p {
  color: #fff;
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .card-version__body--2_1_bg .card-version__text p {
    padding-right: 4.5rem;
  }
}
.card-version__body--2_1_bg .card-version__link {
  padding-top: 1rem;
  padding-bottom: 0.6875rem;
}
.card-version__body--2_2 {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .card-version__body--2_2 {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.card-version__body--2_2 .card-version__title h3 {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .card-version__body--2_2 .card-version__title h3 {
    font-size: 1.125rem;
  }
}
.card-version__body--2_2 .card-version__sub-title {
  display: block;
  word-break: break-word;
}
.card-version__body--2_2 .card-version__sub-title h3 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .card-version__body--2_2 .card-version__sub-title h3 {
    font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__body--2_2 .card-version__text p {
    font-size: 1.0625rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .card-version__body--2_2 .card-version__text p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .card-version__body--2_2 .card-version__link {
    position: absolute;
    bottom: 1.5rem;
  }
}
.card-version__body--4_2 .card-version__text {
  display: none;
}
.card-version__body--4_2 .card-version__link {
  padding-top: 0;
}
.card-version__body--4_2 .card-version__link .no-link {
  display: none;
}
.card-version__title {
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__title h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .card-version__title h3 {
    font-size: 0.875rem;
  }
}
.card-version__sub-title {
  display: none;
}
.card-version__text {
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__text p {
    font-size: 0.875rem;
  }
}
.card-version__link {
  padding-top: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-version__link {
    padding-top: 0;
  }
}

.image-text-component {
  background-color: inherit;
  text-align: center;
}
.image-text-component__main-container {
  padding-bottom: 0.5rem;
  text-align: left;
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  .image-text-component__main-container {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .image-text-component__main-container {
    display: flex;
    justify-content: space-around;
    /* stylelint-disable-next-line */
  }
  .image-text-component__main-container > div {
    width: calc(50% - 1rem);
  }
}
.image-text-component p {
  display: inline-block;
  max-width: 51.25rem;
  margin-bottom: 0;
}
.image-text-component__colunm-two {
  display: none;
}
@media (min-width: 768px) {
  .image-text-component__colunm-two {
    display: block;
    margin-left: 2rem;
  }
}
.image-text-component img {
  width: 100%;
}
.image-text-component input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.image-text-component input:checked + .accordion-card-leaf--heading {
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .image-text-component input:checked + .accordion-card-leaf--heading {
    padding-bottom: 1rem;
  }
  .image-text-component input:checked + .accordion-card-leaf--heading h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .image-text-component input:checked + .accordion-card-leaf--heading h3 {
    font-size: 1.5rem;
  }
}
.image-text-component input:checked ~ .accordion-card-leaf--content {
  display: block;
  max-height: none;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .image-text-component input:checked ~ .accordion-card-leaf--content {
    padding: 0 1rem 0.5rem;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .image-text-component input:checked ~ .accordion-card-leaf--content {
    padding: 1.5rem;
    padding-top: 0;
  }
}

.d-none {
  display: none;
}

.accordion-card-leaf {
  background: #fff;
  margin-top: 1rem;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .accordion-card-leaf {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 1024px) {
  .accordion-card-leaf {
    margin-top: 1.5625rem;
  }
}
.accordion-card-leaf:first-child {
  margin-top: 0;
}
.accordion-card-leaf input {
  display: none;
}
.accordion-card-leaf img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .accordion-card-leaf img {
    display: none;
  }
}
.accordion-card-leaf__image {
  padding-top: 66.6%;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .accordion-card-leaf__image {
    display: none;
  }
}
.accordion-card-leaf--heading {
  cursor: pointer;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .accordion-card-leaf--heading {
    background: #fff;
    margin: 0;
    padding: 1rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .accordion-card-leaf--heading {
    padding: 1.75rem 1.5rem;
  }
}
.accordion-card-leaf--heading h3 {
  margin: 0;
}
.accordion-card-leaf--content {
  width: 100%;
}
@media (min-width: 768px) {
  .accordion-card-leaf--content {
    background: #fff;
    display: none;
    margin: 0;
    max-height: 0;
  }
}
.accordion-card-leaf--content p {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .accordion-card-leaf--content p {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .accordion-card-leaf--content p {
    max-width: 30.625rem;
    padding-bottom: 0.5rem;
  }
}
.accordion-card-leaf--button {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .accordion-card-leaf--button {
    margin-top: 1rem;
  }
}

.accordion-leaf {
  margin-top: 1rem;
  overflow: hidden;
  padding: 0.4rem;
}
@media (min-width: 1024px) {
  .accordion-leaf {
    margin-top: 2rem;
    width: 100% !important;
  }
}
.accordion-leaf__label {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #363d42;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1.375rem 1.1875rem 1.375rem 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .accordion-leaf__label {
    font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #363d42;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .accordion-leaf__label {
    padding: 1.5rem;
  }
}
.accordion-leaf__label::after {
  color: #4d5ee0;
  content: "+";
  font-size: 2rem;
  margin-top: 0.2rem;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .accordion-leaf__label::after {
    margin-top: -0.2rem;
  }
}
.accordion-leaf__label h4 {
  margin: 0;
}
.accordion-leaf__content {
  display: none;
  max-height: 0;
  padding: 0 1rem;
  position: relative;
}
.accordion-leaf input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.accordion-leaf .content-open {
  display: block;
}

input:checked {
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
input:checked + .accordion-leaf__label::after {
  content: "−";
  margin-top: 0.25rem;
}
input:checked ~ .accordion-leaf__content {
  display: block;
  max-height: none;
  padding: 1.375rem 3rem 1.375rem 1rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  input:checked ~ .accordion-leaf__content {
    padding: 0 3rem 1rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  input:checked ~ .accordion-leaf__content {
    padding-bottom: 1.5rem;
  }
}

.accordion-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .accordion-container {
    padding: 1rem 2rem;
  }
}
.accordion-container__heading {
  text-align: center;
  width: 100%;
}
.accordion-container__block {
  width: 100%;
}
@media (min-width: 1024px) {
  .accordion-container__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.accordion-container__block .accordion-leaf {
  margin-top: 2rem;
}

.leaf-bg {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.08);
}

.secondary-nav {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
  position: relative;
}
.secondary-nav ul {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #666c70;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  padding: 2.8125rem 1rem 0.5rem;
}
@media (min-width: 768px) {
  .secondary-nav ul {
    font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #666c70;
    padding: 2.5rem 1rem 0.5rem;
  }
}
@media (min-width: 1024px) {
  .secondary-nav ul {
    padding: 3rem 1rem 0.5rem;
  }
}
.secondary-nav--active {
  border-bottom: 0.25rem solid #545c69;
  color: #363d42 !important;
  padding-bottom: 0.5rem;
}
.secondary-nav li {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  padding-bottom: 0.2375rem;
}
@media (min-width: 768px) {
  .secondary-nav li {
    margin-bottom: 2.3rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .secondary-nav li {
    margin-bottom: 0;
  }
}
.secondary-nav li:last-child {
  margin-bottom: 0;
}
.secondary-nav a:link,
.secondary-nav a:visited,
.secondary-nav a:active {
  color: inherit;
}
.secondary-nav a:hover,
.secondary-nav a:focus {
  color: inherit;
  text-decoration: none;
}

.u-filter-show {
  display: block;
  opacity: 1;
}

.u-filter-hide {
  display: none;
}

.u-search-show {
  display: block;
}
@media (max-width: 767.98px) {
  .u-search-show {
    box-shadow: none;
    padding: 1.5rem 0 1rem;
  }
}

.u-global-error-margin {
  margin-top: 9rem;
}
@media (max-width: 1279.98px) {
  .u-global-error-margin {
    margin-top: 6.2rem;
  }
}
@media (max-width: 767.98px) {
  .u-global-error-margin {
    margin-top: 5rem;
  }
}

@media (min-width: 768px) {
  .u-search-open {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .u-search-open {
    padding-top: 5.3875rem;
  }
}

.u-filter-unchecked {
  background-color: transparent;
}
.u-filter-unchecked::after {
  content: "" !important;
  display: none !important;
}

.global-search-results {
  padding-right: 2.5rem;
}
@media (max-width: 767.98px) {
  .global-search-results {
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .global-search-results-wrapper {
    min-height: 34rem;
  }
}
.global-search-results__title {
  padding-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .global-search-results__title {
    display: none;
  }
}
.global-search-results-container {
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .global-search-results-container {
    display: flex;
    padding-top: 0.5rem;
  }
}

.global-search-data {
  /* stylelint-disable-next-line */
}
@media (min-width: 1024px) {
  .global-search-data {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .global-search-data {
    padding-right: 1.5rem;
  }
}
.global-search-data .content_detail__pagination {
  margin: 3.125rem 0;
}
.global-search-data__number {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #525252;
  display: none;
  margin-left: 2rem;
}
@media (min-width: 1024px) {
  .global-search-data__number {
    display: block;
    margin-left: 1rem;
  }
}

.filter-box__input {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .filter-box__input {
    display: none;
  }
}

.form-search-icon {
  cursor: pointer;
}

.filter-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .filter-container {
    display: none;
  }
}
.filter-container p {
  margin-bottom: 0;
}
.filter-container__text {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #4d5ee0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .filter-container__text {
    display: none;
  }
}

.global-search-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .global-search-item {
    margin-left: 1rem;
  }
}
.global-search-item:first-child {
  /* stylelint-disable-next-line */
}
.global-search-item:first-child .global-search-item__heading {
  margin-top: 1rem;
  /* stylelint-disable-next-line */
}
@media (min-width: 1024px) {
  .global-search-item:first-child .global-search-item__heading {
    margin-top: 0;
  }
}
.global-search-item:hover {
  text-decoration: none;
}
.global-search-item i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279.98px) {
  .global-search-item i {
    right: -1.5rem;
  }
}
.global-search-item__heading {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.35rem;
  color: #000;
  margin: 1rem 0 0.5rem;
}
@media (min-width: 1024px) {
  .global-search-item__heading {
    margin: 1rem 0 0;
    padding-right: 3.5rem;
  }
}
.global-search-item__description {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #363d42;
}
@media (min-width: 1024px) {
  .global-search-item__description {
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .filter-wrapper {
    height: 100% !important;
  }
}
@media (max-width: 1279.98px) {
  .filter-wrapper {
    overflow-y: scroll;
  }
}

.filter-overlay {
  background: #f6f8fa;
  bottom: 0;
  display: none;
  left: 0;
  padding-top: 2.6rem;
  position: fixed;
  right: 0;
  top: 2.5rem;
  z-index: 99;
}
@media (max-width: 1279.98px) {
  .filter-overlay {
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  .filter-overlay {
    display: block;
    height: 100%;
    max-width: 19.75rem;
    min-height: 34.0625rem;
    min-width: 19.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    top: 0;
  }
}
.filter-overlay .filter-accordion-item-container {
  padding-left: 0.8rem;
}
.filter-overlay .filter-container-desktop__actions {
  display: flex;
  justify-content: space-between;
}
.filter-overlay .filter-container-desktop--text {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #000;
}
.filter-overlay .filter-container-desktop--btn {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #4d69e0;
  padding-right: 0.5rem;
  /* stylelint-disable-next-line */
}
@media (max-width: 1023.98px) {
  .filter-overlay .filter-container-desktop--btn {
    display: none;
  }
}
.filter-overlay .filter-container-desktop .selected-filters {
  /* stylelint-disable-next-line */
}
.filter-overlay .filter-container-desktop .selected-filters__text {
  font-family: "Barlow-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #363d42;
  display: inline-block;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.filter-overlay .filter-accordion-item {
  cursor: pointer;
  padding-bottom: 1.5rem;
}
.filter-overlay .filter-accordion-item form {
  margin-top: 1.5rem;
}
.filter-overlay .filter-accordion-item i {
  padding-right: 0.2rem;
}
.filter-overlay .filter-accordion-item__label {
  font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
}
.filter-overlay .filter-accordion-item__content {
  display: none;
  opacity: 0;
  padding-left: 2.3rem;
}

.filter-label {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #363d42;
  cursor: pointer;
  display: flex;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  position: relative;
}
.filter-label input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.filter-label input:checked ~ .filter-label--checkmark {
  background-color: #363d42;
}
.filter-label--checkmark {
  border: 1px solid #363d42;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 1.125rem;
}
.filter-label--checkmark::after {
  content: "";
  display: none;
  position: absolute;
}
.filter-label input:checked ~ .filter-label--checkmark::after {
  display: block;
}
.filter-label .filter-label--checkmark::after {
  border: solid #fff;
  border-width: 0 0.0937rem 0.0937rem 0;
  height: 0.625rem;
  left: 0.3125rem;
  top: 0.125rem;
  transform: rotate(45deg);
  width: 0.3125rem;
}

.filter-btns {
  bottom: 0;
  display: flex;
  position: absolute;
  width: 100%;
}
@media (min-width: 1024px) {
  .filter-btns {
    display: none;
  }
}
.filter-btns a {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #363d42;
  flex: 1;
  text-align: center;
}
.filter-btns .primary-btn {
  color: #fff;
}

.global-search {
  text-align: center;
}
.global-search__description p {
  margin-bottom: 2rem;
  /* stylelint-disable-next-line */
}
@media (min-width: 1024px) {
  .global-search__description p {
    margin: 0 auto 1.5rem;
    max-width: 41.125rem;
  }
}
.global-search__main-container {
  background-position: center;
  background-size: cover;
  padding-bottom: 1.5rem;
  padding-top: 0.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .global-search__main-container {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .global-search__main-container {
    padding-bottom: 3rem;
  }
}
.global-search__form-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .global-search__form-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .global-search__form-container {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.global-search__form-container > div {
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .global-search__form-container > div {
    margin-left: 0.75rem;
  }
}
.global-search__form-container > div:first-child {
  margin: 0;
}
.global-search__dropdown-container {
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .global-search__dropdown-container {
    margin-top: 0;
    width: 17.4%;
  }
}
@media (min-width: 1024px) {
  .global-search__dropdown-container {
    width: 15%;
  }
}
.global-search__btn-container {
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .global-search__btn-container {
    margin-top: 0;
    width: auto;
  }
}
.global-search__btn-container .primary-btn {
  width: 100%;
  border: none;
}

@media (min-width: 768px) {
  .aveva-select-field {
    margin-bottom: 0.625rem;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .aveva-select-field {
    margin-bottom: 0;
    width: 42.2%;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 1.5rem 0;
}
.wp-pagenavi a {
  padding: 0.1875rem 0.5625rem;
  margin: 0;
  color: #363d42;
}
.wp-pagenavi span .current {
  background: #363d42;
  color: #fff;
}

/* Grid styles */
/* Header styles */
/* Home page specifc styles */
.article-nav {
  list-style: none;
}
.article-nav__list {
  display: inline-flex;
  text-transform: uppercase;
}
.article-nav__list::after {
  color: #707070;
  content: "|";
  margin: 0 1.25rem;
}
.article-nav__list:last-child::after {
  content: "";
}

/* for desktop need some extra padding of close to
one column to the right */
@media (min-width: 1024px) {
  .article-main-content.col-md-8 {
    padding-right: 3%;
  }
}
@media (min-width: 1280px) {
  .article-main-content.col-md-8 {
    padding-right: 5%;
  }
}

.entry-content .posted-on {
  display: block;
  padding-bottom: 24px;
  font-family: "Muli-Italic", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 0.9375rem;
  color: #545c69;
}
.entry-content .posted-on time {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 0.9375rem;
  color: #545c69;
}

.entry-header .categories {
  font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 0.9375rem;
  color: #545c69;
  padding-bottom: 1.125rem;
}

article .is-type-video iframe,
article .wp-block-aveva-video-wistia iframe {
  width: 41.5rem;
}
article .wp-block-image img {
  width: 21.437rem;
  height: auto;
  padding: 2.25rem 0;
}
@media (min-width: 768px) {
  article .wp-block-image img {
    width: 41.437rem;
  }
}
@media (min-width: 1024px) {
  article .wp-block-image img {
    width: 41.5rem;
  }
}

.social-links ul {
  list-style: none;
  padding: 0;
}
.social-links p {
  font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #c7ccd6;
}
.social-links .widgettitle {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.187rem;
  color: #000;
  border-bottom: 1px solid #c7ccd6;
  padding-bottom: 1.156rem;
  font-weight: bolder;
}
@media (min-width: 1024px) {
  .social-links .widgettitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.aveva-breadcrumb li.cmp-breadcrumb__item::before {
  content: "" !important;
}

.blog-categories .blog {
  border-right: 1px solid #707070;
  padding-right: 1.4375rem;
}
.blog-categories .blog-title {
  padding: 0 1.4375rem;
  text-transform: uppercase;
}

article.hentry {
  position: relative;
}

@media (max-width: 1023.98px) {
  .wp-block-column.biography-container {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .wp-block-column.blog-container {
    flex-basis: 100% !important;
  }
}

@media (min-width: 1024px) {
  .biography-container {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 33%;
  }
}

.no-results.not-found {
  margin-top: 12.5rem;
  padding-left: 5.625rem;
}

@media (max-width: 767.98px) {
  .wp-block-column figure {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .job-detail {
    margin-top: 0.875rem;
  }
}
@media (min-width: 768px) {
  .job-detail__heading {
    margin-bottom: 1.125rem;
  }
}
.job-detail__details-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.job-detail__content p {
  white-space: pre-line;
}
.job-detail__sub-container {
  width: 100%;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .job-detail__sub-container {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .job-detail__sub-container {
    width: 25%;
  }
}
.job-detail__sub-container:last-child {
  align-items: flex-end;
  display: flex;
}
.job-detail__sub-container .addthis_inline_share_toolbox {
  transform: translateX(-0.875rem) translateY(-0.25rem);
}
.job-detail__sub-container .primary-btn {
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .job-detail__sub-container .primary-btn {
    transform: translateY(-0.75rem);
  }
}
@media (min-width: 1024px) {
  .job-detail__sub-container .primary-btn {
    transform: translateY(-1.125rem);
  }
}
.job-detail__eyebrow {
  display: block;
}
.job-detail__content-wrapper {
  margin-top: 2rem;
}
.job-detail__btn-container {
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .job-detail__btn-container {
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .job-detail__btn-container {
    margin-top: 2rem;
  }
}
.job-detail .primary-btn {
  margin-top: 1rem;
  text-align: center;
  -webkit-appearance: none;
  width: 100%;
}
@media (min-width: 768px) {
  .job-detail .primary-btn {
    margin-top: 0;
    width: auto;
  }
}
.job-detail__publish {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #545c69;
  display: inline-block;
  font-style: italic;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .job-detail__publish {
    margin-bottom: 1.75rem;
  }
}
.job-detail__date {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #545c69;
  display: inline-block;
  margin-bottom: 1.125rem;
  margin-left: 0.625rem;
}
@media (min-width: 768px) {
  .job-detail__date {
    margin-bottom: 1.75rem;
  }
}
.job-detail__sub-heading {
  font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  color: #000;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .job-detail__sub-heading {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.job-detail__sub-description {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  color: #000;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .job-detail__sub-description {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.system-inegrator-detail .vertical-table-component__row {
  /* stylelint-disable-next-line */
}
.system-inegrator-detail .vertical-table-component__row p {
  /* stylelint-disable-next-line */
}
.system-inegrator-detail .vertical-table-component__row p:last-child {
  margin-bottom: 0;
}
.system-inegrator-detail__btn {
  margin: 0.5rem 0 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .system-inegrator-detail__btn {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .system-inegrator-detail__btn {
    margin: 1rem 0 4.5rem;
  }
}
.system-inegrator-detail__heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .system-inegrator-detail__heading {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .system-inegrator-detail__heading {
    margin-bottom: 3rem;
  }
}
.system-inegrator-detail__sub-heading {
  color: #000;
  margin: 0;
}
.system-inegrator-detail__image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .system-inegrator-detail__image-wrapper {
    display: block;
    margin-top: 0.375rem;
  }
}
.system-inegrator-detail__image-wrapper img {
  margin-top: 1.5rem;
  width: calc(50% - 1rem);
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.system-inegrator-detail__image-wrapper img:first-child, .system-inegrator-detail__image-wrapper img:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .system-inegrator-detail__image-wrapper img {
    margin-top: 0;
    width: calc(25% - 1.5rem);
  }
}
@media (min-width: 1024px) {
  .system-inegrator-detail__image-wrapper img {
    display: block;
    margin-top: 2rem !important;
    width: calc(50% - 1rem);
    /* stylelint-disable-next-line */
  }
  .system-inegrator-detail__image-wrapper img:first-child {
    margin-top: 0 !important;
  }
}
.system-inegrator-detail__card {
  background-clip: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.system-inegrator-detail__card h3 {
  color: #000;
}
.system-inegrator-detail__card-wrapper {
  margin-bottom: 2rem;
}
.system-inegrator-detail__card__tag-wrapper {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.system-inegrator-detail__card__eyebrow-title {
  font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #545c69;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.system-inegrator-detail__card__eyebrow-title::after {
  content: "|";
  margin: 0 1.156rem;
}
.system-inegrator-detail__card__eyebrow-title:last-child {
  /* stylelint-disable-next-line */
}
.system-inegrator-detail__card__eyebrow-title:last-child::after {
  content: "";
}
.system-inegrator-detail__card__sub-heading {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #545c69;
  margin-bottom: 0.5rem;
  opacity: 0.55;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .system-inegrator-detail__card__sub-heading {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.system-inegrator-detail__card__sub-block {
  margin-top: 1rem;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.system-inegrator-detail__card__sub-block .sub-heading {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.1rem;
  color: #545c69;
  margin-bottom: 0.5rem;
  opacity: 0.55;
}
.system-inegrator-detail__card__sub-block .sub-description {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.7rem;
  color: #363d42;
}
.system-inegrator-detail__card__sub-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* stylelint-disable-next-line */
}
.system-inegrator-detail__card__sub-wrapper div {
  width: 50%;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .system-inegrator-detail__card__sub-wrapper div {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .system-inegrator-detail__card__sub-wrapper div {
    width: 50%;
  }
}
.system-inegrator-detail__card__sub-description {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  color: #363d42;
  margin: 0;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .system-inegrator-detail__card__sub-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.system-inegrator-detail__card__description {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  color: #4d69e0;
  display: inline-block;
  white-space: pre-wrap;
  word-break: break-word;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .system-inegrator-detail__card__description {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .system-inegrator-detail__card__description {
    font-size: 1.125rem;
  }
}
.system-inegrator-detail__card__description:hover {
  color: #4d69e0;
  text-decoration: none;
}
.system-inegrator-detail__card__description-non-link {
  color: #000;
}
.system-inegrator-detail__card__detail-name {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  color: #363d42;
  display: inline-block;
  vertical-align: top;
  width: 6.25rem;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .system-inegrator-detail__card__detail-name {
    font-size: 1rem;
    width: 8.125rem;
  }
}
@media (min-width: 1024px) {
  .system-inegrator-detail__card__detail-name {
    font-size: 1.125rem;
  }
}

/********************************************
Bootstrap Overide Variables - such variables has to be defined
before  we use original Bootstrap sass files
********************************************/
/********************************************
Define App Level variables here
********************************************/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Component which are no used commeneted from the list
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6b05a8;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  /* text-align: right; */
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1392px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1280px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.u-remove-height {
  height: 0 !important;
}

.u-header-box-shadow {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.u-fixed-position {
  position: fixed;
  width: 100%;
}

.u-show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.u-hide {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.u-d-flex {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

.u-header-overlay {
  background: #000 0% 0% no-repeat;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.u-search-overlay {
  background: #000 0% 0% no-repeat;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.main-header {
  z-index: 1000001;
}

.utility-nav {
  display: none;
}
@media (min-width: 1024px) {
  .utility-nav {
    background: transparent linear-gradient(270deg, #6b05a8 0%, #3d1252 100%) 0% 0%;
    display: block;
    height: 2.4375rem;
  }
}
@media (min-width: 1024px) {
  .utility-nav__list {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    list-style-type: none;
  }
}
.utility-nav__list li {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.0625rem;
  color: #fff;
  padding-right: 1.5625rem;
}
.utility-nav__list .globe-selector {
  padding-right: 0;
  position: relative;
}
.utility-nav__list li a {
  color: inherit;
  text-decoration: none;
}
.utility-nav__list i {
  color: #fff;
}
.utility-nav .icon-globe-2 {
  cursor: pointer;
  font-size: 1.125rem;
  position: relative;
}

.main-navbar-responsive__utility-list {
  list-style-type: none;
}
.main-navbar-responsive__utility-list li {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.4375rem;
  color: #363d42;
  padding-bottom: 1.5rem;
}
.main-navbar-responsive__utility-list li a {
  color: inherit;
  text-decoration: none;
}

.responsive-selector {
  align-items: center;
  border-top: 1px solid #c7ccd6;
  bottom: 0;
  display: flex;
  height: 3.125rem;
  left: 0;
  padding-left: 1rem;
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media screen and (max-device-width: 850px) and (orientation: landscape) {
  .responsive-selector {
    background-color: white;
  }
}
.responsive-selector .icon-globe-2 {
  font-size: 1.1875rem;
  margin-top: -0.1875rem;
}
.responsive-selector__lang {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4375rem;
  color: #363d42;
  display: inline-block;
  line-height: 1rem;
  padding-left: 0.6rem;
  width: 85%;
}
.responsive-selector .lang-right--arrow {
  cursor: pointer;
  font-size: 0.9rem;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}

.responsive-selector-list {
  display: none;
  height: 100%;
}
.responsive-selector-list a:link,
.responsive-selector-list a:visited,
.responsive-selector-list a:active {
  color: inherit;
}
.responsive-selector-list a:hover,
.responsive-selector-list a:focus {
  color: inherit;
  text-decoration: none;
}
.responsive-selector-list .lang-back-btn {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4375rem;
  color: #000;
  display: inline-block;
  padding: 0.9rem 0 0.9rem 2.3rem;
  position: relative;
}
.responsive-selector-list .left--arrow {
  font-size: 0.9rem;
  left: 0.8rem;
  position: absolute;
  top: 3.65rem;
}
.responsive-selector-list ul {
  background: #f6f8fa;
  height: 100%;
  list-style-type: none;
  padding: 1.3rem 0 0 1rem;
}
.responsive-selector-list li {
  padding-bottom: 1.5rem;
  position: relative;
}
.responsive-selector-list img {
  width: 1.7rem;
}
.responsive-selector-list__lang {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3rem;
  color: #363d42;
  display: inline-block;
  padding-left: 1rem;
  width: 80%;
}
@media (min-width: 1024px) {
  .responsive-selector-list__lang {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.8375rem;
    color: #363d42;
    width: 62%;
  }
}

.resp-lang-container .checkmark.selected {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  height: 1.25rem;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 1.25rem;
}
.resp-lang-container .checkmark.selected.selected::after {
  border: solid #17b075;
  border-width: 0 1.6px 1.6px 0;
  content: "";
  height: 10px;
  left: 8px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 5px;
}

.utility-nav .lang-selector {
  animation: fade-in 0.3s;
  background: #fff;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: none;
  min-width: 16.25rem;
  position: absolute;
  right: -1.3rem;
  top: 1.8rem;
}
.utility-nav .lang-selector ul {
  list-style-type: none;
  padding-top: 1.375rem;
}
.utility-nav .lang-selector li {
  color: #363d42;
  height: 3.0625rem;
  margin-top: 0.8rem;
  position: relative;
  transition: all ease-in 0.2s;
}
.utility-nav .lang-selector li::before {
  background-color: #6b17a8;
  bottom: 0;
  content: "";
  height: 3rem;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 0.3125rem;
}
.utility-nav .lang-selector li:hover {
  background-color: #f2f3fb;
  /* stylelint-disable-next-line */
}
.utility-nav .lang-selector li:hover::before {
  opacity: 1;
}
.utility-nav .lang-selector .lang-selected {
  background: #f2f3fb;
  height: 3.0625rem;
}
.utility-nav .lang-selector .lang-selected::before {
  opacity: 1;
}

.lang-container {
  align-items: center;
  display: flex;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1.5rem;
  width: 100%;
  position: relative;
  z-index: 10;
}
.lang-container img {
  width: 1.6rem;
}
.lang-container .checkmark.highlighted {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  height: 1.25rem;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  width: 1.25rem;
}
.lang-container .checkmark.highlighted::after {
  border: solid #17b075;
  border-width: 0 1.6px 1.6px 0;
  content: "";
  height: 10px;
  left: 8px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 5px;
}

body {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  body {
    margin-top: 6.5rem;
  }
}

header {
  background: #fff;
  max-width: 2560px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.main-navbar {
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .main-navbar {
    background: #fff 0% 0% no-repeat padding-box;
    height: 4rem;
    opacity: 1;
  }
}
.main-navbar__wrapper {
  align-items: center;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  min-height: 2.5rem;
}
@media (min-width: 1024px) {
  .main-navbar__wrapper {
    box-shadow: none;
    height: 100%;
  }
}
.main-navbar__wrapper .icon-searching {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
}
.main-navbar__hamburger {
  font-size: 1.325rem;
}
@media (min-width: 1024px) {
  .main-navbar__hamburger {
    display: none;
  }
}
.main-navbar__close-icon {
  display: none;
  font-size: 1.675rem;
}
.main-navbar__logo {
  padding-bottom: 0.3125rem;
}
@media (max-width: 1023.98px) {
  .main-navbar__logo {
    display: inline-block;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .main-navbar__logo {
    padding-bottom: 0;
  }
}
.main-navbar__logo img {
  width: 9.125rem;
}
@media (min-width: 768px) {
  .main-navbar__logo img {
    width: 9.812rem;
  }
}
@media (min-width: 1024px) {
  .main-navbar__logo img {
    width: 14.125rem;
  }
}
.main-navbar__actions-search {
  font-size: 1.225rem;
}
.main-navbar__toggle {
  cursor: pointer;
  display: inline-block;
  height: 1.0625rem;
  position: relative;
  width: 1.375rem;
}
@media (min-width: 1024px) {
  .main-navbar__toggle {
    display: none;
  }
}
.main-navbar__toggle.active span {
  background-color: transparent;
  width: 1.375rem;
}
.main-navbar__toggle.active span::before, .main-navbar__toggle.active span::after {
  top: 0;
}
.main-navbar__toggle.active span::before {
  transform: rotate(45deg);
}
.main-navbar__toggle.active span::after {
  transform: rotate(-45deg);
}
.main-navbar__toggle span, .main-navbar__toggle span::before, .main-navbar__toggle span::after {
  background: #000;
  border-radius: 0.0625rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 0.125rem;
  position: absolute;
  transition: all 200ms ease-in-out;
  width: 1.375rem;
}
.main-navbar__toggle span {
  top: 0.5rem;
}
.main-navbar__toggle span::before {
  top: -0.5rem;
}
.main-navbar__toggle span::after {
  bottom: -0.5rem;
}

.main-navbar-links {
  display: none;
}
@media (min-width: 1024px) {
  .main-navbar-links {
    align-items: center;
    display: flex;
    height: 100%;
    list-style-type: none;
    margin: 0;
  }
}
.main-navbar-links li {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.1875rem;
  color: #363d42;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  margin-right: 2.5rem;
  position: relative;
}
.main-navbar-links li .level0-item {
  align-items: center;
  color: inherit;
  display: flex;
  height: 100%;
}
.main-navbar-links li:hover .level0-item {
  position: relative;
  text-decoration: none;
}
.main-navbar-links li:hover .level0-item::after {
  background: #6b05a8;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.main-navbar-submenu {
  animation: fade-in 0.5s;
  background: #fff;
  display: none;
  position: fixed;
  top: 6.49rem !important;
  left: 34%;
}
#submenu-4496{
  left: 53%;
}
@media (min-width: 1440px) {
  .main-navbar-submenu {
    left: 53%;
    transform: translate(-50%);
  }
  #submenu-4496{
    left: 67%;
  }
}
.main-navbar-submenu ul {
  list-style-type: none;
}
.main-navbar-submenu__list {
  min-width: 14.3125rem;
}
.main-navbar-submenu__list ul {
  padding-top: 1.875rem;
}
.main-navbar-submenu__list li {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.1875rem;
  color: #363d42;
  margin-bottom: 1.1rem;
  width: 100%;
}
.main-navbar-submenu__list a {
  color: inherit;
  padding: 0.5625rem 0 0.75rem 2.875rem;
  text-decoration: none;
  width: 100%;
}
.main-navbar-submenu__list .selected a {
  background: #f2f3fb;
}
.main-navbar-submenu__list .selected::before {
  background: #6b17a8;
  bottom: 0;
  content: "";
  height: 2.5rem;
  left: 0;
  position: absolute;
  width: 0.3125rem;
}
.main-navbar-submenu__sublist {
  min-height: 32.75rem;
  min-width: 15.6875rem;
}
.main-navbar-submenu__sublist .sublist-wrapper {
  align-items: flex-start;
  background: #e4e7ec;
  display: flex;
}
.main-navbar-submenu__sublist ul {
  min-height: 32.75rem;
  padding-top: 1.875rem;
}
.main-navbar-submenu__sublist li {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.1875rem;
  color: #363d42;
  animation: scale-display 0.5s;
  margin-right: 0;
  width: 15.6875rem;
}
.main-navbar-submenu__sublist .u-submenu-bold-cta {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #363d42;
}
.main-navbar-submenu__sublist a {
  color: inherit;
  padding: 0 0 1.5rem 2rem;
  text-decoration: none;
}
.main-navbar-submenu .submenu-info {
  background: #fff;
  min-height: 32.75rem;
  min-width: 25.75rem;
  padding-left: 2rem;
}
.main-navbar-submenu .submenu-info__title {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #000;
  animation: scale-display 0.5s;
  margin: 1.875rem 0 1.5rem;
}
.main-navbar-submenu .submenu-info-content {
  animation: scale-display 0.5s;
  max-width: 20.625rem;
}
.main-navbar-submenu .submenu-info-content__title {
  font-family: "Barlow-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.8125rem;
  color: #545c69;
  margin-bottom: 0;
  padding-bottom: 0.875rem;
}
.main-navbar-submenu .submenu-info-content__subtitle {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  color: #363d42;
}
.main-navbar-submenu .submenu-info-content__description {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5625rem;
  color: #363d42;
  margin-bottom: 1.375rem;
}
.main-navbar-submenu .submenu-info-content__CTA {
  color: #4d5ee0;
  display: inline-block;
  margin-bottom: 3rem;
  padding: 0;
}

.main-navbar-responsive {
  background-color: #fff;
  display: none;
  height: 100%;
  position: absolute;
  top: 3rem;
  z-index: 1;
}
@media screen and (max-device-width: 850px) and (orientation: landscape) {
  .main-navbar-responsive {
    overflow: scroll;
    padding-bottom: 4.5rem;
  }
}
.main-navbar-responsive-wrapper {
  height: calc(100vh - 2.5rem);
}
.main-navbar-responsive__main-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-top: 2.5rem;
}
.main-navbar-responsive__main-list li {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.4375rem;
  color: #363d42;
  padding-bottom: 1.5rem;
}
.main-navbar-responsive__main-list li a {
  color: inherit;
  text-decoration: none;
}

.level1 li {
  position: relative;
}
.level1 li a {
  border-right: 1px solid #c7ccd6;
  display: inline-block;
  line-height: 1rem;
  width: 95.3%;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .level1 li a {
    width: 97%;
  }
}
.level1 i {
  cursor: pointer;
  font-size: 0.9rem;
  position: absolute;
  right: -0.25rem;
  top: 0.25rem;
}

.level2 li {
  position: relative;
}
.level2 li a {
  border-right: 1px solid #c7ccd6;
  display: inline-block;
  line-height: 1rem;
  width: 92%;
  /* stylelint-disable-next-line */
}
@media (min-width: 768px) {
  .level2 li a {
    width: 95%;
  }
}

.level2,
.level3 {
  height: 100%;
}
.level2 .l2-right--arrow,
.level3 .l2-right--arrow {
  cursor: pointer;
  font-size: 0.9rem;
  position: absolute;
  right: 0.7rem;
  top: 0.35rem;
}
.level2 .left--arrow,
.level3 .left--arrow {
  font-size: 0.9rem;
  left: 1rem;
  position: absolute;
  top: 3.65rem;
}
.level2__backBtn,
.level3__backBtn {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4375rem;
  color: #000;
  animation: fade-in 0.5s;
  animation-timing-function: ease-in-out;
  display: inline-block;
  padding: 0.9rem 0 0.9rem 2.3rem;
  position: relative;
}
.level2 ul,
.level3 ul {
  background: #f6f8fa;
  height: 100%;
  list-style-type: none;
  padding-top: 1.5rem;
}
@media screen and (max-device-width: 850px) and (orientation: landscape) {
  .level2 ul,
.level3 ul {
    overflow: scroll;
    padding-bottom: 3.125rem;
  }
}
.level2 li,
.level3 li {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4375rem;
  color: #363d42;
  padding: 0 0 1.5rem 1rem;
}
.level2 a:link,
.level2 a:visited,
.level2 a:active,
.level3 a:link,
.level3 a:visited,
.level3 a:active {
  color: inherit;
}
.level2 a:hover,
.level2 a:focus,
.level3 a:hover,
.level3 a:focus {
  color: inherit;
  text-decoration: none;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: translate(0, 2.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* stylelint-disable-next-line */
@media (min-width: 1024px) {
  .submenu-content {
    background-color: #e4e7ec;
  }
}
.main-navbar-search {
  align-items: center;
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.12);
  display: none;
  height: 6.25rem;
}
@media (max-width: 1279.98px) {
  .main-navbar-search {
    height: 4rem;
  }
}
.main-navbar-search-content {
  align-items: center;
  display: flex;
  height: 100%;
}
.main-navbar-search .icon-searching {
  font-size: 1.125rem;
  font-weight: bold;
  padding-right: 1.5rem;
}
.main-navbar-search .search-text {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 4.25rem;
  color: #363d42;
}

.form-search-icon {
  cursor: pointer;
}

.global-search-form {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  /* stylelint-disable-next-line */
}
.global-search-form__cross {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .global-search-form__cross {
    display: none;
  }
}
.global-search-form ::placeholder {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.825rem;
  letter-spacing: 0;
  line-height: 4.25rem;
  color: #363d42;
}
@media (max-width: 767.98px) {
  .global-search-form .icon-searching {
    position: absolute;
    right: 1rem;
  }
}
.global-search-form .global-search-form__input::placeholder {
  line-height: 6.25rem;
}
.global-search-form__input {
  background: transparent;
  border-style: none;
  flex-grow: 1;
  height: 100%;
}
@media (max-width: 767.98px) {
  .global-search-form__input {
    display: none;
  }
}
.global-search-form__input:focus {
  border-style: none;
  outline: none;
}

@media (min-width: 768px) {
  .global-search-form-input-mobile {
    display: none;
  }
}

.search-result {
  background: #fff;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: none;
  max-height: calc(100vh - 11rem);
  overflow-y: scroll;
  padding: 0;
}
@media (min-width: 768px) {
  .search-result {
    max-height: 52rem;
  }
}
@media (min-width: 1024px) {
  .search-result {
    max-height: 30rem;
  }
}
@media (min-width: 1440px) {
  .search-result {
    max-height: 36.375rem;
  }
}
.search-result__item {
  border-bottom: 1px solid #000;
}
@media (min-width: 1024px) {
  .search-result__item {
    padding: 0 12.5rem 0 2.7rem;
  }
}
.search-result__item a:hover {
  text-decoration: none;
}
.search-result__heading {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 0.5rem;
  padding-top: 2rem;
}
@media (max-width: 1279.98px) {
  .search-result__heading {
    font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    color: #000;
    padding-top: 1rem;
  }
}
.search-result__heading em {
  background-color: rgba(199, 204, 214, 0.55);
  font-style: normal;
}
.search-result__description {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .search-result__description {
    margin-bottom: 0;
  }
}
@media (max-width: 1279.98px) {
  .search-result__description {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    color: #363d42;
    padding-bottom: 0;
  }
}
.search-result__description em {
  background-color: rgba(199, 204, 214, 0.55);
  font-style: normal;
}

.view-all-container {
  display: none;
}

.see-all-btn {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #4d69e0;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  text-align: center;
}

.global-search-form__input::-ms-clear {
  display: none;
}

.cmp-breadcrumb__list {
  display: none;
}
@media (min-width: 1024px) {
  .cmp-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
  }
}
.cmp-breadcrumb__item {
  font-family: "Muli-Bold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4d5ee0;
}
.cmp-breadcrumb__item::after {
  content: ">";
  font-weight: bold;
  margin: 0 0.3rem;
}
.cmp-breadcrumb__item a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-decoration: underline;
}
.cmp-breadcrumb__item:last-child::after {
  content: "";
}
.cmp-breadcrumb .item-current {
  font-family: "Muli-Light", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #545c69;
  pointer-events: none;
}
.cmp-breadcrumb .item-current span {
  color: inherit;
  margin-left: 0.3rem;
}
.cmp-breadcrumb:last-child::after {
  content: "";
}

.global-footer {
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .global-footer__upper {
    border-bottom: 1px solid #c7ccd6;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .global-footer__upper {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .global-footer__list {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
}
.global-footer .logo {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .global-footer .logo {
    flex: 0;
    padding-right: 5.235rem;
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .global-footer .logo {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .global-footer .logo {
    flex: 1;
    max-width: 28.5rem;
  }
}
@media (min-width: 1440px) {
  .global-footer .logo {
    flex: 1;
    max-width: 36.5rem;
    padding-top: 4.5625rem;
  }
}
.global-footer .logo img {
  max-width: 4.9375rem !important;
}
@media (min-width: 768px) {
  .global-footer .logo img {
    width: 4.9375rem !important;
  }
}
@media (min-width: 1024px) {
  .global-footer .logo img {
    width: 12.3125rem !important;
    max-width: 10.625rem !important;
  }
}
.global-footer__links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .global-footer__links-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-end;
    flex: 1;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .global-footer__links-wrapper {
    justify-content: flex-end;
    flex: 1;
    padding-top: 4.5625rem;
  }
}
@media (min-width: 768px) {
  .global-footer .child {
    flex: 1;
    max-width: 13rem;
  }
}
.global-footer .child:first-child {
  flex: 1;
  max-width: 12.5rem;
}
@media (min-width: 1024px) {
  .global-footer .child:first-child {
    margin-right: 0;
    max-width: 19rem;
  }
}
.global-footer__links {
  min-width: 8.3125rem;
}
@media (min-width: 1024px) {
  .global-footer__links {
    flex: 1;
  }
}
.global-footer li {
  font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  color: #000;
  list-style-type: none;
  max-width: 9rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .global-footer li {
    font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 0.9375rem;
    color: #000;
    max-width: 7.625rem;
    padding-bottom: 1.6875rem;
  }
}
@media (min-width: 1024px) {
  .global-footer li {
    font-family: "Muli-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    color: #000;
    max-width: 100%;
    padding-bottom: 2.1875rem;
  }
}
.global-footer li a:link,
.global-footer li a:visited,
.global-footer li a:active {
  color: inherit;
}
.global-footer li a:hover,
.global-footer li a:focus {
  color: #3051db;
  text-decoration: none;
}
.global-footer-info {
  min-width: 8.3125rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .global-footer-info {
    max-width: 8rem;
  }
}
.global-footer-info__top-label {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
  color: #363d42;
}
.global-footer-info__description {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.675rem;
  color: #363d42;
  margin-bottom: 0.7rem;
  max-width: 7rem;
  white-space: pre;
}
.global-footer-info__bottom-label {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
  color: #363d42;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .large-screen-ruler {
    border-top: 1px solid #c7ccd6;
    margin: 0 16px;
  }
}
@media (min-width: 1024px) {
  .large-screen-ruler {
    border-top: 1px solid #c7ccd6;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .large-screen-container.container-xl {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .large-screen-container {
    display: flex;
    flex-direction: row-reverse;
  }
}

.copyright-text {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  color: #363d42;
  text-align: center;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .copyright-text {
    padding: 1.375rem 0;
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    color: #363d42;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .copyright-text {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.25rem;
    color: #363d42;
    text-align: left;
  }
}

.disclaimer-text {
  background: #f6f8fa;
}
.disclaimer-text p {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.25rem;
  color: #3e3e3e;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .disclaimer-text p {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0;
    line-height: 1rem;
    color: #3e3e3e;
    padding: 1.875rem 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .disclaimer-text p {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.3rem;
    color: #3e3e3e;
    margin: 0 auto;
  }
}

.global-footer-info h2,
.global-footer-info p {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #363d42;
  margin-bottom: 0.7rem;
  max-width: 7rem;
  white-space: pre;
}
.global-footer-info h2 strong,
.global-footer-info p strong {
  font-family: "Barlow-Medium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  color: #363d42;
}

@media (min-width: 768px) {
  .social-follow {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .social-follow {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .social-follow {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .social-follow.container-md {
    padding: 0;
  }
}
.social-follow__title {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 0.875rem;
  color: #363d42;
  display: block;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .social-follow__title {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0;
    line-height: 1rem;
    color: #363d42;
    border-top: 0;
    display: inline-block;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .social-follow__title {
    font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1rem;
    color: #363d42;
  }
}
.social-follow__links {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 11.875rem;
}
@media (max-width: 767.98px) {
  .social-follow__links {
    flex-wrap: wrap;
  }
  .social-follow__links a {
    width: 25%;
    justify-content: center;
    display: flex;
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .social-follow__links {
    margin: 0;
    min-width: 11rem;
    padding-left: 1rem;
  }
}
.social-follow a:link,
.social-follow a:visited,
.social-follow a:active {
  color: inherit;
}
.social-follow a:hover,
.social-follow a:focus {
  color: inherit;
  text-decoration: none;
}
.social-follow i {
  color: #363d42;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .social-follow i {
    font-size: 1.19rem;
    padding-right: 0.5rem;
  }
}

.u-hero-height-large {
  min-height: 26.25rem;
}
@media (min-width: 768px) {
  .u-hero-height-large {
    min-height: 35rem;
  }
}
@media (min-width: 1024px) {
  .u-hero-height-large {
    min-height: 38.125rem;
  }
}

.u-hero-height-medium {
  min-height: 17.5rem;
}
@media (min-width: 768px) {
  .u-hero-height-medium {
    min-height: 26rem;
  }
}
@media (min-width: 1024px) {
  .u-hero-height-medium {
    min-height: 30rem;
  }
}

.u-hero-height-small {
  min-height: 13.75rem;
}
@media (min-width: 768px) {
  .u-hero-height-small {
    min-height: 20.625rem;
  }
}

@media (max-width: 767.98px) {
  .u-zero-padding {
    padding-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  .u-no-breadcrumb-padding {
    padding-top: 1rem !important;
  }
}

.u-banner-light .cmp-breadcrumb li {
  color: #fff;
}
.u-banner-light .cmp-breadcrumb li:hover {
  color: #fff;
}
.u-banner-light .heading h1,
.u-banner-light .heading h2,
.u-banner-light .heading h3,
.u-banner-light .heading h4,
.u-banner-light .heading h5,
.u-banner-light .heading h6,
.u-banner-light .heading p,
.u-banner-light .description h1,
.u-banner-light .description h2,
.u-banner-light .description h3,
.u-banner-light .description h4,
.u-banner-light .description h5,
.u-banner-light .description h6,
.u-banner-light .description p {
  color: #fff;
}
.u-banner-light .heading:hover,
.u-banner-light .description:hover {
  color: #fff;
}
.u-banner-light .hero-banner-title h1,
.u-banner-light .hero-banner-title h2,
.u-banner-light .hero-banner-title h3,
.u-banner-light .hero-banner-title h4,
.u-banner-light .hero-banner-title h5,
.u-banner-light .hero-banner-title h6,
.u-banner-light .hero-banner-title p,
.u-banner-light .hero-banner-description h1,
.u-banner-light .hero-banner-description h2,
.u-banner-light .hero-banner-description h3,
.u-banner-light .hero-banner-description h4,
.u-banner-light .hero-banner-description h5,
.u-banner-light .hero-banner-description h6,
.u-banner-light .hero-banner-description p {
  color: #fff;
}
.u-banner-light .hero-banner-title:hover,
.u-banner-light .hero-banner-description:hover {
  color: #fff;
}

.hero-banner {
  background-position: center;
  background-size: cover;
}
.hero-banner__wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hero-banner__wrapper {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hr {
    margin-bottom: 0.5rem;
  }
}
.hero-banner-title {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero-banner-title {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-title {
    max-width: 37.5rem;
  }
}
.hero-banner-description {
  max-width: 37.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero-banner-description {
    max-width: 26rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-description {
    max-width: 34.5rem;
  }
}
.hero-banner-description p {
  margin-bottom: 0;
}

.hero-banner-product-img {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hero-banner-product-img {
    padding: 2.3125rem 0;
  }
}
.hero-banner-product-img img {
  display: flex;
  margin: 0 auto;
  width: 17.5rem;
}
@media (min-width: 768px) {
  .hero-banner-product-img img {
    width: 16.75rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-product-img img {
    width: 25rem;
  }
}

@media (min-width: 768px) {
  .u-hero-height-large .breadcrumb-wrapper + .hero-banner-content {
    margin-top: 7.937rem;
  }
}
.u-hero-height-large .hero-banner-content {
  padding-top: 6.75rem;
}
@media (min-width: 768px) {
  .u-hero-height-large .hero-banner-content {
    padding-top: 9.125rem;
  }
}
@media (min-width: 1024px) {
  .u-hero-height-large .hero-banner-content {
    padding-top: 10.125rem;
    width: 37.5rem;
  }
}
.u-hero-height-large .breadcrumb-wrapper {
  position: absolute;
}
@media (max-width: 767.98px) {
  .u-hero-height-large .hero-banner-btn-wrapper {
    margin-bottom: 5rem !important;
  }
}

.u-hero-height-medium .hero-banner-content {
  padding-top: 3.625rem;
}
@media (min-width: 768px) {
  .u-hero-height-medium .hero-banner-content {
    padding-top: 6.125rem;
  }
}
@media (min-width: 1024px) {
  .u-hero-height-medium .hero-banner-content {
    padding-top: 8.125rem;
  }
}
.u-hero-height-medium .hero-banner-btn-wrapper {
  margin-bottom: 3.625rem;
}
@media (min-width: 768px) {
  .u-hero-height-medium .hero-banner-btn-wrapper {
    margin-bottom: 5.4375rem;
  }
}
@media (min-width: 1024px) {
  .u-hero-height-medium .u-no-breadcrumb-padding {
    padding-top: 0;
  }
}

.u-hero-height-small .hero-banner-content {
  padding-top: 0;
}
@media (min-width: 768px) {
  .u-hero-height-small .hero-banner-content {
    padding-top: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .u-hero-height-small .hero-banner-description {
    max-width: 32rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .u-hero-height-small .hero-banner-left-section {
    padding-top: 2.5rem;
  }
}
.u-hero-height-small .hero-banner-btn-wrapper {
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .hero-banner-left-section {
    padding-top: 0;
  }
}
.hero-banner-left-section .cmp-breadcrumb {
  display: none;
}
@media (min-width: 1024px) {
  .hero-banner-left-section .cmp-breadcrumb {
    display: block;
    margin-bottom: 4.6875rem;
  }
}
.hero-banner-left-section .heading-horizontalline-container {
  max-width: 16rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .hero-banner-left-section .heading-horizontalline-container {
    max-width: 28rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-left-section .heading-horizontalline-container {
    max-width: 34rem;
  }
}
@media (min-width: 1440px) {
  .hero-banner-left-section .heading-horizontalline-container {
    max-width: 47.625rem;
  }
}
@media (min-width: 768px) {
  .hero-banner-left-section .description {
    padding-top: 0.9rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-left-section .description {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-left-section .description p {
    font-size: 0.825rem;
  }
}
.hero-banner-left-section .hero-banner-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .hero-banner-left-section .hero-banner-btn-wrapper {
    margin-bottom: 9.125rem;
  }
}
@media (min-width: 1024px) {
  .hero-banner-left-section .hero-banner-btn-wrapper {
    margin-bottom: 10.625rem;
  }
}
.hero-banner-left-section .hero-banner-btn-wrapper .smartbutton {
  padding-bottom: 0.625rem;
  padding-right: 1rem;
}
.hero-banner-left-section .hero-banner-btn-wrapper > .smartbutton {
  /* stylelint-disable-next-line */
}
@media (max-width: 767.98px) {
  .hero-banner-left-section .hero-banner-btn-wrapper > .smartbutton {
    margin-bottom: 0.5rem;
  }
}

.heading-horizontalline-container .hr {
  background: linear-gradient(left, #ffbc00, #f70656);
  background: -webkit-gradient(linear, left top, right top, from(#ffbc00), to(#f70656));
  /* stylelint-disable-next-line */
  background: -ms-linear-gradient(left, #ffbc00, #f70656);
  border-radius: 0.125rem;
  display: block;
  height: 0.187rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
  position: relative;
  width: 8rem;
}
@media (min-width: 1024px) {
  .heading-horizontalline-container .hr {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.heading-horizontalline-container .description p {
  font-size: 0.825rem;
}
@media (min-width: 768px) {
  .heading-horizontalline-container .description p {
    font-size: 1.125rem;
  }
}

.align-center {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .align-center {
    width: 50%;
  }
}

.hr-center {
  margin: 0.75rem auto;
}
@media (min-width: 768px) {
  .hr-center {
    margin: 1.5rem auto;
  }
}

.biography {
  display: block;
  padding: 1.5rem 0;
}
@media (min-width: 1024px) {
  .biography {
    padding-top: 0;
  }
}
.biography__authorImage {
  display: inline-block;
  margin-right: 1rem;
  width: 5.024rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .biography__authorImage {
    display: block;
    float: left;
    margin-right: 2rem;
    width: 6rem;
  }
}
@media (min-width: 1024px) {
  .biography__authorImage {
    margin-right: 0.7rem;
    width: 7.25rem;
  }
}
.biography__authorDetails {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 6.3rem);
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .biography__authorDetails {
    vertical-align: top;
    width: calc(100% - 8rem);
  }
}
@media (min-width: 1024px) {
  .biography__authorDetails {
    vertical-align: bottom;
    width: calc(100% - 9.1rem);
  }
}
.biography__authorName {
  font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000;
  font-weight: 800;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .biography__authorName {
    font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000;
  }
}
@media (min-width: 1024px) {
  .biography__authorName {
    font-family: "Barlow-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000;
  }
}
.biography__authorRole {
  margin: 0;
  margin-top: 0.4rem;
  text-align: left;
}
.biography__authorDescription {
  padding-top: 1.5rem;
  text-align: left;
}
.biography__authorDescription p {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .biography__authorDescription {
    display: flex;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .biography__authorDescription {
    padding-top: 1.25rem;
    max-width: 94%;
  }
}

.address-container {
  background-color: #f6f8fa;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .address-container {
    margin-top: 2rem;
  }
}
.address-container__description {
  padding-top: 2.5625rem;
  padding-bottom: 2.5625rem;
}
@media (min-width: 768px) {
  .address-container__description {
    padding-top: 2.5rem;
    padding-bottom: 3.875rem;
  }
}
@media (min-width: 1024px) {
  .address-container__description {
    padding-top: 2.375rem;
    padding-bottom: 3.5625rem;
  }
}

/*# sourceMappingURL=style.css.map */
  .wp-admin-bar-search{
  	    margin-top: 25px!important;
  }

/* CUSTOM CSS */
body.rtl .site-content{text-align: right;}
html[lang="ar"] .wp-block-aveva-hero-v1{
	transform: scaleX(-1);
}

/* flip back the inner content */
html[lang="ar"] .wp-block-aveva-hero-v1 .hero-banner__wrapper {
  transform: scaleX(-1);
}

/* KEEPING THE NAVBAR LTR */
html[lang="ar"] .header.main-header, html[lang="ar"] footer.global-footer {
  direction: ltr;
}

html[lang="ar"] .free-intouch-form .wpforms-submit{
  font-family: "Ping AR LT", sans-serif !important;
}

html[lang="ar"] .category-article .entry-title{
  font-size: 2.2rem;
  line-height: 2.8rem;
}

html[lang="ar"] .category-article .entry-header{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

html[lang="ar"] .category-article .posted-on{
  margin-bottom: 0;
  padding-bottom: 0;
}
html[lang="ar"] .site-main .container.breadcrumb-wrapper{
  display: none;
}
html[lang="ar"] .site-main *{
  margin-top: 0;
}
.post_pdf_z{margin-top: 22px !important;}
