@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* main CSS for Kinexys */
:root {
--bs-body-font-family: Amplitude;
--bs-body-font-size: 18px;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #31373d;
--bs-breadcrumb-divider: '>';
--bs-breadcrumb-divider-color: #fff;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #fff;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-link-color: #31373d;
}


body {
font: normal 400 18px/1.5 Amplitude, "Amplitude", Arial, Verdana, sans-serif;
}
/*  fonts  */


/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 44%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("/kinexys/fonts/icomoon.ttf?11khti") format("truetype"), url("/kinexys/fonts/icomoon.woff?11khti") format("woff"), url("/kinexys/fonts/icomoon.svg?11khti#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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-Vector2:before {
  content: "";
}

.icon-document-1:before {
  content: "";
}

.icon-fingerprint-recognition-1:before {
  content: "";
}

.icon-edge-cluster-1:before {
  content: "";
}

.icon-contour-finding-1:before {
  content: "";
}

.icon-bot-1:before {
  content: "";
}

.icon-iot--platform-1:before {
  content: "";
}

.icon-chip-1:before {
  content: "";
}

.icon-enterprise-1:before {
  content: "";
}

.icon-finance-1:before {
  content: "";
}

.icon-ic_error_outline_48px:before {
  content: "";
}

.icon-ic_check_48px:before {
  content: "";
}

.icon-Icon-02:before {
  content: "";
}

.icon-Vector:before {
  content: "";
}

.icon-ico_buildings:before {
  content: "";
}

.icon-ico_people_profile_filled:before {
  content: "";
}

.icon-ic_mail_outline_48px:before {
  content: "";
}

.icon-Vector1:before {
  content: "";
}

.icon-ic_chevron_right_48px:before {
  content: "";
}

.icon-uniE901:before {
  content: "";
}

.icon-Icon-06:before {
  content: "";
}

.icon-Icon-05:before {
  content: "";
}

.icon-Icon-04:before {
  content: "";
}

.icon-Icon-03:before {
  content: "";
}

.icon-Icon-01:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000e33;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  color: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #000e33;
  display: inline-block;
  margin: 0;
  max-width: 1400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  display: none;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}





/*  sharing articles  */
.accessible-text {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.article-social-sharing-payments {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  
}

.article-social-sharing-payments .ss-icon {
  font-size: 20px;
  line-height: 20px;
  width: 22px;
  height: 22px;
  padding: 1px;
    cursor: pointer;
}

.article-social-sharing-payments .ss-icon a {
    background-color: transparent;
    border-radius: 2rem;
}

.article-social-sharing-payments .ss-icon:hover , .article-social-sharing-payments .ss-icon:focus  {
    color:#db3b1b;
    text-decoration: none;
    outline: dotted black 0.1rem;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}



.download-article {
  text-align: center;
  
}

 .download-article img {
  vertical-align: middle;
  margin-right: 6px;
}

 .download-article a {
  vertical-align: middle;
  font-size: 16px;
  text-decoration: none!important;
  color: #474c50!important;
  
}

 .download-article a:hover {
  text-decoration: underline!important;
}

@media (max-width: 1024px)
{
 .article-social-sharing-payments .ss-icon {
    display: block!important;
}


}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  display: none;
}

.contact-us-image-holder, .number-list, .circle-list, .callout-list, .use-case-list, .styled-list, .tab-hold .tabset, .banner .icon-holder, .footer .footer-menu, .drop-menu .drop-menu-hold, .header .nav .navigation, .video-modal-btn {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}



img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 300;
  margin: 0 0 0.5em;
  color: inherit;
  line-height: 1.26667;
}

h1, .h1 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 72px;
  }
}

h2, .h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1.3em;
}

a {
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}
a.footnote-reference {
  color: #161616;
  text-decoration: none;
}
a.footnote-reference.text-white {
  color: #fff;
}
a.footnote-reference:hover {
  color: #FF451F;
  text-decoration: underline;
}

.bg-blue a.footnote-reference {
  color: #fff;
}
.bg-blue a.footnote-reference:hover {
  color: #FF451F;
  
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 2px solid #9599A2;
  padding: 15px 18px 15px 40px;
  color: #161616;
  background: #fff;
  border-color: #fff;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
    padding: 15px 15px 15px 55px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #000E33;
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B3B7C2;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #B3B7C2;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #B3B7C2;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B3B7C2;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #B3B7C2;
}

select {
  -webkit-border-radius: 0;
}
select:focus {
  border-color: #000E33;
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}



.modal {
  position: absolute;
  z-index: 1000;
  width: calc(100% - 30px);
  max-width: 1112px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 100px;
  background: #f6f6f6;
  box-sizing: border-box;
  color: #000;
}

.dialog-backdrop {
  visibility: hidden;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 14, 51, 0.8);
}

.ruby-ribbon__link {
  justify-content: center;
  align-items: center;
  display: flex;
}
.ruby-ribbon__link p {
  margin-bottom: 0;
}

.search-partners-modal .modal {
  position: absolute;
  z-index: 1000;
  /* This and the above have got to go */
  width: calc(100% - 30px);
  max-width: 1112px;
  /*max-width: 1112px;*/
  /*left: 164px;*/
  left: 50%;
  transform: translate(-50%, 0);
  top: 100px;
  background: #f6f6f6;
  /*border: 1px solid #b3b7c2;*/
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal {
    top: 10px;
  }
}
.search-partners-modal .modal.hidden {
  display: none;
}
.search-partners-modal .modal *::-webkit-scrollbar {
  display: initial;
}
.search-partners-modal .modal .drop-down-container {
  display: none;
}
.search-partners-modal .modal .pv3 {
  padding: 1.5rem 0;
}
.search-partners-modal .modal .ph2 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.search-partners-modal .modal .pt4 {
  padding-top: 2rem;
}
@media only screen and (min-width: 48rem) {
  .search-partners-modal .modal .pl5-m {
    padding-left: 3rem;
  }
  .search-partners-modal .modal .pr5-m {
    padding-right: 3rem;
  }
  .search-partners-modal .modal .pv3-m {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .search-partners-modal .modal .center-v--rel-m {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .search-partners-modal .modal .justify-end-m {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.search-partners-modal .modal h2 {
  position: absolute;
  top: 34px;
}
@media screen and (min-width: 768px) {
  .search-partners-modal .modal h2 {
    top: 45px;
    left: 55px;
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal h2 {
    top: 45px;
    left: 15px;
    font-size: 29px;
  }
}
.search-partners-modal .modal .closeModal {
  position: absolute;
  top: 34px;
  right: 15px;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search-partners-modal .modal .closeModal {
    right: 46.8px;
  }
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal .closeModal {
    top: 8px;
    right: 15px;
  }
}
.search-partners-modal .modal .closeModal svg rect {
  fill: #000e33;
  transition: 0.25s fill ease-out;
}
.search-partners-modal .modal .closeModal:hover svg rect {
  /*  On hover, animate the color change of the close X over .25 seconds from #000E33 to #FF451F.
      Ensure close link uses dotted focus state as well.*/
  fill: #FF451F;
}
.search-partners-modal .modal .modalContent {
  max-width: 1050px;
  /*margin-bottom: 22px;
  margin-top: 69px;*/
  /*margin-left: 112px;
  margin-right: 120px;*/
  margin: 110px 0 45px auto;
  padding: 0 3rem 0;
  /*border: 1px solid #cccccc;*/
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal .modalContent {
    padding: 0 1rem;
    margin: 120px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .search-partners-modal .modal .modalContent {
    padding: 0 0 0 1rem;
  }
}
.search-partners-modal .modal .modalContent .search {
  height: 60px;
  border-bottom: 2px solid #000e33;
  width: 100%;
  display: flex;
  align-items: center;
}
.search-partners-modal .modal .modalContent .search input {
  width: 100%;
  border: none;
  background: transparent;
  padding-left: 45px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px !important;
  line-height: 272%;
  /* or 65px */
  letter-spacing: -0.01em;
  /* Black */
  color: #000000;
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal .modalContent .search input {
    padding-left: 15px;
  }
  .search-partners-modal .modal .modalContent .search img {
    width: 18px;
  }
}
@media screen and (min-width: 768px) {
  .search-partners-modal .modal .modalContent .search img {
    width: 18px;
    height: auto;
  }
  .search-partners-modal .modal .modalContent .search input {
    margin-left: 0px;
    padding-left: 1rem;
    font-size: 3.5vw;
    line-height: 111%;
  }
}
.search-partners-modal .modal .modalContent .copyList_confirmation--success, .search-partners-modal .modal .modalContent .copyList_confirmation--error {
  visibility: hidden;
  position: absolute;
  width: 108%;
  height: 188px;
  top: 50%;
  left: 54%;
  transform: translate(-54%, -50%);
  background: rgba(0, 14, 51, 0.8);
  font-style: normal;
  font-weight: 300;
  font-size: 82px;
  line-height: 215%;
  text-align: center;
  letter-spacing: -0.01em;
  color: white;
}
.search-partners-modal .modal .modalContent .copyList_confirmation--success.active, .search-partners-modal .modal .modalContent .copyList_confirmation--error.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .search-partners-modal .modal .modalContent .copyList_confirmation--success, .search-partners-modal .modal .modalContent .copyList_confirmation--error {
    width: 98%;
    padding-top: 0.8rem;
    font-size: 18px;
    height: 66px;
  }
}
.search-partners-modal .modal .modalContent .resultsContent {
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search-partners-modal .modal .modalContent .resultsContent {
    flex-direction: row;
  }
}
.search-partners-modal .modal .modalContent .resultsContent .drop-down-container {
  display: block;
}
.search-partners-modal .modal .modalContent .resultsContent .drop-down-container select {
  display: none;
}
.search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-selected {
  padding-left: 1px;
  padding-bottom: 4px;
  padding-top: 0.8rem;
  padding-right: 3rem;
  cursor: pointer;
  margin-bottom: 1px;
  background-color: transparent;
  background-image: url(../images/selectArrow.svg);
  background-position-x: calc(100% - 16px);
  background-position-y: 58%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #000E33;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: ease-out;
  font-weight: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 143.5%;
  letter-spacing: -0.01em;
}
.search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-hide {
  display: none;
}
.search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-items {
  position: absolute;
  margin-top: -2px;
  height: auto;
  z-index: 2;
  cursor: pointer;
  background: white;
  border: 2px solid #000E33;
  width: 100%;
}
.search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-items .option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.9rem;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 124%;
  letter-spacing: -0.01em;
  color: #000000;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: ease-out;
}
.search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-items .option:first-of-type {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .search-partners-modal .modal .modalContent .resultsContent .drop-down-container {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-partners-modal .modal .modalContent .resultsContent .drop-down-container {
    margin-top: 27px;
    margin-bottom: 4px;
  }
  .search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-selected {
    padding-left: 1px;
    padding-bottom: 4px;
    background-color: transparent;
    font-weight: bold;
    font-weight: 700;
    font-size: 16px;
    line-height: 143.5%;
    letter-spacing: -0.01em;
  }
  .search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-items {
    width: 171.43%;
  }
  .search-partners-modal .modal .modalContent .resultsContent .drop-down-container .select-items optgroup option {
    font-size: 18px;
    line-height: 272%;
    letter-spacing: -0.01em;
  }
}
.search-partners-modal .modal .modalContent .resultsContent .copyList_container {
  display: flex;
  margin-top: 42.23px;
  margin-left: auto;
  margin-bottom: 10px;
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .search-partners-modal .modal .modalContent .resultsContent .copyList_container {
    margin-top: 30px;
  }
}
.search-partners-modal .modal .modalContent .resultsContent .copyList_container .copyList {
  margin-left: auto;
  cursor: pointer;
  text-align: right;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  transition: 0.25s color ease-out;
}
.search-partners-modal .modal .modalContent .resultsContent .copyList_container .copyList:hover {
  color: #FF451F;
}
.search-partners-modal .modal .modalContent .resultsContent .bankRegions {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal .modalContent .resultsContent .bankRegions {
    display: none;
  }
}
.search-partners-modal .modal .modalContent .resultsContent .bankRegions ul {
  width: 260px;
  list-style-type: none;
}
.search-partners-modal .modal .modalContent .resultsContent .bankRegions ul li {
  margin-bottom: 1.5rem;
  font-size: 18px;
  /*font-weight: 700;*/
  /*This is for selected with an underline */
  font-weight: 500;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  user-select: none;
}
.search-partners-modal .modal .modalContent .resultsContent .bankRegions ul li:first-child {
  padding-top: 0rem;
}
.search-partners-modal .modal .modalContent .resultsContent .bankRegions ul li.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.search-partners-modal .modal .modalContent .resultsContent .bankRegions ul li.selectedRegion {
  font-weight: 700;
  border-bottom: 2px solid #FF451F;
}
.search-partners-modal .modal .modalContent .resultsContent .modalResults {
  flex: 3;
  min-height: 495;
  background-color: white;
  padding: 1rem 2rem;
  position: relative;
  overflow: hidden;
  /*border: 1px solid blue;*/
}
.search-partners-modal .modal .modalContent .resultsContent .modalResults #banks {
  padding-left: 0;
}
.search-partners-modal .modal .modalContent .resultsContent .modalResults .resultsList {
  max-height: 470px;
  height: 470px;
  background-color: #ffffff;
  padding: 13px 21px 0 0;
  overflow-x: hidden !important;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal .modalContent .resultsContent .modalResults .resultsList {
    height: 235px;
  }
}
.search-partners-modal .modal .modalContent .resultsContent .modalResults .resultsList ul {
  list-style-type: none;
}
.search-partners-modal .modal .modalContent .resultsContent .modalResults .resultsList ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  padding: 1rem 0;
  /* or 47px */
  letter-spacing: -0.01em;
  /* Black */
  color: #000000;
  border-bottom: 1px solid #d6d6d9;
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal .modalContent .resultsContent .modalResults .resultsList ul li {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .search-partners-modal .modal .modalContent .resultsContent .modalResults .resultsList ul li {
    font-size: 18px;
  }
}
.search-partners-modal .modal .modalContent .resultsContent .modalResults .resultsList ul li.no-results {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  font-style: normal;
  font-size: 16px;
}
.search-partners-modal .modal .modalContent .resultsContent .modalResults .results-disclaimer {
  margin-top: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 111%;
  color: #000000;
  text-align: right;
}
.search-partners-modal .modal .ruby-ribbon {
  min-height: auto;
  border: 1px solid #000E33;
  background-color: #000E33;
  color: white;
}
.search-partners-modal .modal .ruby-ribbon:hover {
  background-color: white;
}
.search-partners-modal .modal .ruby-ribbon:hover p {
  color: #000E33;
}
.search-partners-modal .modal .ruby-ribbon h3 {
  margin-bottom: 0;
}
.search-partners-modal .modal .ruby-ribbon p {
  color: white;
  margin: 0 !important;
}
.search-partners-modal .modal .ruby-ribbon .ribbon__arrow {
  fill: #FF451F;
}
@media screen and (max-width: 767px) {
  .search-partners-modal .modal .ruby-ribbon a > div {
    padding: 1rem;
  }
  .search-partners-modal .modal .ruby-ribbon h3 {
    font-size: 27px;
    margin-bottom: 1rem;
  }
}
.search-partners-modal .modal .ruby-ribbon__title {
  font-size: 32px;
}

#speedBumpModal {
  height: auto;
  padding: 4rem 1.5rem;
}
#speedBumpModal.hidden {
  display: none;
}
#speedBumpModal .close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  #speedBumpModal .close-modal {
    top: 1.5rem;
    right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #speedBumpModal .close-modal {
    top: 2rem;
    right: 3rem;
  }
}
#speedBumpModal #speedBumpModal_label {
  margin-bottom: 1rem;
  max-width: calc(100% - 3.25rem);
}
@media screen and (min-width: 768px) {
  #speedBumpModal #speedBumpModal_label {
    font-size: 2.2rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #speedBumpModal #speedBumpModal_label {
    margin-bottom: 2.75rem;
  }
}
#speedBumpModal .dialog_form_actions a {
  color: #000;
}
#speedBumpModal .dialog_form_actions .btn.btn-cancel {
  border: none;
  margin-right: 1.5rem;
}
#speedBumpModal .dialog_form_actions .btn.btn-cancel:hover, #speedBumpModal .dialog_form_actions .btn.btn-cancel:focus {
  text-decoration: underline;
  border-color: transparent;
  background: transparent;
  color: black;
}
#speedBumpModal .dialog_form_actions .btn.btn-arrow:hover, #speedBumpModal .dialog_form_actions .btn.btn-arrow:focus {
  color: #fff;
}
#speedBumpModal .dialog_form_actions .btn.btn-arrow:hover .arrowsvg, #speedBumpModal .dialog_form_actions .btn.btn-arrow:focus .arrowsvg {
  fill: #fff;
}
#speedBumpModal .dialog_form_actions .btn.btn-arrow svg {
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  #speedBumpModal .dialog_form_actions {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #speedBumpModal {
    padding: 4em 3em;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #speedBumpModal {
    padding: 6em 7.375em;
  }
}

.btn {
  color: #000E33;
  border: 2px solid #000E33;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 14px 64px;
  
  background: #F6F6F6;
  font-weight: 400;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.btn:hover, .btn:focus {
  border-color: #db3b1b;
  background: #db3b1b;
  color: #fff;
}
.btn.text-blue {
  color: #000E33;
   
}


.btn.text-blue:hover, .btn.text-blue:focus {
  color: #F6F6F6;
}

.btn-ornage {
  color: #fff;
  border: 1px solid #db3b1b;
  background: #db3b1b;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-weight: 400;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}


.btn-blue {
    color: #ffffff;
     background-color: #000E33;
    
}

.btn-marble {
  color: #000E33;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 20px 66px;
  font-weight: 400;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (min-width: 768px) {
  .btn-marble {
    font-size: 22px;
  }
}




a {
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.bg-blue {
  background: #000E33;
}

.bg-marble {
  background: #F6F6F6;
}

.bg-light-gray {
  background: #E5E5E5;
}

.bg-orange {
  background: #FF451F;
}

.bg-white {
  background: #fff;
}

.text-orange {
  color: #FF451F;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #000E33;
}

.text-cod-gray {
  color: #161616;
}

.main-title {
  font-size: 14px;
  font-weight: 700;
  color: #FF451F;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.main-title span {
  width: 50px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #FF451F;
  margin-right: 16px;
  margin-left: 16px;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .main-title span {
    width: 104px;
  }
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1418px;
}

@media screen and (min-width: 1024px) {
  .two-col .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .two-col .container .col:nth-child(odd) {
    padding-right: 10px;
  }
}
.two-col .container .col:nth-child(odd) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .two-col .container .col:nth-child(odd) {
    margin-bottom: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .two-col .container .col:nth-child(odd) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .two-col .container .col {
    flex-grow: 1;
    width: 45%;
  }
  .two-col .container .col:nth-child(2n) {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .two-column {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .two-column .cols {
    width: 50%;
  }
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

/*
#wrapper {
  overflow: hidden;
  width: 100%;
}

*/

@media screen and (min-width: 1024px) {
  .three-col, .two-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .three-col .col, .two-col .col {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  .two-col .col {
    width: 50%;
  }

  .three-col .col {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .items-center {
    align-items: center;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.need-margin {
  margin: -24px -130px -177px auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .need-margin {
    margin: -194px -329px -431px auto;
  }
}
@media screen and (min-width: 1024px) {
  .need-margin {
    margin: -291px 0 -246px;
  }
}
@media screen and (min-width: 1200px) {
  .need-margin {
    padding-left: 135px;
    margin-left: -12vw;
  }
}

.bg-marble-right-extend {
  position: relative;
  z-index: 1;
}
.bg-marble-right-extend:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  bottom: 0;
  right: -9999px;
  background: #F6F6F6;
  z-index: -1;
}

.bg-dark-gray-right-extend:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  bottom: 0;
  right: -9999px;
  background: #B3B7C2!important;
  z-index: -1;
}





.animation-block .layer-odd {
  animation: rotate 20s 0.25 linear forwards;
  animation-play-state: paused;
  transform-origin: center;
}
.animation-block .layer-even {
  animation: rotateopposite 20s 0.25 linear forwards;
  animation-play-state: paused;
  transform-origin: center;
}
.animation-block.is-scrolledto .layer-even,
.animation-block.is-scrolledto .layer-odd {
  animation-play-state: running;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateopposite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
svg {
  max-width: 100%;
  height: auto;
}

.js-toggle {
  text-decoration: none;
  color: #000E33;
  letter-spacing: -0.01em;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.focus-active .js-toggle {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .js-toggle {
    font-size: 21px;
  }
}
.js-toggle:hover {
  color: #FF451F;
}
.js-toggle .pause {
  display: none;
}
.js-toggle .pause .image-hold {
  margin-top: 6px;
}
.js-toggle .image-hold {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.animation-active .pause {
  display: block;
}
.animation-active .play {
  display: none;
}

.animation-block {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .animation-block {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .animation-block {
    padding-right: 0;
  }
}
.animation-block:hover .js-toggle {
  opacity: 1;
  visibility: visible;
}

.svg-container {
  display: block;
  position: relative;
}
.svg-container:hover ~ .js-toggle, .svg-container:focus ~ .js-toggle {
  opacity: 1;
  visibility: visible;
}
.svg-container .layer-even {
  position: absolute;
  top: 0;
  left: 0;
}

.video-hold {
  position: relative;
  padding-top: 56.2%;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.video-hold .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.lightbox-close {
  position: absolute;
  top: 6px;
  right: 11px;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  text-decoration: none;
}
.lightbox-close:hover {
  color: #FF451F;
}

.justify-end {
  justify-content: flex-end !important;
}

.video-modal-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5em;
}
.video-modal-btn a,
.video-modal-btn button {
  text-decoration: none;
  color: #FF451F;
  border: 0;
  background: transparent;
  margin-right: 120px;
}
.video-modal-btn a:hover,
.video-modal-btn button:hover {
  color: #fff;
  text-decoration: underline;
}
.video-modal-btn a span,
.video-modal-btn button span {
  text-decoration: inherit;
}
.video-modal-btn li {
  padding: 0 20px;
  border-right: 1px solid #fff;
  line-height: 1;
}
.video-modal-btn li:last-child {
  border-right: none;
}
.video-modal-btn button {
  background: none;
  border: none;
}

.lightbox-demo .slide {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .lightbox-demo .slide {
    padding: 50px;
  }
}
@media screen and (min-width: 768px) {
  .lightbox-demo .slide {
    padding: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .lightbox-demo .slide {
    padding: 100px 100px 20px;
  }
}

.video-modal-btn .hide {
  display: none;
}
.active .video-modal-btn .hide {
  display: inline-block;
}

.active .video-modal-btn .view {
  display: none;
}

.resize-active * {
  transition: none !important;
}

.sr-only-focusable:focus {
  position: fixed;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0;
  clip: auto;
  
  background: #F6F6F6;
  color: #000E33;
  padding: 20px;
  z-index: 999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  z-index: 999;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-marble {
  color: #F6F6F6;
}

.drop-shadow {
  filter: drop-shadow(0px 7px 14px rgba(50, 50, 93, 0.1));
}

.py-wide {
  padding: 124px 0 !important;
}

.pt-wide {
  padding-top: 124px !important;
}

.pb-wide {
  padding-bottom: 124px !important;
}

@media screen and (max-width: 415px) {
  .container {
    padding: 0 40px !important;
  }
}
.header {
  background: #000E33;
  z-index: 100;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.fixed-position .header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header .logo {
  max-width: 110px;
  flex-basis: 110px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .header .logo {
    margin-left: 13px;
  }
}
.header .nav {
  text-align: right;
  flex: 1;
}
.header .nav .navigation {
  font-weight: 400;
  text-transform: capitalize;
  padding: 15px;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (max-width: 767px) {
  .header .nav .navigation {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .header .nav .navigation ul.right-menu {
    /**padding-top: 39px;
    **/
  }
}
@media screen and (max-width: 767px) {
  .header .nav .navigation ul.left-menu {
    margin-bottom: 0;
  }
}
.header .nav .navigation a {
  color: #fff;
  text-decoration: none;
}
.header .nav .navigation a:hover, .header .nav .navigation a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .header .nav .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0;
  }
  .header .nav .navigation a {
    color: #fff;
    text-decoration: none;
  }
  .header .nav .navigation a:hover, .header .nav .navigation a:focus {
    text-decoration: underline;
  }
  .header .nav .navigation > li {
    line-height: 1;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header .nav .navigation > li {
    margin-left: 35px;
    padding: 31px 0;
  }
  .header .nav .navigation > li:hover > a, .header .nav .navigation > li:focus > a {
    text-decoration: underline;
    font-weight: 700;
  }
  .header .nav .navigation > li.hover > a {
    text-decoration: underline;
    font-weight: 700;
  }
  .header .nav .navigation > li.hover .drop-menu-holder {
    display: block !important;
  }
  .header .nav .navigation > li.hover .drop-menu-holder .drop-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .header .nav .navigation > li {
    margin-left: 54px;
  }
}
.header .nav .navigation .drop-menu a {
  color: #3b3f46;
}
@media screen and (max-width: 767px) {
  .header .nav .navigation .drop-menu a {
    font-size: 22px;
    padding-top: 1rem;
  }
}
.header .nav .navigation .drop-menu a:hover, .header .nav .navigation .drop-menu a:focus {
  color: #FF451F;
  text-decoration: none;
}
.header .nav .navigation .drop-menu .drop-cross {
  color: #979797;
}
.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1395px;
  position: relative;
  padding: 18px 15px;
}
@media screen and (min-width: 768px) {
  .header .container {
    padding: 18px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .header .container {
    padding: 0 15px;
  }
}

.drop-menu {
  background: #F6F6F6;
  position: relative;
  padding: 20px 0;
  margin: 15px;
  border-radius: 4px;
}
.drop-menu a {
  color: #3B3F46;
}
@media screen and (min-width: 768px) {
  .drop-menu {
    background: #F6F6F6;
  }
}
@media screen and (min-width: 768px) {
  .drop-menu {
    min-width: 626px;
    right: 0;
    top: calc(100% + 13px);
    padding: 42px 70px 65px;
    position: absolute;
    display: flex;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    font-size: 20px;
    box-shadow: 0px 7px 14px rgba(50, 50, 93, 0.1);
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
  }
}
@media screen and (min-width: 1800px) {
  .drop-menu {
    right: -11.5%;
  }
}
.drop-menu .drop-menu-hold {
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .drop-menu .drop-menu-hold {
    width: 50%;
    max-width: 230px;
    padding: 0;
    margin-bottom: 0;
  }
  .drop-menu .drop-menu-hold:nth-child(odd) {
    margin-right: auto;
  }
  .drop-menu .drop-menu-hold:nth-child(even) {
    padding-left: 18px;
  }
}
@media screen and (min-width: 768px) {
  .drop-menu .drop-menu-hold > li {
    margin-bottom: 16px;
  }
  .drop-menu .drop-menu-hold > li:last-child {
    margin-bottom: 0;
  }
}
.drop-menu .drop-menu-hold > li.active-li a {
  color: #FF451F !important;
}
.drop-menu .drop-menu-hold > li.active-li a span {
  opacity: 1;
}
.drop-menu .drop-menu-hold > li a {
  position: relative;
}
.drop-menu .drop-menu-hold > li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .drop-menu .drop-menu-hold > li a span {
    color: #FF451F;
    font-size: 14px;
    opacity: 0;
    margin-left: 6px;
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .drop-menu .drop-menu-hold > li a:hover span, .drop-menu .drop-menu-hold > li a:focus span {
    opacity: 1;
  }
}
.drop-menu .drop-menu-hold > li a i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -3px;
}

/* ---------------------------------------------------------
	navigation custom styles
---------------------------------------------------------*/
.navigation {
  position: fixed;
  top: 79px;
  bottom: 0;
  right: 0;
  transform: translateX(200%);
  transition: transform 0.3s ease-in-out;
  overflow: auto;
  z-index: 10;
  width: 100%;
  background: #000E33;
}
@media screen and (max-width: 767px) {
  .navigation li {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navigation a {
    color: #fff;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .navigation {
    position: static;
    transform: none;
    overflow: visible;
    height: auto;
    background: transparent;
    padding: 0 0 0 15px;
    width: auto;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .nav-active .navigation {
    transform: translateX(0);
  }
}

.nav-opener {
  width: 35px;
  height: 35px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 4;
  display: inline-block;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
@media print {
  .nav-opener {
    display: none;
  }
}
.nav-active .nav-opener span {
  display: none;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 20%;
  right: 20%;
  transition-delay: 0.2s;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: -7%;
  right: 2%;
  width: 1.5rem;
  height: 0.125rem;
  margin-top: -1px;
  transition: all 0.2s linear;
}
.nav-opener span {
  left: -7%;
  right: 2%;
  top: 64%;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 35%;
}
.nav-opener:after {
  top: 92%;
}

.nav-active {
  overflow: hidden;
}

.drop-cross {
  display: none;
}
@media screen and (min-width: 768px) {
  .drop-cross {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #979797;
    font-size: 22px;
    padding: 15px;
    background: transparent;
  }
  .drop-cross:hover, .drop-cross:focus {
    color: #fff !important;
    background: #FF451F;
  }
}

.menu-title {
  font-size: 14px;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
}
@media screen and (min-width: 768px) {
  .menu-title {
    margin-bottom: 25px !important;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .popup-active .drop-menu {
    opacity: 1;
    visibility: visible;
  }
}

.logo-black {
  display: none;
}

.light-mode-on .header {
  background: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .light-mode-on .header .nav .navigation a {
    color: #000;
  }
}
.light-mode-on .header .logo-black {
  display: block;
}
.light-mode-on .header .logo-white {
  display: none;
}

@media screen and (min-width: 768px) {
  .drop-menu-holder .drop-menu:before {
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    height: 36px;
    content: "";
    z-index: 15;
  }
}

@media screen and (max-width: 415px) {
  #header .container {
    padding: 18px 15px !important;
  }
}
.footer {
  padding: 30px 0;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 42px 0;
  }
}
.footer .hold {
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .footer .hold {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footer .footer-menu {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .footer-menu {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-menu {
    width: 60%;
    justify-content: flex-start;
  }
}
.footer .footer-menu li {
  margin-bottom: 10px;
}
.footer .footer-menu li:last-child a {
  border-right: none;
}
.footer .footer-menu li:first-child a {
  padding-left: 0;
}
.footer .footer-menu li a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.footer .footer-menu li a:hover, .footer .footer-menu li a:focus {
  color: #FF451F;
}
@media screen and (max-width: 767px) {
  .footer .footer-menu li a {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-menu li {
    font-size: 16px;
  }
}
.footer .copy-wright {
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1024px) {
  .footer .copy-wright {
    width: 40%;
    text-align: right;
  }
}
.footer .copy-wright a {
  color: #fff;
  text-decoration: none;
}
.footer .copy-wright a:hover, .footer .copy-wright a:focus {
  color: #FF451F;
}

.fooer-note {
  font-size: 10px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .fooer-note {
    display: block;
  }

  .fooer-note p {

    font-size: 10px;
  }
}

.videos {
  min-height: 90vh;
  position: relative;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .videos {
    min-height: 80vh;
  }
}

.video-js {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 1660px;
  padding-bottom: 56.3%;
  left: 0;
  top: 0;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 18px;
  line-height: 1.67;
}

.vjs-tech {
  background-color: transparent;
}

#video1 {
  opacity: 30%;
}
@media screen and (max-width: 1023px) {
  #video1 {
    width: 100%;
    padding-bottom: 55%;
  }
}
#video1 .vjs-progress-control {
  visibility: hidden;
  display: none;
}
#video1 .vjs-play-progress {
  visibility: hidden;
  display: none;
}
#video1 .vjs-big-play-button {
  display: none !important;
}

.vjs-dock-text {
  visibility: hidden;
  display: none;
}

 .bc-iframe, .bc-iframe body, .bc-player-default_default, .bc-player-default_default .vjs-poster, .vjs-poster {
    background-color: transparent;
}

[class*=bc-player-default] {
  height: auto;
}

.hide {
  display: none;
}

.focus-ruby {
  color: #FF451F;
}

.align-items-center {
  align-items: center;
}

#liink .close {
  background-color: rgba(0, 14, 51, 0.5);
  border-radius: 100%;
  width: 44px;
  height: 44px;
}
#liink .close img {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#watch-video-home {
  margin: 2em 0 3em;
}

#play-button {
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1023px) {
  #play-button {
    position: absolute;
    top: -100%;
    margin-bottom: 50px;
    width: 70px;
    height: 70px;
  }
}

button.video-description-button {
  background: transparent;
  border: 0;
  position: absolute;
  margin-top: 56.4%;
  padding-top: 10px;
  right: 0;
  top: 0;
}
button.video-description-button img.ad-turn-off {
  display: none;
}
button.video-description-button.active img.ad-turn-on {
  display: none;
}
button.video-description-button.active img.ad-turn-off {
  display: block !important;
}

#ada-content {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  #ada-content {
    top: 10px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
#ada-content button {
  border: 0;
}
#ada-content button img {
  display: block;
}
#ada-content button.close-button {
  padding: 0px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 14, 51, 0.5);
}
#ada-content button.close-button span.icon-cross {
  margin-bottom: 0;
}

.ada-buttons {
  margin-top: 1em;

}

.ada-buttons button, .ada-buttons .btn, .ada-transcript {
    font-size: 16px;
}

.transcript {
            width: 100%;
            max-height: 500px;
            overflow-y: scroll;
            margin: .5em auto;
            padding: 10px;
            max-width: 850px;
            display: none;
        }
        
        .transcript::-webkit-scrollbar {
            width: auto;
        }
        
        .transcript::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            background-color: #555;
        }
        
        .transcript::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }





.saphire-ribbon {
  background-color: #F6F6F6;
  border: none;
  width: 100%;
}

.tag {
  font-weight: light;
  letter-spacing: 3%;
}

.ruby-ribbon {
  border: 1px solid #FF451F;
  border-right: none;
  background-color: #FF451F;
  height: auto;
}
.ruby-ribbon > a {
  width: 100%;
  text-decoration: none;
}
.ruby-ribbon__title {
  max-width: 100%;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  line-height: 116%;
  letter-spacing: -0.01em;
}
.ruby-ribbon__link {
  position: relative;
  bottom: 0;
  text-decoration: none;
  color: #000;
}
.ruby-ribbon__link p {
  display: inline-block;
}
.ruby-ribbon:hover {
  border-color: #000E33;
  background-color: #fff;
}
.ruby-ribbon:hover .ruby-ribbon__title,
.ruby-ribbon:hover .ruby-ribbon__link {
  color: #000E33;
  margin: 0;
}
.ruby-ribbon:hover .ribbon__arrow {
  fill: #FF451F;
}
.ruby-ribbon:active, .ruby-ribbon:focus {
  border-color: #000E33;
  background-color: #000E33;
}
.ruby-ribbon:active .ruby-ribbon__title,
.ruby-ribbon:active .ruby-ribbon__link, .ruby-ribbon:focus .ruby-ribbon__title,
.ruby-ribbon:focus .ruby-ribbon__link {
  color: #fff;
  margin: 0;
}
.ruby-ribbon:active .ribbon__arrow, .ruby-ribbon:focus .ribbon__arrow {
  fill: #fff;
}

.banner {
  padding: 50px 0 80px;
  color: #F6F6F6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 118px 0;
    min-height: 826px;
  }
}
@media screen and (min-width: 1200px) {
  .banner {
    padding: 128px 0;
    min-height: 840px;
  }
}
.banner h1 {
  line-height: 1.194444;
}
.banner .parallax-indicator {
  position: absolute;
  left: -1000px;
  top: 0;
  height: 280%;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .banner .parallax-indicator {
    height: 17%;
  }
}
@media screen and (min-width: 1024px) {
  .banner .parallax-indicator {
    height: 100%;
  }
}
.banner .container {
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .banner .container {
    padding: 0 72px;
  }
}
@media screen and (min-width: 1024px) {
  .banner .container {
    padding: 0 15px;
  }
}
.banner .icon-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px 10px;
}
.banner .icon-holder svg {
  overflow: visible;
}
.banner .icon-holder li {
  width: 20%;
  padding: 10px;
}
.purpose {
  padding: 124px 0;
}
@media screen and (min-width: 768px) {
  .purpose {
    padding: 209px 0 124px;
  }
}
@media screen and (min-width: 1024px) {
  .purpose {
    padding: 118px 0 90px;
  }
}
.purpose h2 {
  line-height: 1.5;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .purpose.two-col .col:first-child {
    margin-bottom: 151px;
  }
}
@media screen and (min-width: 1024px) {
  .purpose.two-col .col:first-child {
    margin-bottom: 0;
  }
}
.purpose.two-col .col:nth-child(odd) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .purpose.two-col .col:nth-child(odd) {
    margin-bottom: 151px;
  }
}
@media screen and (min-width: 1024px) {
  .purpose.two-col .col:nth-child(odd) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .purpose .image-holder {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .purpose .image-holder {
    padding-left: 95px;
  }
}

.bg-marble .main-title, .bg-white .main-title {
  color: #D1391B;
}
.bg-marble .btn:hover, .bg-marble .btn:focus, .bg-white .btn:hover, .bg-white .btn:focus {
  color: #fff;
  border-color: #db3b1b;
  background: #db3b1b;
}
@media screen and (max-width: 767px) {
  .bg-marble .btn, .bg-white .btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .bg-blue .btn {
    font-size: 18px;
  }
}

.btn-marble:hover, .btn-marble:focus {
  color: #fff;
  border-color: #db3b1b;
  background: #db3b1b;
}

.btn.btn-ornage:focus, .btn.btn-ornage:hover {
  background: #000E33;
  color: #fff;
  border-color: #FF451F;
}

@media screen and (min-width: 1024px) {
  .our-offering .reverse-col .need-padding {
    padding-left: 4px;
  }
}
@media screen and (max-width: 1350px) and (min-width: 1200px) {
  .our-offering .reverse-col .need-padding {
    margin-left: -10rem;
  }
}
@media screen and (min-width: 768px) {
  .our-offering.two-col .container .col:nth-child(odd) {
    margin-bottom: 117px;
  }
}
@media screen and (min-width: 1024px) {
  .our-offering.two-col .container .col:nth-child(odd) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .two-cols, .two-cols-reverse {
    display: flex;
    flex-wrap: wrap;
  }
}
.two-cols .col:nth-child(odd) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .two-cols .col:nth-child(odd) {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .two-cols .col:nth-child(odd) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .two-cols .col {
    width: 45%;
    flex-grow: 1;
  }
  .two-cols .col:nth-child(2n) {
    width: 55%;
  }

  .two-cols-reverse .col {
    width: 55%;
    flex-grow: 1;
  }
  .two-cols-reverse .col:nth-child(2n) {
    width: 45%;
  }
}

.offering {
  counter-increment: my-counter;
  overflow: hidden;
  padding: 124px 0;
}
.offering.bg-blue h2 a {
  color: #fff;
}
.offering.bg-blue .two-cols .col:nth-child(odd) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .offering.bg-blue .two-cols .col:nth-child(odd) {
    margin-bottom: 151px;
  }
}
@media screen and (min-width: 1024px) {
  .offering.bg-blue .two-cols .col:nth-child(odd) {
    margin-bottom: 0;
  }
}
.offering.bg-marble .main-title {
  color: #D1391B;
}
.offering h2 a {
  color: #000;
  text-decoration: none;
}
.offering h2 a.text-cod-gray {
  color: #161616;
}
.offering h2 a:hover, .offering h2 a:focus {
  color: #FF451F;
}
@media screen and (min-width: 768px) {
  .offering {
    padding: 193px 0 184px;
  }
}
@media screen and (min-width: 1200px) {
  .offering {
    padding: 112px 0 117px;
  }
}
@media screen and (min-width: 1200px) {
  .offering.have-list {
    padding-bottom: 0;
  }
}
.offering.have-list h2 {
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .offering.have-list h2 {
    margin-bottom: 77px;
  }
}
.offering.have-styled-list {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .offering.have-styled-list {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .offering.have-styled-list {
    padding-bottom: 90px;
  }
}
.offering.have-styled-list .main-title {
  margin-bottom: 14px;
}
.offering.have-styled-list h2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .offering.have-styled-list h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .offering.have-styled-list h2 {
    margin-bottom: 63px;
  }
}
.offering .advantage-section h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .offering .image-holder {
    width: 49vw;
  }
}

@media screen and (min-width: 2200px) {
  .offering .image-holder {
    width: 40vw;
  }
}


@media screen and (min-width: 1600px) {
  .offering .image-holder.extra-wide {
    width: 54vw;
  }
}
@media screen and (min-width: 1200px) {
  .offering .image-holder.assets-img {
    width: 35vw;
    margin-left: -12vw;
  }
}
@media screen and (min-width: 1600px) {
  .offering .image-holder.assets-img.extra-wide {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .offering .image-holder.assets-img {
    margin-top: 3rem;
  }
}
.offering h2 {
  margin-bottom: 31px;
}
.offering.have-image-bottom {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .offering.have-image-bottom {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .offering.have-image-bottom {
    min-height: 622px;
  }
}
.offering.have-image-bottom .image-holder {
  width: 100vw;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .offering.have-image-bottom .image-holder {
    margin-top: -70px;
    margin-left: -124px;
    padding-left: 252px;
  }
}
@media screen and (min-width: 1024px) {
  .offering.have-image-bottom .image-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-right: -8px;
  }
}
.offering .main-title {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  white-space: normal;
  text-overflow: unset;
}
.offering .main-title span {
  margin: -3px 16px 0;
}
.offering .main-title:after {
  content: counters(my-counter, ".", decimal-leading-zero);
  position: relative;
  top: -2px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #FF451F;
}
.offering .no-count .main-title span {
  margin: -3px 16px 0 0;
}
.offering .no-count .main-title:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .offering.digital-assets-block {
    padding: 100px 0;
  }
}

.reverse-col {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
  .reverse-col-mobile {
    flex-direction: column-reverse;
    display: flex;
    margin-top: 2em;
  }
}



.bottom-section {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .bottom-section {
    padding: 89px 0 64px;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-section {
    padding: 121px 0 27px;
  }
}
.bottom-section .icon-holder {
  display: flex;
  flex-wrap: wrap;
}
.bottom-section .icon-holder .icon {
  margin: 0 15px 20px 0;
}
.bottom-section .icon-holder .icon:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .bottom-section .icon-holder .icon {
    flex: 1 0;
  }
}
@media screen and (min-width: 768px) {
  .bottom-section .icon-holder .icon {
    margin: 0 25px 20px 0;
  }
}
@media (min-width: 1024px) {
  .bottom-section .icon-holder .icon {
    width: auto;
    margin: 0 44px 20px 0;
  }
}


/**    CTAs   **/

.big-cta {
  font-weight: 400;
  color: #000E33;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 60px 20px 0;
  margin-bottom: 30px;
  max-width: 1040px;
  width: 83vw;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (min-width: 768px) {
  .big-cta {
    padding: 20px 70px 24px 0;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .big-cta {
    padding: 17px 70px 17px 0;
    margin-bottom: 73px;
  }
}
@media screen and (min-width: 1200px) {
  .big-cta {
    width: 100%;
  }
}
.big-cta:hover, .big-cta:focus {
  color: #fff !important;
}
.big-cta:hover:before, .big-cta:focus:before {
  background: #db3b1b;
}
.big-cta:hover:after, .big-cta:focus:after {
  color: #fff;
}
.big-cta:before {
  position: absolute;
  top: 0;
  left: -9999px;
  bottom: 0;
  right: 0;
  content: "";
  background: #F6F6F6;
  z-index: -1;
  transition: background 0.3s ease-in-out;
}
.big-cta:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f054";
    font-family: "Font Awesome 5 Pro";
  color: #FF451F;
  font-size: 12px;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .big-cta:after {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .big-cta {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .big-cta {
    font-size: 28px;
  }
}


/**  CTA for middle of page  **/

.mid-cta {
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 70px 20px 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  box-shadow: 0px 7px 14px rgb(50 50 93 / 10%);
    border: 1px solid rgba(0,0,0,.125);  
    width: 100%;
  background: #000e33;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .mid-cta {
    padding: 20px 70px 24px 20px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .mid-cta {
    padding: 17px 70px 17px 20px;
    margin-bottom: 73px;
  }
}
@media screen and (min-width: 1200px) {
  .mid-cta {
    width: 100%;
  }
}
.mid-cta:hover, .mid-cta:focus {
  color: #fff !important;
  cursor: pointer;
}
.mid-cta:hover, .mid-cta:focus {
  background: #db3b1b;
}
.mid-cta:hover:after, .mid-cta:focus:after {
  color: #fff;
}

/**
.mid-cta:before {
  position: absolute;
  top: 0;
  left: -9999px;
  bottom: 0;
  right: 0;
  content: "";
  background: #F6F6F6;
  z-index: -1;
  transition: background 0.3s ease-in-out;
}

**/


.mid-cta:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f054";
    font-family: "Font Awesome 5 Pro";
  color: #FF451F;
  font-size: 12px;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .mid-cta:after {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mid-cta {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .mid-cta {
    font-size: 28px;
  }
}






.fade-in-text {
  animation: fadeIn linear 0.25s;
  margin-right: 3rem;
}

.fade-in-icon {
  animation: fadeIn2 linear 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-section {
  padding: 0;
}
.video-section sup {
  top: -0.09em;
  left: 4px;
  font-size: 84%;
}
.video-section span {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .video-section span {
    font-size: 24px;
  }
}
.video-section h1 {
  letter-spacing: -0.01em;
  line-height: 1.13;
  margin-bottom: 54px;
}
@media (min-width: 1024px) {
  .video-section h1 {
    font-size: 60px;
  }
}
.video-section .hold {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1024px) {
  .video-section .hold {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.video-section .container {
  max-width: 1435px;
  position: relative;
}

#play-button circle, #play-button path {
  transition: 0.3s all ease-in-out;
}
#play-button:hover circle {
  stroke: #ff451f;
  fill: #ff451f;
}
#play-button:hover path {
  fill: #fff;
}
#play-button:active circle, #play-button:focus circle {
  stroke: #fff;
  fill: #fff;
}
#play-button:active path, #play-button:focus path {
  fill: #000e33;
}

.purpose-intro {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .purpose-intro {
    padding: 119px 0 66px;
  }
}
.purpose-intro .image-holder {
  max-width: 350px;
  padding-bottom: 45px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .purpose-intro .image-holder {
    max-width: 485px;
    margin-left: 0;
  }
}
.purpose-intro h2 {
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .purpose-intro .main-title {
    margin-top: -12px;
  }
}
@media screen and (min-width: 1200px) {
  .purpose-intro .col:nth-child(2n) {
    padding: 0 102px 0 80px;
  }
}

.link-family-hold {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 33px;
}
@media screen and (min-width: 1200px) {
  .link-family-hold {
    margin: 0 -80px 33px;
  }
}
.link-family-hold article {
  padding: 0 15px;
  width: 100%;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .link-family-hold article {
    width: 50%;
    margin-bottom: 78px;
  }

  .link-family-hold article.oda {
    width: 100%;
    
  }

}
@media screen and (min-width: 1024px) {
  .link-family-hold article, .link-family-hold article.oda {
    font-size: 22px;
    width: 50%;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .link-family-hold article {
    padding: 0 70px 0 80px;
  }
}
.link-family-hold article h3 {
  font-size: 20px;
  letter-spacing: -0.09em;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .link-family-hold article h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  .link-family-hold article h3 {
    font-size: 48px;
  }
}
.link-family-hold article .title-hold {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.link-family-hold article .title-hold .icon-hold {
  max-width: 55px;
  flex-basis: 55px;
  margin-right: 10px;
}
.link-family-hold article .title-hold .title {
  flex: 1;
}
.link-family-hold article .title-hold .title a {
  color: #000;
  text-decoration: none;
}
.link-family-hold article .title-hold .title a:hover, .link-family-hold article .title-hold .title a:focus {
  color: #FF451F;
}
@media screen and (min-width: 768px) {
  .link-family-hold article .title-hold {
    margin-bottom: 16px;
  }
}

.btn-more {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.03em;
  
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}

.btn-more-orange {
    color: #ffffff;
    
}
@media screen and (min-width: 768px) {
  .btn-more {
    font-size: 22px;
  }
}
.btn-more:after {
  position: relative;
  top: 0;
  right: -18px;
  
  color: #FF451F;
  content: "\f054";
    font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}

.btn-more-orange:after {
    color: #ffffff;
}


.btn-more:hover, .btn-more:focus {
  color: #FF451F !important;
}

.btn-more-orange:hover, .btn-more-orange:focus {
  color: #000E33 !important;
}


@media screen and (min-width: 1024px) {
  .tab-hold {
    display: flex;
    align-items: center;
  }
}
.tab-hold .tabset {
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .tab-hold .tabset {
    min-width: 475px;
    flex-basis: 475px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
.tab-hold .tabset li {
  margin-bottom: 28px;
}
.tab-hold .tabset button {
  background: none;
  border: none;
}
.tab-hold .tabset a, .tab-hold .tabset button {
  text-decoration: none;
  color: #B3B7C2;
  position: relative;
  padding-left: 40px;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (min-width: 768px) {
  .tab-hold .tabset a, .tab-hold .tabset button {
    padding-left: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .tab-hold .tabset a, .tab-hold .tabset button {
    font-size: 22px;
  }
}
.tab-hold .tabset a span, .tab-hold .tabset button span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: color 0.3s ease-in-out;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .tab-hold .tabset a span, .tab-hold .tabset button span {
    font-size: 42px;
  }
}
.tab-hold .tabset a:hover, .tab-hold .tabset a:focus, .tab-hold .tabset button:hover, .tab-hold .tabset button:focus {
  text-decoration: underline;
  color: #fff;
}
.tab-hold .tabset a[aria-selected=true], .tab-hold .tabset button[aria-selected=true] {
  color: #fff;
  text-decoration: underline;
}
.tab-hold .tabset a[aria-selected=true] span, .tab-hold .tabset button[aria-selected=true] span {
  color: #FF451F;
}
.tab-hold .tab-content {
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 250px;
  padding-left: 80px;
  padding-top: 6px;
  overflow: hidden;
}
@media screen and (min-width: 580px) {
  .tab-hold .tab-content {
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tab-hold .tab-content {
    padding-left: 205px;
    min-height: 476px;
  }
}
.tab-hold .tab-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: -9999px;
  bottom: 0;
  content: "";
  background: #F6F6F6;
  z-index: -1;
}
.tab-hold .tab-content:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.tab-hold .tab-content .decor {
  position: absolute;
  top: 50%;
  left: -200px;
  z-index: 2;
  transform: translateY(-50%);
  width: 25%;
  overflow: hidden;
  transition: all 1s ease;
}
.tab-hold .tab-content .decor.decor-in {
  left: 0;
}
@media screen and (min-width: 768px) {
  .tab-hold .tab-content .decor {
    width: 254px;
    opacity: 1;
  }
}
.tab-hold .tab-content .decor img {
  width: 100%;
  height: auto;
  margin-left: -50%;
}
@media screen and (min-width: 1024px) {
  .tab-hold .tab-content {
    flex: 1;
    font-size: 22px;
  }
}
.tab-hold .tab-content > div {
  transition: opacity 0.3s ease-in-out, 0.3s 0.3s ease-in-out, ease 0.3s ease-in-out;
}
.tab-hold .tab-content > div.active {
  opacity: 1;
}
.tab-hold .tab-content h3 {
  font-size: 28px;
  font-weight: 300;
  color: #161616;
  line-height: 1.39;
  margin-bottom: 8px;
}

.partner-hold {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .partner-hold {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .partner-hold {
    max-width: 1200px;
  }
}
.partner-hold .partner {
  margin-bottom: 30px;
  margin: 0 40px 30px 0;
}
@media screen and (min-width: 768px) {
  .partner-hold .partner {
    margin: 0 37px 87px 0;
  }
}
@media screen and (min-width: 1200px) {
  .partner-hold .partner {
    margin: 0 62px 87px 0;
  }
}

.bg-marble-right-extend, .bg-marble-left-extend {
  position: relative;
  z-index: 1;
}
.bg-marble-right-extend:before, .bg-marble-left-extend:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #F6F6F6;
}

.bg-marble-right-extend:before {
  right: -9999px;
}

.bg-marble-left-extend:before {
  left: -9999px;
}

@media screen and (min-width: 768px) {
  .image-holder.wide {
    width: 66vw;
    max-width: 1100px;
  }
}

.callout-abstract {
  line-height: 1.39;
  margin-bottom: -120px;
}
@media screen and (min-width: 768px) {
  .callout-abstract {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .callout-abstract .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.callout-abstract .text-content {
  position: relative;
  z-index: 4;
}
@media (min-width: 1024px) {
  .callout-abstract .text-content {
    width: 58%;
  }
}
.callout-abstract .image-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .callout-abstract .image-content {
    width: 42%;
    padding-left: 5px;
  }
}
.callout-abstract .image-holder.wide img {
  width: 100%;
}
@media (min-width: 1024px) {
  .callout-abstract .image-holder.wide {
    margin: 110px 0 -11vw -12vw;
  }
}
.callout-abstract .content-hold {
  padding: 30px;
}
@media (min-width: 1024px) {
  .callout-abstract .content-hold {
    max-width: 85.3%;
    margin-left: auto;
    padding: 88px 28px 50px 77px;
  }
}

.counter-section {
  padding: 192px 0 30px;
}
@media screen and (min-width: 768px) {
  .counter-section {
    padding: 192px 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .counter-section .counter-section-hold {
    padding-top: 42px;
    padding-bottom: 32px;
    padding-right: 20px;
  }
}
.counter-section .three-col {
  margin: 0 -15px;
}
@media screen and (min-width: 1200px) {
  .counter-section .three-col {
    margin: 0 -65px;
  }
}
.counter-section .three-col .col {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .counter-section .three-col .col {
    padding: 30px 65px 15px;
  }
}
.counter-section .counter-hold {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .counter-section .counter-hold {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .counter-section .counter-hold {
    max-width: 250px;
  }
}
.counter-section .number {
  font-size: 25px;
  line-height: 1;
  display: block;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .counter-section .number {
    font-size: 50px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) {
  .counter-section .number {
    font-size: 100px;
  }
}
@media screen and (max-width: 767px) {
  .counter-section .number {
    font-size: 40px;
  }
}

.cards {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .cards {
    padding: 115px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .cards h2 {
    margin-bottom: 63px;
  }
}

.card {
  box-shadow: 0px 7px 14px rgba(50, 50, 93, 0.1);
  background: #fff;
  position: relative;
  display: flex;
  top: 0;
  flex: 1;
  margin: 0 15px;
  transition: top 0.3s ease-in-out;
  margin-bottom: 30px;
}
.card .card-head {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.card:hover, .card:focus {
  top: -5px;
}
.card h2 {
  font-size: 28px;
  line-height: 1.39;
  margin-bottom: 8px;
}
.card h2 a {
  text-decoration: none;
  color: #000;
}
.card h2 a:hover, .card h2 a:focus {
  color: #FF451F;
}
.card .bg-blue h2 a {
  text-decoration: none;
  color: #fff;
}
.card .bg-blue h2 a:hover, .card .bg-blue h2 a:focus {
  color: #FF451F;
}
.card .card-head {
  min-height: 284px;
  background-size: cover;
  background-position: 100% 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 32px 20px;
}
.card .card-head .hold {
  flex-grow: 1;
}
.card.card-with-body .card-head {
  max-width: 120px;
  flex-basis: 120px;
}
@media screen and (min-width: 1024px) {
  .card.card-with-body .card-head {
    max-width: 360px;
    flex-basis: 360px;
  }
}
@media screen and (min-width: 768px) {
  .card.head-only {
    flex: none;
    max-width: 380px;
  }
}
.card.head-only .card-head {
  align-self: center;
}
.card .card-body {
  padding: 41px 33px 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card .card-body .btn-more {
  padding-left: 9px;
}
.card .card-body .hold {
  flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .card .card-body .hold {
    width: 89%;
  }
}
.card .card-body .hold h2 {
  margin-bottom: 9px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg-blue .btn-more {
  color: #fff;
}

.card-hold {
  margin: 0 -15px;
}
.card-hold .row {
  margin-bottom: 32px;
}

.advantage-section {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .advantage-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .advantage-section {
    padding: 117px 0 195px;
  }
}
.advantage-section h2 {
  margin-bottom: 25px;
}
.advantage-section .tabs button {
  text-align: left;
}
.advantage-section .content-hold {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .advantage-section .content-hold {
    margin-bottom: 96px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
  bottom: 0;
  top: auto;
  left: auto;
  padding: 8px;
}

#scroll-arrow {
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .video-section #scroll-arrow {
    padding-bottom: 4rem;
  }
}


@media screen and (min-width: 1200px) {
  p.partnerships-blurb {
    margin: 0 38em 1.3em 0 !important;
  }
}

@media screen and (max-width: 415px) {
  .tab-hold .tab-content {
    padding-left: 60px;
  }
}
.hero {
  padding: 30px 0;
  min-height: 577px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero {
    padding: 70px 0 100px;
  }
}
.hero span {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hero span {
    font-size: 24px;
  }
}
.hero h1 {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .hero h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .hero .container {
    display: flex;
    flex-wrap: wrap;
  }
}

.hero-btn {
  margin-right: 20px;
  font-size: 20px;
  padding: 10px 20px;
}


@media only screen and (max-width: 600px) {
.hero-btn {
width: 60%;
margin: 14px 0 0;
font-size: 16px;
text-align: center;
}
}

.main-title.without-number {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  white-space: normal;
  text-overflow: unset;
}
.main-title.without-number span {
  margin: -3px 16px 0;
}
.main-title.without-number:after {
  content: none;
  position: relative;
  top: -2px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #FF451F;
}

@media screen and (min-width: 768px) {
  .coin-system-hero .hero .col {
    width: 66%;
  }
  .coin-system-hero .hero .col:nth-child(odd) {
    width: 34%;
  }
}
.coin-system-hero .hero .decor {
  position: absolute;
  z-index: -1;
}
.coin-system-hero .hero .decor.one {
  bottom: auto;
  top: 0;
  left: -65px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  .coin-system-hero .hero .decor.one {
    left: 3.2%;
  }
}
@media screen and (min-width: 1600px) {
  .coin-system-hero .hero .decor.one {
    top: 22.6%;
  }
}
@media screen and (max-width: 767px) {
  .coin-system-hero .hero .decor.one {
    bottom: auto;
    top: 0;
    left: -35px;
    right: auto;
    width: 50%;
  }
}
.coin-system-hero .hero .decor.two {
  top: auto;
  bottom: -65px;
  left: 7.7%;
  right: auto;
}
@media screen and (min-width: 1600px) {
  .coin-system-hero .hero .decor.two {
    bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  .coin-system-hero .hero .decor.two {
    top: 25%;
    left: 7.7%;
    right: auto;
    width: 15%;
  }
}
@media screen and (max-width: 325px) {
  .coin-system-hero .hero .decor.two {
    top: 20%;
  }
}
.coin-system-hero .hero .image-hold {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .coin-system-hero .hero .image-hold {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .coin-system-hero .hero .image-hold {
    padding-left: 67px;
  }
}
@media screen and (max-width: 767px) {
  .coin-system-hero .hero .image-hold {
    text-align: center;
    margin-left: 10rem;
    margin-bottom: 65px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .coin-system-hero .hero .content-hold {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .coin-system-hero .hero .content-hold {
    padding-left: 5px;
  }
}

.intro-coin {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .intro-coin {
    padding: 120px 0 104px;
  }
}
@media screen and (min-width: 768px) {
  .intro-coin h2 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .styled-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -21px;
  }
}
@media screen and (min-width: 1024px) {
  .styled-list {
    font-size: 22px;
  }
}
.styled-list li {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .styled-list li {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .styled-list li {
    margin-bottom: 25px;
  }
}
.styled-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .styled-list li {
    width: 33.33%;
    margin-bottom: 42px;
    padding: 0 21px;
  }
}
.styled-list .icon-hold {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .styled-list .icon-hold {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .styled-list .icon-hold {
    margin-bottom: 42px;
  }
}

.bottom-note {
  line-height: 1.08;
  max-width: 1200px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bottom-note .btn-marble {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .bottom-note .btn-marble {
    margin-bottom: 81px;
  }
}
@media screen and (min-width: 1024px) {
  .bottom-note {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.bottom-note p {
  margin-bottom: 53px;
}

.cta-holder i {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .cta-holder i {
    font-size: 28px;
  }
}
.cta-holder.style-left .big-cta:before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: -9999px;
}

.our-offering .cta-holder .big-cta {
  margin-bottom: 30px;
}

.api-integration {
  position: relative;
  overflow: hidden;
}
.api-integration .decor-hold {
  position: absolute;
  top: -27%;
  right: -66.4%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .api-integration .decor-hold {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .api-integration .decor-hold {
    right: -33.6%;
    max-width: 60%;
    top: -8%;
  }
}
@media screen and (min-width: 1200px) {
  .api-integration .decor-hold {
    top: -7.6%;
    right: -15.6%;
    max-width: 40%;
  }
}
@media screen and (min-width: 1800px) {
  .api-integration .decor-hold {
    top: -20.6%;
    right: -11.6%;
  }
}
@media screen and (min-width: 1900px) {
  .api-integration .decor-hold {
    max-width: 100%;
    top: -20%;
    right: -11.8%;
  }
}
.api-integration .api-categories-hold {
  padding: 30px 0;
}
.api-integration .api-categories-hold .hold {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .api-integration .api-categories-hold .hold {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .api-integration .api-categories-hold {
    padding: 94px 0 40px;
  }
}

.api-categories-hold {
  color: #161616;
  line-height: 1.77;
}
@media screen and (min-width: 768px) {
  .api-categories-hold {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .api-categories-hold {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.api-categories-hold .api-categorie {
  margin-bottom: 30px;
}
.api-categories-hold .image-hold {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .api-categories-hold .hold {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .api-categories-hold .hold {
    max-width: 432px;
  }
}
@media screen and (min-width: 1200px) {
  .api-categories-hold .hold {
    padding-right: 23px;
  }
}
.api-categories-hold h2 {
  color: #161616;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .api-categories-hold h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .api-categories-hold .api-categorie {
    width: 33.33%;
    padding: 0 15px;
  }
}

.bg-marble-extend-right,
.bg-marble-extend-left {
  position: relative;
  z-index: 1;
}
.bg-marble-extend-right:before,
.bg-marble-extend-left:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  background: #F6F6F6;
  z-index: -1;
}

.bg-marble-extend-right:before {
  left: 0;
}

.bg-marble-extend-left:before {
  left: -9999px;
  right: 0px;
}

.fooer-note-big {
  font-size: 13px;
  max-width: 800px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .fooer-note-big {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .py-wide.mobile-padding {
    padding-bottom: 3rem !important;
  }
}

@media screen and (min-width: 769px) {
  .digital-assets .hero .decor.one {
    top: 2%;
    left: 9%;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .digital-assets .hero .decor.one {
    left: 9%;
  }
}
@media screen and (min-width: 769px) {
  .digital-assets .hero .decor.one svg {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .digital-assets .hero .decor.two {
    bottom: 4%;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .digital-assets .hero .decor.two {
    left: 12%;
  }
}
@media screen and (min-width: 769px) {
  .digital-assets .hero .decor.two svg {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .digital-assets .hero .image-hold {
    padding-left: 67px;
  }
}
@media screen and (max-width: 767px) {
  .digital-assets .hero .decor.one {
    left: 35%;
    width: 15%;
    top: 5%;
  }
  .digital-assets .hero .decor.two {
    top: 20%;
    width: 25%;
  }
  .digital-assets .hero .image-hold {
    margin-left: 10rem;
    position: relative;
  }
  .digital-assets .hero .image-hold svg {
    position: absolute;
    left: -5%;
  }
  .digital-assets .hero .content-hold {
    margin-top: 17rem;
  }
}

/**
@media screen and (min-width: 1024px) {
  .digital-assets ul.callout-list {
    margin-top: 5rem;
  }
  .digital-assets ul.callout-list .second-column {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .digital-assets ul.callout-list li {
    width: 40%;
  }
}

**/
.digital-assets .advantage-section .intraday-repo {
  justify-content: flex-start;
}
.digital-assets .advantage-section .intraday-repo .repo-live {
  margin-left: 0.8rem;
  margin-right: 2rem;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 346px) {
  .digital-assets .advantage-section .intraday-repo .repo-live {
    margin-left: 0.5rem;
  }
}
.digital-assets .advantage-section .intraday-repo .repo-live .live {
  padding-left: 0.5rem;
  color: #FF451F;
  letter-spacing: 0.03em;
  font-size: 13.2129px;
  font-weight: bold;
  line-height: 16px;
}
.digital-assets .advantage-section .intraday-repo .icon-label {
  position: absolute;
  left: 31.51%;
  right: 0%;
  top: 6%;
  bottom: 6%;
  font-family: Mabry Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.digital-assets .advantage-section .ir-logo {
  position: relative;
}
.digital-assets .advantage-section .ir-logo .app-icon-text {
  position: absolute;
  left: 30%;
  right: 77.17%;
  top: 22%;
  bottom: 26%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.digital-assets .advantage-section .ir-logo .app-icon-text-three-digits {
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
  bottom: 26%;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  justify-content: center;
}
.digital-assets p.app-subtext {
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 163%;
  font-weight: bold;
  color: #4C505B;
  margin-top: 1rem;
}
.digital-assets .title-hold .icon-hold {
  max-width: 75px !important;
}
@media screen and (max-width: 767px) {
  .digital-assets .link-family-hold {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .digital-assets .have-list {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .digital-assets .have-list {
    padding-bottom: 0;
  }
}


/**
.digital-assets .have-content-list .main-title::after {
  content: none;
}

**/
.digital-assets .have-content-list .content-wrap {
  padding-right: 0;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1741px) {
  .digital-assets .have-content-list .content-wrap li {
    padding-right: 15rem;
  }
}
.digital-assets .have-content-list li {
  margin-bottom: 1rem;
  font-size: 20px;
}
@media screen and (max-width: 1740px) and (min-width: 1024) {
  .digital-assets .have-content-list li {
    width: 350px;
  }
}
@media screen and (min-width: 1741px) {
  .digital-assets .have-content-list li {
    width: 688px;
  }
}
.digital-assets .have-content-list .left-heading {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1741px) {
  .digital-assets .have-content-list .left-heading {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .digital-assets .have-content-list .left-heading {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .digital-assets .have-content-list .content-wrap {
    padding-right: 5.5rem;
    padding-top: 1.5rem;
  }
  .digital-assets .have-content-list .bg-marble-right-extend {
    padding: 32px 15px 40px 112px;
  }

    .digital-assets .have-content-list .bg-dark-gray-right-extend {
    padding: 40px 15px 40px 112px;
  }

  .digital-assets .have-content-list .bg-marble-right-extend h3 {
    margin: 0 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .digital-assets .have-content-list .bg-marble-right-extend {
    padding: 40px 0 40px 0;
  }
  .digital-assets .have-content-list .bg-marble-right-extend::before {
    left: -100px;
  }
}
@media screen and (max-width: 767px) {
  .digital-assets .tab-hold .tab-content {
    font-size: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .digital-assets .image-hold svg {
    max-width: 75%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .digital-assets .image-hold svg {
    max-width: 100%;
  }
}
@media screen and (max-width: 768) {
  .digital-assets .image-hold svg {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .reverse .container {
    flex-direction: row-reverse;
  }
}

.block-chain-hero .hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .block-chain-hero .hero {
    padding: 67px 0 64px;
  }
}
.block-chain-hero .hero .image-hold {
  width: 50%;
  margin-left: 20%;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .block-chain-hero .hero .image-hold {
    width: 100%;
    margin-left: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1024px) {
  .block-chain-hero .hero .image-hold {
    width: 80%;
    margin-left: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1400px) {
  .block-chain-hero .hero .image-hold {
    width: 100%;
    margin-left: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .block-chain-hero .hero .container .col {
    width: 37%;
  }
  .block-chain-hero .hero .container .col:nth-child(2n) {
    width: 63%;
  }
}
@media screen and (min-width: 1024px) {
  .block-chain-hero .hero .text-hold {
    padding-top: 20px;
  }
}
.block-chain-hero .hero .image-hold {
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .block-chain-hero .hero .image-hold {
    padding: 0 0 0 60px;
  }
}
.block-chain-hero .hero .container {
  max-width: 1520px;
}
.block-chain-hero .hero .decor {
  position: absolute;
  z-index: -1;
}
.block-chain-hero .hero .decor.one {
  bottom: 0;
  right: 39%;
}
@media screen and (max-width: 767px) {
  .block-chain-hero .hero .decor.one {
    left: -5.4%;
    transform: rotate(90deg);
    right: 80%;
    bottom: auto;
    top: 40%;
  }
}
@media screen and (max-width: 349px) {
  .block-chain-hero .hero .decor.one {
    top: 35%;
  }
}
.block-chain-hero .hero .decor.two {
  top: 35%;
  right: 2.6%;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .block-chain-hero .hero .decor.two {
    top: 5%;
    right: -5.4%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .block-chain-hero .hero .decor.two {
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block-chain-hero .hero .decor.two {
    top: 45%;
    right: -8.4%;
  }
}
@media screen and (min-width: 1530px) {
  .block-chain-hero .hero .decor.two {
    right: -5.4%;
  }
}
@media screen and (min-width: 1800px) {
  .block-chain-hero .hero .decor.two {
    right: 2.6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1530px) {
  .block-chain-hero .hero .decor.two {
    top: 0;
    right: -5.4%;
  }
}

.offering .bg-marble-right-extend {
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .offering .bg-marble-right-extend {
    padding: 0;
  }
}
.offering .bg-marble-right-extend:before {
  left: -20px;
}
@media screen and (min-width: 1024px) {
  .offering .bg-marble-right-extend:before {
    left: 0;
    top: -50px;
  }
}

@media screen and (min-width: 1024px) {
  .offering .bg-dark-gray-right-extend:before {
    top: -22px;
  }
}
@media screen and (min-width: 1200px) {
  .offering .bg-marble-right-extend:before {
    left: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .two-equal-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.two-equal-col .col:nth-child(odd) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .two-equal-col .col:nth-child(odd) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .two-equal-col .col:nth-child(odd) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .two-equal-col .col {
    width: 50%;
    padding: 0 15px;
    flex-grow: 1;
  }
}

.use-case-list {
  color: #161616;
}
@media screen and (min-width: 1024px) {
  .use-case-list {
    margin-left: auto;
    max-width: 520px;
    padding: 94px 0 133px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .use-case-list {
    padding: 94px 0 133px;
  }
}
.use-case-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.use-case-list li:last-child {
  margin-bottom: 0;
}
.use-case-list .icon-hold {
  font-size: 34px;
  padding-right: 18px;
}
.use-case-list .content {
  flex: 1;
}

.callout-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (min-width: 1400px) {
  .callout-list {
    margin: 0 -65px;
  }
}
.callout-list li {
  padding: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .callout-list li {
    width: 33.33%;
  }
}
@media screen and (min-width: 1400px) {
  .callout-list li {
    padding: 0 65px;
  }
}
.callout-list .icon-hold {
  margin-bottom: 21px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .callout-list .icon-hold {
    width: auto;
  }
}
.callout-list h3 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .callout-list h3 {
    font-size: 32px;
  }
}

.have-callout-list .callout-list {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .our-offering .offering.have-content-list {
    padding: 150px 0 104px;
  }
}
.our-offering .offering.have-content-list h2 {
  line-height: 1.5;
  margin-bottom: 23px;
}
.our-offering .offering.have-content-list .content-wrap {
  max-width: 599px;
}

.btn-more.text-blue {
  color: #000E33;
}

@media screen and (min-width: 1200px) {
  .services-block .need-padding {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  .services-block .launch-graphic-img {
    width: 35vw;
    margin-left: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .services-block .launch-graphic-img {
    margin-top: 4rem;
  }
}

.confirm-hero .hero {
  color: #000E33;
}
.confirm-hero .hero .container {
  max-width: 1800px;
}
@media screen and (min-width: 768px) {
  .confirm-hero .hero .container .col {
    width: 37%;
  }
  .confirm-hero .hero .container .col:nth-child(2n) {
    width: 63%;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-hero .hero .text-hold {
    margin-left: auto;
    max-width: 966px;
    padding-top: 100px;
  }
}
.confirm-hero .hero span {
  margin-bottom: 3px;
  color: #293859;
  font-weight: 300;
}
.confirm-hero .hero .image-holder {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .confirm-hero .hero .image-holder {
    width: 90%;
    margin-left: 4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .confirm-hero .hero .image-holder {
    padding-right: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-hero .hero .image-holder {
    text-align: left;
    margin: -44px 0 -157px 9px;
  }
}
@media screen and (min-width: 1600px) {
  .confirm-hero .hero .image-holder {
    padding-right: 0;
  }
}
.confirm-hero .hero h1 {
  line-height: 1.13;
  margin-bottom: 33px;
}
.confirm-hero .hero .decor {
  position: absolute;
  z-index: -1;
}
.confirm-hero .hero .decor.one {
  left: -5.4%;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .confirm-hero .hero .decor.one {
    bottom: -10%;
  }
}
@media screen and (max-width: 1220px) and (min-width: 811px) {
  .confirm-hero .hero .decor.one {
    left: -10%;
  }
}
@media screen and (max-width: 810px) and (min-width: 431px) {
  .confirm-hero .hero .decor.one {
    left: -20%;
  }
}
@media screen and (max-width: 430px) {
  .confirm-hero .hero .decor.one {
    left: -30%;
    top: 58%;
  }
}
.confirm-hero .hero .decor.two {
  top: -40px;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .confirm-hero .hero .decor.two {
    top: -4px;
    left: 38.4%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .confirm-hero .hero .decor.two {
    left: 38.4%;
  }
}
@media screen and (max-width: 767px) {
  .confirm-hero .hero .decor.two {
    top: -10px;
    width: 40%;
  }
}
.confirm-hero .watch-video span {
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 400;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (min-width: 768px) {
  .confirm-hero .watch-video span {
    font-size: 21px;
  }
}

.watch-video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .watch-video {
    font-size: 21px;
  }
}
.watch-video a {
  position: relative;
  text-decoration: none;
  padding: 0 3px 0 30px;
  color: #000E33;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

.text-marble.watch-video a {

  color: #F6F6F6;
}


@media screen and (min-width: 768px) {
  .watch-video a {
    padding: 0 3px 0 48px;
  }
}
.watch-video a:hover, .watch-video a:focus {
  color: #FF451F;
}
.watch-video a div {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .watch-video a div {
    height: 35px;
    width: 35px;
  }
}
.watch-video span {
  margin-bottom: 0;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .watch-video span {
    font-size: 21px;
  }
}

.callout-content {
  color: #161616;
}
.callout-content h2 {
  color: #161616;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .callout-content h2 {
    font-size: 28px;
  }
}
.callout-content .icon-hold {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .callout-content .icon-hold {
    width: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .bg-marble-extend-right:before {
    bottom: 46px;
  }
}

@media screen and (min-width: 1024px) {
  .callout-hold {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 1200px) {
  .callout-hold .hold {
    max-width: 590px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 415px) {
  .callout-hold .hold {
    padding: 0;
  }
}
.callout-hold .callout {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .callout-hold .callout {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 80px;
  }
}
.callout-hold .callout:nth-child(2n) .hold {
  margin-left: auto;
}

.conform-intro {
  padding: 30px 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .conform-intro {
    padding: 122px 0 50px;
    font-size: 32px;
  }
}
.conform-intro sup {
  top: -1.2em;
  font-size: 46%;
  /**
  left: -8px;
  **/
}

.conform-text {
  padding: 30px 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .conform-text {
    padding: 86px 0 39px;
    font-size: 32px;
  }
}

.conform-paragraph, .route-logic-paragraph {
  line-height: 1.39;
}
@media screen and (min-width: 768px) {
  .conform-paragraph, route-logic- {
    font-size: 28px;
  }
}
.conform-paragraph .two-equal-col .bg-marble-extend-left {
  padding: 30px 30px 30px 15px;
}
@media screen and (min-width: 768px) {
  .conform-paragraph .two-equal-col .bg-marble-extend-left {
    padding: 68px 129px 33px 15px;
  }
}
@media screen and (min-width: 768px) {
  .conform-paragraph .two-equal-col .bg-marble-extend-left:before {
    right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .conform-paragraph .two-equal-col .col {
    text-align: center;
    width: 36%;
  }
  .conform-paragraph .two-equal-col .col:nth-child(odd) {
    width: 64%;
    text-align: left;
  }
}

/* Route Logic */

.route-logic-



.callout-content {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .callout-content {
    padding-bottom: 68px;
  }
}
.callout-content .callout-hold {
  padding: 30px 0 0 30px;
}
@media screen and (min-width: 1024px) {
  .callout-content .callout-hold {
    padding: 94px 0 0 121px;
  }
}
@media screen and (max-width: 767px) {
  .callout-content .callout-hold {
    padding: 30px 0 0 0;
  }
}

.api-integration {
  line-height: 1.5;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .api-integration.py-wide {
    padding: 50px 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .api-integration {
    font-size: 32px;
    padding: 118px 0 173px;
  }
}
.api-integration .content-hold {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .api-integration .content-hold {
    width: 75%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .api-integration .content-hold {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .api-integration .api-text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .api-integration .categories-padding {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .api-integration .categories-padding .api-categories-hold {
    padding: 30px 40px;
  }
}

.video-modal button.video-description-button {
  padding-top: 50px !important;
}
.video-modal button.vjs-icon-captions {
  display: none !important;
}

@media screen and (max-width: 415px) {
  .api-integration .api-categories-hold {
    font-size: 20px;
  }
  .api-integration .api-categories-hold .hold {
    padding: 0;
  }
  .api-integration .api-categories-hold .hold h2 {
    font-size: 25px;
  }
}
.checkmatch-hero .hero {
  min-height: 501px;
}
@media screen and (min-width: 768px) {
  .checkmatch-hero .hero .image-holder {
    max-width: 100%;
  }
}
.checkmatch-hero .hero .decor {
  position: absolute;
  z-index: -1;
}
.checkmatch-hero .hero .decor.one {
  top: -51px;
}
@media screen and (min-width: 768px) {
  .checkmatch-hero .hero .decor.one {
    left: -76px;
  }
}
@media screen and (max-width: 767px) {
  .checkmatch-hero .hero .decor.one {
    right: -76px;
    width: 50%;
  }
}
.checkmatch-hero .hero .decor.two {
  top: auto;
  right: 0;
  bottom: -100px;
}
@media screen and (min-width: 768px) {
  .checkmatch-hero .hero .decor.two {
    bottom: 0;
  }
}
@media screen and (max-width: 418px) {
  .checkmatch-hero .hero .text-holder {
    margin-top: 3rem;
  }
}
.checkmatch-hero .hero span {
  font-weight: 300;
  margin-bottom: 10px;
}
.checkmatch-hero .hero .col:nth-child(odd) {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .checkmatch-hero .hero .col {
    width: 17%;
  }
  .checkmatch-hero .hero .col:nth-child(2n) {
    width: 83%;
  }
}
@media (min-width: 768px) {
  .checkmatch-hero .image-holder {
    width: 20%;
    position: absolute;
    left: 9px;
    bottom: -8px;
    text-align: center;
    padding-right: 20px;
  }
}
@media (min-width: 1800px) {
  .checkmatch-hero .image-holder {
    width: 26%;
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .checkmatch-hero .image-holder {
    width: 75%;
  }
}

.bg-blue-left-wide {
  position: relative;
  z-index: 1;
}
.bg-blue-left-wide:before {
  position: absolute;
  top: 0;
  left: -9999px;
  right: 0;
  bottom: 0;
  content: "";
  background: #000E33;
  z-index: -1;
}

.payment-section {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .payment-section {
    margin-bottom: 117px;
  }
}
.payment-section .bg-marble-extend-left {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .payment-section .bg-marble-extend-left {
    padding: 72px 116px;
  }
}
@media screen and (min-width: 1024px) {
  .payment-section .bg-marble-extend-left {
    padding: 72px 15px;
  }
}
@media screen and (max-width: 767px) {
  .payment-section .bg-marble-extend-left {
    padding: 50px 40px !important;
  }
}
.payment-section .bg-marble-extend-left h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .payment-section .bg-marble-extend-left h2 {
    margin-bottom: 60px;
  }
}
.payment-section sup {
  font-size: 55%;
}
.payment-section .number {
  font-size: 50px;
  color: #000E33;
  letter-spacing: -0.03em;
  display: block;
  line-height: 1.16;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .payment-section .number {
    font-size: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .payment-section .number {
    font-size: 100px;
  }
}
.payment-section .hold {
  max-width: 255px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .payment-section .hold {
    margin-left: 0;
  }
}
.payment-section .col {
  margin-bottom: 15px;
}


/* RouteLogic page style */

.route-logic-intro {
  line-height: 1.39;
}

.text-align-center {

  text-align: center;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .route-logic-intro {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .route-logic-intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-align-center {

    width:99%;
    padding: 6px;
  }
  
}
.route-logic-intro .bg-white-extend-left {
  padding: 30px 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .route-logic-intro .bg-white-extend-left {
    padding: 48px 65px 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .route-logic-intro .bg-white-extend-left {
    
    padding: 48px 94px 20px 0;
  }
}
.route-logic-intro .bg-white-extend-left:before {
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .route-logic-intro .bg-white-extend-left:before {
    right: 23px;
  }
}


/* Checkmatch page style */



.check-match-paragraph-wrap {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .check-match-paragraph-wrap {
    padding: 116px 0 119px;
  }
}
@media screen and (max-width: 768px) {
  .check-match-paragraph-wrap.py-wide {
    padding: 0 !important;
  }
}
@media screen and (min-width: 580px) {
  .check-match-paragraph-wrap .three-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 580px) {
  .check-match-paragraph-wrap .three-col .col {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .check-match-paragraph-wrap .three-col .col {
    width: 32%;
  }
}

.check-match-intro {
  line-height: 1.39;
}
@media screen and (min-width: 1024px) {
  .check-match-intro {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .check-match-intro {
    padding-top: 30px;
  }
}
.check-match-intro .bg-marble-extend-right {
  padding: 30px 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .check-match-intro .bg-marble-extend-right {
    padding: 48px 0 17px 65px;
  }
}
@media screen and (min-width: 1024px) {
  .check-match-intro .bg-marble-extend-right {
    padding: 48px 0 20px 94px;
  }
}
.check-match-intro .bg-marble-extend-right:before {
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .check-match-intro .bg-marble-extend-right:before {
    left: 23px;
  }
}

.why-checkmatch {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .why-checkmatch .container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .why-checkmatch.py-wide {
    padding: 50px 0 !important;
  }
    
      .py-wide {
  padding: 64px 0 !important;
}
    
    .pt-wide {
  padding-top: 64px !important;
}

.pb-wide {
  padding-bottom: 64px !important;
}
    
    
}
@media screen and (min-width: 768px) {
  .why-checkmatch {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .why-checkmatch {
    padding: 120px 0 162px;
  }
    
  
    
    
}
@media screen and (max-width: 767px) {
  .why-checkmatch .text-hold {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .why-checkmatch .text-hold.why-text {
    text-align: center;
  }
}
.why-checkmatch .two-equal-col .bg-marble-extend-left {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .why-checkmatch .two-equal-col .bg-marble-extend-left {
    padding: 86px 15px 85px;
  }
}
@media screen and (min-width: 1400px) {
  .why-checkmatch .two-equal-col .bg-marble-extend-left:before {
    right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .why-checkmatch .two-equal-col .bg-marble-extend-left {
    padding: 60px 40px;
  }
}
.why-checkmatch .text-hold, .why-routeLogic .text-hold {
  line-height: 1.5;
  padding-top: 18px;
}
@media screen and (min-width: 1024px) {
  .why-checkmatch .text-hold {
    font-size: 32px;
    max-width: 600px;
    margin-left: auto;
    padding-left: 22px;
  }

  .why-routeLogic .text-hold {
    
    max-width: 600px;
    margin-left: auto;
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .why-checkmatch .text-hold, .why-routeLogic .text-hold {
    padding: 30px 40px;
  }
}
.why-checkmatch .title-hold, .why-routeLogic .title-hold {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
  padding-left: 8px;
}
.why-checkmatch .title-hold .icon-hold {
  max-width: 51px;
  flex-basis: 51px;
  margin-right: 25px;
}
.why-checkmatch .title-hold h2, .why-routeLogic .title-hold h2 {
  flex: 1;
  margin-bottom: 0;
}
.why-checkmatch .circle-list, .why-routeLogic .title-hold cirle-list {
  max-width: 660px;
}

.circle-list li, .circle-list-white li {
  padding-left: 14px;
  margin-bottom: 2px;
  position: relative;
}
.circle-list li:last-child {
  margin-bottom: 0;
}
.circle-list li:after {
  position: absolute;
  top: 20px;
  left: -4px;
  content: "";
  height: 2px;
  width: 2px;
  background: #000E33;
}

.circle-list-white li:after {
  position: absolute;
  top: 20px;
  left: -4px;
  content: "";
  height: 2px;
  width: 2px;
  background: #ffffff!important;
}

.section-api {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-api {
    padding: 124px 0 97px;
  }
}
@media screen and (min-width: 768px) {
  .section-api h2 {
    margin-bottom: 74px;
  }
}
.section-api .api-categories-hold h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section-api .api-categories-hold h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-api .api-categories-hold .image-hold {
    width: 80px;
  }
}
.section-api .circle-list {
  padding-left: 18px;
}

.bottom-note h2 {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bottom-note h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-note {
    padding-bottom: 30px;
    text-align: center;
    font-size: 22px;
  }
}

.bottom-section .number-list {
  font-size: 13px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .bottom-section .number-list {
    padding-top: 60px;
  }
}

.number-list {
  counter-reset: my-counter;
  font-size: 13px;
  max-width: 800px;
}
.number-list li {
  counter-increment: my-counter;
  position: relative;
  letter-spacing: -0.01em;
  padding-left: 10px;
}
.number-list li:before {
  content: counter(my-counter);
  position: absolute;
  left: 2px;
  top: 3px;
  font-size: 6px;
}
.number-list.footnote-references {
  padding-left: 0;
}
.number-list.footnote-references li a {
  color: #fff;
}
.number-list.footnote-references li:before {
  display: none;
}

.footnote-references a {
  color: #fff;
}

@media screen and (max-width: 415px) {
  .circle-list {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .offering-article .btn-more {
    font-size: 20px;
  }
}
.offering-article h3 {
  font-size: 28px;
}
.offering-article h3 a {
  text-decoration: none;
  color: #161616;
}
.offering-article h3 a:hover, .offering-article h3 a:focus {
  color: #FF451F;
}

.about-hero {
  display: flex;
}
.about-hero .hero {
  min-height: 455px;
  padding: 35px 0 88px;
  text-align: center;
}
.about-hero .hero span {
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .about-hero .hero {
    text-align: left;
  }
}
.about-hero .hero .container .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-hero .hero .container .row {
    justify-content: center;
  }
}
.about-hero .hero .container .text-col {
  padding-left: 30px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about-hero .hero .container .text-col {
    padding-left: 0 !important;
    padding-top: 3rem;
  }
}
.about-hero .hero .container .image-col {
  width: 200px;
}
.about-hero .hero .container .image-col img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about-hero .hero .container .image-col img {
    max-width: 300px;
    margin-left: -100px;
  }
}
.about-hero .hero h1 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about-hero .hero h1 {
    font-size: 56px;
  }
}

.about-intro {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .about-intro {
    padding: 111px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-intro {
    position: relative;
    min-height: 594px;
    overflow: hidden;
  }
}
.about-intro h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .about-intro .image-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}

.what-we-do {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .what-we-do {
    padding: 137px 0 145px;
  }
}
@media screen and (min-width: 768px) {
  .what-we-do h2 {
    font-size: 36px;
    margin-bottom: 38px;
  }
}
.what-we-do .text-hold {
  max-width: 610px;
}
@media screen and (min-width: 1024px) {
  .what-we-do .col:nth-child(even) .text-hold {
    margin-left: 13px;
  }
}

.about-paragraph {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .about-paragraph {
    padding: 111px 0 122px;
  }
}
.about-paragraph .bg-marble-extend-right {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .about-paragraph .bg-marble-extend-right {
    padding: 92px 116px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .about-paragraph .bg-marble-extend-right {
    padding: 92px 32px 80px;
  }
}
.about-paragraph .bg-marble-extend-right:before {
  left: -82px;
}
@media screen and (min-width: 768px) {
  .about-paragraph h2 {
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 768px) {
  .about-paragraph .offering-article .btn-more {
    font-size: 22px;
  }
}
.about-paragraph .three-col {
  margin: 0 -46px;
}
.about-paragraph .three-col .col {
  padding: 0 46px;
  margin-bottom: 30px;
}

.offering-article article {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 15px;

}

.offering-article  .col   {
        
    margin-bottom: 6em;
  }


@media screen and (min-width: 1024px) {
  .offering-article  .col   {
        
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 1200px) {
  .offering-article  article   {
    padding: 0 70px 0 80px;
  }
}






.offering-article article .hold {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .team .container {
    padding: 0 0px !important;
  }
  .team .container .text-holder .text {
    padding: 0 40px;
  }
}
.team .tab-content {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .team .tab-content {
    font-size: 18px;
  }
}
.team .tabs {
  align-items: flex-start;
  padding-top: 50px;
}
.team .tabs .tabset button {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .team .tabs .tabset button {
    font-size: 1.6rem;
  }
}
.team .tabs .tabset button span.img {
  display: inline-block;
  width: 84px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.team .tabs .tabset button[aria-selected=true] span.img {
  background: #db3b1b;
  box-shadow: 0 0 0 5px #db3b1b;
}
.team .tabs .bio {
  background: #f6f6f6;
}
.team .tabs .bio .bio-header {
  border-bottom: 5px solid white;
  padding: 73px 115px 20px;
}
.team .tabs .bio .bio-header .img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
@media screen and (min-width: 1025px) {
  .team .tabs .bio .bio-header .copy {
    display: inline-block;
    max-width: calc(100% - 225px);
  }
}
.team .tabs .bio .bio-header .copy p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .team .tabs .bio .bio-header {
    text-align: center;
    padding: 73px 40px 20px 40px;
  }
}
.team .tabs .bio .bio-body {
  padding: 50px 115px 40px;
}
@media screen and (max-width: 768px) {
  .team .tabs .bio .bio-body {
    padding: 50px 40px 50px 40px;
  }
}

@media screen and (max-width: 768px) {
  .quotes blockquote {
    margin: 0 0 3rem 0;
  }
}
.quotes blockquote img {
  margin-bottom: 15px;
}
.quotes blockquote p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .quotes blockquote p {
    font-size: 18px;
  }
}
.quotes blockquote cite {
  text-align: right;
  display: block;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .quotes blockquote cite {
    font-size: 18px;
  }
}

.who-we-are {
  overflow: hidden;
}
.who-we-are .container {
  position: relative;
}
.who-we-are .text-hold {
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .who-we-are .text-hold {
    padding-right: 550px;
  }
}
@media screen and (max-width: 768px) {
  .who-we-are .image-wrap {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .who-we-are .image-wrap {
    position: absolute;
    top: -260px;
    right: -240px;
  }
}
.who-we-are .image-wrap img {
  width: 100%;
  width: 800px;
}
.who-we-are ul.committed {
  list-style: none;
  display: block;
  padding: 0;
}
.who-we-are ul.committed li {
  display: flex;
  background: #38425B;
  font-size: 1.1rem;
  padding: 15px;
  align-items: center;
  margin: 16px 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .who-we-are ul.committed li {
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 1.77;
  }
}
@media screen and (min-width: 768px) {
  .who-we-are ul.committed li {
    margin: 16px -15px;
  }
}
.who-we-are ul.committed li .img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .who-we-are ul.committed li .img {
    margin-bottom: 21px;
    width: 80px;
  }
}
.who-we-are ul.committed li .img.comitted-img1 {
  width: 60px;
}
.who-we-are ul.committed li .img.comitted-img2 {
  width: 70px;
}
.who-we-are ul.committed li .img.comitted-img3 {
  width: 80px;
}

.how-we-do-it {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .how-we-do-it {
    padding: 109px 0 13px;
  }
}
.how-we-do-it h2 {
  margin-bottom: 21px;
}
.how-we-do-it .text-hold {
  max-width: 1010px;
}
.how-we-do-it .two-col {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  align-items: center;
}
.how-we-do-it .two-col .image-hold {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .how-we-do-it .two-col .image-hold {
    width: 33%;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .how-we-do-it .two-col .image-hold .image-holder {
    margin-left: -74px;
  }
}
@media screen and (min-width: 1024px) {
  .how-we-do-it .two-col .content-hold {
    width: 67%;
  }
  .how-we-do-it .two-col .content-hold h2 {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .how-we-do-it .two-col .container .col {
    width: 39%;
  }
  .how-we-do-it .two-col .container .col:nth-child(2n) {
    width: 70%;
  }
}
.how-we-do-it .bg-marble-extend-right {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .how-we-do-it .bg-marble-extend-right {
    padding: 57px 0 85px 100px;
    margin-bottom: 28px;
  }
}

.employee-list ul {
  margin-top: 2rem !important;
}
.employee-list ul button:hover, .employee-list ul button:focus {
  color: #FF451F !important;
}
.employee-list ul span {
  position: static !important;
}
.employee-list ul span.employee-name {
  color: #161616;
  font-size: 1.6rem;
  margin-top: -2.5rem;
}

@media screen and (max-width: 415px) {
  .employee-name {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 325px) {
  .employee-name {
    margin-bottom: -2rem !important;
  }
}
.form-group {
  position: relative;
  margin-bottom: 10px;
  padding-top: 30px;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
}
.form-group.no-label {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .form-group.input-error {
    margin-bottom: 14px;
  }
}
.form-group .input-label {
  position: absolute;
  line-height: 1;
  pointer-events: none;
  top: 48px;
  left: 18px;
  color: #5A5C63;
}
.form-group .input-label label {
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out, font-size 0.3s ease-in-out, color 0.3s ease-in-out;
  top: 0;
  left: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-group .input-label label {
    font-size: 22px;
  }
}
.form-group.input-error .input-label label {
  color: #E64F53;
}
.form-group.input-error input, .form-group.input-error select {
  border-color: #E64F53;
  background: #FADFDB;
}
.form-group .parsley-error + .input-label {
  color: #E64F53;
}
.form-group.parent-active .input-label {
  color: #000E33;
}
.form-group.parent-active .input-label label {
  font-size: 16px;
  top: -50px;
  left: -38px;
  position: relative;
}
.form-group.parent-focus input {
  border-color: #000E33;
}
.form-group.input-error input {
  color: #84878E;
}
.form-group.input-error .jcf-select {
  border: 2px solid #E64F53;
  background: #FADFDB;
}
.form-group.input-error .jcf-select-text {
  color: #84878E;
}

.contact-us-form {
  max-width: 600px;
}
.contact-us-form input {
  width: 100%;
}
.contact-us-form .jcf-select .jcf-select-opener {
  background: none;
}
.contact-us-form .jcf-select .jcf-select-opener:after {
  position: absolute;
  top: 13px;
  right: 5px;
  
  color: #70737A;
  content: "\f054";
    font-family: "Font Awesome 5 Pro";
  transform: rotate(90deg);
  transform-origin: center;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .contact-us-form .jcf-select .jcf-select-opener:after {
    right: 20px;
    font-size: 32px;
  }
}

.contact-us-image-holder {
  display: none;
}
.contact-us-image-holder li {
  margin: 0 44px 10px 0;
}
@media screen and (max-width: 1199px) {
  .contact-us-image-holder li {
    flex: 1 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-us-image-holder {
    display: flex;
    flex-wrap: wrap;
  }
}

.captcha-area .captcha-text-area, .captcha-area > div:last-child, .cm-cs-captcha .captcha-text-area, .cm-cs-captcha > div:last-child {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.captcha-area .captcha-text-area .re-captcha, .captcha-area > div:last-child .re-captcha, .cm-cs-captcha .captcha-text-area .re-captcha, .cm-cs-captcha > div:last-child .re-captcha {
  width: 40px;
  padding: 14px 0;
}
.captcha-area .captcha-text-area input, .captcha-area > div:last-child input, .cm-cs-captcha .captcha-text-area input, .cm-cs-captcha > div:last-child input {
  flex: 1;
  padding: 15px 15px 15px 30px;
  color: #5A5C63;
  border: 0;
}
.captcha-area .captcha-text-area input.text-active, .captcha-area > div:last-child input.text-active, .cm-cs-captcha .captcha-text-area input.text-active, .cm-cs-captcha > div:last-child input.text-active {
  color: #161616;
}
.captcha-area > div:first-of-type, .cm-cs-captcha > div:first-of-type {
  width: 224px;
  margin-right: 18px;
  margin-bottom: 20px;
}
.captcha-area > div:first-of-type img, .cm-cs-captcha > div:first-of-type img {
  width: 100%;
  display: block;
}
.captcha-area button, .cm-cs-captcha button {
  color: #000E33;
  font-size: 30px;
  margin-right: 15px;
}

.contact-wrap {
  padding: 30px 0;
  background: #F6F6F6;
  color: #000E33;
}
@media screen and (min-width: 768px) {
  .contact-wrap {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-wrap {
    padding: 151px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-wrap {
    min-height: 1160px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-wrap h1 {
    margin-bottom: 51px;
  }
}
.contact-wrap button {
  outline: none;
  border: none;
  background: transparent;
}
.contact-wrap .button-hold {
  margin-bottom: 30px;
}
.contact-wrap .button-hold .btn-more {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .contact-wrap .button-hold {
    margin-bottom: 58px;
  }
}
.contact-wrap .btn-more {
  font-weight: 700;
  font-family:  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 0;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.contact-wrap .btn-more:after {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: auto;
  right: 0;
  margin-left: 20px;
  font-size: 20px;
}
.contact-wrap .btn-more[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.contact-wrap .btn-more[disabled]:after {
  color: #1a1a1a;
}
.contact-wrap .btn[disabled] {
  cursor: default;
  pointer-events: none;
  border-color: #1a1a1a;
  color: #1a1a1a;
  opacity: 0.5;
  border: 1px solid #000e33;
  background: #fff;
}
.contact-wrap .btn[disabled] .arrowsvg {
  fill: #1a1a1a;
}

.form-error-message, .parsley-errors-list {
  display: none;
  color: #E64F53;
  line-height: 1;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.form-error-message .parsley-custom-error-message:before, .parsley-errors-list .parsley-custom-error-message:before {
  content: "\f054";
    font-family: "Font Awesome 5 Pro" !important;
  margin-right: 0.5rem;
  vertical-align: middle;
  margin-top: -0.25rem;
  display: inline-block;
}
.form-error-message p, .parsley-errors-list p {
  text-align: left;
  margin-bottom: 0;
}

input.parsley-error {
  border-color: #E64F53 !important;
  background: #FADFDB;
}

.parsley-error + .form-error-message, .parsley-error + .parsley-errors-list {
  display: block;
}
.parsley-error + .input-label {
  color: #000 !important;
}

.form-validation .input-error.name .name {
  display: block;
}
.form-validation .input-error.email .email {
  display: block;
}
.form-validation .input-error.company .company {
  display: block;
}
.form-validation .input-error.select .select {
  display: block;
}

.sucess-message {
  display: none;
  color: #008669;
  line-height: 1;
  font-family: "Amplitude", Amplitude,  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sucess-message {
    font-size: 22px;
  }
}
.sucess-message i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .sucess-message i {
    font-size: 30px;
  }
}
.success .sucess-message {
  display: block;
}

.dark-mode-on .btn-more {
  color: #fff;
}
.dark-mode-on .contact-wrap {
  background: #000E33;
  color: #fff;
}
.dark-mode-on .captcha-area button {
  color: #fff;
}
.dark-mode-on .captcha-area .captcha-text-area input {
  color: #fff;
}
.dark-mode-on .form-group .input-label label {
  color: #C9CCD3;
}
.dark-mode-on .form-group input {
  color: #fff;
  background: #293859;
  border-color: #293859;
}
.dark-mode-on .form-group .jcf-select {
  background: #293859;
  border-color: #293859;
}
.dark-mode-on .form-group .jcf-select.jcf-drop-active .jcf-select-text {
  color: #fff;
}
.dark-mode-on .form-group .jcf-select.jcf-drop-active:before {
  color: #3CCBDA;
}
.dark-mode-on .parent-focus input,
.dark-mode-on .parent-active input {
  border-color: #3CCBDA;
}
.dark-mode-on .parent-focus .input-label span,
.dark-mode-on .parent-active .input-label span {
  color: #3CCBDA;
}

.selection-is-active .select-label {
  opacity: 1 !important;
}
.selection-is-active .jcf-select {
  color: #000E33;
}
.selection-is-active .jcf-select:before {
  color: #000E33;
}
.selection-is-active .jcf-select .jcf-select-opener:after {
  color: #000E33;
}

select {
  width: 100%;
  padding: 15px;
  margin: 0;
  border: 2px solid #fff;
  color: #5A5C63;
}

.contact-success-page {
  padding-bottom: 50px;
  background: #F6F6F6;
  color: #000E33;
}
.contact-success-page .successIcon {
  padding-left: 24px;
}
.contact-success-page h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  z-index: 2;
  width: 100%;
  padding-right: 3rem;
}
.contact-success-page .img-wrapper {
  display: flex;
}
.contact-success-page .img-wrapper img {
  position: absolute;
  left: -15%;
  width: 165px;
  height: 165px;
}
.contact-success-page .img-wrapper h1 {
  padding: 4rem 0 4rem 2rem;
  text-align: left;
}
.contact-success-page .text-wrapper h2 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-success-page .img-wrapper img {
    width: auto;
    height: auto;
  }
  .contact-success-page .img-wrapper h1 {
    padding: 9rem 0 4rem 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-success-page {
    padding: 100px 0;
  }
  .contact-success-page h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .contact-success-page .img-wrapper {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem;
    display: flex;
  }
  .contact-success-page .img-wrapper img {
    margin-top: -8rem;
    left: auto;
  }
  .contact-success-page .img-wrapper h1 {
    text-align: right;
    padding: 0 3rem 0;
  }
  .contact-success-page .text-wrapper {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-success-page {
    padding: 151px 0;
  }
}

.contact-us-ribbon {
  background: #fff;
}
.contact-us-ribbon h2 {
  font-size: 3rem;
}
.contact-us-ribbon a {
  display: block;
  color: #000;
  text-decoration: none;
}
.contact-us-ribbon a:hover {
  color: #000;
  border-color: #ff451f;
  background-color: #ff451f;
  text-decoration: none;
}
.contact-us-ribbon a:hover .ribbon__arrow {
  fill: #000;
}
.contact-us-ribbon a:focus {
  color: #fff;
  border-color: #000e33;
  background-color: #000e33;
}
.contact-us-ribbon a:focus .ribbon__arrow {
  fill: #fff;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.alert p {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0;
}
.alert.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert.alert-danger, .alert.alert-failed {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.body-text-link {
  color: #000e33;
  text-decoration: underline;

}
.body-text-link:hover {
  color: #ff451f;
  text-decoration: none;
 /* font-weight: bold;*/
}





#platform {


margin: 0 auto;


}
#platform .platform-text {
    flex-grow: 1;
    padding: 0 0 40px 0;
    
}

#platform .platform-icons {
    
    justify-content: flex-start;
    display: flex;
    min-width: 100px;
    align-items: flex-start;
    margin-top: 10px;
}

#platform .platform-icons img {
    width: 60px;
}

#platform .platform-row-border {
    width: 100%;
    display: flex;
  /**  border-bottom: solid 2px #000000; **/
    justify-content: center;
}




  .tcn-list img {
        height: 50px;
        width: 50px;
        margin-right: 20px;
        padding-top: 10px;
      }

      .tcn-list div {
        display: flex;
        align-items: flex-start;
      }

.tcn-list span {
  padding: 10px 0 40px 0;
}


/*  related insights   */







#related-content .button {
    margin-top: auto;

}

#related-content .related-text {
    font-size: .8em;
    line-height: 1.1;
}

#related-content .related-title {
    line-height: 1.3;
    margin-bottom: 20px;
}

.related-content-container {
  display: flex; 
  flex-flow: row;  
  justify-content: space-between; 
  margin: 44px 0 22px; height: 240px;
}


.related-content-left-one-inner {
display: flex; height: 100%;
}

.related-content-left-one {

  flex: 0 1 60%; flex-grow: 1;  flex-direction: column; box-shadow: 4px 2px 2px 1px rgba(0, 0, 0, .2);
}

.related-content-right-one  {
  flex: 0 1 40%; margin-left: 40px; flex-direction: column; box-shadow: 4px 2px 2px 1px rgba(0, 0, 0, .2);
}

.related-content-left-two {
flex: 0 1 40%; margin-right: 40px; flex-direction: column; box-shadow: 4px 2px 2px 1px rgba(0, 0, 0, .2);

}

.related-content-right-two {
  flex: 0 1 60%; flex-grow: 1;   flex-direction: column; box-shadow: 4px 2px 2px 1px rgba(0, 0, 0, .2);


} 

.related-content-full-width {
display: flex; height: 100%;
  flex: 1 1 auto;   flex-direction: column; box-shadow: 4px 2px 2px 1px rgba(0, 0, 0, .2);
}



.related-content-image-container {
  display: flex;
   
  
}


.related-content-image {
  height:auto; 
    width: 100%; 
    min-width: 230px;
    object-fit: cover;
    max-height: 300px;
}


@media screen and (max-width: 767px) {
.related-content-image-container {
  display: block;
  width: 100%;
}

.related-content-left-one-inner {
  flex-flow: column;
}

.link-family-hold svg {
  max-height: 50px;
  max-width: 90%;
}

}

@media screen and (max-width: 1023px) {
  .related-content-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  .related-content-container-reverse {
    flex-direction: column-reverse;
  }

  .related-content-left-one, .related-content-right-one, .related-content-left-two, .related-content-right-two {
    width: 100%;
    flex: 100%;
    margin: 10px 0;
  }

  #related-content .button {
    margin-top: 20px;

}
    
    .related-content-image {
  height:auto; 
        width: 100%; 
        min-width: 200px;
    object-fit: cover;
}

}


