@charset "UTF-8";
@import "section-image-text.css";
@import "section-videos-list.css";
@import "section-title-text-items.css";
@import "section-icon-text-cards.css";
@import "section-pricing-v2.css";
@import "page-demo-landing-page.css";
@import "page-contact-us-request-a-demo.css";
@import "section-use-case.css";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 801px;
  --breakpoint-lg: 1025px;
  --breakpoint-xl: 1471px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}
.slick-slide img,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #0a1128;
  line-height: 1;
  overflow-x: hidden;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
address,
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
.cta h2,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
img,
svg {
  vertical-align: middle;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  -webkit-border-radius: 0;
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
.slick-slide.slick-loading img,
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1 {
  margin-bottom: 15px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  line-height: 1.2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.display-1,
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  line-height: 1.2;
}
.display-2,
.display-3,
.display-4 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3,
.display-4 {
  font-size: 4.5rem;
}
.display-4 {
  font-size: 3.5rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item,
.logos-carousel img,
.slick-dots li {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > *,
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > *,
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-auto,
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1,
.col-2,
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2,
.col-3 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5,
.col-6 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7,
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8,
.col-9 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10,
.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11,
.col-12 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  -webkit-border-radius: 0.2rem !important;
  border-radius: 0.2rem !important;
}
.rounded {
  -webkit-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  -webkit-border-top-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-top {
  -webkit-border-top-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.rounded-right {
  -webkit-border-bottom-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  -webkit-border-bottom-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-bottom {
  -webkit-border-bottom-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-left {
  -webkit-border-top-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  -webkit-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important;
}
.rounded-circle {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
}
.rounded-pill {
  -webkit-border-radius: 50rem !important;
  border-radius: 50rem !important;
}
.rounded-0 {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.clearfix::after {
  clear: both;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.clearfix::after,
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-column,
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-top {
  top: 0;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 3.75px !important;
}
.mt-1,
.my-1 {
  margin-top: 3.75px !important;
}
.mr-1,
.mx-1 {
  margin-right: 3.75px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 3.75px !important;
}
.ml-1,
.mx-1 {
  margin-left: 3.75px !important;
}
.m-2 {
  margin: 7.5px !important;
}
.mt-2,
.my-2 {
  margin-top: 7.5px !important;
}
.mr-2,
.mx-2 {
  margin-right: 7.5px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 7.5px !important;
}
.ml-2,
.mx-2 {
  margin-left: 7.5px !important;
}
.m-3 {
  margin: 15px !important;
}
.mt-3,
.my-3 {
  margin-top: 15px !important;
}
.mr-3,
.mx-3 {
  margin-right: 15px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}
.ml-3,
.mx-3 {
  margin-left: 15px !important;
}
.m-4 {
  margin: 22.5px !important;
}
.mt-4,
.my-4 {
  margin-top: 22.5px !important;
}
.mr-4,
.mx-4 {
  margin-right: 22.5px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 22.5px !important;
}
.ml-4,
.mx-4 {
  margin-left: 22.5px !important;
}
.m-5 {
  margin: 7.5px !important;
}
.mt-5,
.my-5 {
  margin-top: 7.5px !important;
}
.mr-5,
.mx-5 {
  margin-right: 7.5px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 7.5px !important;
}
.ml-5,
.mx-5 {
  margin-left: 7.5px !important;
}
.m-10 {
  margin: 15px !important;
}
.mt-10,
.my-10 {
  margin-top: 15px !important;
}
.mr-10,
.mx-10 {
  margin-right: 15px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 15px !important;
}
.ml-10,
.mx-10 {
  margin-left: 15px !important;
}
.m-15 {
  margin: 22.5px !important;
}
.mt-15,
.my-15 {
  margin-top: 22.5px !important;
}
.mr-15,
.mx-15 {
  margin-right: 22.5px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 22.5px !important;
}
.ml-15,
.mx-15 {
  margin-left: 22.5px !important;
}
.m-20 {
  margin: 30px !important;
}
.mt-20,
.my-20 {
  margin-top: 30px !important;
}
.mr-20,
.mx-20 {
  margin-right: 30px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 30px !important;
}
.ml-20,
.mx-20 {
  margin-left: 30px !important;
}
.m-25 {
  margin: 37.5px !important;
}
.mt-25,
.my-25 {
  margin-top: 37.5px !important;
}
.mr-25,
.mx-25 {
  margin-right: 37.5px !important;
}
.mb-25,
.my-25 {
  margin-bottom: 37.5px !important;
}
.ml-25,
.mx-25 {
  margin-left: 37.5px !important;
}
.m-30 {
  margin: 45px !important;
}
.mt-30,
.my-30 {
  margin-top: 45px !important;
}
.mr-30,
.mx-30 {
  margin-right: 45px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 45px !important;
}
.ml-30,
.mx-30 {
  margin-left: 45px !important;
}
.m-35 {
  margin: 52.5px !important;
}
.mt-35,
.my-35 {
  margin-top: 52.5px !important;
}
.mr-35,
.mx-35 {
  margin-right: 52.5px !important;
}
.mb-35,
.my-35 {
  margin-bottom: 52.5px !important;
}
.ml-35,
.mx-35 {
  margin-left: 52.5px !important;
}
.m-40 {
  margin: 60px !important;
}
.mt-40,
.my-40 {
  margin-top: 60px !important;
}
.mr-40,
.mx-40 {
  margin-right: 60px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 60px !important;
}
.ml-40,
.mx-40 {
  margin-left: 60px !important;
}
.m-45 {
  margin: 67.5px !important;
}
.mt-45,
.my-45 {
  margin-top: 67.5px !important;
}
.mr-45,
.mx-45 {
  margin-right: 67.5px !important;
}
.mb-45,
.my-45 {
  margin-bottom: 67.5px !important;
}
.ml-45,
.mx-45 {
  margin-left: 67.5px !important;
}
.m-50 {
  margin: 75px !important;
}
.mt-50,
.my-50 {
  margin-top: 75px !important;
}
.mr-50,
.mx-50 {
  margin-right: 75px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 75px !important;
}
.ml-50,
.mx-50 {
  margin-left: 75px !important;
}
.m-55 {
  margin: 82.5px !important;
}
.mt-55,
.my-55 {
  margin-top: 82.5px !important;
}
.mr-55,
.mx-55 {
  margin-right: 82.5px !important;
}
.mb-55,
.my-55 {
  margin-bottom: 82.5px !important;
}
.ml-55,
.mx-55 {
  margin-left: 82.5px !important;
}
.m-60 {
  margin: 90px !important;
}
.mt-60,
.my-60 {
  margin-top: 90px !important;
}
.mr-60,
.mx-60 {
  margin-right: 90px !important;
}
.mb-60,
.my-60 {
  margin-bottom: 90px !important;
}
.ml-60,
.mx-60 {
  margin-left: 90px !important;
}
.m-65 {
  margin: 97.5px !important;
}
.mt-65,
.my-65 {
  margin-top: 97.5px !important;
}
.mr-65,
.mx-65 {
  margin-right: 97.5px !important;
}
.mb-65,
.my-65 {
  margin-bottom: 97.5px !important;
}
.ml-65,
.mx-65 {
  margin-left: 97.5px !important;
}
.m-70 {
  margin: 105px !important;
}
.mt-70,
.my-70 {
  margin-top: 105px !important;
}
.mr-70,
.mx-70 {
  margin-right: 105px !important;
}
.mb-70,
.my-70 {
  margin-bottom: 105px !important;
}
.ml-70,
.mx-70 {
  margin-left: 105px !important;
}
.m-75 {
  margin: 112.5px !important;
}
.mt-75,
.my-75 {
  margin-top: 112.5px !important;
}
.mr-75,
.mx-75 {
  margin-right: 112.5px !important;
}
.mb-75,
.my-75 {
  margin-bottom: 112.5px !important;
}
.ml-75,
.mx-75 {
  margin-left: 112.5px !important;
}
.m-80 {
  margin: 120px !important;
}
.mt-80,
.my-80 {
  margin-top: 120px !important;
}
.mr-80,
.mx-80 {
  margin-right: 120px !important;
}
.mb-80,
.my-80 {
  margin-bottom: 120px !important;
}
.ml-80,
.mx-80 {
  margin-left: 120px !important;
}
.m-85 {
  margin: 127.5px !important;
}
.mt-85,
.my-85 {
  margin-top: 127.5px !important;
}
.mr-85,
.mx-85 {
  margin-right: 127.5px !important;
}
.mb-85,
.my-85 {
  margin-bottom: 127.5px !important;
}
.ml-85,
.mx-85 {
  margin-left: 127.5px !important;
}
.m-90 {
  margin: 135px !important;
}
.mt-90,
.my-90 {
  margin-top: 135px !important;
}
.mr-90,
.mx-90 {
  margin-right: 135px !important;
}
.mb-90,
.my-90 {
  margin-bottom: 135px !important;
}
.ml-90,
.mx-90 {
  margin-left: 135px !important;
}
.m-95 {
  margin: 142.5px !important;
}
.mt-95,
.my-95 {
  margin-top: 142.5px !important;
}
.mr-95,
.mx-95 {
  margin-right: 142.5px !important;
}
.mb-95,
.my-95 {
  margin-bottom: 142.5px !important;
}
.ml-95,
.mx-95 {
  margin-left: 142.5px !important;
}
.m-100 {
  margin: 150px !important;
}
.mt-100,
.my-100 {
  margin-top: 150px !important;
}
.mr-100,
.mx-100 {
  margin-right: 150px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 150px !important;
}
.ml-100,
.mx-100 {
  margin-left: 150px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 3.75px !important;
}
.pt-1,
.py-1 {
  padding-top: 3.75px !important;
}
.pr-1,
.px-1 {
  padding-right: 3.75px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 3.75px !important;
}
.pl-1,
.px-1 {
  padding-left: 3.75px !important;
}
.p-2 {
  padding: 7.5px !important;
}
.pt-2,
.py-2 {
  padding-top: 7.5px !important;
}
.pr-2,
.px-2 {
  padding-right: 7.5px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 7.5px !important;
}
.pl-2,
.px-2 {
  padding-left: 7.5px !important;
}
.p-3 {
  padding: 15px !important;
}
.pt-3,
.py-3 {
  padding-top: 15px !important;
}
.pr-3,
.px-3 {
  padding-right: 15px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}
.pl-3,
.px-3 {
  padding-left: 15px !important;
}
.p-4 {
  padding: 22.5px !important;
}
.pt-4,
.py-4 {
  padding-top: 22.5px !important;
}
.pr-4,
.px-4 {
  padding-right: 22.5px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 22.5px !important;
}
.pl-4,
.px-4 {
  padding-left: 22.5px !important;
}
.p-5 {
  padding: 7.5px !important;
}
.pt-5,
.py-5 {
  padding-top: 7.5px !important;
}
.pr-5,
.px-5 {
  padding-right: 7.5px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 7.5px !important;
}
.pl-5,
.px-5 {
  padding-left: 7.5px !important;
}
.p-10 {
  padding: 15px !important;
}
.pt-10,
.py-10 {
  padding-top: 15px !important;
}
.pr-10,
.px-10 {
  padding-right: 15px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 15px !important;
}
.pl-10,
.px-10 {
  padding-left: 15px !important;
}
.p-15 {
  padding: 22.5px !important;
}
.pt-15,
.py-15 {
  padding-top: 22.5px !important;
}
.pr-15,
.px-15 {
  padding-right: 22.5px !important;
}
.pb-15,
.py-15 {
  padding-bottom: 22.5px !important;
}
.pl-15,
.px-15 {
  padding-left: 22.5px !important;
}
.p-20 {
  padding: 30px !important;
}
.pt-20,
.py-20 {
  padding-top: 30px !important;
}
.pr-20,
.px-20 {
  padding-right: 30px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 30px !important;
}
.pl-20,
.px-20 {
  padding-left: 30px !important;
}
.p-25 {
  padding: 37.5px !important;
}
.pt-25,
.py-25 {
  padding-top: 37.5px !important;
}
.pr-25,
.px-25 {
  padding-right: 37.5px !important;
}
.pb-25,
.py-25 {
  padding-bottom: 37.5px !important;
}
.pl-25,
.px-25 {
  padding-left: 37.5px !important;
}
.p-30 {
  padding: 45px !important;
}
.pt-30,
.py-30 {
  padding-top: 45px !important;
}
.pr-30,
.px-30 {
  padding-right: 45px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 45px !important;
}
.pl-30,
.px-30 {
  padding-left: 45px !important;
}
.p-35 {
  padding: 52.5px !important;
}
.pt-35,
.py-35 {
  padding-top: 52.5px !important;
}
.pr-35,
.px-35 {
  padding-right: 52.5px !important;
}
.pb-35,
.py-35 {
  padding-bottom: 52.5px !important;
}
.pl-35,
.px-35 {
  padding-left: 52.5px !important;
}
.p-40 {
  padding: 60px !important;
}
.pt-40,
.py-40 {
  padding-top: 60px !important;
}
.pr-40,
.px-40 {
  padding-right: 60px !important;
}
.pb-40,
.py-40 {
  padding-bottom: 60px !important;
}
.pl-40,
.px-40 {
  padding-left: 60px !important;
}
.p-45 {
  padding: 67.5px !important;
}
.pt-45,
.py-45 {
  padding-top: 67.5px !important;
}
.pr-45,
.px-45 {
  padding-right: 67.5px !important;
}
.pb-45,
.py-45 {
  padding-bottom: 67.5px !important;
}
.pl-45,
.px-45 {
  padding-left: 67.5px !important;
}
.p-50 {
  padding: 75px !important;
}
.pt-50,
.py-50 {
  padding-top: 75px !important;
}
.pr-50,
.px-50 {
  padding-right: 75px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 75px !important;
}
.pl-50,
.px-50 {
  padding-left: 75px !important;
}
.p-55 {
  padding: 82.5px !important;
}
.pt-55,
.py-55 {
  padding-top: 82.5px !important;
}
.pr-55,
.px-55 {
  padding-right: 82.5px !important;
}
.pb-55,
.py-55 {
  padding-bottom: 82.5px !important;
}
.pl-55,
.px-55 {
  padding-left: 82.5px !important;
}
.p-60 {
  padding: 90px !important;
}
.pt-60,
.py-60 {
  padding-top: 90px !important;
}
.pr-60,
.px-60 {
  padding-right: 90px !important;
}
.pb-60,
.py-60 {
  padding-bottom: 90px !important;
}
.pl-60,
.px-60 {
  padding-left: 90px !important;
}
.p-65 {
  padding: 97.5px !important;
}
.pt-65,
.py-65 {
  padding-top: 97.5px !important;
}
.pr-65,
.px-65 {
  padding-right: 97.5px !important;
}
.pb-65,
.py-65 {
  padding-bottom: 97.5px !important;
}
.pl-65,
.px-65 {
  padding-left: 97.5px !important;
}
.p-70 {
  padding: 105px !important;
}
.pt-70,
.py-70 {
  padding-top: 105px !important;
}
.pr-70,
.px-70 {
  padding-right: 105px !important;
}
.pb-70,
.py-70 {
  padding-bottom: 105px !important;
}
.pl-70,
.px-70 {
  padding-left: 105px !important;
}
.p-75 {
  padding: 112.5px !important;
}
.pt-75,
.py-75 {
  padding-top: 112.5px !important;
}
.pr-75,
.px-75 {
  padding-right: 112.5px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 112.5px !important;
}
.pl-75,
.px-75 {
  padding-left: 112.5px !important;
}
.p-80 {
  padding: 120px !important;
}
.pt-80,
.py-80 {
  padding-top: 120px !important;
}
.pr-80,
.px-80 {
  padding-right: 120px !important;
}
.pb-80,
.py-80 {
  padding-bottom: 120px !important;
}
.pl-80,
.px-80 {
  padding-left: 120px !important;
}
.p-85 {
  padding: 127.5px !important;
}
.pt-85,
.py-85 {
  padding-top: 127.5px !important;
}
.pr-85,
.px-85 {
  padding-right: 127.5px !important;
}
.pb-85,
.py-85 {
  padding-bottom: 127.5px !important;
}
.pl-85,
.px-85 {
  padding-left: 127.5px !important;
}
.p-90 {
  padding: 135px !important;
}
.pt-90,
.py-90 {
  padding-top: 135px !important;
}
.pr-90,
.px-90 {
  padding-right: 135px !important;
}
.pb-90,
.py-90 {
  padding-bottom: 135px !important;
}
.pl-90,
.px-90 {
  padding-left: 135px !important;
}
.p-95 {
  padding: 142.5px !important;
}
.pt-95,
.py-95 {
  padding-top: 142.5px !important;
}
.pr-95,
.px-95 {
  padding-right: 142.5px !important;
}
.pb-95,
.py-95 {
  padding-bottom: 142.5px !important;
}
.pl-95,
.px-95 {
  padding-left: 142.5px !important;
}
.p-100 {
  padding: 150px !important;
}
.pt-100,
.py-100 {
  padding-top: 150px !important;
}
.pr-100,
.px-100 {
  padding-right: 150px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 150px !important;
}
.pl-100,
.px-100 {
  padding-left: 150px !important;
}
.m-n1 {
  margin: -3.75px !important;
}
.mt-n1,
.my-n1 {
  margin-top: -3.75px !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -3.75px !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -3.75px !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -3.75px !important;
}
.m-n2 {
  margin: -7.5px !important;
}
.mt-n2,
.my-n2 {
  margin-top: -7.5px !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -7.5px !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -7.5px !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -7.5px !important;
}
.m-n3 {
  margin: -15px !important;
}
.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}
.m-n4 {
  margin: -22.5px !important;
}
.mt-n4,
.my-n4 {
  margin-top: -22.5px !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -22.5px !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -22.5px !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -22.5px !important;
}
.m-n5 {
  margin: -7.5px !important;
}
.mt-n5,
.my-n5 {
  margin-top: -7.5px !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -7.5px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -7.5px !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -7.5px !important;
}
.m-n10 {
  margin: -15px !important;
}
.mt-n10,
.my-n10 {
  margin-top: -15px !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -15px !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -15px !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -15px !important;
}
.m-n15 {
  margin: -22.5px !important;
}
.mt-n15,
.my-n15 {
  margin-top: -22.5px !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -22.5px !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -22.5px !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -22.5px !important;
}
.m-n20 {
  margin: -30px !important;
}
.mt-n20,
.my-n20 {
  margin-top: -30px !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -30px !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -30px !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -30px !important;
}
.m-n25 {
  margin: -37.5px !important;
}
.mt-n25,
.my-n25 {
  margin-top: -37.5px !important;
}
.mr-n25,
.mx-n25 {
  margin-right: -37.5px !important;
}
.mb-n25,
.my-n25 {
  margin-bottom: -37.5px !important;
}
.ml-n25,
.mx-n25 {
  margin-left: -37.5px !important;
}
.m-n30 {
  margin: -45px !important;
}
.mt-n30,
.my-n30 {
  margin-top: -45px !important;
}
.mr-n30,
.mx-n30 {
  margin-right: -45px !important;
}
.mb-n30,
.my-n30 {
  margin-bottom: -45px !important;
}
.ml-n30,
.mx-n30 {
  margin-left: -45px !important;
}
.m-n35 {
  margin: -52.5px !important;
}
.mt-n35,
.my-n35 {
  margin-top: -52.5px !important;
}
.mr-n35,
.mx-n35 {
  margin-right: -52.5px !important;
}
.mb-n35,
.my-n35 {
  margin-bottom: -52.5px !important;
}
.ml-n35,
.mx-n35 {
  margin-left: -52.5px !important;
}
.m-n40 {
  margin: -60px !important;
}
.mt-n40,
.my-n40 {
  margin-top: -60px !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -60px !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -60px !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -60px !important;
}
.m-n45 {
  margin: -67.5px !important;
}
.mt-n45,
.my-n45 {
  margin-top: -67.5px !important;
}
.mr-n45,
.mx-n45 {
  margin-right: -67.5px !important;
}
.mb-n45,
.my-n45 {
  margin-bottom: -67.5px !important;
}
.ml-n45,
.mx-n45 {
  margin-left: -67.5px !important;
}
.m-n50 {
  margin: -75px !important;
}
.mt-n50,
.my-n50 {
  margin-top: -75px !important;
}
.mr-n50,
.mx-n50 {
  margin-right: -75px !important;
}
.mb-n50,
.my-n50 {
  margin-bottom: -75px !important;
}
.ml-n50,
.mx-n50 {
  margin-left: -75px !important;
}
.m-n55 {
  margin: -82.5px !important;
}
.mt-n55,
.my-n55 {
  margin-top: -82.5px !important;
}
.mr-n55,
.mx-n55 {
  margin-right: -82.5px !important;
}
.mb-n55,
.my-n55 {
  margin-bottom: -82.5px !important;
}
.ml-n55,
.mx-n55 {
  margin-left: -82.5px !important;
}
.m-n60 {
  margin: -90px !important;
}
.mt-n60,
.my-n60 {
  margin-top: -90px !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -90px !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -90px !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -90px !important;
}
.m-n65 {
  margin: -97.5px !important;
}
.mt-n65,
.my-n65 {
  margin-top: -97.5px !important;
}
.mr-n65,
.mx-n65 {
  margin-right: -97.5px !important;
}
.mb-n65,
.my-n65 {
  margin-bottom: -97.5px !important;
}
.ml-n65,
.mx-n65 {
  margin-left: -97.5px !important;
}
.m-n70 {
  margin: -105px !important;
}
.mt-n70,
.my-n70 {
  margin-top: -105px !important;
}
.mr-n70,
.mx-n70 {
  margin-right: -105px !important;
}
.mb-n70,
.my-n70 {
  margin-bottom: -105px !important;
}
.ml-n70,
.mx-n70 {
  margin-left: -105px !important;
}
.m-n75 {
  margin: -112.5px !important;
}
.mt-n75,
.my-n75 {
  margin-top: -112.5px !important;
}
.mr-n75,
.mx-n75 {
  margin-right: -112.5px !important;
}
.mb-n75,
.my-n75 {
  margin-bottom: -112.5px !important;
}
.ml-n75,
.mx-n75 {
  margin-left: -112.5px !important;
}
.m-n80 {
  margin: -120px !important;
}
.mt-n80,
.my-n80 {
  margin-top: -120px !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -120px !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -120px !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -120px !important;
}
.m-n85 {
  margin: -127.5px !important;
}
.mt-n85,
.my-n85 {
  margin-top: -127.5px !important;
}
.mr-n85,
.mx-n85 {
  margin-right: -127.5px !important;
}
.mb-n85,
.my-n85 {
  margin-bottom: -127.5px !important;
}
.ml-n85,
.mx-n85 {
  margin-left: -127.5px !important;
}
.m-n90 {
  margin: -135px !important;
}
.mt-n90,
.my-n90 {
  margin-top: -135px !important;
}
.mr-n90,
.mx-n90 {
  margin-right: -135px !important;
}
.mb-n90,
.my-n90 {
  margin-bottom: -135px !important;
}
.ml-n90,
.mx-n90 {
  margin-left: -135px !important;
}
.m-n95 {
  margin: -142.5px !important;
}
.mt-n95,
.my-n95 {
  margin-top: -142.5px !important;
}
.mr-n95,
.mx-n95 {
  margin-right: -142.5px !important;
}
.mb-n95,
.my-n95 {
  margin-bottom: -142.5px !important;
}
.ml-n95,
.mx-n95 {
  margin-left: -142.5px !important;
}
.m-n100 {
  margin: -150px !important;
}
.mt-n100,
.my-n100 {
  margin-top: -150px !important;
}
.mr-n100,
.mx-n100 {
  margin-right: -150px !important;
}
.mb-n100,
.my-n100 {
  margin-bottom: -150px !important;
}
.ml-n100,
.mx-n100 {
  margin-left: -150px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.header .main-menu .sub-menu-wrap > a,
.header .top-menu > ul .sub-menu-wrap > a,
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.header .main-menu > ul > li > ul,
.header .top-menu > ul > li ul,
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "SpaceGrotesk";
  font-display: swap;
  src: url(../fonts/SpaceGrotesk-Light-d1970bc79e0459008380f4e00ce5743b.woff) format("woff"), url(../fonts/SpaceGrotesk-Light-d1970bc79e0459008380f4e00ce5743b.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  font-display: swap;
  src: url(../fonts/SpaceGrotesk-Regular-531344742989ff7301819164cbb5fce1.woff) format("woff"), url(../fonts/SpaceGrotesk-Regular-531344742989ff7301819164cbb5fce1.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  font-display: swap;
  src: url(../fonts/SpaceGrotesk-Medium-07229533fad39ba822666b4724928cfa.woff) format("woff"), url(../fonts/SpaceGrotesk-Medium-07229533fad39ba822666b4724928cfa.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SpaceGrotesk";
  font-display: swap;
  src: url(../fonts/SpaceGrotesk-Bold-5b6a83355a07337cc870891fe3d6cc90.woff) format("woff"), url(../fonts/SpaceGrotesk-Bold-5b6a83355a07337cc870891fe3d6cc90.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  outline: 0;
}
h1,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SpaceGrotesk", sans-serif;
}
h1 {
  font-size: 45px;
}
h2 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 40px;
}
h2 span,
p {
  font-weight: 300;
}
h1,
h2,
h2 span {
  line-height: 110%;
}
h2 span {
  display: block;
}
h1,
h2,
h3 {
  letter-spacing: -0.035em;
}
nav a {
  color: #0a1128;
}
nav a:hover {
  color: #ff286e;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
}
p a,
p span {
  font-family: inherit;
}
li,
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
b,
h3,
strong {
  font-weight: 700;
}
button,
input[type="submit"]:not(.btn):not(.hs-button) {
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0;
}
.cta-subscribe form :focus::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
  color: transparent;
}
.cta-subscribe form :focus::-moz-placeholder,
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
.btn:hover,
.color-w,
.hs-button:hover {
  color: #fff;
}
.color-p {
  color: #ff286e;
}
.color-b {
  color: #0a1128;
}
.bg-b {
  background-color: #0a1128;
}
.bg-p {
  background-color: #ff286e;
}
.btn,
.btn-hover:hover,
.hs-button,
.hs-button-hover:hover,
button {
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn,
.hs-button {
  background: #ff286e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 15px 30px;
  border: 0;
  display: inline-block;
}
.btn-hover:hover,
.hs-button-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.btn svg,
.hs-button svg {
  margin-right: 10px;
}
.btn-w,
.hs-button-w {
  background: #fff;
  color: #ff286e;
}
.btn-w:hover,
.hs-button-w:hover {
  color: #ff286e;
}
.btn-w.btn-border,
.hs-button-w.btn-border {
  border: 1px solid #ff286e !important;
}
.btn.btn-border,
.hs-button.btn-border {
  padding: 13px 28px;
  border: 1px solid #fff;
}
.page {
  padding-top: 117px;
}
.section.botton-sep {
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
.section.botton-sep:after {
  content: "";
  width: 70%;
  left: 50%;
  bottom: 0;
  margin-left: -35%;
  height: 1px;
  background-color: rgba(10, 17, 40, 0.25);
  position: absolute;
}
.section.botton-sep:has(.bg-b):after,
.section.botton-sep:has(.bg-p):after {
  display: none;
}
.section.botton-sep + .section:not(.bg-b):not(.bg-p) {
  padding-top: 0 !important;
}
.section.botton-sep.solution-tabs {
  padding-bottom: 120px;
}
.page:not(.page-home) .solution-tabs {
  margin-top: 45px;
}
.slick-dots,
.slick-slide {
  text-align: center;
}
.slick-dots {
  margin: 47px 0 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #d3d3d3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  color: transparent;
  text-indent: -9999px;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: #ff286e !important;
}
.logo-carousel-wrap .slick-dots li button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d9d9d9;
  margin: 0 17px;
}
.logo-carousel-wrap .slick-dots li.slick-active button {
  background-color: #d9d9d9 !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.logo-carousel-wrap .slick-dots {
  margin: 57px 0 0;
}
.slick-dots li:nth-child(3n) button {
  background-color: rgba(10, 17, 40, 0.25);
}
.logo-carousel-wrap .slick-dots li:nth-child(3n) button {
  background-color: rgb(255 255 255/0%);
}
.link-more {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.link-more,
.link-more:hover,
.page-home .tabs-vertical .tabs-nav-list button.active {
  color: #ff286e;
}
.logos-carousel {
  height: 77px;
  padding: 0;
  z-index: 2;
}
.form-inner form label span,
.logos-carousel,
.logos-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-home .tabs-horizontal .tabs-container {
  padding: 0 23px;
  max-width: 1577px;
  margin: 0 auto;
}
.page-home .tabs-horizontal .tabs-container .tabs-container-inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.page-home .tabs-horizontal .tab {
  --nav-item-height: 58px;
  position: relative;
}
.page-home .tabs-horizontal .tab:first-child .tab-btn {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-home .tabs-horizontal .tab:last-child .tab-btn {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-home .tabs-horizontal .tab-btn,
.page-home .tabs-horizontal .tab-content {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.page-home .tabs-horizontal .tab-btn {
  height: var(--nav-item-height);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ff286e;
  background-color: #0a1128;
  border: 0;
  padding: 0 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  z-index: 100;
  background-repeat: no-repeat;
  text-align: left;
}
.page-home .tabs-horizontal .tab-btn.active {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='2' viewBox='0 0 11 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H11' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
}
.page-home .tabs-horizontal .tab-content {
  -webkit-transition: max-height 0.3s ease 0s;
  -o-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
  will-change: max-height;
  overflow: hidden;
  top: -webkit-calc(-1 * var(--nav-item-height));
  top: calc(-1 * var(--nav-item-height));
  max-height: 0;
  margin-bottom: 0;
}
.page-home .tabs-horizontal .tab-content.show {
  opacity: 1;
  pointer-events: all;
  max-height: initial;
  margin-bottom: -webkit-calc(var(--nav-item-height) * -1);
  margin-bottom: calc(var(--nav-item-height) * -1);
}
.page-home .tabs-horizontal .tab-content:after {
  content: "";
  position: relative;
  height: 68px;
  width: 39px;
  background-color: #0a1128;
  display: block;
  margin: 0 auto;
}
.page-home .tabs-horizontal .tab-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 533px;
}
.page-home .tabs-horizontal .tab-content-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: center;
  padding: -webkit-calc(42px + var(--nav-item-height)) 38px 0;
  padding: calc(42px + var(--nav-item-height)) 38px 0;
}
.page-home .tabs-horizontal .tab-content-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 28px;
}
.page-home .tabs-horizontal .tab-content-text .learn-more {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-top: 30px;
  color: #ff286e;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-home .tabs-horizontal .tab-content-img {
  width: -webkit-calc(100% - 7px);
  width: calc(100% - 7px);
  margin: 0 auto;
  bottom: -1px;
  border: 3px solid #0a1128;
  max-width: 100% !important;
  position: relative;
  overflow: hidden;
}
.page-home .tabs-horizontal .tab-content-img img {
  max-width: 100%;
  width: 100%;
}
.page-home .tabs-vertical .tabs-container {
  padding: 0 23px;
  max-width: 1452px;
  margin: 0 auto;
}
.page-home .tabs-vertical .tabs-nav {
  position: relative;
}
.page-home .tabs-vertical .tabs-nav-list,
.page-home .tabs-vertical .tabs-nav-placeholder {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
}
.page-home .tabs-vertical .tabs-nav-placeholder {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 17px 13px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #ff286e;
  position: relative;
  z-index: 1;
}
.page-home .tabs-vertical .tabs-nav-placeholder:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  height: 7px;
  width: 12px;
  margin-top: -3.5px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M0.99996 0.863007L5.94971 5.62695L10.8995 0.863007' stroke='%230A1128' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.page-home .tabs-vertical .tabs-nav-placeholder.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-home .tabs-vertical .tabs-nav-list {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 13px;
  width: 100%;
}
.header .main-menu .sub-menu-wrap:hover ul,
.header .top-menu > ul .sub-menu-wrap:hover ul,
.page-about-us .team .member-short-info b,
.page-home .tabs-vertical .tabs-nav-list.show {
  display: block;
}
.page-home .tabs-vertical .tabs-nav-list button {
  border-width: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: #0a1128;
  border-left-style: solid;
  border-left-color: transparent;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.page-home .tabs-vertical .tabs-content {
  position: relative;
  -webkit-box-shadow: 0 6.27845px 12.5569px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6.27845px 12.5569px rgba(0, 0, 0, 0.1);
}
.page-home .tabs-vertical .tabs-content .tab {
  display: none;
  --offset: 3px;
  text-align: center;
  background-color: #fff;
  padding: -webkit-calc(var(--offset) + 26px) 12px 32px;
  padding: calc(var(--offset) + 26px) 12px 32px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  color: #0a1128;
  position: relative;
  top: -webkit-calc(-1 * var(--offset));
  top: calc(-1 * var(--offset));
}
.header .main-menu .sub-menu-wrap:hover ul.sub-menu-grid,
.page-home .tabs-vertical .tabs-content .tab.show {
  display: grid;
}
.page-home .tabs-vertical .tabs-content .tab h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.page-home .tabs-vertical .tabs-content .tab > p {
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}
.page-home .tabs-vertical .tabs-content .tab-quote {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 11px;
  font-style: italic;
}
.page-home .tabs-vertical .tabs-content .tab-quote p {
  margin-bottom: 0;
  font-weight: 300;
}
.page-home .tabs-vertical .tabs-content .tab-author {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 6px;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
}
.page-home .tabs-vertical .tabs-content .tab-author p {
  margin-bottom: 0;
  font-weight: 600;
  font-style: italic;
}
.page-home .tabs-vertical .tabs-content .tab-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 15px;
}
.page-home .tabs-vertical .tabs-content .tab-images img.avatar {
  margin-right: 15px;
  height: 84px;
  width: 84px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  max-width: unset !important;
}
.page:not(.page-home) .solution-tabs-horizontal h2 {
  margin-bottom: 77px;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-container {
  max-width: 1132px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-container + .btn {
  margin: 50px auto 0;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav {
  height: 58px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #0a1128;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: -5px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav .solution-tabs-nav-placeholder {
  color: #ff286e;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav .solution-tabs-nav-placeholder:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99996 0.949682L5.94971 5.89943L10.8995 0.949682' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  margin-right: 5px;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav.active .solution-tabs-nav-placeholder:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav button {
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 250px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav button.active {
  display: none;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav > :nth-last-child(n + 4),
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav > :nth-last-child(n + 4) ~ * {
  max-width: 310px;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav > :nth-last-child(n + 5),
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav > :nth-last-child(n + 5) ~ * {
  max-width: 100%;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav + .solution-tabs-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav + .solution-tabs-content .tab {
  padding: 95px 70px 90px;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content {
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab {
  padding: 0 70px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
  max-width: 372px;
  padding-top: 40px;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-text h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-images {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
  text-align: center;
}
.page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-images img,
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-content .tab img {
  max-width: 100%;
  display: inline-block;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-container {
  width: 100%;
  max-width: 953px;
  margin: 0 auto;
  position: relative;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav {
  position: absolute;
  top: 0;
  left: -100px;
  width: 147px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  list-style: none;
  padding: 26px 23px 28px;
  font-weight: 700;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav button {
  position: relative;
  height: 38px;
  opacity: 0.25;
  font-size: 17px;
  line-height: 110%;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav button.active {
  color: #ff286e;
  opacity: 1;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav button.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 38px;
  left: -23px;
  top: 0;
  background: #ff286e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-content {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 52px 76px;
  color: #000;
  position: relative;
  z-index: 1;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-content .tab {
  display: none;
}
.page:not(.page-home) .solution-tabs-vertical .solution-tabs-content .tab.show {
  display: block;
}
.section.assets {
  padding-top: 83px;
  padding-bottom: 83px;
}
/*.asset {
  position: relative;
  max-width: 288px;
  min-width: 288px;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  -webkit-border-radius: 3.7px;
  border-radius: 3.7px;
  text-align: left;
}
.asset-category,
.asset-head {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.asset-head {
  position: relative;
  width: 100%;
  height: 164px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.asset-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 0 27px;
  background: #ff286e;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
}
.asset-img {
  background-color: #0a1128;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 136px;
}
.asset-img img {
  width: 100%;
  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
}
.asset-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 333px;
  min-height: 333px;
  max-height: 333px;
  margin: 43px 0 0;
  padding: 73px 29px 29px;
  background: #ff286e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.asset-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 109px;
  -ms-flex: 0 0 109px;
  flex: 0 0 109px;
  line-height: 135%;
  font-size: 20px;
  font-family: "SpaceGrotesk", sans-serif;
  letter-spacing: -0.035em;
}
.asset-desc {
  line-height: 150%;
  font-size: 1em;
  font-weight: 300;
  justify-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.asset-btn {
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.asset-btn:after,
.asset-btn:hover:after,
.featured-asset-btn:hover:after,
.future-event-btn:hover:after {
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.asset-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85693 1.6001L6.99979 6.4001L12.1426 1.6001' stroke='%230A1128' stroke-width='3'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.asset-btn:hover {
  color: #fff;
}
.asset-btn:hover:after,
.featured-asset-btn:hover:after,
.future-event-btn:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.assets-wrap:not(.assets-mob-carousel) .asset {
  margin: 0 auto 70px;
}
.assets-wrap:not(.assets-mob-carousel) .asset:last-child {
  margin-bottom: 0;
}
/*.assets-grid-wrap {
  width: 100%;
  margin: 0 auto;
}
.assets-grid-wrap .asset {
  margin: 0 auto 70px;
}
.assets-grid-wrap .asset:last-child {
  margin-bottom: 0;
}*/
.btn-more-assets {
  display: block;
  padding: 15px 30px;
  margin: 90px auto;
}
/*.featured-asset,*/
.future-event {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 500px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 29.5%;
}
/*.featured-asset-img,*/
.future-event-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  overflow: hidden;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  background-position: 50%;
  background-size: cover;
  background-color: rgba(10, 17, 40, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*.featured-asset-img img,*/
.future-event-img img,
.icons-wrap .icon-img img,
.icons-wrap .icon-img svg {
  max-width: 100%;
}
/*.featured-asset-data,*/
.future-event-data {
  background-color: #ff286e;
  position: absolute;
  top: 0;
  height: 32px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  width: 100%;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  padding: 7px 27px;
  color: #fff;
}
/*.featured-asset-content,*/
.future-event-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  background-color: #0a1128;
  color: #fff;
  text-align: left;
  padding: 73px 23px 30px 26px;
  z-index: 3;
  overflow: visible;
}
/*.featured-asset-title,*/
.future-event-title {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.035em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 110px;
  -ms-flex: 1 0 110px;
  flex: 1 0 110px;
  padding-bottom: 15px;
}
/*.featured-asset-desc,*/
.future-event-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 25px;
  max-height: 72px;
  overflow: hidden;
}
/*.featured-asset-btn,*/
.future-event-btn {
  color: #ff286e;
  font-weight: 700;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.featured-asset-btn:after,*/
.future-event-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #ff286e;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85693 1.6001L6.99979 6.4001L12.1426 1.6001' stroke='white' stroke-width='3'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/*.featured-asset-btn:hover,*/
.future-event-btn:hover,
.header .main-menu .sub-menu-wrap:hover > a,
.header .top-menu > ul .sub-menu-wrap:hover > a,
.page-home .hero-text-cta h1 strong {
  color: #ff286e;
}
.featured-assets-wrap,
.future-events-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-assets-wrap:after,
.future-events-wrap:after {
  content: "";
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.featured-assets-wrap > :nth-last-child(n + 4),
.featured-assets-wrap > :nth-last-child(n + 4) ~ *,
.future-events-wrap > :nth-last-child(n + 4),
.future-events-wrap > :nth-last-child(n + 4) ~ * {
  margin-bottom: 96px;
}
.cta,
.featured-assets-wrap .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.featured-assets-wrap .slick-track .slick-slide {
  float: none;
  height: initial;
  padding: 0 19px;
}
.featured-assets-wrap .slick-track .slick-slide > div,
.featured-assets-wrap .slick-track .slick-slide > div > div {
  height: 100%;
}
.featured-assets-wrap .slick-track .slick-slide.slick-active {
  position: relative;
  z-index: 3;
}
.cta {
  text-align: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 320px;
}
.cta p {
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
}
.cta h2 + p {
  margin-top: 18px;
}
.cta .btn {
  display: block;
  width: 192px;
  padding: 15px 0;
  margin: 13px auto 0;
}
.cta .cta-btns {
  margin-top: 58px;
  width: 100%;
}
.cta .cta-btns .btn {
  margin: 0 13px;
  max-width: 192px;
}
.cta-subscribe h2 {
  margin-bottom: 56px !important;
  font-size: 35px !important;
}
.cta-subscribe form ::-webkit-input-placeholder {
  color: #fff;
}
.cta-subscribe form ::-moz-placeholder {
  color: #fff;
}
.cta-subscribe form :-moz-placeholder {
  color: #fff;
}
.cta-subscribe form :-ms-input-placeholder {
  color: #fff;
}
.cta-subscribe form :focus:-moz-placeholder {
  color: transparent;
}
.cta-subscribe form :focus:-ms-input-placeholder {
  color: transparent;
}
.cta-subscribe form label,
.page-blog-inner .blog-inner-container aside .widget-subscribe form label {
  font-size: 0.75em;
  font-family: "SpaceGrotesk", sans-serif;
  color: #fff;
}
.cta-subscribe form input[type="email"],
.cta-subscribe form input[type="submit"] {
  width: 222px;
  height: 53px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
}
.cta-subscribe form input[type="email"] {
  padding-left: 10px;
  border: 1px solid #fff;
  background-color: #ff286e;
  color: #fff;
  line-height: 150%;
  margin: 0 0 13px;
  outline: 0;
  text-align: center;
}
.cta-subscribe form input[type="submit"] {
  background: #fff;
  border: 0;
  color: #ff286e;
  cursor: pointer;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 600;
  line-height: 22px;
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.page:not(.page-home) .hero-bg-img {
  height: 683px;
  position: relative;
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page:not(.page-home) .hero-bg-img h1 + .btn {
  margin-top: 63px;
}
.page:not(.page-home) .hero-text {
  height: 683px;
}
.page:not(.page-home) .hero-text h1 {
  margin-bottom: 20px;
}
.page:not(.page-home) .hero-text p {
  max-width: 580px;
  margin: 0 auto 60px;
}
.page:not(.page-home) .hero-text img + h1,
.page:not(.page-home) .hero-text picture + h1 {
  margin-top: 33px;
}
.page:not(.page-home) .hero-text img:first-child,
.page:not(.page-home) .hero-text img:first-child img,
.page:not(.page-home) .hero-text picture:first-child,
.page:not(.page-home) .hero-text picture:first-child img {
  max-width: 200px;
}
.page:not(.page-home) .hero-logo {
  padding-bottom: 137px;
}
.page:not(.page-home) .hero-logo h1 {
  font-size: 35px;
  line-height: 110%;
  margin: 48px auto 54px;
  max-width: 755px;
}
.page:not(.page-home) .hero-logo .logo {
  background-color: #ff286e;
  max-width: 200px;
  min-height: 262px;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page:not(.page-home) .hero-logo .logo span {
  display: block;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.035em;
  margin-top: 14px;
}
.page-azure .icons:not(.why-silk) .icons-container .subtitle,
.page:not(.page-home) .hero-logo .logo img {
  max-width: 100%;
}
.page:not(.page-home) .hero-form {
  padding: 120px 23px;
}
.page:not(.page-home) .hero-form .form-inner {
  max-width: 250px;
}
.page:not(.page-home) .hero-form .form-inner form ::-webkit-input-placeholder {
  color: #fff;
}
.page:not(.page-home) .hero-form .form-inner form ::-moz-placeholder {
  color: #fff;
}
.page:not(.page-home) .hero-form .form-inner form :-moz-placeholder {
  color: #fff;
}
.page:not(.page-home) .hero-form .form-inner form :-ms-input-placeholder {
  color: #fff;
}
.page:not(.page-home) .hero-form .form-inner form input:not([type="submit"]):not([type="checkbox"]) {
  width: 100%;
  border-color: #fff;
}
.page:not(.page-home) .hero-form .form-inner form label span {
  color: #fff;
  font-size: 16px;
}
.icons {
  padding: 120px 15px;
}
.icons.bg-b,
.icons.bg-p {
  padding: 100px 22px;
}
.icons-container {
  max-width: 1305px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.icons-container h2 {
  margin-bottom: 0;
}
.icons-container .subtitle {
  max-width: 600px;
  margin: 30px auto 0;
}
.icons .subtitle + .icons-wrap {
  margin-top: 51px;
}
.icons h2 + .icons-wrap {
  margin-top: 72px;
}
.icons-wrap > :nth-last-child(n + 2),
.icons-wrap > :nth-last-child(n + 2) ~ *,
.icons-wrap > :nth-last-child(n + 3),
.icons-wrap > :nth-last-child(n + 3) ~ * {
  margin-left: 80px;
  margin-right: 80px;
}
.icons-wrap > :nth-last-child(n + 3):first-child,
.icons-wrap > :nth-last-child(n + 3) ~ :first-child {
  margin-left: 0 !important;
}
.icons-wrap > :nth-last-child(n + 3):last-child,
.icons-wrap > :nth-last-child(n + 3) ~ :last-child {
  margin-right: 0 !important;
}
.icons-wrap > :nth-last-child(n + 4),
.icons-wrap > :nth-last-child(n + 4) ~ * {
  margin-left: 60px;
  margin-right: 60px;
}
.icons-wrap > :nth-last-child(n + 4):first-child,
.icons-wrap > :nth-last-child(n + 4) ~ :first-child {
  margin-left: 0 !important;
}
.icons-wrap > :nth-last-child(n + 4):last-child,
.icons-wrap > :nth-last-child(n + 4) ~ :last-child {
  margin-right: 0 !important;
}
.icons-wrap .icon {
  max-width: 315px;
  min-width: 200px;
  text-align: center;
}
.icons-wrap .icon-title {
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin: 38px auto 0;
}
.icons-wrap .icon-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  margin-top: 9px;
}
.icons-wrap .icon-link {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #ff286e;
  margin-top: 7px;
  display: inline-block;
}
.icons .icons-wrap + .link-more {
  display: inline-block;
  margin-top: 84px;
}
.testimonials {
  padding: 0 23px 124px;
}
.testimonials-container {
  position: relative;
  max-width: 1115px;
  width: 100%;
  min-height: 266px;
  margin: 0 auto;
}
.testimonials-carousel {
  max-width: 945px;
  position: relative;
}
.testimonials-carousel:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 104px;
  width: 100%;
  height: 58px;
  background: #0a1128;
  z-index: 1;
}
.testimonials .testimonial {
  text-align: left;
  padding-bottom: 40px;
}
.testimonials .testimonial-content,
.testimonials .testimonial-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 266px;
}
.testimonials .testimonial-img img {
  max-width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
}
.testimonials .testimonial-content {
  max-width: 557px;
}
.testimonials .testimonial-content-logo {
  margin-bottom: 21px;
}
.testimonials .testimonial-content-text {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 25px;
}
.testimonials .testimonial-content-author {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.testimonials .slick-arrow {
  position: absolute;
  bottom: 40px;
}
.testimonials .slick-arrow.slick-prev {
  right: 50px;
}
.testimonials .slick-arrow.slick-next {
  right: 0;
}
.text-video-two-col {
  padding-top: 150px;
}
.text-video-two-col .col-text,
.text-video-two-col .col-video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 510px;
}
.text-video-two-col .col-text h2 {
  font-size: 45px;
  line-height: 110%;
  margin-bottom: 25px;
}
.text-video-two-col .col-text p {
  margin-bottom: 50px;
}
.text-video-two-col .col-text .link-more {
  color: #ff286e;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.text-video-two-col .col-video {
  max-width: 820px;
}
.text-video-two-col .col-video .video-wrap {
  margin-bottom: 0;
}
.text-video-one-col h2 {
  margin-bottom: 60px;
}
.text-video-one-col p {
  max-width: 780px;
  margin: 0 auto;
}
.text-video-one-col .text-video-container {
  max-width: 915px;
  margin: 0 auto;
}
.text-video-one-col .video-wrap {
  margin-bottom: 0;
  margin-top: 56px;
}
.video-wrap {
  position: relative;
  border: 5px solid #0a1128;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 26px;
  height: 0;
  width: 100%;
  padding-top: 56.75%;
}
.video-wrap iframe {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.video-wrap .video-btn,
.video-wrap .video-btn span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}
.video-wrap .video-btn {
  background-color: rgba(10, 17, 40, 0.0);
  will-change: opacity;
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.video-wrap .video-btn.active {
  opacity: 0;
}
.video-wrap .video-btn span {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff286e;
}
.video-wrap .video-btn span svg {
  position: relative;
  left: 2px;
}
.diagrams-slider-container {
  padding-bottom: 101px;
}
.diagrams-slider .slick-slide > div,
.diagrams-slider .slick-track,
.video-wrap .video-btn,
.video-wrap .video-btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.diagrams-slider .slick-track {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.diagrams-slider .slick-slide {
  padding: 0 30px;
  height: unset;
}
.diagrams-slider .slick-slide > div {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.diagrams-slider .slick-current .diagram {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.diagrams-slider .slick-current .diagram .diagram-desc,
.diagrams-slider .slick-current .diagram .diagram-info,
.diagrams-slider .slick-current .diagram .diagram-title,
.modal {
  opacity: 1;
}
.diagrams-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9.5px;
}
.diagrams-slider .slick-arrow svg {
  max-width: 14px;
}
.diagrams-slider .slick-arrow.slick-prev {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}
.diagrams-slider .slick-arrow.slick-next {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.diagrams-slider .diagram {
  min-width: 827px;
  -webkit-transform: scale(0.74);
  -ms-transform: scale(0.74);
  transform: scale(0.74);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.diagrams-slider .diagram-title {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 35px;
  opacity: 0;
}
.diagrams-slider .diagram-img {
  border: 5px solid #0a1128;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.diagrams-slider .diagram-img img {
  display: inline-block;
  max-width: 100%;
}
.diagrams-slider .diagram-info {
  margin: 20px 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  opacity: 0;
}
.diagrams-slider .diagram-info > div {
  margin: 0 15px;
}
.diagrams-slider .diagram-info span {
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.diagrams-slider .diagram-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 110%;
  opacity: 0;
  margin-top: 20px;
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  -webkit-transition: opacity 0.1s ease 0.2s;
  -o-transition: opacity 0.1s ease 0.2s;
  transition: opacity 0.1s ease 0.2s;
}
.modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.modal-video {
  position: relative;
  max-width: 100vw;
  width: 1080px;
  height: 605px;
  max-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-video video {
  width: 100%;
  position: relative;
  z-index: 999;
}
.single-asset-section {
  overflow-x: hidden;
  padding: 210px 0;
}
.single-asset-section-container {
  max-width: 1156px;
  padding: 0 23px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
}
.single-asset-section .single-asset-img-wrap,
.single-asset-section .single-asset-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.single-asset-section .single-asset-title h2 {
  max-width: 445px;
  margin-bottom: 43px;
  line-height: 49.5px;
  font-size: 45px;
}
.single-asset-section .single-asset-title h2 span {
  font-size: 35px;
  font-weight: 300;
  line-height: 38.5px;
}
.single-asset-section .single-asset-img-wrap {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.single-asset-section .single-asset-img-wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 58px;
  width: 900px;
  background-color: #0a1128;
  left: 50%;
}
.single-asset-section .single-asset-img-inner {
  max-width: 469px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
}
.single-asset-section .single-asset-img-inner img {
  max-width: 100%;
  height: 245px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.single-asset-section .single-asset-category {
  background-color: #ff286e;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  padding: 15.5px 30px;
  width: 100%;
  top: 0;
  left: 0;
}
.single-asset-section .single-asset-link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.section.botton-sep + .single-asset-section {
  padding-top: 0;
}
.text-image {
  overflow: hidden;
  padding: 110px 0;
}
.text-image .image-wrap,
.text-image .text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-image .text-wrap {
  max-width: 542px;
  margin-left: -webkit-calc((100vw - 1474px)/2);
  margin-left: calc((100vw - 1474px) / 2);
}
.text-image .text-wrap h2 {
  font-size: 35px;
}
.text-image .text-wrap h2 span {
  font-size: 20px;
  color: #ff286e;
  font-weight: 700;
}
.text-image .image-wrap {
  max-width: 50%;
  padding-right: 120px;
  padding-left: 20px;
  position: relative;
}
.text-image .image-wrap:after {
  content: "";
  height: 39px;
  width: 189px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: #0a1128;
  z-index: -1;
}
.text-image .image-inner {
  padding: 25px;
  background: rgba(255, 255, 255, 0.75);
  border: 5px solid #0a1128;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.text-image .image-inner img {
  max-width: 100%;
}
.text-image + .text-image {
  padding-top: 20px;
}
.section.text-section {
  padding: 60px 23px;
  min-height: 400px;
}
.section.text-section p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.form-inner {
  max-width: 623px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.form-inner h2 {
  font-size: 45px;
  line-height: 110%;
  margin: 0;
}
.form-inner p {
  max-width: 516px;
  margin: 0 auto;
}
.form-inner h2 + p {
  margin-top: 35px;
}
.form-inner form {
  margin-top: 45px;
}
.form-inner form ::-webkit-input-placeholder {
  color: #0a112840;
}
.form-inner form ::-moz-placeholder {
  color: #0a112840;
}
.form-inner form :-moz-placeholder {
  color: #0a112840;
}
.form-inner form :-ms-input-placeholder {
  color: #0a112840;
}
.form-inner form :focus::-webkit-input-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form :focus::-webkit-input-placeholder {
  color: transparent;
}
.form-inner form :focus::-moz-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form :focus::-moz-placeholder {
  color: transparent;
}
.form-inner form :focus:-moz-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form :focus:-moz-placeholder {
  color: transparent;
}
.form-inner form :focus:-ms-input-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form :focus:-ms-input-placeholder {
  color: transparent;
}
.form-inner form input:not([type="submit"]):not([type="checkbox"]),
.form-inner form select {
  height: 38px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: 0 0;
  margin-bottom: 20px;
  border: 1px solid #0a112840;
  color: #0a1128;
}
.form-inner form select {
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M0.99996 5.05025L5.94971 10L10.8995 5.05025' stroke='%230A1128'/%3E%3C/svg%3E%0A");
  margin-bottom: 50px;
  color: #0a112840;
}
.form-inner form select option {
  background-color: #fff;
  color: #ff286e;
}
.form-inner form select:focus {
  color: #0a1128;
}
.form-inner form p,
.form-inner form span {
  font-size: 12.8px;
}
.form-inner form .btn,
.form-inner form .hs-button {
  display: block;
  margin: 45px auto 0;
}
.form-inner form label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 16px 0;
  display: block;
}
.form-inner form label input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-inner form label span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #0a1128;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  vertical-align: middle;
}
.form-inner form label span * {
  vertical-align: middle;
}
.form-inner form label input[type="checkbox"]:checked ~ span::before {
  border-color: #ff286e;
  background-color: #ff286e;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 15px;
  background-position: center;
}
.form-wrap.bg-b form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-wrap.bg-b form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-wrap.bg-b form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-wrap.bg-b form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-wrap.bg-b form input:not([type="submit"]):not([type="checkbox"]),
.form-wrap.bg-b form select {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.form-wrap.bg-b form p,
.form-wrap.bg-b form span {
  color: rgba(255, 255, 255, 0.5);
}
.form-wrap.bg-b form input[type="checkbox"],
.form-wrap.bg-b form label span::before,
.form-wrap.bg-p form input[type="checkbox"] {
  border: 1px solid #fff;
}
.form-wrap.bg-b form select {
  background-color: #0a1128;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99996 5.05025L5.94971 10L10.8995 5.05025' stroke='white'/%3E%3C/svg%3E%0A");
}
.form-wrap.bg-p,
.form-wrap.bg-p form p,
.form-wrap.bg-p form span {
  color: #fff;
}
.form-wrap.bg-p form ::-webkit-input-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form ::-webkit-input-placeholder {
  color: #fff;
}
.form-wrap.bg-p form ::-moz-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form ::-moz-placeholder {
  color: #fff;
}
.form-wrap.bg-p form :-moz-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form :-moz-placeholder {
  color: #fff;
}
.form-wrap.bg-p form :-ms-input-placeholder,
.page-blog-inner .blog-inner-container aside .widget-subscribe form :-ms-input-placeholder {
  color: #fff;
}
.form-wrap.bg-p form input:not([type="submit"]):not([type="checkbox"]),
.form-wrap.bg-p form select {
  border: 1px solid #fff;
  color: #fff;
}
.form-wrap.bg-p form select {
  background-color: #ff286e;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99996 5.05025L5.94971 10L10.8995 5.05025' stroke='white'/%3E%3C/svg%3E%0A");
}
.form-wrap.bg-p form .btn,
.form-wrap.bg-p form .hs-button {
  display: block;
  margin: 45px auto 0;
  background-color: #fff;
  color: #ff286e;
}
.partners-logos {
  -webkit-box-flex: 0.424;
  -webkit-flex: 0.424 1 0;
  -ms-flex: 0.424 1 0%;
  flex: 0.424 1 0%;
}
.partners-logos h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.partners-logos h2 span {
  font-size: 35px;
}
.partners-logos-inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.partners-logos-inner > img,
.partners-logos-inner > picture {
  margin-top: 54px;
}
.partners-logos-inner > img:not(:nth-child(3n)),
.partners-logos-inner > picture:not(:nth-child(3n)) {
  margin-right: 65px;
}
.footer-bottom .social-list a:last-child,
.page-careers .job-list form select:last-child,
.partners-logos-inner > img:last-child,
.partners-logos-inner > picture:last-child {
  margin-right: 0;
}
.two-col-img {
  padding: 150px 23px;
}
.two-col-img > h2 {
  margin-bottom: 56px;
}
.two-col-img > p {
  max-width: 750px;
  margin: 0 auto;
}
.two-col-img-container {
  max-width: 1383px;
  margin: 56px auto 0;
}
.two-col-img-container .col-img {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  padding: 10px;
  max-width: 640px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}
.two-col-img-container .col-img img {
  max-width: 100%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  border-bottom: 1px solid rgba(10, 17, 40, 0.25);
  font-family: "SpaceGrotesk", sans-serif;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.header.hidden {
  -webkit-transform: translate(0, -101%);
  -ms-transform: translate(0, -101%);
  transform: translate(0, -101%);
}
.header-inner {
  min-height: 117px;
}
.header .logo {
  width: 67px;
  height: 67px;
}
.header .logo img,
.header .logo svg {
  width: 100%;
  height: 100%;
}
.header .toggle-mobile-menu {
  border: 0;
  position: absolute;
  width: 29px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='18' viewBox='0 0 31 18' fill='none'%3E%3Cpath d='M6.27271 1H30.0001' stroke='%230A1128' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M1 8.84607H30.0001' stroke='%230A1128' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.5454 16.6924H30' stroke='%230A1128' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: 100%;
  right: 16px;
  bottom: 16px;
}
.header .toggle-mobile-menu.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M1.99994 2L19.6776 19.6777' stroke='%230A1128' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M19.6024 1.92468L1.92469 19.6024' stroke='%230A1128' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
}
.header .top-menu {
  font-size: 0.75rem;
  line-height: 14px;
  margin-bottom: 12px;
  font-weight: 500;
}
.header .top-menu > ul {
  padding: 0 70px 0 0;
}
.header .top-menu > ul > li {
  margin: 0 0 0 51px;
  padding-bottom: 5px;
}
.header .top-menu > ul .sub-menu-wrap {
  cursor: pointer;
  position: relative;
}
.header .top-menu > ul .sub-menu-wrap ul {
  position: absolute;
  top: 100%;
  left: -29px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px;
}
.header .main-menu .sub-menu-wrap > ul > li:not(:last-child) a,
.header .top-menu > ul .sub-menu-wrap ul li:not(:last-child) a {
  margin: 0 0 15px;
}
.header .top-menu > ul .sub-menu-wrap ul li a {
  min-width: 104px;
  display: block;
  width: 100%;
}
.header .top-menu .btn-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .main-menu {
  font-size: 0.875rem;
  font-weight: 500;
}
.header .main-menu > ul > li {
  margin: 0 0 0 51px;
}
.header .main-menu .sub-menu-wrap {
  cursor: pointer;
  position: relative;
}
.header .main-menu .sub-menu-wrap > ul {
  position: absolute;
  top: 100%;
  left: -29px;
  padding: 60px 30px 30px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px;
}
.header .main-menu .sub-menu-wrap > ul > li > a {
  min-width: 104px;
  display: block;
  width: 100%;
  color: #ff286e;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}
.header .main-menu .sub-menu-wrap > ul.sub-menu-grid > li > ul a {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  margin-bottom: 14px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.footer-col h4,
.header .btn-cta {
  font-size: 0.875rem;
  line-height: 17px;
}
.header .btn-cta {
  margin: 0 0 0 51px;
  width: 141px;
  height: 38px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer {
  padding: 74px 0 0;
  position: relative;
  font-family: "SpaceGrotesk", sans-serif;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1440px;
  width: -webkit-calc(100vw - 30px);
  width: calc(100vw - 30px);
  height: 1px;
  background: rgba(10, 17, 40, 0.25);
}
.footer-col {
  max-width: 176px;
  width: 100%;
}
.footer-col h4 {
  margin: 0 0 20.5px;
  font-weight: 700;
}
.footer-col ul li {
  margin: 0 0 5px;
}
.footer-col ul li:last-child,
.page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post:last-child {
  margin-bottom: 0;
}
.footer-col ul li a {
  font-size: 0.75rem;
  line-height: 24px;
  color: #0a1128;
  font-weight: 500;
}
.footer-col ul li.sub-menu-wrap,
.page-home h2 {
  margin-bottom: 30px;
}
.footer-col ul li.sub-menu-wrap > a {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}
.footer-bottom {
  margin: 65px auto 59px;
}
.footer-bottom .copyright {
  font-size: 10px;
  line-height: 197%;
  font-family: "SpaceGrotesk", sans-serif;
}
.footer-bottom .copyright a,
.footer-bottom .copyright p,
.page-home .hero-text-cta .subtitle {
  font-size: 10px;
  line-height: 197%;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 400;
}
.footer-bottom .copyright a {
  color: #ff286e;
}
.footer-bottom .social > a {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  color: #ff286e;
  margin-top: 14px;
  display: block;
  text-decoration: underline;
}
.footer-bottom .social-list a {
  margin-right: 42px;
}
.page-home h2 {
  font-size: 35px;
}
.page-home .hero {
  color: #0a1128;
  text-align: center;
  position: relative;
  padding-top: 356px;
  opacity: 1;
  pointer-events: all;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(62%, #fff));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 35%, #fff 62%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 35%, #fff 62%);
  overflow: hidden;
}
.page-home .hero-text-cta {
  max-width: 530px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-home .hero-text-cta h1 {
  font-size: 40px;
  line-height: 115%;
  font-weight: 300;
  letter-spacing: -0.035em;
  margin-bottom: 3px;
}
.page-home .hero-text-cta .subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
.page-home .hero-text-cta p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 23px;
  font-weight: 300;
}
.page-home .hero-text-cta .btns {
  height: 121px;
  margin-bottom: 22px;
}
.page-home .hero-text-cta .btns .btn {
  min-width: 220px;
}
.page-home .hero-text-cta .btns .btn svg {
  margin-top: -5px;
}
.page-home .hero-img {
  position: absolute;
  left: 32px;
  top: 114px;
  width: 72%;
  pointer-events: none;
  z-index: -1;
}
.page-home .platform {
  padding-top: 64px;
  padding-bottom: 45px;
}
.page-home .platform-inner {
  overflow: hidden;
}
.page-home .platform-container {
  --padding-x: 23px;
  padding: 0 var(--padding-x);
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.page-home .platform-static-block {
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}
.page-home .platform-slide:after,
.page-home .platform-static-block:after {
  display: block;
  content: "";
  height: 1px;
  width: 210px;
  position: absolute;
  background-color: #0a1128;
}
.page-home .platform-static-block:after {
  bottom: 0;
  left: -23px;
}
.page-home .platform-static-block p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}
.page-home .platform-slide {
  margin-top: 65px;
  padding-top: 65px;
  position: relative;
}
.page-home .platform-slide:after {
  top: 0;
  right: -23px;
}
.page-home .platform-slide-nav {
  position: absolute;
  margin-left: -38px;
  margin-top: 15px;
  max-width: 9px;
  text-align: right;
}
.page-home .platform-slide-nav span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #0a1128;
  margin-bottom: 10px;
}
.page-home .platform-slide-nav span.active {
  width: 10px;
  background-color: #ff286e;
}
.page-home .platform-slide-title {
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -0.035em;
  position: relative;
  margin-bottom: 30px;
}
.page-home .platform-slide-title strong {
  color: #ff286e;
  font-weight: inherit;
  display: block;
}
.page-home .platform-slide-text {
  margin-bottom: 65px;
}
.page-home .platform-slide-text p {
  font-size: 18px;
  line-height: 27px;
}
.page-home .platform-slide-img img {
  max-width: 100%;
}
.page-home .platform-slide .btn {
  display: inline-block;
}
.page-home .platform-slide:nth-child(2) .platform-slide-img img {
  position: relative;
  z-index: -1;
}
.page-home .tabs-images {
  padding: 32px 0 43px;
}
.page-home .tabs-video {
  padding: 38px 0;
}
.page-home .cta h2 {
  margin-bottom: 0;
}
.page-home .assets {
  padding: 108px 0;
}
.page-blogs-lobby h2,
.page-resources-lobby h2 {
  margin-bottom: 60px;
  font-size: 35px;
}
.page-blogs-lobby .hero {
  background-image: url(../img/blog/blog-lobby-hero.webp);
}
.page-blogs-lobby .popular-posts,
.page-resources-lobby .popular-posts {
  padding-top: 130px;
}
.page-blogs-lobby .popular-posts-container,
.page-resources-lobby .popular-posts-container {
  width: 100%;
  max-width: 1733px;
  padding: 0 19px;
  margin: 0 auto;
}
.page-blogs-lobby .posts-list,
.page-resources-lobby .posts-list {
  margin-bottom: 129px;
  padding: 0 18px;
}
.page-blogs-lobby .posts-list .search-box,
.page-resources-lobby .posts-list .search-box {
  max-width: 339px;
  position: relative;
  margin: 0 auto;
}
.page-blogs-lobby .posts-list .search-box input,
.page-resources-lobby .posts-list .search-box input {
  width: 100%;
  color: rgba(10, 17, 40, 0.25);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  padding: 6px 40px 6px 20px;
  border: 1px solid #eee;
}
.page-blogs-lobby .posts-list .search-box button,
.page-resources-lobby .posts-list .search-box button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-resources-lobby .hero {
  background-image: url(../img/resources/resources-lobby-hero.png) !important;
}
.page-blog-inner h2 {
  font-size: 35px;
  color: #ff286e;
}
.page-blog-inner .back-link {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #ff286e;
  margin: 0 auto 60px;
  text-decoration: none;
}
.page-blog-inner .back-link:hover,
.page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post a:hover {
  text-decoration: underline;
}
.page-blog-inner .blog-inner-container {
  max-width: 1590px;
  position: relative;
  width: 100%;
  margin: 95px auto 50px -webkit-calc(((100vw - 1590px)/2) - 45px);
  margin: 95px auto 50px calc(((100vw - 1590px) / 2) - 45px);
  padding: 0 18px;
}
.page-blog-inner .blog-inner-container .post {
  max-width: 1040px;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-blog-inner .blog-inner-container .post h1 {
  font-size: 45px;
  line-height: 110%;
  color: #ff286e;
  margin: 58px 0 23px;
  letter-spacing: -0.035em;
}
.page-blog-inner .blog-inner-container .post-data {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.035em;
  color: #0a1128;
}
.page-blog-inner .blog-inner-container .post-content {
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
.page-blog-inner .blog-inner-container .post-content h3 {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #0a1128;
  margin-bottom: 5px;
}
.page-blog-inner .blog-inner-container .post-content p {
  font-size: 16px;
  font-weight: 100;
  line-height: 150%;
  margin: 0 0 30px;
}
.page-blog-inner .blog-inner-container .post-content p a,
.page-content-inner a,
.page-press-release-inner .press-release-content p a {
  font-weight: 700;
  color: #ff286e;
}
.page-blog-inner .blog-inner-container .post-content ol,
.page-blog-inner .blog-inner-container .post-content ul,
.page-content-inner ol,
.page-content-inner ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.page-blog-inner .blog-inner-container .post-content ol li,
.page-blog-inner .blog-inner-container .post-content ul li {
  margin: 0 0 5px;
  line-height: 150%;
  font-size: 16px;
  font-weight: 100;
}
.page-blog-inner .blog-inner-container .post-content ol li {
  list-style: decimal;
}
.page-blog-inner .blog-inner-container .post-content ul li {
  list-style-type: disc;
}
.page-blog-inner .blog-inner-container .post-content img {
  max-width: 100%;
  margin: 50px 0 80px;
}
.page-blog-inner .blog-inner-container .post-content .cta h2 {
  font-size: 45px;
  color: #fff;
}
.page-blog-inner .blog-inner-container .post-author {
  margin: 100px auto;
}
.page-blog-inner .blog-inner-container .post-author-inner {
  max-width: 830px;
}
.page-blog-inner .blog-inner-container .post-author h2 {
  margin-bottom: 80px;
}
.page-blog-inner .blog-inner-container .post-author-img {
  position: relative;
  max-width: 266px;
  width: 100%;
  height: 200px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-blog-inner .blog-inner-container .post-author-img::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  width: 50vw;
  height: 58px;
  background: #0a1128;
}
.page-blog-inner .blog-inner-container .post-author-img img {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 15px 15px 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 15px 15px 30px;
}
.page-blog-inner .blog-inner-container .post-author-name {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-style: italic;
}
.page-blog-inner .blog-inner-container .post-author-info {
  font-family: "Open Sans", sans-serif;
  margin: 21px 0 0;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  font-style: italic;
}
.page-blog-inner .blog-inner-container aside {
  max-width: 280px;
  padding-top: 80px;
}
.page-blog-inner .blog-inner-container aside .widget-title {
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.page-blog-inner .blog-inner-container aside .widget-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ff286e;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 48px 10px;
  width: 100%;
}
.page-blog-inner .blog-inner-container aside .widget-subscribe h3 {
  margin-bottom: 48px;
}
.page-blog-inner .blog-inner-container aside .widget-subscribe form {
  -webkit-box-flex: 0.576;
  -webkit-flex: 0.576 1 0;
  -ms-flex: 0.576 1 0%;
  flex: 0.576 1 0%;
  padding: 0 20px;
}
.page-blog-inner .blog-inner-container aside .widget-subscribe form input[type="email"] {
  height: 53px;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #ff286e;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 13px;
  outline: 0;
  text-align: center;
}
.page-blog-inner .blog-inner-container aside .widget-subscribe form input[type="submit"] {
  width: 100%;
  height: 53px;
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.page-blog-inner .blog-inner-container aside .widget-popular-posts {
  margin: 100px 0 0;
}
.page-blog-inner .blog-inner-container aside .widget-popular-posts h3 {
  margin-bottom: 80px;
  font-size: 35px;
}
.page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post {
  margin-bottom: 70px;
}
.page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post img {
  max-width: 225px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post h4 {
  margin: 30px 0 20px;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.035em;
}
.page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post-desc {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #0a1128;
  margin-bottom: 39px;
  height: 65px;
  overflow: hidden;
}
.page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post a,
.page-blog-inner .blog-inner-container aside .widget-subscribe form input[type="submit"] {
  color: #ff286e;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.page-blog-inner .blog-inner-container .blog-share {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 100px 0;
  position: relative;
  max-width: 100%;
}
.page-blog-inner .blog-inner-container .blog-share::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 508px;
  height: 0;
  border-top: 1px solid #d3d3d3;
}
.page-blog-inner .blog-inner-container .blog-share-title {
  font-weight: 300;
  max-width: 360px;
  font-size: 16px;
  line-height: 150%;
}
.page-blog-inner .blog-inner-container .blog-share-inner {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}
.page-blog-inner .blog-inner-container .blog-share-icons {
  width: 230px;
  margin-left: 10px;
}
.page-blog-inner .blog-inner-container .blog-share .back-link {
  margin: 62px auto 0;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-resource-inner .resource-content {
  width: 50%;
  margin: 0 auto;
  padding: 150px 20px 250px;
}
.page-resource-inner .resource-content-inner {
  max-width: 717px;
}
.page-resource-inner .resource-content .breadcrumb {
  margin: 0 0 56px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  font-family: "SpaceGrotesk", sans-serif;
}
.page-resource-inner .resource-content .breadcrumb a {
  color: #ff286e;
}
.page-resource-inner .resource-content .breadcrumb span {
  font: inherit;
}
.page-resource-inner .resource-content h1 {
  font-size: 35px;
  max-width: 417px;
  margin: 0 0 20px;
}
.page-resource-inner .resource-content p {
  margin: 0 0 20px;
  max-width: 690px;
}
.page-resource-inner .resource-content ul {
  padding-left: 17px;
}
.page-resource-inner .resource-content ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 8px;
  position: relative;
}
.page-about-us .team .member-info p:last-child,
.page-about-us .text-section-container p:last-child,
.page-resource-inner .resource-content ul li:last-child {
  margin-bottom: 0;
}
.page-resource-inner .resource-content ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -17px;
  width: 4px;
  height: 4px;
  background: #ff286e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-resource-inner .resource-content .list-wrap,
.page-success-stories-lobby .partners-logos img {
  margin-bottom: 60px;
}
.page-resource-inner .resource-content .img-wrap {
  max-width: 300px;
  padding: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 7px 7px 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 7px 7px 25px;
}
.page-resource-inner .resource .form-wrap {
  width: 50%;
}
.page-newsroom-lobby .hero {
  background-image: url(../img/newsroom/newsroom-lobby-hero.webp);
}
.page-newsroom-lobby .newsroom-nav {
  margin-top: -29px;
  position: relative;
}
.page-newsroom-lobby .media-contact-links a,
.page-newsroom-lobby .newsroom-nav nav,
.page-newsroom-lobby .newsroom-nav nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-newsroom-lobby .newsroom-nav nav {
  max-width: 441px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 47px;
  background-color: #fff;
}
.page-newsroom-lobby .newsroom-nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.page-newsroom-lobby .media-contact-links a,
.page-newsroom-lobby .newsroom-nav nav ul li a {
  font-size: 16px;
  color: #0a1128;
}
.page-newsroom-lobby .newsroom-nav nav ul li a {
  height: 58px;
  padding: 0 20px;
  line-height: 150%;
  font-weight: 700;
}
.page-newsroom-lobby .newsroom-nav nav ul li.active a {
  color: #ff286e;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.7811 1.92299C7.24983 0.344013 9.75017 0.344012 11.2189 1.92299L15.2509 6.25766C17.4602 8.63282 15.7758 12.5 12.532 12.5H4.46799C1.22416 12.5 -0.460214 8.63282 1.7491 6.25766L5.7811 1.92299Z' fill='%230A1128'/%3E%3C/svg%3E%0A");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.page-newsroom-lobby .posts-list {
  margin-top: 97px;
}
.page-newsroom-lobby .media-contact {
  padding-top: 152px;
}
.page-newsroom-lobby .media-contact h2,
.page-press-release-inner .press-release-content h1 {
  margin-bottom: 21px;
}
.page-newsroom-lobby .media-contact p {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 12px;
}
.page-newsroom-lobby .media-contact-links a {
  line-height: 119%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.page-newsroom-lobby .media-contact-links a:last-child {
  margin-top: 10px;
}
.page-newsroom-lobby .media-contact-links a span {
  margin-left: 13px;
  display: inline-block;
}
.page-newsroom-lobby .posts-list {
  padding-bottom: 75px;
}
.page-newsroom-lobby .posts-list .asset-img,
.page-press-release-inner .press-release-media-contact-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-newsroom-lobby .posts-list .asset-img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*
.page-newsroom-lobby .posts-list .asset-img img {
  max-width: 206px;
  max-height: 100px;
}*/
.page-press-release-inner {
  overflow-x: hidden !important;
}
.page-press-release-inner .press-release {
  max-width: 1590px;
  position: relative;
  width: 100%;
  margin: 103px auto 150px -webkit-calc((100vw - 1676px)/2);
  margin: 103px auto 150px calc((100vw - 1676px) / 2);
  padding: 0 18px;
}
.page-press-release-inner .press-release .back-link {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #ff286e;
  margin: 0 auto 60px;
  text-decoration: none;
}
.page-press-release-inner .press-release .back-link:hover {
  text-decoration: underline;
}
.page-press-release-inner .press-release-media-contact {
  min-width: 290px;
  min-height: 250px;
  padding: 47px 32px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-right: 85px;
}
.page-press-release-inner .press-release-media-contact::before {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 100vw;
  right: 100%;
  top: 96px;
  background-color: #0a1128;
}
.page-press-release-inner .press-release-media-contact-title {
  font-family: "SpaceGrotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: -0.035em;
  margin-bottom: 21px;
}
.page-press-release-inner .press-release-media-contact p {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 14px;
}
.page-press-release-inner .press-release-media-contact-links a {
  color: #fff;
}
.page-press-release-inner .press-release-media-contact-links a span {
  display: inline-block;
  margin-left: 13px;
  font-weight: 400;
  font-size: 16px;
}
.page-press-release-inner .press-release-media-contact-links a:last-child {
  margin-top: 17px;
}
.page-press-release-inner .press-release-media-contact-links a svg {
  width: 19px;
}
.page-press-release-inner .press-release-content {
  max-width: 941px;
}
.page-press-release-inner .press-release-content h2 {
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 20px;
}
.page-press-release-inner .press-release-content p {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.page-press-release-inner .press-release-content p + h2 {
  margin-top: 50px;
}
.page-press-release-inner .press-release-content-date {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.035em;
  margin-bottom: 40px;
}
.page-press-release-inner .press-release-content-share-icons {
  max-width: 200px;
  margin-bottom: 55px;
}
.page-press-release-inner .press-release-content .back-link {
  margin-top: 80px;
  margin-bottom: 0;
}
.page-about-us h2,
.page-solution-inner h2,
.page-solutions-lobby h2 {
  font-size: 45px;
}
.page-solutions-lobby .superpowers {
  padding-top: 150px;
}
.page-solutions-lobby .solutions-for-technology {
  padding-bottom: 174px;
}
.page-solutions-lobby .solutions-for-industry {
  min-height: 591px;
  margin-bottom: 231px;
}
.page-solutions-lobby .testimonials {
  padding-top: 252px;
}
.page-solutions-lobby .assets {
  padding: 115px 0 155px;
}
.page-solution-inner .text-video {
  padding-top: 178px;
  padding-bottom: 193px !important;
}
.page-solution-inner .icons {
  min-height: 591px;
  margin-bottom: 151px;
}
.page-solution-inner .assets {
  padding: 10px 0 155px;
}
.page-about-us .hero {
  background-image: url(../img/about-us/about-us-hero.webp) !important;
}
.page-about-us .text-section {
  padding-top: 150px;
}
.page-about-us .text-section-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 36px;
}
.page-about-us .text-section-container p {
  margin-bottom: 30px;
}
.page-about-us .icons.botton-sep {
  padding-bottom: 176px;
}
.page-about-us .icons .icons-wrap .icon-title {
  margin-top: 0;
  max-width: unset;
  margin-bottom: 31px;
}
.page-about-us .icons .icons-wrap .icon-desc {
  margin-top: 13px;
}
.page-about-us .team {
  position: relative;
}
.page-about-us .team h2 {
  margin-bottom: 40px;
}
.page-about-us .team::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 543px;
  left: 0;
  top: 50%;
  background-color: #0a1128;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-about-us .team-container {
  padding: 0 56px;
}
.page-about-us .team .member {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  text-align: center;
  min-height: 378px;
}
.page-about-us .team .member-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page-about-us .team .member-short-info {
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  width: 100%;
  min-height: 95px;
  bottom: 25px;
  left: 0;
  z-index: 1;
  padding: 0 47px;
}
.page-about-us .team .member-info,
.page-about-us .team .member-link {
  position: absolute;
  background-color: #ff286e;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-about-us .team .member-link {
  z-index: 3;
  width: 39px;
  height: 39px;
  right: 8px;
  bottom: 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-about-us .team .member-info {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.page-about-us .team .member-info p {
  margin-bottom: 10px;
}
.page-about-us .team-board {
  margin-top: 142px;
}
.page-about-us .team-board::before {
  background-color: #ff286e;
  height: 123px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 287px;
}
.page-about-us .team-board h2 {
  margin-bottom: 116px;
}
.page-about-us .team-board .member {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  min-height: 362px;
}
.page-about-us .team-board .member .member-short-info {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.page-about-us .team-board .member .member-short-info b {
  font-size: 20px;
  margin-bottom: 7px;
}
.page-about-us .investors {
  padding: 257px 0 116px;
}
.page-about-us .investors h2,
.page-support .customer-portal-text ul {
  margin-bottom: 40px;
}
.page-about-us .investors .investor {
  width: 300px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 38.5px 64px;
}
.page-about-us .investors .investor img {
  max-width: 100%;
}
.page-about-us .cta .btn {
  max-width: 153px;
}
.page-about-us .gartner {
  min-height: 621px;
}
.page-about-us .gartner h3,
.page-success-stories-lobby .gartner h3 {
  margin: 58px 0 61px;
  font-size: 35px;
  line-height: 110%;
}
.page-about-us .gartner h3 span,
.page-success-stories-lobby .gartner h3 span {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}
.page-about-us .growing {
  min-height: 531px;
}
.page-about-us .growing h2 {
  margin-bottom: 0;
  font-size: 45px;
  line-height: 110%;
}
.page-about-us .growing p {
  max-width: 685px;
  margin: 56px auto 55px;
}
.page-success-stories-lobby .case-studies-list {
  padding-top: 123px;
}
.page-success-stories-lobby .case-studies-list h2 {
  margin-bottom: 96px;
  font-size: 40px;
}
.page-success-stories-lobby .case-studies-list-container {
  max-width: 881px;
  margin: 0 auto -80px;
}
.page-success-stories-lobby .case-studies-list-container .item {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 406px;
  margin-bottom: 80px;
}
.page-success-stories-lobby .case-studies-list-container .item-logo {
  background-color: #0a1128;
  height: 92px;
  padding: 10px;
}
.page-success-stories-lobby .case-studies-list-container .item-logo img {
  max-height: 100%;
  max-width: 100%;
}
.page-success-stories-lobby .case-studies-list-container .item-content {
  padding: 43px 15px 33px;
}
.page-success-stories-lobby .case-studies-list-container .item-content p {
  max-width: 215px;
  margin: 0 auto 35px;
}
.page-success-stories-lobby .case-studies-list-container .item-content a {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ff286e;
}
.page-success-stories-lobby .gartner {
  padding-bottom: 142px;
}
.page-success-stories-lobby .partners-logos {
  padding: 96px 0 136px;
  margin-bottom: 146px;
}
.page-success-stories-lobby .partners-logos h2 {
  font-weight: 300;
  margin-bottom: 100px;
}
.page-success-stories-lobby .partners-logos h2 b {
  display: block;
  font-size: 45px;
  line-height: 110%;
}
.page-success-stories-lobby .partners-logos-container {
  padding: 0 15px;
  max-width: 856px;
  margin: 0 auto -60px;
}
.page-azure h2,
.page-careers h2,
.page-platform-technology h2,
.page-success-stories-lobby .cta h2 {
  font-size: 45px;
}
.page-success-story-inner .hero-success-story-inner {
  margin-bottom: 120px;
}
.page-success-story-inner .hero-success-story-inner-container {
  padding: 98px 140px 0;
  position: relative;
}
.page-success-story-inner .hero-success-story-inner-container .back-link {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 13px;
  text-align: left;
}
.page-success-story-inner .hero-success-story-inner-container h1 {
  max-width: 858px;
  margin: 28px auto 56px;
  font-weight: 300;
  font-size: 45px;
  line-height: 110%;
}
.page-success-story-inner .hero-success-story-inner-container .back-link + img,
.page-success-story-inner .hero-success-story-inner-container .back-link + picture img {
  max-width: 200px;
}
.page-success-story-inner .hero-success-story-inner-video {
  max-width: 1195px;
  margin: -147px auto 0;
  position: relative;
  bottom: -147px;
}
.page-success-story-inner .hero-success-story-inner-video .video-wrap {
  border: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-top: 52%;
  margin-bottom: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.page-success-story-inner .hero-success-story-inner-video .video-wrap .video-btn {
  background-color: transparent;
  background-size: cover;
}
.page-success-story-inner .hero-success-story-inner-video .video-wrap .video-btn span {
  width: 150px;
  height: 150px;
}
.page-success-story-inner .hero-success-story-inner-video .video-wrap .video-btn span svg {
  width: 75px;
  height: 75px;
  left: 9px;
}
.page-success-story-inner .text-columns {
  padding-top: 124px;
  margin: 0 43px;
}
.page-success-story-inner .text-columns h2 {
  margin-bottom: 71px;
}
.page-success-story-inner .text-columns-container {
  padding-bottom: 116px;
  border-bottom: 1px solid #d3d3d3;
  max-width: 1420px;
  margin: 0 auto 101px;
}
.page-success-story-inner .text-columns .text-columnn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 280px;
}
.page-success-story-inner .text-columns .text-columnn h3 {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 34px;
}
.page-success-story-inner .text-columns .text-columnn p {
  max-width: 260px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}
.page-success-story-inner .success-story-content {
  padding-bottom: 110px;
}
.page-success-story-inner .success-story-content-container {
  max-width: 1500px;
  width: 100%;
  padding: 0 40px;
}
.page-success-story-inner .success-story-content-container h2 {
  margin-bottom: 24px;
  color: #ff286e;
}
.page-success-story-inner .success-story-content-container h3 {
  margin-bottom: 5px;
  font-size: 25px;
}
.page-success-story-inner .success-story-content-container p {
  margin-bottom: 25px;
}
.page-success-story-inner .success-story-content-container .quote:last-child,
.page-success-story-inner .success-story-content-container img:last-child,
.page-success-story-inner .success-story-content-container p:last-child {
  margin-bottom: 0;
}
.page-success-story-inner .success-story-content-container img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 50px;
}
.page-success-story-inner .success-story-content-container img.float-right {
  margin: 0 0 50px 80px;
  max-width: 100%;
}
.page-success-story-inner .success-story-content-container p + picture img {
  margin-top: 25px;
}
.page-success-story-inner .success-story-content-container h3 + p img {
  margin-top: -38px;
}
.page-success-story-inner .success-story-content-container .quote {
  padding: 97px;
  font-style: italic;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  background-color: #0a1128;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  clear: both;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-success-story-inner .success-story-content-container .quote::before {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 100%;
  right: -webkit-calc(100% - 40px);
  right: calc(100% - 40px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff286e;
  z-index: -1;
}
.page-success-story-inner .success-story-content-container .quote-text {
  font-weight: 300;
  margin-bottom: 25px;
}
.page-success-story-inner .success-story-content-container .quote-author {
  font-weight: 600;
}
.page-success-story-inner .assets {
  padding-bottom: 130px;
}
.page-success-story-inner .assets h2 {
  margin-bottom: 50px;
  font-size: 45px;
}
.page-success-story-inner .cta {
  min-height: 690px;
}
.page-success-story-inner .cta h2 {
  font-size: 45px;
  line-height: 110%;
  max-width: 900px;
}
.page-platform-technology .hero-container {
  height: 682px;
}
.page-platform-technology .hero-container h1 {
  margin-bottom: 20px;
}
.page-platform-technology .hero-container h1 span {
  font-weight: 300;
}
.page-platform-technology .hero-container p {
  max-width: 500px;
  margin: 0 auto 60px;
}
.page-platform-technology .hero-container .btn {
  display: inline-block;
}
.page-platform-technology .tabs-section {
  padding: 82px 0 67px;
}
.page-platform-technology .tabs-section h2 {
  line-height: 110%;
  margin-bottom: 32px;
}
.page-platform-technology .tabs-section h2 span {
  font-weight: 300;
  font-size: 35px;
}
.page-platform-technology .tabs-section p {
  max-width: 859px;
  margin: 0 auto;
}
.page-platform-technology .tabs-section .tabs {
  margin: 56px 0 0;
}
.page-platform-technology .animations {
  padding: 127px 15px 200px;
}
.page-platform-technology .animations-inner {
  overflow: hidden;
}
.page-platform-technology .animations-inner.active .animations-content,
.page-platform-technology .animations-inner.active .svg-player {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.page-platform-technology .animations h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 28px;
}
.page-platform-technology .animations h2 span {
  font-size: 45px;
  font-weight: 700;
  color: #ff286e;
}
.page-platform-technology .animations .subtitle {
  max-width: 772px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}
.page-platform-technology .animations .animations-container {
  max-width: 1150px;
  margin: 94px auto 0;
}
.page-platform-technology .animations .animations-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 611px;
  padding-right: 100px;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: grid;
  grid-template-columns: 100%;
}
.page-platform-technology .animations .animations-content-slide {
  grid-row: 1;
  grid-column: 1;
  padding-bottom: 15px;
  padding-top: 123px;
  width: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.page-platform-technology .animations .animations-content-slide.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.page-platform-technology .animations .animations-content-slide h3 {
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 35px;
}
.page-platform-technology .animations .animations-content-slide-carousel h4 {
  font-size: 20px;
  line-height: 135%;
  color: #ff286e;
  margin-bottom: 5px;
}
.page-careers .hero h1,
.page-platform-technology .animations .animations-content-slide-carousel p {
  margin-bottom: 0;
}
.page-platform-technology .animations .animations-content-slide-carousel .slick-slide {
  text-align: left;
}
.page-platform-technology .animations .animations-content-slide-carousel .slick-dots {
  margin-top: 38px;
  text-align: left;
}
.page-platform-technology .animations .animations-content-slide-carousel .slick-dots li button {
  margin: 0 12px 0 0;
}
.page-platform-technology .animations .svg-player {
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.page-platform-technology .capabilities {
  padding: 129px 60px;
}
.page-platform-technology .capabilities h2 {
  margin-bottom: 120px;
}
.page-platform-technology .capabilities-container {
  max-width: 1236px;
  margin: 0 auto;
}
.page-platform-technology .capabilities-row {
  margin-bottom: 104px;
}
.page-platform-technology .capabilities-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 580px;
  background-color: #fff;
  padding: 58px 70px 80px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.page-platform-technology .capabilities-col h3 {
  font-size: 20px;
  line-height: 135%;
  margin-bottom: 22px;
}
.page-platform-technology .capabilities-col-logo {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 300;
  font-size: 47px;
  line-height: 1;
  letter-spacing: -0.035em;
  color: #ff286e;
  margin-bottom: 60px;
}
.page-platform-technology .capabilities-col-logo span {
  display: block;
  margin-bottom: -6px;
  margin-left: 4px;
}
.page-platform-technology .text-section {
  min-height: 617px;
}
.page-platform-technology .text-section p {
  max-width: 712px;
  font-size: 20px;
  line-height: 150%;
}
.page-careers .hero {
  background-image: url(../img/careers/careers-hero.webp);
  background-position: 100%0 !important;
}
.page-careers .hero h1 + .btn {
  margin-top: 59px !important;
}
.page-careers .icons,
.page-careers .job-list,
.page-careers .text-section {
  padding: 150px 15px;
}
.page-careers .job-list h2,
.page-careers .text-section h2,
.page-platform .calculator-graph .text-wrap h2 {
  margin-bottom: 56px;
}
.page-careers .text-section p {
  max-width: 750px;
  margin: 0 auto 30px;
}
.page-careers .text-section p:last-child,
.page-support .telephones-container ul li:last-child {
  margin-bottom: 0;
}
.page-careers .icons .icons-wrap {
  margin-top: 100px;
}
.page-careers .icons .icons-wrap .icon-img {
  min-height: unset;
}
.page-careers .icons .icons-wrap .icon-title {
  margin-top: 0;
  max-width: unset;
  margin-bottom: 31px;
}
.page-careers .job-list form span {
  margin-right: 30px;
}
.page-careers .job-list form select {
  height: 38px;
  width: 100%;
  max-width: 290px;
  margin-right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M0.99996 1.05025L5.94971 6L10.8995 1.05025' stroke='%230A1128'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-color: #0a112840;
  color: rgba(10, 17, 40, 0.25);
}
.page-careers .job-list-container {
  max-width: 1056px;
  margin: 0 auto;
}
.page-careers .job-list-wrap {
  margin-bottom: 89px;
}
.page-careers .job-list .job,
.page-careers .job-list-wrap:after {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 288px;
}
.page-careers .job-list-wrap:after {
  content: "";
}
.page-careers .job-list .job {
  background-color: #0a1128;
  padding: 35px 31px;
  margin-top: 96px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-careers .job-list .job-title {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 31px;
  color: #ff286e;
}
.page-careers .job-list .job-location {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.035em;
  color: #fff;
  vertical-align: middle;
}
.page-careers .job-list .job-location::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='23' viewBox='0 0 16 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.7625C15 9.11656 14.5581 10.6986 13.8334 12.3599C13.114 14.009 12.1464 15.6679 11.1651 17.1566C10.1856 18.6425 9.2042 19.9414 8.46703 20.8692C8.29714 21.083 8.14044 21.2769 8 21.4485C7.85956 21.2769 7.70286 21.083 7.53297 20.8692C6.7958 19.9414 5.81442 18.6425 4.83493 17.1566C3.85363 15.6679 2.88601 14.009 2.16658 12.3599C1.44186 10.6986 1 9.11656 1 7.7625C1 4.05587 4.10538 1 8 1C11.8946 1 15 4.05587 15 7.7625Z' stroke='white' stroke-width='2'/%3E%3Cpath d='M11.6316 7.80375C11.6316 9.72331 10.0292 11.3216 7.99999 11.3216C5.97074 11.3216 4.36841 9.72331 4.36841 7.80375C4.36841 5.88418 5.97074 4.28589 7.99999 4.28589C10.0292 4.28589 11.6316 5.88418 11.6316 7.80375Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 23px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 14px;
}
.page-careers .job-list .job-department {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-top: 5px;
}
.page-careers .testimonials {
  padding-top: 150px;
  padding-bottom: 110px;
}
.page-careers .testimonials h2 {
  margin-bottom: 100px;
}
.page-careers .cta .btn {
  max-width: 145px;
}
.page-azure .hero h1 {
  max-width: 600px;
}
.page-azure .icons:not(.why-silk) {
  padding-top: 148px;
}
.page-azure .icons:not(.why-silk) .icons-wrap {
  margin-top: 100px;
}
.page-azure .icons:not(.why-silk) .icons-wrap .icon-title {
  max-width: 20ch;
}
.page-azure .icons:not(.why-silk) .icons-wrap .icon-desc {
  margin-top: 31px;
}
.page-azure .solution-tabs h2 {
  margin-bottom: 101px !important;
}
.page-azure .diagrams-slider {
  padding-bottom: 141px;
}
.page-azure .diagrams-slider h2 {
  margin-bottom: 52px;
}
.page-azure .icons.why-silk {
  padding-top: 143px;
  padding-bottom: 143px;
}
.page-azure .testimonials {
  padding-top: 145px;
  padding-bottom: 110px;
}
.page-azure .assets {
  padding-bottom: 155px;
}
.page-events h2 {
  font-size: 40px;
}
.page-events .hero {
  background-image: url(../img/events/events-hero.webp);
  padding-top: 197px;
  background-size: cover !important;
}
.page-events .future-events {
  padding-top: 130px;
}
.page-events .future-events h2,
.page-events .past-events h2 {
  margin-bottom: 97px;
}
.page-events .future-events-container {
  width: 100%;
  max-width: 1695px;
  margin: 0 auto;
}
.page-events .future-events-container .btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: -7px auto 0;
}
.page-events .past-events {
  padding-bottom: 150px;
}
.page-events .past-events .asset-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-events .past-events .asset-img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 120px;
  max-width: 225px;
}
.page-events .past-events .btn,
.page-platform .solutions h3 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-events .past-events .btn {
  display: block;
  margin: 89px auto 0;
}
.page-platform h2 {
  font-size: 45px;
}
.page-platform .hero h1 span {
  font-weight: 300;
}
.page-platform .text-animations-images {
  padding-top: 150px;
  padding-bottom: 110px;
}
.page-platform .text-animations-images-container {
  max-width: 1474px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-platform .text-animations-images .text-block {
  max-width: 710px;
  padding: 0 20px;
}
.page-platform .text-animations-images .animations-image {
  max-width: 208px;
}
.page-platform .icons {
  padding-top: 60px;
  padding-bottom: 254px;
}
.page-platform .icons .icon-title {
  margin-bottom: 29px;
}
.page-platform .date-plane {
  padding: 124px 19px;
}
.page-platform .date-plane h2 {
  font-size: 35px;
  margin-bottom: 20px;
}
.page-platform .date-plane p {
  max-width: 710px;
  margin: 0 auto;
}
.page-platform .date-plane P + picture,
.page-platform .date-plane p + img {
  margin-top: 62px;
  margin-bottom: 47px;
  display: block;
}
.page-platform .date-plane img,
.page-platform .solutions .solution-item-img img {
  max-width: 100%;
}
.page-platform .icons.can-do-now {
  padding-top: 174px;
  padding-bottom: 140px;
}
.page-platform .icons.can-do-now .icons-wrap {
  margin-top: 85px;
}
.page-platform .icons.can-do-now .icon-img #animation-icon1 {
  max-width: 135px;
  margin: 0 auto;
}
.page-platform .icons.can-do-now .icon-img #animation-icon1 svg,
.page-platform .icons.can-do-now .icon-img #animation-icon2 svg {
  width: 100%;
}
.page-platform .icons.can-do-now .icon-img #animation-icon2 {
  max-width: 85px;
  margin: 0 auto;
}
.page-platform .calculator-graph {
  padding: 140px 0;
}
.page-platform .calculator-graph-container {
  max-width: 1474px;
  margin: 0 auto;
  padding: 0 17px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr fit-content(100%);
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
}
.page-platform .calculator-graph .text-wrap p {
  max-width: 500px;
}
.page-platform .calculator-graph .calculator-btn-wrap {
  max-width: 508px;
  border-top: 1px solid #d3d3d3;
  padding-top: 51px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -14px;
}
.page-platform .calculator-graph .calculator-btn-wrap span {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ff286e;
  margin-right: 50px;
  padding-top: 28px;
}
.page-platform .calculator-graph .graph-wrap {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-platform .calculator-graph .graph-inner {
  max-width: 660px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 5px solid #0a1128;
  padding: 98px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-platform .calculator-graph .graph-inner #animation-graph {
  max-width: 392px;
  margin: 0 auto;
}
.page-platform .calculator-graph .graph-legends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 227px;
  min-height: 11px;
  margin: 47px auto 0;
}
.page-platform .calculator-graph .graph-legends .legend {
  position: relative;
  padding: 0 0 0 13px;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: -0.035em;
}
.page-platform .calculator-graph .graph-legends .legend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: #0a1128;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-platform .calculator-graph .graph-legends .legend.silk::before {
  background: #ff286e;
}
.page-platform .testimonials {
  padding: 140px 0;
}
.page-platform .solutions {
  padding-top: 120px;
  padding-bottom: 176px;
}
.page-platform .solutions h2 {
  margin-bottom: 80px;
}
.page-platform .solutions h3 {
  font-size: 20px;
  line-height: 135%;
  color: #ff286e;
  background-color: #fff;
  padding: 0 21px;
  position: relative;
  margin: 0 auto 28px;
}
.page-platform .solutions h3:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 1px;
  width: 90vw;
  max-width: 1070px;
  top: 14px;
  left: 50%;
  background-color: #d3d3d3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-platform .solutions .solutions-container {
  padding: 0 15px;
}
.page-platform .solutions .link-more + h3,
.page-platform .solutions .solutions-container + h3 {
  margin-top: 98px;
}
.page-platform .solutions .link-more {
  margin-top: 50px;
  display: inline-block;
}
.page-platform .solutions .solution-item {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 54px 40px;
  margin: 0 42.5px;
  max-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-platform .solutions .solution-item:first-child {
  margin-left: 0;
}
.page-platform .solutions .solution-item:last-child,
.page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon:last-child {
  margin-right: 0;
}
.page-platform .solutions .solution-item-img {
  width: 200px;
  height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.page-platform .solutions .solution-item-title {
  font-size: 20px;
  line-height: 150%;
  margin-top: 25px;
}
.page-platform .solutions .solution-item-title p {
  font-size: inherit;
  line-height: inherit;
}
.page-platform .assets {
  padding: 115px 0 155px;
}
.page-find-a-partner .hero-text {
  height: 440px !important;
}
.page-find-a-partner .partner-tabs {
  padding: 0 20px;
  margin-top: -29px;
}
.page-find-a-partner .partner-tabs-items .partner,
.page-find-a-partner .partner-tabs-nav {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-find-a-partner .partner-tabs-nav {
  max-width: 1491px;
  padding: 0 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 109px;
}
.page-find-a-partner .partner-tabs-nav button {
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  min-height: 58px;
  display: block;
}
.page-find-a-partner .partner-tabs-nav button.active {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2189 11.077C9.75017 12.656 7.24983 12.656 5.7811 11.077L1.7491 6.74233C-0.460216 4.36717 1.22417 0.499998 4.468 0.499998L12.532 0.499999C15.7758 0.499999 17.4602 4.36718 15.2509 6.74234L11.2189 11.077Z' fill='%230A1128'/%3E%3C/svg%3E%0A");
  background-position: 50% -1px;
  background-repeat: no-repeat;
  color: #ff286e;
}
.page-find-a-partner .partner-tabs-items {
  max-width: 1491px;
  margin: 0 auto;
}
.page-find-a-partner .partner-tabs-items .partner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 321px;
  min-height: 436px;
  overflow: hidden;
  margin-bottom: 74px;
  margin-right: -webkit-calc((100% - 1284px)/3);
  margin-right: calc((100% - 1284px) / 3);
}
.page-find-a-partner .partner-tabs-items .partner-logo {
  height: 92px;
  padding: 10px 0;
  background-color: #ff286e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-find-a-partner .partner-tabs-items .partner-logo img {
  max-height: 100%;
}
.page-find-a-partner .partner-tabs-items .partner-info {
  padding: 44px 25px;
  text-align: center;
}
.page-find-a-partner .partner-tabs-items .partner-info h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
.page-find-a-partner .partner-tabs .btn {
  margin: 25px auto 0;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-find-a-partner .single-asset-section {
  padding-bottom: 130px;
}
.page-support .login-section {
  padding: 150px 23px;
}
.page-support .login-section h1 {
  margin-bottom: 91px;
}
.page-support .login-section-container {
  max-width: 910px;
  margin: 0 auto;
}
.page-support .login-section-container > div:first-child {
  border-right: 1px solid #0a1128;
  padding-right: 117px;
  margin-right: 117px;
}
.page-partner .partners-cta-text h1,
.page-support .login-section-container > div h2 {
  margin-bottom: 35px;
}
.page-support .login-section-container > div p {
  margin: 0;
}
.page-support .login-section .link-more {
  display: block;
  margin: 17px 0 40px;
}
.page-support .login-section .btn {
  margin-top: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-support .telephones {
  padding: 0 23px 150px;
}
.page-support .telephones h2 {
  margin-bottom: 54px;
}
.page-support .telephones-container {
  max-width: 670px;
  margin: 0 auto;
}
.page-support .telephones-container ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 22px;
  font-weight: 300;
}
.page-support .telephones-container ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='23' viewBox='0 0 16 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.7625C15 9.11656 14.5581 10.6986 13.8334 12.3599C13.114 14.009 12.1464 15.6679 11.1651 17.1566C10.1856 18.6425 9.2042 19.9414 8.46703 20.8692C8.29714 21.083 8.14044 21.2769 8 21.4485C7.85956 21.2769 7.70286 21.083 7.53297 20.8692C6.7958 19.9414 5.81442 18.6425 4.83493 17.1566C3.85363 15.6679 2.88601 14.009 2.16658 12.3599C1.44186 10.6986 1 9.11656 1 7.7625C1 4.05587 4.10538 1 8 1C11.8946 1 15 4.05587 15 7.7625Z' fill='white' stroke='%230A1128' stroke-width='2'/%3E%3Cpath d='M11.6316 7.80368C11.6316 9.72325 10.0292 11.3215 7.99999 11.3215C5.97074 11.3215 4.36841 9.72325 4.36841 7.80368C4.36841 5.88412 5.97074 4.28583 7.99999 4.28583C10.0292 4.28583 11.6316 5.88412 11.6316 7.80368Z' fill='white' stroke='%230A1128' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-support .telephones-container ul li span {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  font-family: "SpaceGrotesk", sans-serif;
  letter-spacing: -0.035em;
  display: inline-block;
  margin-right: 10px;
}
.page-support .pink-paragraph {
  padding: 0 24px;
}
.page-support .pink-paragraph-container {
  max-width: 1234px;
  min-height: 356px;
  margin: 0 auto;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 30px;
}
.page-support .pink-paragraph-container p {
  max-width: 900px;
  margin: 0 auto 25px;
  font-weight: 400;
}
.page-event-inner .event-agenda ul li:last-child,
.page-support .customer-portal-text ul li:last-child,
.page-support .pink-paragraph-container p:last-child {
  margin-bottom: 0;
}
.page-support .pink-paragraph-container p a {
  font-weight: 700;
  color: #fff;
}
.page-support .customer-portal {
  padding: 130px 24px 40px;
}
.page-support .customer-portal-container {
  max-width: 1680px;
  margin: 0 auto;
}
.page-support .customer-portal-text {
  padding-left: 30px;
  padding-top: 20px;
  max-width: 830px;
}
.page-support .customer-portal-text h2 {
  font-size: 45px;
  line-height: 110%;
  margin-bottom: 56px;
}
.page-support .customer-portal-text p {
  margin-bottom: 30px;
}
.page-support .customer-portal-text ul li {
  margin: 0 0 8px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.page-support .customer-portal-text ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background: #ff286e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-content-inner .content-wrap {
  max-width: 1500px;
  margin: 50px auto;
  padding: 0 40px;
}
.page-content-inner p {
  font-weight: 400;
}
.page-content-inner ol li,
.page-content-inner ul li {
  margin: 0 0 5px;
  line-height: 150%;
}
.page-content-inner ul li {
  list-style: disc;
}
.page-content-inner ol li {
  list-style: decimal;
}
.page-partner .partners-cta-container > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
  padding: 0 20px;
}
.page-partner .partners-cta-text {
  max-width: 476px;
  margin: 0 auto;
}
.page-partner .partners-cta-text p {
  margin-bottom: 0;
  font-weight: 400;
}
.page-partner .partners-cta-search {
  min-height: 484px;
}
.page-partner .partners-cta-search h2 {
  margin-bottom: 35px;
}
.page-partner .partners-cta-search p,
.page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon-text p {
  margin-bottom: 0;
}
.page-partner .partners-cta-search .btn {
  margin-top: 63px;
}
.page-partner .partners-logo {
  padding: 160px 0 114px;
}
.page-partner .partners-logo h2 {
  font-size: 45px;
  margin-bottom: 60px;
}
.page-partner .partners-logo-container img {
  margin: 0 32.5px 46px;
}
.page-partner .partners-logo-container picture:last-child img {
  max-height: 45px;
}
.page-event-inner .hero-event {
  padding: 110px 23px;
}
.page-event-inner .hero-event h1 {
  margin-bottom: 41px;
}
.page-event-inner .hero-event-logo {
  max-width: 640px;
  height: 170px;
  margin: 0 auto;
}
.page-event-inner .hero-event-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-event-inner .about-event {
  padding: 87px 24px 111px;
}
.page-event-inner .about-event-container {
  max-width: 874px;
  margin: 0 auto;
}
.page-event-inner .about-event-btns {
  margin-top: 55px;
}
.page-event-inner .about-event-btns .btn {
  margin: 0 13px;
  min-width: 192px;
}
.page-event-inner .event-location {
  padding: 133px 23px 158px;
}
.page-event-inner .event-location h2 {
  font-size: 45px;
  color: #ff286e;
  margin-bottom: 33px;
}
.page-event-inner .event-location h2 span {
  font-size: 35px;
  color: #fff;
}
.page-event-inner .event-location-container {
  max-width: 892px;
  margin: 0 auto;
}
.page-event-inner .event-agenda h2,
.page-event-inner .event-location-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 446px;
  margin-right: 37px;
}
.page-event-inner .event-location-img {
  position: relative;
}
.page-event-inner .event-location-img::before {
  content: "";
  height: 58px;
  width: 612px;
  background-color: #ff286e;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.page-event-inner .event-location-img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.page-event-inner .event-location-text .btn {
  margin-top: 10px;
}
.page-event-inner .event-agenda {
  padding: 140px 23px;
}
.page-event-inner .event-agenda-container {
  max-width: 874px;
  margin: 0 auto;
}
.page-event-inner .event-agenda h2 {
  font-size: 45px;
}
.page-event-inner .event-agenda ul li {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #ff286e;
  margin-bottom: 32px;
  padding-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-event-inner .event-agenda ul li::before {
  content: "";
  position: absolute;
  background: #d3d3d3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 10px;
}
.page-event-inner .event-agenda ul li span:first-child {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.035em;
  max-width: 128px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.page-event-inner .event-agenda ul li span:last-child {
  font-weight: 300;
  color: #0a1128;
  margin-left: 10px;
  padding-top: 1px;
}
.page-event-inner .cta {
  min-height: 464px;
}
.page-request-a-demo .form-wrap {
  padding: 130px 0;
  -webkit-box-flex: 0.576;
  -webkit-flex: 0.576 1 0;
  -ms-flex: 0.576 1 0%;
  flex: 0.576 1 0%;
  max-width: 1123px;
}
.page-request-a-demo .request-a-demo-icons {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 130px 8px 95px;
}
.page-request-a-demo .request-a-demo-icons-text,
.page-request-a-demo .request-a-demo-icons-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 633px;
}
.page-request-a-demo .request-a-demo-icons-text h2 {
  font-size: 45px;
  margin-bottom: 41px;
  color: #ff286e;
}
.page-request-a-demo .request-a-demo-icons-text h2 span {
  font-size: 35px;
  color: #0a1128;
}
.page-request-a-demo .request-a-demo-icons-text p {
  margin-bottom: 25px;
}
.page-request-a-demo .request-a-demo-icons-wrap {
  max-width: 704px;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon {
  margin-right: 78px;
}
.page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon-img {
  min-height: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon-text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 30px;
}
.page-contact-us .form-wrap {
  padding: 130px 0;
  -webkit-box-flex: 0.576;
  -webkit-flex: 0.576 1 0;
  -ms-flex: 0.576 1 0%;
  flex: 0.576 1 0%;
  max-width: 1123px;
}
.page-contact-us .locations {
  padding: 115px 23px;
}
.page-contact-us .locations h2 {
  font-size: 45px;
  margin-bottom: 69px;
}
.page-contact-us .locations-container {
  max-width: 1476px;
  margin: 0 auto;
}
.page-contact-us .locations .location .country {
  padding-left: 25px;
  position: relative;
  font-weight: 700;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.035em;
  margin-bottom: 15px;
}
.page-contact-us .locations .location .country::before {
  content: "";
  width: 16px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='23' viewBox='0 0 16 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.7625C15 9.11656 14.5581 10.6986 13.8334 12.3599C13.114 14.009 12.1464 15.6679 11.1651 17.1566C10.1856 18.6425 9.2042 19.9414 8.46703 20.8692C8.29714 21.083 8.14044 21.2769 8 21.4485C7.85956 21.2769 7.70286 21.083 7.53297 20.8692C6.7958 19.9414 5.81442 18.6425 4.83493 17.1566C3.85363 15.6679 2.88601 14.009 2.16658 12.3599C1.44186 10.6986 1 9.11656 1 7.7625C1 4.05587 4.10538 1 8 1C11.8946 1 15 4.05587 15 7.7625Z' fill='white' stroke='%230A1128' stroke-width='2'/%3E%3Cpath d='M11.6316 7.80371C11.6316 9.72328 10.0292 11.3216 7.99999 11.3216C5.97074 11.3216 4.36841 9.72328 4.36841 7.80371C4.36841 5.88415 5.97074 4.28586 7.99999 4.28586C10.0292 4.28586 11.6316 5.88415 11.6316 7.80371Z' fill='white' stroke='%230A1128' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.page-contact-us .locations .location .address,
.page-contact-us .locations .location .telephones {
  padding-left: 25px;
  font-weight: 300;
  line-height: 150%;
}
.page-contact-us .locations .location .telephones {
  margin-top: 15px;
  position: relative;
}
.page-contact-us .locations .location .telephones::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.78323 13.2156C4.1188 11.5775 1.31542 8.10748 1.02295 5.3424C0.923085 4.39614 1.15254 3.57114 1.64474 2.86025C2.1726 2.09706 2.9953 1.45988 3.85724 1.12583C4.4612 0.892835 4.99857 0.92731 5.36356 1.71546L7.06009 5.37926C7.3906 6.09252 6.51439 6.76061 6.01031 7.46317C5.6905 7.90896 5.64294 8.02903 5.90925 8.50691C6.25641 9.13102 7.05177 10.1296 7.95532 11.0437C8.86957 11.9472 9.86823 12.7425 10.4924 13.0896C10.9703 13.3559 11.0904 13.3084 11.5362 12.9886C12.2389 12.4857 12.907 11.6096 13.6203 11.9389L17.2845 13.6365C18.0727 14.0014 18.1072 14.5387 17.8742 15.1426C17.5413 16.0057 16.9028 16.8283 16.1396 17.3549C15.4274 17.8471 14.6047 18.0777 13.6572 17.9767C10.8919 17.683 7.42151 14.8811 5.78323 13.2156Z' stroke='%230A1128' stroke-width='2' stroke-miterlimit='22.9256' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.page-contact-us .follow-us {
  margin-top: 90px;
}
.page-contact-us .follow-us p {
  margin-bottom: 12px;
}
.page-contact-us .follow-us a {
  display: inline-block;
  margin: 0 10px;
}
.page-thank-you .hero-thank-you {
  padding: 115px 23px;
  text-align: center;
}
.page-thank-you .hero-thank-you h1 {
  margin-bottom: 45px;
  font-size: 72px;
  line-height: 110%;
  color: #ff286e;
}
.page-thank-you .hero-thank-you h1 span {
  font-weight: 300;
  font-size: 35px;
  line-height: 110%;
  color: #0a1128;
  display: block;
}
.page-thank-you .hero-thank-you p {
  max-width: 552px;
  margin: 0 auto;
}
.page-thank-you .assets {
  padding-bottom: 115px;
}
.page-thank-you .assets .asset {
  margin: 0 48px;
}
.page-thank-you .assets .asset:first-child {
  margin-left: 0;
}
.page-thank-you .assets .asset:last-child {
  margin-right: 0;
}
.page-404 {
  height: -webkit-calc(100vh - 118px);
  height: calc(100vh - 118px);
}
.page-404-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 38px;
}
.page-404-text h1 {
  margin-bottom: 45px;
}
.page-404-text p {
  max-width: 382px;
  margin-bottom: 0;
}
.page-404-text .btn {
  margin-top: 69px;
}
.page-404-img img,
.page-404-img svg {
  max-width: 100%;
  height: initial;
}
.page-webinar .hero-webinar-title {
  min-height: 391px;
  background-image: url(../img/webinar/hero.webp);
  background-size: cover;
}
.page-webinar .hero-webinar-title h1,
.page-webinar .video-assets-wrap .video-asset-info .desc p {
  margin-bottom: 0;
}
.page-webinar .hero-webinar-logos {
  margin-top: -125px;
}
.page-webinar .hero-webinar-logos .logo,
.page-webinar .video-assets-wrap .video-asset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-webinar .hero-webinar-logos .logo {
  width: 300px;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 22px;
  background-color: #fff;
}
.page-webinar .video-assets {
  padding-top: 160px;
}
.page-webinar .video-assets-container {
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 23px;
}
.page-webinar .video-assets-container > p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  max-width: 1070px;
  margin: 0 auto;
}
.page-webinar .video-assets-wrap {
  margin-top: 66px;
}
.page-webinar .video-assets-wrap .video-asset {
  background-color: #0a1128;
  color: #fff;
  margin-bottom: 51px;
  overflow: hidden;
  height: 333px;
}
.page-webinar .video-assets-wrap .video-asset:last-child {
  margin-bottom: 0;
}
.page-webinar .video-assets-wrap .video-asset-preview {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42.5%;
  -ms-flex: 0 0 42.5%;
  flex: 0 0 42.5%;
  max-width: 42.5%;
  position: relative;
  height: 100%;
}
.page-webinar .video-assets-wrap .video-asset-preview::before,
.page-webinar .video-assets-wrap .video-asset-preview:hover::before {
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.page-webinar .video-assets-wrap .video-asset-preview::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='52' viewBox='0 0 50 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='25' cy='26.0284' rx='25' ry='25.4133' fill='%23FF286E'/%3E%3Cpath d='M37 25.5201L18.25 36.5244L18.25 14.5158L37 25.5201Z' fill='white'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 50% 55%;
  display: block;
  z-index: 1;
  cursor: pointer;
}
.page-webinar .video-assets-wrap .video-asset-preview:hover::before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.page-webinar .video-assets-wrap .video-asset-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-webinar .video-assets-wrap .video-asset-preview .date {
  position: absolute;
  z-index: 2;
  height: 32px;
  line-height: 32px;
  background-color: #ff286e;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  padding: 0 16px;
}
.page-webinar .video-assets-wrap .video-asset-info {
  padding: 61px 68px 53px 62px;
  font-weight: 300;
  line-height: 150%;
}
.page-webinar .video-assets-wrap .video-asset-info .speaker {
  font-style: italic;
}
.page-webinar .video-assets-wrap .video-asset-info .title {
  font-family: "SpaceGrotesk", sans-serif;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 33px;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.page-webinar .speakers {
  padding-bottom: 103px;
}
.page-webinar .speakers h2 {
  margin-bottom: 49px;
  font-size: 40px;
}
.page-webinar .speakers .speaker {
  max-width: 288px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 43.5px;
}
.page-webinar .speakers .speaker:first-child {
  margin-left: 0;
}
.page-webinar .speakers .speaker:last-child {
  margin-right: 0;
}
.page-webinar .speakers .speaker-img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap img,
.page-webinar .speakers .speaker-img img {
  max-width: 100%;
}
.page-webinar .speakers .speaker-info {
  margin-top: 40px;
  color: #fff;
  background-color: #ff286e;
  padding: 30px 27px 92px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-webinar .speakers .speaker-logo {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.page-webinar .speakers .speaker-logo img {
  max-height: 100%;
}
.page-webinar .speakers .speaker-name {
  font-family: "SpaceGrotesk", sans-serif;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: -0.035em;
}
.page-webinar .speakers .speaker-position {
  font-size: 14px;
  font-family: "SpaceGrotesk", sans-serif;
  margin-bottom: 17px;
}
.page-webinar .speakers .speaker-desc {
  font-weight: 300;
  line-height: 1.5;
}
.page-webinar .cta-subscribe {
  min-height: initial;
  padding-bottom: 255px;
}
.page-webinar .cta-subscribe form ::-webkit-input-placeholder {
  color: rgba(10, 17, 40, 0.25);
}
.page-webinar .cta-subscribe form ::-moz-placeholder {
  color: rgba(10, 17, 40, 0.25);
}
.page-webinar .cta-subscribe form :-moz-placeholder {
  color: rgba(10, 17, 40, 0.25);
}
.page-webinar .cta-subscribe form :-ms-input-placeholder {
  color: rgba(10, 17, 40, 0.25);
}
.page-webinar .cta-subscribe form input[type="email"] {
  border: 1px solid rgba(10, 17, 40, 0.25);
  color: #ff286e;
  background-color: transparent;
}
.page-webinar .cta-subscribe form input[type="submit"] {
  color: #fff;
  background-color: #ff286e;
  width: 252px;
}
.page-webinar .cta:not(.cta-subscribe) h2 {
  font-size: 45px;
  margin-bottom: 40px;
}
.page-webinar .cta:not(.cta-subscribe) .btn {
  margin-top: 15px;
  max-width: 268px;
  font-size: 24px;
  line-height: 28px;
  color: #0a1128;
}
.page-become-a-partner .text-block {
  -webkit-box-flex: 0.576;
  -webkit-flex: 0.576 1 0;
  -ms-flex: 0.576 1 0%;
  flex: 0.576 1 0%;
  max-width: 1123px;
  padding: 150px 20px 250px;
}
.page-become-a-partner .text-block-inner {
  max-width: 749px;
  width: 100%;
  margin: 0 auto;
}
.page-become-a-partner .text-block-inner h1 {
  font-size: 72px;
  line-height: 110%;
  margin-bottom: 0;
}
.page-become-a-partner .text-block-inner .subtitle {
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: -0.035em;
  margin-bottom: 35px;
}
.page-become-a-partner .form-wrap {
  -webkit-box-flex: 0.424;
  -webkit-flex: 0.424 1 0;
  -ms-flex: 0.424 1 0%;
  flex: 0.424 1 0%;
}
.page-become-a-partner .form-wrap h2 {
  font-size: 45px;
  margin-bottom: 0;
}
.page-thank-you-lp .hero-thank-you-lp {
  padding: 58px 23px;
}
.page-thank-you-lp .hero-thank-you-lp h1 {
  font-size: 72px;
  line-height: 110%;
  margin-bottom: 60px;
}
.page-thank-you-lp .assets {
  padding-top: 60px;
  padding-bottom: 94px;
}
.page-thank-you-lp .assets h2,
.page-thank-you-lp-video .assets h2 {
  font-weight: 300;
  font-size: 45px;
  line-height: 110%;
  margin-bottom: 40px;
}
.page-thank-you-lp .assets .asset {
  margin: 0 48px;
}
.page-thank-you-lp .assets .asset:first-child {
  margin-left: 0;
}
.page-thank-you-lp .assets .asset:last-child {
  margin-right: 0;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-title {
  min-height: 384px;
  padding-top: 84px;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-title h1 {
  font-size: 72px;
  line-height: 110%;
  margin-bottom: 0;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap {
  position: relative;
  max-width: 593px;
  margin: -169px auto 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn,
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn {
  will-change: opacity;
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn.active {
  opacity: 0;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn span {
  height: 103px;
  width: 103px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff286e;
}
.page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn span svg {
  position: relative;
  left: 5px;
  width: 50px;
  height: 50px;
}
.page-thank-you-lp-video .assets {
  padding-top: 60px;
  padding-bottom: 94px;
}
.page-thank-you-lp-video .assets .asset {
  margin: 0 48px;
}
.page-thank-you-lp-video .assets .asset:first-child {
  margin-left: 0;
}
.page-thank-you-lp-video .assets .asset:last-child {
  margin-right: 0;
}
.page-solution-inner.industry .hero-text {
  height: 435px;
}
.page-solution-inner.industry .icons {
  margin: 0;
  padding: 150px 0;
}
.page-solution-inner.industry .icons h2 {
  font-size: 45px;
}
@media (min-width: 576px) {
  .col-sm,
  .container,
  .container-sm {
    max-width: 100%;
  }
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > *,
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > *,
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-auto,
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-10,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-column-reverse,
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 3.75px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 3.75px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 3.75px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 3.75px !important;
  }
  .m-sm-2 {
    margin: 7.5px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 7.5px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 7.5px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 7.5px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important;
  }
  .m-sm-4 {
    margin: 22.5px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 22.5px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 22.5px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 22.5px !important;
  }
  .m-sm-5 {
    margin: 7.5px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 7.5px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 7.5px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 7.5px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 7.5px !important;
  }
  .m-sm-10 {
    margin: 15px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 15px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 15px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 15px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 15px !important;
  }
  .m-sm-15 {
    margin: 22.5px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 22.5px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 22.5px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 22.5px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 22.5px !important;
  }
  .m-sm-20 {
    margin: 30px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 30px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 30px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 30px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 30px !important;
  }
  .m-sm-25 {
    margin: 37.5px !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 37.5px !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 37.5px !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 37.5px !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 37.5px !important;
  }
  .m-sm-30 {
    margin: 45px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 45px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 45px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 45px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 45px !important;
  }
  .m-sm-35 {
    margin: 52.5px !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 52.5px !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 52.5px !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 52.5px !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 52.5px !important;
  }
  .m-sm-40 {
    margin: 60px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 60px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 60px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 60px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 60px !important;
  }
  .m-sm-45 {
    margin: 67.5px !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 67.5px !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 67.5px !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 67.5px !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 67.5px !important;
  }
  .m-sm-50 {
    margin: 75px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 75px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 75px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 75px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 75px !important;
  }
  .m-sm-55 {
    margin: 82.5px !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 82.5px !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 82.5px !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 82.5px !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 82.5px !important;
  }
  .m-sm-60 {
    margin: 90px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 90px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 90px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 90px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 90px !important;
  }
  .m-sm-65 {
    margin: 97.5px !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 97.5px !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 97.5px !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 97.5px !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 97.5px !important;
  }
  .m-sm-70 {
    margin: 105px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 105px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 105px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 105px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 105px !important;
  }
  .m-sm-75 {
    margin: 112.5px !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 112.5px !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 112.5px !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 112.5px !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 112.5px !important;
  }
  .m-sm-80 {
    margin: 120px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 120px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 120px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 120px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 120px !important;
  }
  .m-sm-85 {
    margin: 127.5px !important;
  }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 127.5px !important;
  }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 127.5px !important;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 127.5px !important;
  }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 127.5px !important;
  }
  .m-sm-90 {
    margin: 135px !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 135px !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 135px !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 135px !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 135px !important;
  }
  .m-sm-95 {
    margin: 142.5px !important;
  }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 142.5px !important;
  }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 142.5px !important;
  }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 142.5px !important;
  }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 142.5px !important;
  }
  .m-sm-100 {
    margin: 150px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 150px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 150px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 150px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 150px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 3.75px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 3.75px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 3.75px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 3.75px !important;
  }
  .p-sm-2 {
    padding: 7.5px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 7.5px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 7.5px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 7.5px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important;
  }
  .p-sm-4 {
    padding: 22.5px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 22.5px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 22.5px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 22.5px !important;
  }
  .p-sm-5 {
    padding: 7.5px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 7.5px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 7.5px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 7.5px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 7.5px !important;
  }
  .p-sm-10 {
    padding: 15px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 15px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 15px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 15px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 15px !important;
  }
  .p-sm-15 {
    padding: 22.5px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 22.5px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 22.5px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 22.5px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 22.5px !important;
  }
  .p-sm-20 {
    padding: 30px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 30px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 30px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 30px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 30px !important;
  }
  .p-sm-25 {
    padding: 37.5px !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 37.5px !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 37.5px !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 37.5px !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 37.5px !important;
  }
  .p-sm-30 {
    padding: 45px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 45px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 45px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 45px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 45px !important;
  }
  .p-sm-35 {
    padding: 52.5px !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 52.5px !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 52.5px !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 52.5px !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 52.5px !important;
  }
  .p-sm-40 {
    padding: 60px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 60px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 60px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 60px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 60px !important;
  }
  .p-sm-45 {
    padding: 67.5px !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 67.5px !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 67.5px !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 67.5px !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 67.5px !important;
  }
  .p-sm-50 {
    padding: 75px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 75px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 75px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 75px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 75px !important;
  }
  .p-sm-55 {
    padding: 82.5px !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 82.5px !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 82.5px !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 82.5px !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 82.5px !important;
  }
  .p-sm-60 {
    padding: 90px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 90px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 90px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 90px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 90px !important;
  }
  .p-sm-65 {
    padding: 97.5px !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 97.5px !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 97.5px !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 97.5px !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 97.5px !important;
  }
  .p-sm-70 {
    padding: 105px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 105px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 105px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 105px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 105px !important;
  }
  .p-sm-75 {
    padding: 112.5px !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 112.5px !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 112.5px !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 112.5px !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 112.5px !important;
  }
  .p-sm-80 {
    padding: 120px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 120px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 120px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 120px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 120px !important;
  }
  .p-sm-85 {
    padding: 127.5px !important;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 127.5px !important;
  }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 127.5px !important;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 127.5px !important;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 127.5px !important;
  }
  .p-sm-90 {
    padding: 135px !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 135px !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 135px !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 135px !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 135px !important;
  }
  .p-sm-95 {
    padding: 142.5px !important;
  }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 142.5px !important;
  }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 142.5px !important;
  }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 142.5px !important;
  }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 142.5px !important;
  }
  .p-sm-100 {
    padding: 150px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 150px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 150px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 150px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 150px !important;
  }
  .m-sm-n1 {
    margin: -3.75px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -3.75px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -3.75px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -3.75px !important;
  }
  .m-sm-n2 {
    margin: -7.5px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -7.5px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -7.5px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -7.5px !important;
  }
  .m-sm-n3 {
    margin: -15px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -15px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -15px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -15px !important;
  }
  .m-sm-n4 {
    margin: -22.5px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -22.5px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -22.5px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -22.5px !important;
  }
  .m-sm-n5 {
    margin: -7.5px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -7.5px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -7.5px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -7.5px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -7.5px !important;
  }
  .m-sm-n10 {
    margin: -15px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -15px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -15px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -15px !important;
  }
  .m-sm-n15 {
    margin: -22.5px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -22.5px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -22.5px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -22.5px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -22.5px !important;
  }
  .m-sm-n20 {
    margin: -30px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -30px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -30px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -30px !important;
  }
  .m-sm-n25 {
    margin: -37.5px !important;
  }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -37.5px !important;
  }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -37.5px !important;
  }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -37.5px !important;
  }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -37.5px !important;
  }
  .m-sm-n30 {
    margin: -45px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -45px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -45px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -45px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -45px !important;
  }
  .m-sm-n35 {
    margin: -52.5px !important;
  }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -52.5px !important;
  }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -52.5px !important;
  }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -52.5px !important;
  }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -52.5px !important;
  }
  .m-sm-n40 {
    margin: -60px !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -60px !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -60px !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -60px !important;
  }
  .m-sm-n45 {
    margin: -67.5px !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -67.5px !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -67.5px !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -67.5px !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -67.5px !important;
  }
  .m-sm-n50 {
    margin: -75px !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -75px !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -75px !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -75px !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -75px !important;
  }
  .m-sm-n55 {
    margin: -82.5px !important;
  }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -82.5px !important;
  }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -82.5px !important;
  }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -82.5px !important;
  }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -82.5px !important;
  }
  .m-sm-n60 {
    margin: -90px !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -90px !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -90px !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -90px !important;
  }
  .m-sm-n65 {
    margin: -97.5px !important;
  }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -97.5px !important;
  }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -97.5px !important;
  }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -97.5px !important;
  }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -97.5px !important;
  }
  .m-sm-n70 {
    margin: -105px !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -105px !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -105px !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -105px !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -105px !important;
  }
  .m-sm-n75 {
    margin: -112.5px !important;
  }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -112.5px !important;
  }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -112.5px !important;
  }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -112.5px !important;
  }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -112.5px !important;
  }
  .m-sm-n80 {
    margin: -120px !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -120px !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -120px !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -120px !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -120px !important;
  }
  .m-sm-n85 {
    margin: -127.5px !important;
  }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -127.5px !important;
  }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -127.5px !important;
  }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -127.5px !important;
  }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -127.5px !important;
  }
  .m-sm-n90 {
    margin: -135px !important;
  }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -135px !important;
  }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -135px !important;
  }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -135px !important;
  }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -135px !important;
  }
  .m-sm-n95 {
    margin: -142.5px !important;
  }
  .mt-sm-n95,
  .my-sm-n95 {
    margin-top: -142.5px !important;
  }
  .mr-sm-n95,
  .mx-sm-n95 {
    margin-right: -142.5px !important;
  }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -142.5px !important;
  }
  .ml-sm-n95,
  .mx-sm-n95 {
    margin-left: -142.5px !important;
  }
  .m-sm-n100 {
    margin: -150px !important;
  }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -150px !important;
  }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -150px !important;
  }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -150px !important;
  }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -150px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 800px) {
  .page-home .hero-img {
    top: 30px;
  }
}
@media (min-width: 801px) {
  .col-md,
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > *,
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > *,
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-auto,
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-10,
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-column-reverse,
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 3.75px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 3.75px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 3.75px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 3.75px !important;
  }
  .m-md-2 {
    margin: 7.5px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 7.5px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 7.5px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 7.5px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important;
  }
  .m-md-4 {
    margin: 22.5px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 22.5px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 22.5px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 22.5px !important;
  }
  .m-md-5 {
    margin: 7.5px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 7.5px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 7.5px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 7.5px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 7.5px !important;
  }
  .m-md-10 {
    margin: 15px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 15px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 15px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 15px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 15px !important;
  }
  .m-md-15 {
    margin: 22.5px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 22.5px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 22.5px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 22.5px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 22.5px !important;
  }
  .m-md-20 {
    margin: 30px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 30px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 30px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 30px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 30px !important;
  }
  .m-md-25 {
    margin: 37.5px !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 37.5px !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 37.5px !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 37.5px !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 37.5px !important;
  }
  .m-md-30 {
    margin: 45px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 45px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 45px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 45px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 45px !important;
  }
  .m-md-35 {
    margin: 52.5px !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 52.5px !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 52.5px !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 52.5px !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 52.5px !important;
  }
  .m-md-40 {
    margin: 60px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 60px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 60px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 60px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 60px !important;
  }
  .m-md-45 {
    margin: 67.5px !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 67.5px !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 67.5px !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 67.5px !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 67.5px !important;
  }
  .m-md-50 {
    margin: 75px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 75px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 75px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 75px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 75px !important;
  }
  .m-md-55 {
    margin: 82.5px !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 82.5px !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 82.5px !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 82.5px !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 82.5px !important;
  }
  .m-md-60 {
    margin: 90px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 90px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 90px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 90px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 90px !important;
  }
  .m-md-65 {
    margin: 97.5px !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 97.5px !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 97.5px !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 97.5px !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 97.5px !important;
  }
  .m-md-70 {
    margin: 105px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 105px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 105px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 105px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 105px !important;
  }
  .m-md-75 {
    margin: 112.5px !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 112.5px !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 112.5px !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 112.5px !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 112.5px !important;
  }
  .m-md-80 {
    margin: 120px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 120px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 120px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 120px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 120px !important;
  }
  .m-md-85 {
    margin: 127.5px !important;
  }
  .mt-md-85,
  .my-md-85 {
    margin-top: 127.5px !important;
  }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 127.5px !important;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 127.5px !important;
  }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 127.5px !important;
  }
  .m-md-90 {
    margin: 135px !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 135px !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 135px !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 135px !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 135px !important;
  }
  .m-md-95 {
    margin: 142.5px !important;
  }
  .mt-md-95,
  .my-md-95 {
    margin-top: 142.5px !important;
  }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 142.5px !important;
  }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 142.5px !important;
  }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 142.5px !important;
  }
  .m-md-100 {
    margin: 150px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 150px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 150px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 150px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 150px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 3.75px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 3.75px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 3.75px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 3.75px !important;
  }
  .p-md-2 {
    padding: 7.5px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 7.5px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 7.5px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 7.5px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important;
  }
  .p-md-4 {
    padding: 22.5px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 22.5px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 22.5px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 22.5px !important;
  }
  .p-md-5 {
    padding: 7.5px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 7.5px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 7.5px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 7.5px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 7.5px !important;
  }
  .p-md-10 {
    padding: 15px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 15px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 15px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 15px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 15px !important;
  }
  .p-md-15 {
    padding: 22.5px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 22.5px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 22.5px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 22.5px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 22.5px !important;
  }
  .p-md-20 {
    padding: 30px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 30px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 30px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 30px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 30px !important;
  }
  .p-md-25 {
    padding: 37.5px !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 37.5px !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 37.5px !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 37.5px !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 37.5px !important;
  }
  .p-md-30 {
    padding: 45px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 45px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 45px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 45px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 45px !important;
  }
  .p-md-35 {
    padding: 52.5px !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 52.5px !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 52.5px !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 52.5px !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 52.5px !important;
  }
  .p-md-40 {
    padding: 60px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 60px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 60px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 60px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 60px !important;
  }
  .p-md-45 {
    padding: 67.5px !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 67.5px !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 67.5px !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 67.5px !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 67.5px !important;
  }
  .p-md-50 {
    padding: 75px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 75px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 75px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 75px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 75px !important;
  }
  .p-md-55 {
    padding: 82.5px !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 82.5px !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 82.5px !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 82.5px !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 82.5px !important;
  }
  .p-md-60 {
    padding: 90px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 90px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 90px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 90px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 90px !important;
  }
  .p-md-65 {
    padding: 97.5px !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 97.5px !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 97.5px !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 97.5px !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 97.5px !important;
  }
  .p-md-70 {
    padding: 105px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 105px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 105px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 105px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 105px !important;
  }
  .p-md-75 {
    padding: 112.5px !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 112.5px !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 112.5px !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 112.5px !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 112.5px !important;
  }
  .p-md-80 {
    padding: 120px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 120px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 120px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 120px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 120px !important;
  }
  .p-md-85 {
    padding: 127.5px !important;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 127.5px !important;
  }
  .pr-md-85,
  .px-md-85 {
    padding-right: 127.5px !important;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 127.5px !important;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 127.5px !important;
  }
  .p-md-90 {
    padding: 135px !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 135px !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 135px !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 135px !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 135px !important;
  }
  .p-md-95 {
    padding: 142.5px !important;
  }
  .pt-md-95,
  .py-md-95 {
    padding-top: 142.5px !important;
  }
  .pr-md-95,
  .px-md-95 {
    padding-right: 142.5px !important;
  }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 142.5px !important;
  }
  .pl-md-95,
  .px-md-95 {
    padding-left: 142.5px !important;
  }
  .p-md-100 {
    padding: 150px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 150px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 150px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 150px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 150px !important;
  }
  .m-md-n1 {
    margin: -3.75px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -3.75px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -3.75px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -3.75px !important;
  }
  .m-md-n2 {
    margin: -7.5px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -7.5px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -7.5px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -7.5px !important;
  }
  .m-md-n3 {
    margin: -15px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -15px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -15px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -15px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -15px !important;
  }
  .m-md-n4 {
    margin: -22.5px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -22.5px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -22.5px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -22.5px !important;
  }
  .m-md-n5 {
    margin: -7.5px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -7.5px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -7.5px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -7.5px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -7.5px !important;
  }
  .m-md-n10 {
    margin: -15px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -15px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -15px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -15px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -15px !important;
  }
  .m-md-n15 {
    margin: -22.5px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -22.5px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -22.5px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -22.5px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -22.5px !important;
  }
  .m-md-n20 {
    margin: -30px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -30px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -30px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -30px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -30px !important;
  }
  .m-md-n25 {
    margin: -37.5px !important;
  }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -37.5px !important;
  }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -37.5px !important;
  }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -37.5px !important;
  }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -37.5px !important;
  }
  .m-md-n30 {
    margin: -45px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -45px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -45px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -45px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -45px !important;
  }
  .m-md-n35 {
    margin: -52.5px !important;
  }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -52.5px !important;
  }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -52.5px !important;
  }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -52.5px !important;
  }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -52.5px !important;
  }
  .m-md-n40 {
    margin: -60px !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -60px !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -60px !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -60px !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -60px !important;
  }
  .m-md-n45 {
    margin: -67.5px !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -67.5px !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -67.5px !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -67.5px !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -67.5px !important;
  }
  .m-md-n50 {
    margin: -75px !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -75px !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -75px !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -75px !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -75px !important;
  }
  .m-md-n55 {
    margin: -82.5px !important;
  }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -82.5px !important;
  }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -82.5px !important;
  }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -82.5px !important;
  }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -82.5px !important;
  }
  .m-md-n60 {
    margin: -90px !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -90px !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -90px !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -90px !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -90px !important;
  }
  .m-md-n65 {
    margin: -97.5px !important;
  }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -97.5px !important;
  }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -97.5px !important;
  }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -97.5px !important;
  }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -97.5px !important;
  }
  .m-md-n70 {
    margin: -105px !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -105px !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -105px !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -105px !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -105px !important;
  }
  .m-md-n75 {
    margin: -112.5px !important;
  }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -112.5px !important;
  }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -112.5px !important;
  }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -112.5px !important;
  }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -112.5px !important;
  }
  .m-md-n80 {
    margin: -120px !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -120px !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -120px !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -120px !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -120px !important;
  }
  .m-md-n85 {
    margin: -127.5px !important;
  }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -127.5px !important;
  }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -127.5px !important;
  }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -127.5px !important;
  }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -127.5px !important;
  }
  .m-md-n90 {
    margin: -135px !important;
  }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -135px !important;
  }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -135px !important;
  }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -135px !important;
  }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -135px !important;
  }
  .m-md-n95 {
    margin: -142.5px !important;
  }
  .mt-md-n95,
  .my-md-n95 {
    margin-top: -142.5px !important;
  }
  .mr-md-n95,
  .mx-md-n95 {
    margin-right: -142.5px !important;
  }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -142.5px !important;
  }
  .ml-md-n95,
  .mx-md-n95 {
    margin-left: -142.5px !important;
  }
  .m-md-n100 {
    margin: -150px !important;
  }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -150px !important;
  }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -150px !important;
  }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -150px !important;
  }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -150px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 801px) {
  .section.botton-sep {
    margin-bottom: 150px;
  }
  .section.botton-sep,
  .section.botton-sep.solution-tabs {
    padding-bottom: 150px;
  }
  .section.botton-sep.margin-small-sep {
    padding-bottom: 80px;
    margin-bottom: 30px;
  }
  .assets-wrap:not(.assets-mob-carousel) .asset {
    margin: 0 48px;
  }/*
  .assets-grid-wrap {
    display: grid;
    width: 77%;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 95px;
    grid-template-columns: repeat(2, 40%);
  }
  /*.assets-grid-wrap .asset {
    margin: 0 auto;
  }*/
  .cta .btn {
    width: 100%;
    max-width: 220px;
    display: inline-block;
    margin: 40px auto 0;
  }
  .cta-subscribe h2 {
    margin-bottom: 40px !important;
    width: 36%;
    margin: 0 auto;
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  .cta-subscribe form,
  .icons-wrap .icon-img {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-subscribe form input[type="email"] {
    margin: 0 auto;
    width: 306px;
    text-align: left;
  }
  .cta-subscribe form input[type="submit"] {
    width: 135px;
    margin: 0 auto;
  }
  .icons-wrap .icon-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
    overflow: hidden;
  }
  .text-video-one-col .video-wrap .video-btn span,
  .text-video-two-col .col-video .video-wrap .video-btn span {
    width: 72px;
    height: 72px;
  }
  .header .top-menu .btn-cta {
    display: none;
  }
  .header .main-menu .sub-menu-wrap > ul.sub-menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    max-width: 525px;
    gap: 34px 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .page-blogs-lobby h2,
  .page-resources-lobby h2 {
    margin-bottom: 95px;
    font-size: 40px;
  }
  .page-blogs-lobby .popular-posts,
  .page-resources-lobby .popular-posts {
    padding-top: 150px;
  }
  .page-blogs-lobby .posts-list,
  .page-resources-lobby .posts-list {
    margin-bottom: 151px;
  }
  .page-blogs-lobby .posts-list .search-box,
  .page-resources-lobby .posts-list .search-box {
    max-width: 404px;
    margin-bottom: 96px;
  }
  .page-blog-inner .back-link {
    margin: 0 auto 13px;
  }
  .page-blog-inner .blog-inner-container aside .widget-subscribe form input[type="email"] {
    margin: 0 auto;
  }
  .page-blog-inner .blog-inner-container aside .widget-subscribe form input[type="submit"] {
    margin: 13px auto 0;
  }
  .cta-subscribe form,
  .page-about-us .team .member:hover .member-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-platform-technology .animations .animations-content-slide-carousel {
    margin-top: 90px;
  }
  .page-azure .icons:not(.why-silk) {
    padding-bottom: 173px;
  }
  .page-events .future-events {
    padding-top: 150px;
  }
  .page-support .login-section-container > div p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    margin-bottom: 30px;
  }
  /*.featured-asset-img,
  .future-event-img {
    -webkit-flex-basis: 42.8%;
    -ms-flex-preferred-size: 42.8%;
    flex-basis: 42.8%;
  }*/
  .diagrams-slider .diagram-img {
    min-height: 460px;
  }
  .diagrams-slider .diagram-img img {
    max-width: 580px;
  }
}
@media (min-width: 1025px) {
  .col-lg,
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > *,
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > *,
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-auto,
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-10,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-column-reverse,
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 3.75px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 3.75px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 3.75px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 3.75px !important;
  }
  .m-lg-2 {
    margin: 7.5px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 7.5px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 7.5px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 7.5px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important;
  }
  .m-lg-4 {
    margin: 22.5px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 22.5px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 22.5px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 22.5px !important;
  }
  .m-lg-5 {
    margin: 7.5px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 7.5px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 7.5px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 7.5px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 7.5px !important;
  }
  .m-lg-10 {
    margin: 15px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 15px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 15px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 15px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 15px !important;
  }
  .m-lg-15 {
    margin: 22.5px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 22.5px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 22.5px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 22.5px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 22.5px !important;
  }
  .m-lg-20 {
    margin: 30px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 30px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 30px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 30px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 30px !important;
  }
  .m-lg-25 {
    margin: 37.5px !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 37.5px !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 37.5px !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 37.5px !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 37.5px !important;
  }
  .m-lg-30 {
    margin: 45px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 45px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 45px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 45px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 45px !important;
  }
  .m-lg-35 {
    margin: 52.5px !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 52.5px !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 52.5px !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 52.5px !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 52.5px !important;
  }
  .m-lg-40 {
    margin: 60px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 60px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 60px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 60px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 60px !important;
  }
  .m-lg-45 {
    margin: 67.5px !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 67.5px !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 67.5px !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 67.5px !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 67.5px !important;
  }
  .m-lg-50 {
    margin: 75px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 75px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 75px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 75px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 75px !important;
  }
  .m-lg-55 {
    margin: 82.5px !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 82.5px !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 82.5px !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 82.5px !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 82.5px !important;
  }
  .m-lg-60 {
    margin: 90px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 90px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 90px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 90px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 90px !important;
  }
  .m-lg-65 {
    margin: 97.5px !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 97.5px !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 97.5px !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 97.5px !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 97.5px !important;
  }
  .m-lg-70 {
    margin: 105px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 105px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 105px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 105px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 105px !important;
  }
  .m-lg-75 {
    margin: 112.5px !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 112.5px !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 112.5px !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 112.5px !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 112.5px !important;
  }
  .m-lg-80 {
    margin: 120px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 120px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 120px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 120px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 120px !important;
  }
  .m-lg-85 {
    margin: 127.5px !important;
  }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 127.5px !important;
  }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 127.5px !important;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 127.5px !important;
  }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 127.5px !important;
  }
  .m-lg-90 {
    margin: 135px !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 135px !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 135px !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 135px !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 135px !important;
  }
  .m-lg-95 {
    margin: 142.5px !important;
  }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 142.5px !important;
  }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 142.5px !important;
  }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 142.5px !important;
  }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 142.5px !important;
  }
  .m-lg-100 {
    margin: 150px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 150px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 150px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 150px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 150px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 3.75px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 3.75px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 3.75px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 3.75px !important;
  }
  .p-lg-2 {
    padding: 7.5px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 7.5px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 7.5px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 7.5px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important;
  }
  .p-lg-4 {
    padding: 22.5px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 22.5px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 22.5px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 22.5px !important;
  }
  .p-lg-5 {
    padding: 7.5px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 7.5px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 7.5px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 7.5px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 7.5px !important;
  }
  .p-lg-10 {
    padding: 15px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 15px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 15px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 15px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 15px !important;
  }
  .p-lg-15 {
    padding: 22.5px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 22.5px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 22.5px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 22.5px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 22.5px !important;
  }
  .p-lg-20 {
    padding: 30px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 30px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 30px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 30px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 30px !important;
  }
  .p-lg-25 {
    padding: 37.5px !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 37.5px !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 37.5px !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 37.5px !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 37.5px !important;
  }
  .p-lg-30 {
    padding: 45px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 45px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 45px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 45px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 45px !important;
  }
  .p-lg-35 {
    padding: 52.5px !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 52.5px !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 52.5px !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 52.5px !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 52.5px !important;
  }
  .p-lg-40 {
    padding: 60px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 60px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 60px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 60px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 60px !important;
  }
  .p-lg-45 {
    padding: 67.5px !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 67.5px !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 67.5px !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 67.5px !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 67.5px !important;
  }
  .p-lg-50 {
    padding: 75px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 75px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 75px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 75px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 75px !important;
  }
  .p-lg-55 {
    padding: 82.5px !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 82.5px !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 82.5px !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 82.5px !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 82.5px !important;
  }
  .p-lg-60 {
    padding: 90px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 90px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 90px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 90px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 90px !important;
  }
  .p-lg-65 {
    padding: 97.5px !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 97.5px !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 97.5px !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 97.5px !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 97.5px !important;
  }
  .p-lg-70 {
    padding: 105px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 105px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 105px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 105px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 105px !important;
  }
  .p-lg-75 {
    padding: 112.5px !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 112.5px !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 112.5px !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 112.5px !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 112.5px !important;
  }
  .p-lg-80 {
    padding: 120px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 120px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 120px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 120px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 120px !important;
  }
  .p-lg-85 {
    padding: 127.5px !important;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 127.5px !important;
  }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 127.5px !important;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 127.5px !important;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 127.5px !important;
  }
  .p-lg-90 {
    padding: 135px !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 135px !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 135px !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 135px !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 135px !important;
  }
  .p-lg-95 {
    padding: 142.5px !important;
  }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 142.5px !important;
  }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 142.5px !important;
  }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 142.5px !important;
  }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 142.5px !important;
  }
  .p-lg-100 {
    padding: 150px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 150px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 150px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 150px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 150px !important;
  }
  .m-lg-n1 {
    margin: -3.75px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -3.75px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -3.75px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -3.75px !important;
  }
  .m-lg-n2 {
    margin: -7.5px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -7.5px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -7.5px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -7.5px !important;
  }
  .m-lg-n3 {
    margin: -15px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -15px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -15px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -15px !important;
  }
  .m-lg-n4 {
    margin: -22.5px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -22.5px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -22.5px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -22.5px !important;
  }
  .m-lg-n5 {
    margin: -7.5px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -7.5px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -7.5px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -7.5px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -7.5px !important;
  }
  .m-lg-n10 {
    margin: -15px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -15px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -15px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -15px !important;
  }
  .m-lg-n15 {
    margin: -22.5px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -22.5px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -22.5px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -22.5px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -22.5px !important;
  }
  .m-lg-n20 {
    margin: -30px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -30px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -30px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -30px !important;
  }
  .m-lg-n25 {
    margin: -37.5px !important;
  }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -37.5px !important;
  }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -37.5px !important;
  }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -37.5px !important;
  }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -37.5px !important;
  }
  .m-lg-n30 {
    margin: -45px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -45px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -45px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -45px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -45px !important;
  }
  .m-lg-n35 {
    margin: -52.5px !important;
  }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -52.5px !important;
  }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -52.5px !important;
  }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -52.5px !important;
  }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -52.5px !important;
  }
  .m-lg-n40 {
    margin: -60px !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -60px !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -60px !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -60px !important;
  }
  .m-lg-n45 {
    margin: -67.5px !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -67.5px !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -67.5px !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -67.5px !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -67.5px !important;
  }
  .m-lg-n50 {
    margin: -75px !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -75px !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -75px !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -75px !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -75px !important;
  }
  .m-lg-n55 {
    margin: -82.5px !important;
  }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -82.5px !important;
  }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -82.5px !important;
  }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -82.5px !important;
  }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -82.5px !important;
  }
  .m-lg-n60 {
    margin: -90px !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -90px !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -90px !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -90px !important;
  }
  .m-lg-n65 {
    margin: -97.5px !important;
  }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -97.5px !important;
  }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -97.5px !important;
  }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -97.5px !important;
  }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -97.5px !important;
  }
  .m-lg-n70 {
    margin: -105px !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -105px !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -105px !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -105px !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -105px !important;
  }
  .m-lg-n75 {
    margin: -112.5px !important;
  }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -112.5px !important;
  }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -112.5px !important;
  }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -112.5px !important;
  }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -112.5px !important;
  }
  .m-lg-n80 {
    margin: -120px !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -120px !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -120px !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -120px !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -120px !important;
  }
  .m-lg-n85 {
    margin: -127.5px !important;
  }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -127.5px !important;
  }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -127.5px !important;
  }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -127.5px !important;
  }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -127.5px !important;
  }
  .m-lg-n90 {
    margin: -135px !important;
  }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -135px !important;
  }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -135px !important;
  }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -135px !important;
  }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -135px !important;
  }
  .m-lg-n95 {
    margin: -142.5px !important;
  }
  .mt-lg-n95,
  .my-lg-n95 {
    margin-top: -142.5px !important;
  }
  .mr-lg-n95,
  .mx-lg-n95 {
    margin-right: -142.5px !important;
  }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -142.5px !important;
  }
  .ml-lg-n95,
  .mx-lg-n95 {
    margin-left: -142.5px !important;
  }
  .m-lg-n100 {
    margin: -150px !important;
  }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -150px !important;
  }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -150px !important;
  }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -150px !important;
  }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -150px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1025px) {
  .logos-carousel {
    height: 88px;
    padding: 0 100px;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .logos-carousel-fixed {
    position: fixed;
  }
  .page-home .tabs-horizontal .tabs-container .tabs-container-inner {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
    position: relative;
    min-height: 605px;
  }
  .page-home .tabs-horizontal .tab {
    --nav-item-height: 79px;
    position: static;
  }
  .page-home .tabs-horizontal .tab-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
  }
  .page-home .tabs-horizontal .tab-btn.active {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='17' viewBox='0 0 26 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8621 15.6931C14.4045 17.1894 11.9999 17.1894 10.5423 15.6931L1.49957 6.4103C-0.792498 4.05738 0.874647 0.105943 4.15943 0.105943L22.245 0.105945C25.5298 0.105945 27.1969 4.05739 24.9048 6.41031L15.8621 15.6931Z' fill='%23FF286E'%3E%3C/path%3E%3C/svg%3E");
    background-position: 50%0;
    color: #ff286e;
  }
  .page-home .tabs-horizontal .tab-content {
    max-height: unset;
    opacity: 0;
    pointer-events: none;
    margin-bottom: unset;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    will-change: opacity;
    top: var(--nav-item-height);
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #fff;
    padding: 78px 121px 85px 167px;
  }
  .page-home .tabs-horizontal .tab-content:after {
    content: "";
    position: absolute;
    width: 189px;
    height: 34.5429px;
    margin: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-home .tabs-horizontal .tab-content-inner {
    display: grid;
    grid-template-columns: 390px 1fr;
    -webkit-column-gap: 51px;
    -moz-column-gap: 51px;
    column-gap: 51px;
    min-height: unset;
  }
  .page-home .tabs-horizontal .tab-content-text {
    padding: 26%0 0;
    text-align: left;
  }
  .page-home .tabs-horizontal .tab-content-text h3 {
    margin-bottom: 20px;
  }
  .page-home .tabs-horizontal .tab-content-img {
    padding: 27px;
    border: 5px solid #0a1128;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 200;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    max-width: 817px !important;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav .solution-tabs-nav-placeholder {
    display: none;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav button.active {
    color: #ff286e;
    display: block;
    padding-top: 10px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav button.active::before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6026 11.2767C10.1454 12.7699 7.74454 12.7699 6.28743 11.2767L1.92531 6.8067C-0.369943 4.45469 1.29652 0.499998 4.58288 0.499998L13.3071 0.499999C16.5935 0.499999 18.2599 4.45469 15.9647 6.80671L11.6026 11.2767Z' fill='%23FF286E'/%3E%3C/svg%3E%0A");
    left: 50%;
    margin-left: -9px;
    top: 8px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-images-carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='334' viewBox='0 0 2 334' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 333.232L0.999985 0.231951' stroke='%23D3D3D3' stroke-dasharray='5.5 5.5'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-images-carousel picture {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-images-carousel picture:first-child {
    margin-left: 0;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-images-carousel picture:last-child {
    margin-right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .assets-wrap.justify-content-center .asset {
    margin: 0 48px;
  }
  /*.featured-asset-content,*/
  .future-event-content {
    -webkit-flex-basis: 57.2%;
    -ms-flex-preferred-size: 57.2%;
    flex-basis: 57.2%;
  }
  .testimonials .slick-arrow.slick-prev {
    right: -107px;
  }
  .testimonials .slick-arrow.slick-next {
    right: -157px;
  }
  .footer-bottom .social > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    padding-right: 29px;
    margin-right: 29px;
    border-right: 1px solid #ff286e;
    margin-top: 0;
    color: #0a1128;
  }
  .page-home h2 {
    font-size: 45px;
  }
  .page-home .hero {
    background-image: none;
    text-align: left;
    padding-top: 40px;
    min-height: -webkit-calc(100vh - 118px);
    min-height: calc(100vh - 118px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-home .hero-text-cta {
    margin-left: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .page-home .hero-text-cta h1 {
    margin-bottom: 29px;
    font-size: 75px;
    line-height: 75px;
  }
  .page-home .hero-text-cta .subtitle {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .page-home .hero-text-cta p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .page-home .hero-text-cta .btns {
    height: unset;
    max-width: 442px;
    margin-bottom: 250px;
    margin-top: 48px;
  }
  .page-home .hero-text-cta .btns .btn {
    min-width: unset;
  }
  .page-home .hero-img {
    bottom: -6px;
    left: unset;
    top: unset;
    width: 41%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    right: 150px;
  }
  .page-home .platform {
    padding: 0;
  }
  .page-home .platform-inner {
    min-height: 100vh !important;
    top: 0 !important;
    padding-top: 118px !important;
  }
  .page-home .platform-container {
    max-width: -webkit-calc(100% - 10vw);
    max-width: calc(100% - 10vw);
    padding: 0;
  }
  .page-home .platform-static-block {
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 83ch;
    z-index: 2;
  }
  .page-home .platform-slide:after,
  .page-home .platform-static-block:after {
    display: none;
  }
  .page-home .platform-slide-text p,
  .page-home .platform-static-block p {
    font-size: 16px;
    line-height: 24px;
  }
  .page-home .platform-slider {
    display: grid;
  }
  .page-home .platform-slide {
    position: initial;
    padding-top: 0;
    grid-row: 1;
    grid-column: 1;
    opacity: 0;
    margin-top: 120px;
  }
  .page-home .platform-slide-title {
    max-width: 17ch;
    margin-bottom: 0;
  }
  .page-home .platform-slide-title:before {
    width: 691px;
    content: "";
    position: absolute;
    top: -60px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0a1128;
  }
  .page-home .platform-slide-text {
    margin-bottom: 50px;
    margin-top: 30px;
    max-width: 70ch;
  }
  .page-home .platform-slide-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-home .platform-slide-img picture {
    height: 70%;
  }
  .page-home .platform-slide-img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
  }
  .page-home .platform-slide:nth-child(2) .platform-slide-img {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page-home .platform-slide:nth-child(2) .platform-slide-img img {
    position: initial;
    z-index: initial;
    max-width: 700px;
    -o-object-position: bottom;
    object-position: bottom;
  }
  .page-home .tabs-images {
    padding: 0 0 194px;
  }
  .page-home .tabs-video {
    padding: 178px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 690px) {
  .page-home .platform-slide-title:before {
    top: -30px;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 610px) {
  .page-home .platform-slide-title:before {
    top: -20px;
  }
}
/*@media only screen and (min-width: 1100px) {
  .assets-grid-wrap {
    grid-template-columns: repeat(3, 30%);
  }
}*/
@media only screen and (min-width: 1281px) {
  .page-home .platform-slide:nth-child(2) .platform-slide-img {
    right: -30px;
    top: 30px;
  }
  .page-home .platform-slide:nth-child(2) .platform-slide-img img {
    max-width: 830px;
  }
}
@media only screen and (min-width: 1300px) {
  .page-home .tabs-vertical .tabs-container .tabs-container-inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto 1fr;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 6.27845px 12.5569px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 6.27845px 12.5569px;
  }
  .page-home .tabs-vertical .tabs-nav-placeholder {
    display: none;
  }
  .page-home .tabs-vertical .tabs-nav-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    padding: 17.5px 0 31px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: initial;
    z-index: initial;
  }
  .page-home .tabs-vertical .tabs-nav-list button {
    border-width: 0 0 0 4px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    opacity: 0.25;
    padding: 12px 25px;
    font-family: "SpaceGrotesk", sans-serif;
    font-size: 21px;
    line-height: 23px;
    letter-spacing: -0.035em;
    margin-bottom: 0;
  }
  .page-home .tabs-vertical .tabs-nav-list button.active {
    border-left-color: #ff286e;
    padding: 14px 25px;
    opacity: 1;
  }
  .page-home .tabs-vertical .tabs-content .tab {
    text-align: left;
    grid-template-columns: 564px 1fr;
    grid-template-rows: repeat(5, auto);
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    min-height: 621px;
    padding: 72px 38px 78px 72px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    position: static;
    grid-row: span 2 / auto;
  }
  .page-home .tabs-vertical .tabs-content .tab h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.035em;
    margin-bottom: 10px;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .page-home .tabs-vertical .tabs-content .tab > p {
    margin-bottom: 35px;
    grid-column: 1 / auto;
    margin-left: unset;
    max-width: 400px;
    min-height: 49.2px;
  }
  .page-home .tabs-vertical .tabs-content .tab .video-wrap {
    grid-row: 3 / span 3;
    margin-bottom: 8px;
  }
  .page-home .tabs-vertical .tabs-content .tab-quote {
    margin-bottom: 20px;
    grid-area: 4/2 / auto/auto;
    top: 9px;
    letter-spacing: 0;
    position: relative;
  }
  .page-home .tabs-vertical .tabs-content .tab-author {
    margin-bottom: 0;
    grid-area: 5/2 / auto/auto;
    position: relative;
    top: 5px;
    letter-spacing: 0.3px;
    max-width: 36ch;
    margin-left: 0;
  }
  .page-home .tabs-vertical .tabs-content .tab-images {
    grid-area: 3/2 / auto/auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: -14px;
  }
  .page-home .tabs-vertical .tabs-content .tab-images img.avatar {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-find-a-partner .partner-tabs-items .partner:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .page-home .tabs-horizontal .tab-content-text {
    padding: 34%0 0;
  }
  .page-home .hero {
    padding-top: 50px;
  }
  .page-home .platform-slide:nth-child(2) .platform-slide-img {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    right: 0;
    top: 0;
  }
}
/*@media only screen and (min-width: 1441px) {
  .assets-grid-wrap {
    grid-template-columns: repeat(4, 20.1%);
  }
}*/
@media (min-width: 1471px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1470px;
  }
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > *,
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > *,
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-auto,
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-10,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-column-reverse,
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 3.75px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 3.75px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 3.75px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 3.75px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 3.75px !important;
  }
  .m-xl-2 {
    margin: 7.5px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 7.5px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 7.5px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 7.5px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 7.5px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important;
  }
  .m-xl-4 {
    margin: 22.5px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 22.5px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 22.5px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 22.5px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 22.5px !important;
  }
  .m-xl-5 {
    margin: 7.5px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 7.5px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 7.5px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 7.5px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 7.5px !important;
  }
  .m-xl-10 {
    margin: 15px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 15px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 15px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 15px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 15px !important;
  }
  .m-xl-15 {
    margin: 22.5px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 22.5px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 22.5px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 22.5px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 22.5px !important;
  }
  .m-xl-20 {
    margin: 30px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 30px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 30px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 30px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 30px !important;
  }
  .m-xl-25 {
    margin: 37.5px !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 37.5px !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 37.5px !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 37.5px !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 37.5px !important;
  }
  .m-xl-30 {
    margin: 45px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 45px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 45px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 45px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 45px !important;
  }
  .m-xl-35 {
    margin: 52.5px !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 52.5px !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 52.5px !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 52.5px !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 52.5px !important;
  }
  .m-xl-40 {
    margin: 60px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 60px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 60px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 60px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 60px !important;
  }
  .m-xl-45 {
    margin: 67.5px !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 67.5px !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 67.5px !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 67.5px !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 67.5px !important;
  }
  .m-xl-50 {
    margin: 75px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 75px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 75px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 75px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 75px !important;
  }
  .m-xl-55 {
    margin: 82.5px !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 82.5px !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 82.5px !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 82.5px !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 82.5px !important;
  }
  .m-xl-60 {
    margin: 90px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 90px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 90px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 90px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 90px !important;
  }
  .m-xl-65 {
    margin: 97.5px !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 97.5px !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 97.5px !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 97.5px !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 97.5px !important;
  }
  .m-xl-70 {
    margin: 105px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 105px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 105px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 105px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 105px !important;
  }
  .m-xl-75 {
    margin: 112.5px !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 112.5px !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 112.5px !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 112.5px !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 112.5px !important;
  }
  .m-xl-80 {
    margin: 120px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 120px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 120px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 120px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 120px !important;
  }
  .m-xl-85 {
    margin: 127.5px !important;
  }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 127.5px !important;
  }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 127.5px !important;
  }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 127.5px !important;
  }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 127.5px !important;
  }
  .m-xl-90 {
    margin: 135px !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 135px !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 135px !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 135px !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 135px !important;
  }
  .m-xl-95 {
    margin: 142.5px !important;
  }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 142.5px !important;
  }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 142.5px !important;
  }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 142.5px !important;
  }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 142.5px !important;
  }
  .m-xl-100 {
    margin: 150px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 150px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 150px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 150px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 150px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 3.75px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 3.75px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 3.75px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 3.75px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 3.75px !important;
  }
  .p-xl-2 {
    padding: 7.5px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 7.5px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 7.5px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 7.5px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 7.5px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important;
  }
  .p-xl-4 {
    padding: 22.5px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 22.5px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 22.5px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 22.5px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 22.5px !important;
  }
  .p-xl-5 {
    padding: 7.5px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 7.5px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 7.5px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 7.5px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 7.5px !important;
  }
  .p-xl-10 {
    padding: 15px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 15px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 15px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 15px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 15px !important;
  }
  .p-xl-15 {
    padding: 22.5px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 22.5px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 22.5px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 22.5px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 22.5px !important;
  }
  .p-xl-20 {
    padding: 30px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 30px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 30px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 30px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 30px !important;
  }
  .p-xl-25 {
    padding: 37.5px !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 37.5px !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 37.5px !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 37.5px !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 37.5px !important;
  }
  .p-xl-30 {
    padding: 45px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 45px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 45px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 45px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 45px !important;
  }
  .p-xl-35 {
    padding: 52.5px !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 52.5px !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 52.5px !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 52.5px !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 52.5px !important;
  }
  .p-xl-40 {
    padding: 60px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 60px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 60px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 60px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 60px !important;
  }
  .p-xl-45 {
    padding: 67.5px !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 67.5px !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 67.5px !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 67.5px !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 67.5px !important;
  }
  .p-xl-50 {
    padding: 75px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 75px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 75px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 75px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 75px !important;
  }
  .p-xl-55 {
    padding: 82.5px !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 82.5px !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 82.5px !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 82.5px !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 82.5px !important;
  }
  .p-xl-60 {
    padding: 90px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 90px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 90px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 90px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 90px !important;
  }
  .p-xl-65 {
    padding: 97.5px !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 97.5px !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 97.5px !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 97.5px !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 97.5px !important;
  }
  .p-xl-70 {
    padding: 105px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 105px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 105px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 105px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 105px !important;
  }
  .p-xl-75 {
    padding: 112.5px !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 112.5px !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 112.5px !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 112.5px !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 112.5px !important;
  }
  .p-xl-80 {
    padding: 120px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 120px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 120px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 120px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 120px !important;
  }
  .p-xl-85 {
    padding: 127.5px !important;
  }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 127.5px !important;
  }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 127.5px !important;
  }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 127.5px !important;
  }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 127.5px !important;
  }
  .p-xl-90 {
    padding: 135px !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 135px !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 135px !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 135px !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 135px !important;
  }
  .p-xl-95 {
    padding: 142.5px !important;
  }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 142.5px !important;
  }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 142.5px !important;
  }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 142.5px !important;
  }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 142.5px !important;
  }
  .p-xl-100 {
    padding: 150px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 150px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 150px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 150px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 150px !important;
  }
  .m-xl-n1 {
    margin: -3.75px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -3.75px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -3.75px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -3.75px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -3.75px !important;
  }
  .m-xl-n2 {
    margin: -7.5px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -7.5px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -7.5px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -7.5px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -7.5px !important;
  }
  .m-xl-n3 {
    margin: -15px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -15px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -15px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -15px !important;
  }
  .m-xl-n4 {
    margin: -22.5px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -22.5px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -22.5px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -22.5px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -22.5px !important;
  }
  .m-xl-n5 {
    margin: -7.5px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -7.5px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -7.5px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -7.5px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -7.5px !important;
  }
  .m-xl-n10 {
    margin: -15px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -15px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -15px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -15px !important;
  }
  .m-xl-n15 {
    margin: -22.5px !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -22.5px !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -22.5px !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -22.5px !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -22.5px !important;
  }
  .m-xl-n20 {
    margin: -30px !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -30px !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -30px !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -30px !important;
  }
  .m-xl-n25 {
    margin: -37.5px !important;
  }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -37.5px !important;
  }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -37.5px !important;
  }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -37.5px !important;
  }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -37.5px !important;
  }
  .m-xl-n30 {
    margin: -45px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -45px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -45px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -45px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -45px !important;
  }
  .m-xl-n35 {
    margin: -52.5px !important;
  }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -52.5px !important;
  }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -52.5px !important;
  }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -52.5px !important;
  }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -52.5px !important;
  }
  .m-xl-n40 {
    margin: -60px !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -60px !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -60px !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -60px !important;
  }
  .m-xl-n45 {
    margin: -67.5px !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -67.5px !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -67.5px !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -67.5px !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -67.5px !important;
  }
  .m-xl-n50 {
    margin: -75px !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -75px !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -75px !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -75px !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -75px !important;
  }
  .m-xl-n55 {
    margin: -82.5px !important;
  }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -82.5px !important;
  }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -82.5px !important;
  }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -82.5px !important;
  }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -82.5px !important;
  }
  .m-xl-n60 {
    margin: -90px !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -90px !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -90px !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -90px !important;
  }
  .m-xl-n65 {
    margin: -97.5px !important;
  }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -97.5px !important;
  }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -97.5px !important;
  }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -97.5px !important;
  }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -97.5px !important;
  }
  .m-xl-n70 {
    margin: -105px !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -105px !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -105px !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -105px !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -105px !important;
  }
  .m-xl-n75 {
    margin: -112.5px !important;
  }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -112.5px !important;
  }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -112.5px !important;
  }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -112.5px !important;
  }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -112.5px !important;
  }
  .m-xl-n80 {
    margin: -120px !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -120px !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -120px !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -120px !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -120px !important;
  }
  .m-xl-n85 {
    margin: -127.5px !important;
  }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -127.5px !important;
  }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -127.5px !important;
  }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -127.5px !important;
  }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -127.5px !important;
  }
  .m-xl-n90 {
    margin: -135px !important;
  }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -135px !important;
  }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -135px !important;
  }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -135px !important;
  }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -135px !important;
  }
  .m-xl-n95 {
    margin: -142.5px !important;
  }
  .mt-xl-n95,
  .my-xl-n95 {
    margin-top: -142.5px !important;
  }
  .mr-xl-n95,
  .mx-xl-n95 {
    margin-right: -142.5px !important;
  }
  .mb-xl-n95,
  .my-xl-n95 {
    margin-bottom: -142.5px !important;
  }
  .ml-xl-n95,
  .mx-xl-n95 {
    margin-left: -142.5px !important;
  }
  .m-xl-n100 {
    margin: -150px !important;
  }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -150px !important;
  }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -150px !important;
  }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -150px !important;
  }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -150px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 1500px) {
  .page-success-story-inner .success-story-content {
    max-width: 1080px;
    margin-left: -webkit-calc((100vw - 1500px)/2);
    margin-left: calc((100vw - 1500px) / 2);
  }
}
@media only screen and (min-width: 1600px) {
  .page-home .hero {
    padding-top: 173px;
  }
  .page-home .hero-text-cta {
    margin-left: 211px;
  }
  .page-home .hero-img {
    right: 280px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-home .platform-container {
    max-width: -webkit-calc(100% - 29.4vw);
    max-width: calc(100% - 29.4vw);
  }
}
@media only screen and (max-width: 1700px) {
  .diagrams-slider .slick-slide {
    padding: 0;
  }
  .page-blog-inner .blog-inner-container {
    margin: 95px auto 50px;
    max-width: 1480px;
  }
  .page-press-release-inner .press-release {
    margin: 103px auto 150px;
  }
}
@media only screen and (max-width: 1600px) {
  .page-about-us .team .member {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .page-careers .hero {
    background-position: 250px 0 !important;
  }
}
@media only screen and (max-width: 1474px) {
  .text-image .text-wrap {
    margin-left: 0;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-video-two-col .col-video {
    padding-left: 40px;
  }
  .page-platform .solutions .solution-item {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1366px) {
  .text-video-two-col .col-video {
    padding-left: 80px;
  }
  .diagrams-slider .diagram {
    min-width: 700px;
  }
  .page-press-release-inner .press-release-media-contact {
    margin-right: 60px;
  }
  .page-success-story-inner .hero-success-story-inner-container {
    padding: 98px 40px 0;
  }
  .page-platform .solutions .solution-item {
    margin: 0 15px;
  }
  .page-request-a-demo .request-a-demo-icons-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .page-find-a-partner .partner-tabs-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-find-a-partner .partner-tabs-items::after {
    content: "";
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 321px;
  }
  .page-find-a-partner .partner-tabs-items .partner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1280px) {
  /*.featured-asset-data,*/
  .future-event-data {
    padding: 0 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
  }
  .icons-wrap > :nth-last-child(n + 2),
  .icons-wrap > :nth-last-child(n + 2) ~ *,
  .icons-wrap > :nth-last-child(n + 3),
  .icons-wrap > :nth-last-child(n + 3) ~ * {
    margin-left: 40px;
    margin-right: 40px;
  }
  .icons-wrap > :nth-last-child(n + 4),
  .icons-wrap > :nth-last-child(n + 4) ~ * {
    margin-left: 35px;
    margin-right: 35px;
  }
  .page-press-release-inner .press-release-media-contact {
    margin-right: 40px;
  }
  .page-about-us .team .member {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-platform-technology .capabilities {
    padding: 129px 12px;
  }
  .page-support .customer-portal-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .page-support .customer-portal-img img {
    max-width: 100%;
  }
  .page-request-a-demo .request-a-demo-icons-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    text-align: center;
  }
  .page-request-a-demo .request-a-demo-icons-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 60px auto 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .page-platform .calculator-graph .graph-inner {
    padding: 50px 0;
    max-width: 500px;
  }
  .page-platform .calculator-graph .graph-inner #animation-graph {
    max-width: 300px;
  }
  .page-platform .solutions .solution-item {
    padding: 34px 20px;
  }
  .page-find-a-partner .partner-tabs-items .partner,
  .page-find-a-partner .partner-tabs-items::after {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-platform-technology .capabilities-col {
    max-width: 470px;
    background-color: #fff;
    padding: 40px 40px 60px;
  }
}
@media only screen and (max-width: 1080px) {
  .modal-video {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-home .tabs-horizontal .tab-btn {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.5H11' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M5.5 0L5.5 11' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
    background-position: 97% 50%;
  }
  .page-home .tabs-horizontal .tab-content-text .learn-more {
    margin: 25px auto 55px;
  }
  .page:not(.page-home) .solution-tabs-horizontal h2 {
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-container {
    padding: 0 38px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav {
    display: block;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav.active {
    height: initial;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav button {
    width: 100%;
    max-width: 100%;
    height: 58px;
    text-align: left;
    border-top: 1px solid #fff;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav > :nth-last-child(n + 4),
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav > :nth-last-child(n + 4) ~ * {
    max-width: 100%;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav + .solution-tabs-content {
    padding-top: 53px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-nav + .solution-tabs-content .tab {
    padding: 48px 9px 64px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab {
    padding: 43px 9px 64px;
    text-align: center;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab.show {
    display: block;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-text {
    padding: 0;
    margin: 0 auto 88px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-text h3 {
    margin-bottom: 27px;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-content .tab-images {
    max-width: 500px;
    margin: 0 auto;
  }
  .page:not(.page-home) .solution-tabs-vertical .solution-tabs-container {
    padding: 0 20px;
  }
  .page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav {
    position: initial;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
    text-align: center;
    margin-bottom: 25px;
  }
  .page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav button {
    display: inline-block;
    background-color: #fff;
    color: #ff286e;
    font-size: 14px;
    line-height: 17px;
    width: 98px;
    opacity: 1;
    margin: 0 12px;
  }
  .page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav button.active {
    background-color: #ff286e;
    color: #fff;
  }
  .page:not(.page-home) .solution-tabs-vertical .solution-tabs-nav button.active::before {
    display: none;
  }
  .page:not(.page-home) .solution-tabs-vertical .solution-tabs-content {
    padding: 19px 17px;
  }
  .page:not(.page-home) .solution-tabs-vertical .solution-tabs-content .tab {
    text-align: center;
  }
  /*.featured-asset,*/
  .future-event {
    margin: 0 auto;
    width: 100%;
  }
  /*.featured-assets-wrap:after,*/
  .future-events-wrap:after {
    display: none;
  }
/*  .featured-assets-wrap > :nth-last-child(n + 4),
  .featured-assets-wrap > :nth-last-child(n + 4) ~ *,*/
  .future-events-wrap > :nth-last-child(n + 4),
  .future-events-wrap > :nth-last-child(n + 4) ~ * {
    margin-bottom: 70px;
  }
  .future-events-wrap:not(.assets-mob-carousel) .future-event:last-child {
    margin-bottom: 0;
  }
  .cta {
    min-height: 300px;
  }
  .cta-subscribe {
    min-height: 540px;
  }
  .page:not(.page-home) .hero-bg-img {
    background-position: 100% 100%;
  }
  .icons-wrap > :nth-last-child(n + 4),
  .icons-wrap > :nth-last-child(n + 4) ~ * {
    margin-left: 25px;
    margin-right: 25px;
  }
  .page-home .platform-static-block h2 {
    color: #ff286e;
  }
  .page-home .platform-slide:first-child {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .page-home .platform-slide:first-child:after {
    display: none;
  }
  .page-home .platform-slide:first-child .platform-slide-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .page-home .platform-slide:first-child .platform-slide-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-home .platform-slide:first-child .platform-slide-text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
  .page-home .platform-slide:first-child .btn {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
  .page-home .platform-slide:nth-child(2):after {
    right: initial;
    left: 50%;
    margin-left: -105px;
  }
  .page-home .platform-slide:nth-child(2) .platform-slide-img {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), to(#fff));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 80%, #fff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 80%, #fff 100%);
  }
  .page-blogs-lobby .hero {
    background-image: url(../img/blog/blog-lobby-hero-tablet.webp);
  }
  .page-blogs-lobby .popular-posts-container,
  .page-resources-lobby .popular-posts-container {
    padding: 0;
  }
  .page-resources-lobby .hero {
    background-image: url(../img/resources/resources-lobby-hero-tablet.webp) !important;
    background-size: cover !important;
  }
  .page-resource-inner .resource-content p {
    max-width: 100%;
  }
  .page-newsroom-lobby .hero {
    background-image: url(../img/newsroom/newsroom-lobby-hero-tablet.webp);
  }
  .page-about-us .hero {
    background-position: 50% !important;
  }
  .page-success-story-inner .text-columns-container {
    padding-bottom: 80px;
    margin: 0 auto 63px;
  }
  .page-success-story-inner .text-columns .text-columnn {
    margin: 0 auto 40px;
  }
  .page-success-story-inner .text-columns .text-columnn:last-child {
    margin-bottom: 0;
  }
  .page-success-story-inner .text-columns .text-columnn p {
    margin: 0 auto;
  }
  .page-success-story-inner .success-story-content-container .quote {
    padding: 60px;
  }
  .page-platform-technology .tabs-section .tabs {
    margin: 57px 0 0;
  }
  .page-careers .hero {
    background-image: url(../img/careers/careers-hero-tablet1.webp), url(../img/careers/careers-hero-tablet2.webp);
    background-position: 0 0, 100% 100% !important;
  }
  .page-azure .solution-tabs h2 {
    margin-bottom: 45px !important;
  }
  .page-events .future-events-container {
    padding: 0 19px;
  }
  .page-events .future-events-container .btn,
  .page-events .past-events .btn {
    margin-top: 85px;
  }
  .page-events .past-events {
    padding-bottom: 130px;
  }
  .page-platform .solutions .solution-item:first-child {
    margin: 0 auto 10px;
  }
  .page-platform .solutions .solution-item {
    margin: 0 auto 10px;
    padding: 50px 40px;
  }
  .page-thank-you .assets .asset,
  .page-thank-you-lp .assets .asset,
  .page-thank-you-lp-video .assets .asset {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .partners-logos {
    padding: 60px 0;
  }
  .page-careers .job-list-container {
    max-width: 650px;
  }
  .page-careers .job-list .job {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .page-contact-us .form-wrap,
  .page-request-a-demo .form-wrap,
  .partners-logos {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 800px) {
  h2 span {
    margin-top: 10px;
  }
  .page {
    padding-top: 105px;
  }
  .section.botton-sep.bottom-sep-mob-hide {
    margin-bottom: 0 !important;
  }
  .section.botton-sep.bottom-sep-mob-hide::after {
    display: none !important;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-container + .btn {
    margin: 23px auto 0;
    background: 0 0;
    color: #ff286e;
  }
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-container + .btn:after {
    content: ">";
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
  }
  .asset-content {
    margin: 34px 0 0;
  }
  .cta h2 + p {
    margin-top: 14px;
  }
  .cta .cta-btns {
    margin-top: 78px;
  }
  .cta .cta-btns .btn {
    margin: 0 auto;
  }
  .cta .cta-btns .btn:last-child {
    margin-top: 13px;
  }
  .cta h2 + .btn {
    margin-top: 60px;
  }
  .page:not(.page-home) .hero-bg-img,
  .page:not(.page-home) .hero-text {
    height: 560px;
  }
  .page:not(.page-home) .hero-bg-img h1 {
    margin-top: -20vh;
  }
  .page:not(.page-home) .hero-bg-img h1 + .btn {
    margin-top: 25px;
  }
  .page:not(.page-home) .hero-text p {
    max-width: 300px;
    margin: 0 auto 31px;
  }
  .page:not(.page-home) .hero-text img + h1,
  .page:not(.page-home) .hero-text picture + h1 {
    margin-top: 23px;
  }
  .page:not(.page-home) .hero-logo {
    padding: 0 18px 93px;
  }
  .icons,
  .icons.bg-b,
  .icons.bg-p {
    padding: 60px 22px;
  }
  .icons .subtitle + .icons-wrap,
  .icons h2 + .icons-wrap {
    margin-top: 68px;
  }
  .icons-wrap > :nth-last-child(n + 2),
  .icons-wrap > :nth-last-child(n + 2) ~ *,
  .icons-wrap > :nth-last-child(n + 3),
  .icons-wrap > :nth-last-child(n + 3) ~ *,
  .icons-wrap > :nth-last-child(n + 4),
  .icons-wrap > :nth-last-child(n + 4) ~ * {
    margin-left: auto;
    margin-right: auto;
  }
  .icons-wrap > :nth-last-child(n + 3):first-child,
  .icons-wrap > :nth-last-child(n + 3) ~ :first-child {
    margin-left: auto !important;
  }
  .icons-wrap > :nth-last-child(n + 3):last-child,
  .icons-wrap > :nth-last-child(n + 3) ~ :last-child {
    margin-right: auto !important;
  }
  .icons-wrap > :nth-last-child(n + 4):first-child,
  .icons-wrap > :nth-last-child(n + 4) ~ :first-child {
    margin-left: auto !important;
  }
  .icons-wrap > :nth-last-child(n + 4):last-child,
  .icons-wrap > :nth-last-child(n + 4) ~ :last-child {
    margin-right: auto !important;
  }
  .icons-wrap .icon {
    max-width: 330px;
    margin-bottom: 60px;
  }
  .icons-wrap .icon:last-child {
    margin-bottom: 0;
  }
  .icons-wrap .icon-img img {
    max-width: 210px;
  }
  .icons-wrap .icon-img svg {
    max-width: 120px;
  }
  .icons-wrap .icon-title {
    margin: 20px auto 0;
  }
  .icons-wrap .icon-desc {
    margin-top: 5px;
  }
  .icons .icons-wrap + .link-more {
    margin-top: 100px;
    font-weight: 500;
  }
  .testimonials {
    padding: 0 0 98px;
  }
  .testimonials-carousel:before {
    display: none;
  }
  .testimonials .testimonial {
    text-align: center;
    max-width: 306px;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .testimonials .testimonial-img {
    margin: 0 auto 46px;
    position: relative;
  }
  .testimonials .testimonial-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -29px;
    width: 100vw;
    height: 58px;
    background: #0a1128;
    z-index: -1;
  }
  .testimonials .testimonial-content-logo img,
  .testimonials .testimonial-img img {
    margin: 0 auto;
  }
  .testimonials .testimonial-content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials .testimonial-content-logo {
    margin-bottom: 16px;
  }
  .testimonials .testimonial-content-text {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials .testimonial-content-author {
    font-size: 16px;
    line-height: 24px;
  }
  .text-video-two-col {
    text-align: center;
    position: relative;
    padding-bottom: 120px !important;
  }
  .text-video-two-col .container {
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post img,
  .page-platform-technology .animations .animations-content-slide > p,
  .text-video-two-col .col-text {
    margin: 0 auto;
  }
  .text-video-two-col .col-text h2 {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .text-video-two-col .col-text p {
    margin-bottom: 35px;
  }
  .text-video-two-col .col-text .link-more {
    position: absolute;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .text-video-two-col .col-video {
    padding-left: 0;
    margin: 0 auto;
    max-width: 500px;
  }
  .text-video-one-col p {
    padding: 0 32px;
  }
  .video-wrap {
    border: 3px solid #0a1128;
  }
  .video-wrap .video-btn span {
    width: 30px;
    height: 30px;
  }
  .video-wrap .video-btn span svg {
    max-width: 8px;
    left: 1px;
  }
  .diagrams-slider-container {
    padding: 0;
  }
  .diagrams-slider .slick-slide > div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .diagrams-slider .diagram {
    min-width: initial;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 0 31px;
  }
  .diagrams-slider .diagram-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .diagrams-slider .diagram-img {
    border: 3px solid #0a1128;
  }
  .diagrams-slider .diagram-info > div:first-child {
    margin-bottom: 10px;
  }
  .single-asset-section {
    padding: 100px 0;
  }
  .single-asset-section-container {
    display: block;
    padding: 0 17px;
  }
  .single-asset-section .single-asset-title {
    display: block;
    text-align: center;
  }
  .single-asset-section .single-asset-title h2 {
    margin: 0 auto 50px;
  }
  .single-asset-section .single-asset-title h2 span {
    margin-top: 0;
    font-size: 35px;
  }
  .single-asset-section .single-asset-img-wrap:after {
    left: -17px;
    width: 100vw;
  }
  .single-asset-section .single-asset-img-inner {
    max-width: 340px;
    margin: 0 auto;
  }
  .single-asset-section .single-asset-img-inner img {
    height: 251px;
  }
  .single-asset-section .single-asset-link {
    text-align: center;
    margin-top: 60px;
  }
  .text-image {
    padding: 60px 0;
  }
  .text-image .text-wrap {
    max-width: 305px;
    margin: 0 auto 45px;
    padding-left: 0;
  }
  .text-image .text-wrap h2 {
    max-width: 253px;
    margin-bottom: 17px;
  }
  .text-image .image-wrap {
    padding: 0 18px;
    max-width: 100%;
  }
  .text-image .image-wrap:after {
    display: none;
  }
  .text-image .image-inner {
    padding: 12px;
  }
  .form-inner h2 {
    margin: 0 auto 25px;
    max-width: 267px;
  }
  .form-wrap.bg-b form input:not([type="submit"]):not([type="checkbox"]),
  .form-wrap.bg-b form select {
    border: 1px solid #fff;
  }
  .two-col-img {
    padding: 60px 23px;
  }
  .two-col-img > h2 {
    max-width: 270px;
    margin: 0 auto 37px;
  }
  .two-col-img-container .col-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 5px;
    margin-bottom: 60px;
  }
  .header .main-menu > ul > li:last-child,
  .two-col-img-container .col-img:last-child {
    margin-bottom: 0;
  }
  .header-inner {
    min-height: 104px;
  }
  .header .logo {
    width: 41px;
    height: 41px;
    margin-bottom: 12px;
  }
  .header .menu-wrap {
    position: fixed;
    top: 105px;
    left: 0;
    width: 100vw;
    height: -webkit-calc(100vh - 105px);
    padding: 0 0 0 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 10px 20px;
    overflow: auto;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    height: calc(100vh - 105px);
    -webkit-transition: max-height 0.3s ease-out 0s;
    -o-transition: max-height 0.3s ease-out 0s;
    transition: max-height 0.3s ease-out 0s;
  }
  .header .menu-wrap.show {
    max-height: 707px;
  }
  .header .top-menu {
    max-width: 165px;
  }
  .header .top-menu > ul > li {
    padding: 0;
    margin: 0 0 30px;
  }
  .header .top-menu > ul > li > a {
    font-size: 14px;
    font-weight: 300;
  }
  .header .main-menu .sub-menu-wrap,
  .header .top-menu > ul .sub-menu-wrap {
    position: initial;
  }
  .header .main-menu .sub-menu-wrap > ul,
  .header .top-menu > ul .sub-menu-wrap ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 50px;
    left: 215px;
    padding: 0;
  }
  .header .main-menu {
    margin-top: 50px;
    margin-bottom: 60px;
    position: relative;
    max-width: 165px;
  }
  .header .main-menu:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 97px;
    height: 1px;
    background: #d3d3d3;
  }
  .header .main-menu > ul > li {
    padding: 0;
    margin: 0 0 29px;
  }
  .header .main-menu > ul > li > a {
    font-size: 14px;
  }
  .header .main-menu .sub-menu-wrap > ul {
    top: 0;
    left: 165px;
  }
  .header .main-menu .sub-menu-wrap > ul > li {
    margin: 0 0 22px;
  }
  .header .main-menu .sub-menu-wrap > ul > li:not(:last-child) a {
    margin-bottom: 10px;
  }
  .header .btn-cta {
    margin: 0;
  }
  .footer {
    min-height: unset;
    padding: 42px 0 25px;
  }
  .footer-menu,
  .header .main-menu .btn-cta {
    display: none;
  }
  .footer-bottom {
    padding-top: 0;
    margin: 0 auto;
  }
  .footer-bottom .copyright {
    max-width: 210px;
    margin: 33px auto 0;
    text-align: center;
  }
  .page-home,
  .page.home {
    padding-top: 0;
  }
  .page-home .platform-static-block h2 {
    color: #0a1128;
  }
  .page-home .cta h2 {
    max-width: 290px;
  }
  .page-blogs-lobby .popular-posts,
  .page-resources-lobby .popular-posts {
    padding-bottom: 80px;
  }
  .page-blogs-lobby .posts-list h2,
  .page-resources-lobby .posts-list h2 {
    margin-bottom: 45px;
  }
/*  .page-blogs-lobby .posts-list .assets-grid-wrap,*/
  .page-resources-lobby .posts-list .assets-grid-wrap {
    margin-top: 55px;
  }
  .page-blog-inner .blog-inner-container {
    margin: 60px auto 130px;
    padding: 0 24px;
  }
  .page-blog-inner .blog-inner-container .post {
    padding-right: 0;
  }
  .page-blog-inner .blog-inner-container .post-author {
    margin: 100px auto 80px;
  }
  .page-blog-inner .blog-inner-container .post-author-img::before {
    left: -24px;
    width: 100vw;
  }
  .page-blog-inner .blog-inner-container .post-author-img {
    min-width: 100%;
    text-align: center;
    background: 0 0;
    margin-bottom: 45px;
  }
  .page-blog-inner .blog-inner-container .post-author-info {
    max-width: 300px;
    margin: 21px auto 0;
    font-size: 16px;
    line-height: 150%;
  }
  .page-blog-inner .blog-inner-container aside {
    padding-top: 0;
    max-width: 100%;
  }
  .page-blog-inner .blog-inner-container aside .widget-title {
    font-size: 35px;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-blog-inner .blog-inner-container aside .widget-subscribe {
    margin-left: -24px;
    margin-right: -24px;
    width: 100vw;
    min-height: 540px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .page-blog-inner .blog-inner-container aside .widget-subscribe h3 {
    margin: 0 auto 56px;
  }
  .page-blog-inner .blog-inner-container aside .widget-subscribe form {
    max-width: 222px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .page-blog-inner .blog-inner-container aside .widget-popular-posts {
    margin: 130px 0 0;
  }
  .page-blog-inner .blog-inner-container aside .widget-popular-posts .widget-popular-post {
    margin: 0 auto;
    max-width: 288px;
  }
  .page-blog-inner .blog-inner-container .blog-share {
    padding: 80px 0 130px;
  }
  .page-blog-inner .blog-inner-container .blog-share::before {
    width: 212px;
  }
  .page-blog-inner .blog-inner-container .blog-share-title {
    max-width: 245px;
  }
  .page-blog-inner .blog-inner-container .blog-share-icons {
    margin-top: 20px;
    margin-left: 0;
  }
  .page-blog-inner .blog-inner-container .blog-share .back-link {
    margin: 40px auto 0;
  }
  .page-resource-inner .resource-content {
    padding: 60px 18px 75px;
    width: 100%;
  }
  .page-resource-inner .resource-content .breadcrumb {
    font-size: 12px;
    line-height: 18px;
  }
  .page-about-us .hero h1,
  .page-resource-inner .resource-content .list-wrap {
    margin-bottom: 0;
  }
  .page-resource-inner .resource-content .img-wrap {
    max-width: 275px;
    margin: 40px auto 60px;
  }
  .page-resource-inner .resource .form-wrap {
    padding: 57px 0 59px;
    width: 100%;
  }
  .page-newsroom-lobby .newsroom-nav nav {
    width: 300px;
    display: block;
    padding: 0 14px;
    max-height: 57px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .page-newsroom-lobby .newsroom-nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-newsroom-lobby .newsroom-nav nav ul li {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-newsroom-lobby .newsroom-nav nav ul li a {
    padding: 0;
    border-top: 0.5px solid #000;
  }
  .page-newsroom-lobby .newsroom-nav nav ul li.active {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-newsroom-lobby .newsroom-nav nav ul li.active a {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99996 5.05025L5.94971 10L10.8995 5.05025' stroke='%230A1128' stroke-width='1.5'/%3E%3C/svg%3E ");
    background-position: 95% 50%;
    border: 0;
    margin-bottom: 1px;
  }
  .page-newsroom-lobby .newsroom-nav nav.show {
    max-height: initial;
  }
  .page-find-a-partner .partner-tabs-nav.show button.active,
  .page-newsroom-lobby .newsroom-nav nav.show a.active {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8995 6.05033L5.94971 1.10059L0.999959 6.05033' stroke='%230A1128' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  }
  .page-newsroom-lobby .posts-list {
    margin-top: 158px;
  }
  .page-newsroom-lobby .media-contact + .posts-list {
    margin-top: 80px;
  }
  .page-newsroom-lobby .media-contact {
    padding-top: 157px;
  }
  .page-newsroom-lobby .media-contact-links a:last-child {
    margin-top: 12px;
  }
  .page-newsroom-lobby .posts-list {
    padding-bottom: 45px;
  }
  .page-press-release-inner .press-release {
    margin: 110px auto 240px;
  }
  .page-press-release-inner .press-release .back-link {
    text-align: center;
    margin: 0 auto 90px;
  }
  .page-press-release-inner .press-release-media-contact {
    margin-right: 0;
    margin-bottom: 90px;
    max-width: 250px;
  }
  .page-press-release-inner .press-release-media-contact::before {
    top: 97px;
    left: -1000px;
    right: -1000px;
    width: auto;
    z-index: -1;
  }
  .page-404-text h1,
  .page-press-release-inner .press-release-content h2 {
    margin-bottom: 10px;
  }
  .page-press-release-inner .press-release-content p {
    margin-bottom: 20px;
  }
  .page-press-release-inner .press-release-content .back-link {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: left;
  }
  .page-solution-inner h2,
  .page-solutions-lobby h2 {
    font-size: 35px;
  }
  .page-solutions-lobby .superpowers {
    padding-top: 100px;
    padding-bottom: 110px;
    margin-bottom: 110px;
  }
  .page-solutions-lobby .superpowers .icons-wrap .icon-img img {
    max-width: 135px;
  }
  .page-solutions-lobby .solutions-for-technology {
    padding-bottom: 140px;
  }
  .page-solutions-lobby .solutions-for-technology .icon {
    margin-bottom: 115px;
  }
  .page-solutions-lobby .solutions-for-technology .icon:last-child {
    margin-bottom: 0;
  }
  .page-partner .partners-cta-container > div,
  .page-solutions-lobby .solutions-for-technology .icon img {
    max-width: 100%;
  }
  .page-solutions-lobby .solutions-for-industry {
    padding: 101px 30px 152px;
    margin-bottom: 120px;
  }
  .page-solutions-lobby .testimonials {
    padding-top: 120px;
  }
  .page-solutions-lobby .assets {
    padding: 87px 0 76px;
  }
  .page-solution-inner .text-video {
    padding-top: 100px;
  }
  .page-solution-inner .icons {
    margin-bottom: 128px;
    padding: 130px 30px;
  }
  .page-solution-inner .assets {
    padding-bottom: 76px;
  }
  .page-about-us h2,
  .page-success-stories-lobby .partners-logos h2 b {
    font-size: 35px;
    line-height: 110%;
  }
  .page-about-us .hero {
    background-position: 100% 100% !important;
  }
  .page-about-us .text-section {
    padding-top: 56px;
  }
  .page-about-us .icons.botton-sep {
    padding-bottom: 78px;
    margin-bottom: 78px;
  }
  .page-about-us .icons .icons-wrap {
    margin-top: 32px;
  }
  .page-about-us .icons .icons-wrap .icon-desc,
  .page-support .login-section-container > div p + .btn {
    margin-top: 31px;
  }
  .page-about-us .text-video .video-wrap {
    padding-top: 450px;
    background-color: #0a1128;
  }
  .page-about-us .text-video .video-btn span {
    width: 65px;
    height: 65px;
  }
  .page-about-us .text-video .video-btn span svg {
    max-width: 22px;
    left: 3px;
  }
  .page-about-us .team h2 {
    margin-bottom: 59px;
  }
  .page-about-us .team::before {
    height: 94px;
    top: 195px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-about-us .team-container {
    padding: 0;
  }
  .page-about-us .team .slick-dots {
    margin: 10px 0 0;
  }
  .page-about-us .team .member {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 280px;
    min-height: initial;
  }
  .page-about-us .team .member-img {
    width: 280px;
    height: 280px;
  }
  .page-about-us .team .member-short-info {
    position: initial;
    color: #0a1128;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin-top: 40px;
    min-height: initial;
    font-weight: 300;
  }
  .page-about-us .team .member-short-info b,
  .page-about-us .team-board .member .member-short-info b {
    font-size: 25px;
  }
  .page-about-us .team .member-link {
    bottom: initial;
    top: 234px;
  }
  .page-about-us .team-board .member .member-short-info {
    font-size: 20px;
    line-height: 30px;
  }
  .page-about-us .investors {
    padding: 143px 0 115px;
  }
  .page-about-us .investors h2 {
    margin-bottom: 50px;
  }
  .page-about-us .investors .investor {
    margin: 0 0 33px;
    width: 266px;
    height: 141px;
  }
  .page-about-us .investors .investor:last-child,
  .page-support .telephones-container ul:last-child {
    margin-bottom: 0;
  }
  .page-about-us .gartner {
    min-height: 526px;
  }
  .page-about-us .gartner h3,
  .page-success-stories-lobby .gartner h3 {
    padding: 0 42px;
    line-height: 38.5px;
    margin: 58px 0 34px;
  }
  .page-about-us .growing {
    min-height: 465px;
  }
  .page-about-us .growing p {
    max-width: 305px;
    margin: 56px auto 37px;
  }
  .page-success-stories-lobby .case-studies-list {
    padding: 82px 18px 92px;
    margin-bottom: 77px;
  }
  .page-success-stories-lobby .case-studies-list h2 {
    margin-bottom: 52px;
    font-size: 35px;
  }
  .page-success-stories-lobby .case-studies-list-container {
    margin: 0 auto -60px;
  }
  .page-success-stories-lobby .case-studies-list-container .item {
    margin: 0 auto 60px;
  }
  .page-success-stories-lobby .gartner {
    padding-bottom: 77px;
  }
  .page-success-stories-lobby .partners-logos {
    padding: 82px 0 110px;
    margin-bottom: 107px;
  }
  .page-success-stories-lobby .partners-logos h2 {
    font-size: 20px;
    line-height: 110%;
  }
  .page-success-stories-lobby .cta h2 {
    font-size: 35px;
    line-height: 110%;
  }
  .page-success-story-inner .hero-success-story-inner {
    margin-bottom: 0;
  }
  .page-success-story-inner .hero-success-story-inner-container {
    padding: 60px 20px 0;
  }
  .page-success-story-inner .hero-success-story-inner-container .back-link {
    text-align: center;
    margin-bottom: 75px;
  }
  .page-success-story-inner .hero-success-story-inner-container h1 {
    font-size: 35px;
    margin: 28px auto 73px;
  }
  .page-success-story-inner .hero-success-story-inner-video {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    bottom: auto;
  }
  .page-success-story-inner .hero-success-story-inner-video .video-wrap {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-success-story-inner .hero-success-story-inner-video .video-wrap .video-btn span {
    width: 68px;
    height: 68px;
  }
  .page-success-story-inner .hero-success-story-inner-video .video-wrap .video-btn span svg {
    width: 35px;
    height: 35px;
    left: 4px;
    max-width: 35px;
  }
  .page-success-story-inner .text-columns {
    padding-top: 130px;
  }
  .page-success-story-inner .success-story-content {
    padding-bottom: 100px;
  }
  .page-success-story-inner .success-story-content-container {
    padding: 0 18px;
  }
  .page-success-story-inner .success-story-content-container h2 {
    font-size: 45px;
    line-height: 110%;
  }
  .page-success-story-inner .success-story-content-container h3 {
    font-size: 20px;
    line-height: 135%;
    margin-bottom: 10px;
  }
  .page-success-story-inner .success-story-content-container img.float-right {
    float: none !important;
    margin: 25px 0 50px;
  }
  .page-success-story-inner .success-story-content-container .quote-text {
    margin-bottom: 35px;
  }
  .page-success-story-inner .assets {
    padding-bottom: 80px;
  }
  .page-azure h2,
  .page-careers h2,
  .page-events h2,
  .page-platform h2,
  .page-platform-technology h2,
  .page-success-story-inner .assets h2 {
    font-size: 35px;
  }
  .page-success-story-inner .cta {
    min-height: 562px;
  }
  .page-success-story-inner .cta h2 {
    font-size: 35px;
    max-width: 680px;
  }
  .page-platform-technology .hero-container {
    height: initial;
    padding: 77px 0 90px;
    max-width: 350px;
    margin: 0 auto;
  }
  .page-platform-technology .hero-container h1 {
    font-size: 40px;
    line-height: 112%;
    margin-bottom: 20px;
  }
  .page-platform-technology .tabs-section {
    padding: 90px 0;
  }
  .page-platform-technology .tabs-section h2 {
    line-height: 38.5px;
    max-width: 260px;
    margin: 0 auto 25px;
  }
  .page-platform-technology .tabs-section h2 span {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
  }
  .page-platform-technology .animations {
    padding: 79px 12.5px 110px !important;
  }
  .page-platform-technology .animations-inner.active .svg-player {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-platform-technology .animations h2 {
    max-width: 285px;
    margin: 0 auto 25px;
  }
  .page-platform-technology .animations h2 span {
    font-size: 35px;
    line-height: 38.5px;
    margin-top: 0;
  }
  .page-platform-technology .animations .subtitle b {
    font-weight: 300;
  }
  .page-platform-technology .animations .animations-container {
    margin: 0 auto;
    position: relative;
    max-width: 400px;
  }
  .page-platform-technology .animations .animations-content {
    max-width: 100%;
    padding-right: 0 !important;
  }
  .page-platform-technology .animations .animations-content-slide {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    height: 100vh !important;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-platform-technology .animations .animations-content-slide h3 {
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 34px;
  }
  .page-platform-technology .animations .animations-content-slide-carousel {
    margin-top: auto !important;
  }
  .page-platform-technology .animations .animations-content-slide-carousel .slick-slide {
    text-align: center;
  }
  .page-platform-technology .animations .animations-content-slide-carousel .slick-dots {
    text-align: center;
    margin-top: 34px;
  }
  .page-platform-technology .animations .animations-content-slide-carousel .slick-dots li button {
    margin: 0 8px;
  }
  .page-platform-technology .animations .svg-player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 38vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-platform-technology .capabilities {
    padding: 98px 12px 85px;
  }
  .page-platform-technology .capabilities h2 {
    margin-bottom: 76px;
  }
  .page-platform-technology .capabilities-row {
    margin-bottom: 0;
  }
  .page-platform-technology .capabilities-col {
    padding: 36px 14px;
    margin: 0 auto 76px;
  }
  .page-platform-technology .text-section {
    min-height: 396px;
    padding: 40px 0;
  }
  .page-platform-technology .text-section h2 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 110%;
  }
  .page-platform-technology .text-section p {
    width: 300px;
  }
  .page-careers .hero h1 {
    margin-top: -17vh !important;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-careers .hero h1 + .btn {
    margin-top: 22px !important;
  }
  .page-careers .icons,
  .page-careers .job-list,
  .page-careers .text-section {
    padding: 130px 15px;
  }
  .page-careers .text-section h2 {
    margin-bottom: 38px;
  }
  .page-careers .text-section p {
    max-width: 320px;
  }
  .page-careers .icons .icons-wrap {
    margin-top: 62px;
  }
  .page-careers .icons .icons-wrap .icon-img {
    margin-bottom: 31px;
  }
  .page-careers .icons .icons-wrap .icon-desc {
    max-width: 240px;
    margin: 0 auto;
  }
  .page-careers .job-list h2 {
    margin-bottom: 80px;
  }
  .page-careers .job-list form select,
  .page-careers .job-list form span {
    margin: 0 0 10px;
  }
  .page-careers .job-list form select:last-child {
    margin: 0;
  }
  .page-careers .job-list-wrap {
    margin-bottom: 90px;
  }
  .page-careers .job-list .job {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 70px auto 0;
  }
  .page-careers .testimonials {
    padding-top: 130px;
    padding-bottom: 124px;
  }
  .page-careers .testimonials h2 {
    max-width: 315px;
    margin: 0 auto 80px;
  }
  .page-careers .cta {
    padding: 0 18px;
    min-height: 579px;
  }
  .page-careers .cta .btn {
    margin: 65px 0 0;
  }
  .page-azure .hero {
    padding: 0 10px;
  }
  .page-azure .hero-text p {
    margin-bottom: 23px !important;
  }
  .page-azure .icons:not(.why-silk) {
    padding-top: 100px;
    padding-bottom: 110px;
    margin-bottom: 110px;
  }
  .page-azure .icons:not(.why-silk) .icons-wrap {
    margin-top: 60px;
  }
  .page-azure .icons:not(.why-silk) .icons-wrap .icon {
    margin-bottom: 80px;
  }
  .page-azure .icons:not(.why-silk) .icons-wrap .icon:last-child {
    margin-bottom: 0;
  }
  .page-azure .icons:not(.why-silk) .icons-wrap .icon-title {
    margin-top: 37px;
  }
  .page-azure .icons:not(.why-silk) .icons-wrap .icon-desc {
    margin-top: 10px;
  }
  .page-azure .diagrams-slider {
    padding-bottom: 110px;
  }
  .page-azure .icons.why-silk {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .page-azure .testimonials {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .page-azure .assets {
    padding-bottom: 70px;
  }
  .page-events .hero h1 {
    margin-top: 0 !important;
  }
  .page-events .future-events {
    padding-bottom: 80px;
  }
  .page-events .future-events h2 {
    margin-bottom: 55px;
  }
  .page-platform .hero {
    padding: 0 15px;
  }
  .page-platform .text-animations-images {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .page-platform .text-animations-images .animations-image {
    margin: 61px auto 0;
  }
  .page-platform .text-animations-images .animations-image:first-child {
    display: none;
  }
  .page-platform .icons {
    padding-bottom: 103px;
  }
  .page-platform .icons:not(.can-do-now) .icons-wrap .icon:nth-child(1) .icon-img img,
  .page-platform .icons:not(.can-do-now) .icons-wrap .icon:nth-child(2) .icon-img img {
    max-width: 100px;
  }
  .page-platform .icons:not(.can-do-now) .icons-wrap .icon:nth-child(3) .icon-img img {
    max-width: 115px;
  }
  .page-platform .date-plane {
    padding: 100px 19px 81px;
  }
  .page-platform .date-plane h2 {
    margin-bottom: 28px;
  }
  .page-platform .date-plane p {
    max-width: 300px;
  }
  .page-platform .date-plane P + picture,
  .page-platform .date-plane p + img {
    margin-top: 51px;
    margin-bottom: 49px;
  }
  .page-platform .date-plane .link-more {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
  }
  .page-platform .icons.can-do-now {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .page-platform .icons.can-do-now .icon-img > * {
    max-height: 150px;
  }
  .page-platform .calculator-graph {
    padding: 60px 0;
    text-align: center;
  }
  .page-platform .calculator-graph-container {
    display: block;
  }
  .page-platform .calculator-graph .text-wrap h2 {
    max-width: 285px;
    margin: 0 auto 30px;
  }
  .page-platform .calculator-graph .text-wrap p {
    margin: 0 auto;
    max-height: 310px;
  }
  .page-platform .calculator-graph .calculator-btn-wrap {
    padding-top: 35px;
    margin-bottom: 0;
    margin-top: 35px;
  }
  .page-platform .calculator-graph .calculator-btn-wrap span {
    margin-right: 30px;
    margin-left: 20px;
  }
  .page-platform .calculator-graph .graph-wrap {
    margin-top: 53px;
  }
  .page-platform .calculator-graph .graph-inner {
    padding: 20px 0;
  }
  .page-platform .calculator-graph .graph-inner #animation-graph {
    max-width: 250px;
  }
  .page-platform .calculator-graph .graph-legends {
    margin: 30px auto 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: left;
  }
  .page-platform .solutions,
  .page-platform .testimonials {
    padding: 60px 0;
  }
  .page-platform .solutions h2,
  .page-support .login-section h1 {
    margin-bottom: 65px;
  }
  .page-platform .cta h2 {
    font-size: 45px;
    line-height: 110%;
  }
  .page-platform .assets {
    padding: 87px 0 76px;
  }
  .page-find-a-partner .hero-text {
    height: 344px !important;
  }
  .page-find-a-partner .partner-tabs {
    margin-top: 0;
    position: relative;
    padding: 75px 0 69px;
  }
  .page-find-a-partner .partner-tabs-nav {
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 14px;
    max-height: 58px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -29px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-find-a-partner .partner-tabs-nav button {
    display: block;
    width: 100%;
    text-align: left;
    border-top: 0.5px solid #000;
  }
  .page-find-a-partner .partner-tabs-nav button.active {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99996 5.05025L5.94971 10L10.8995 5.05025' stroke='%230A1128' stroke-width='1.5'/%3E%3C/svg%3E ");
    background-position: 95% 50%;
    border: 0;
    margin-bottom: 1px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .page-find-a-partner .partner-tabs-nav.show {
    max-height: initial;
  }
  .page-find-a-partner .partner-tabs-items::after {
    display: none;
  }
  .page-find-a-partner .partner-tabs-items .partner {
    margin: 0 auto 52px;
  }
  .page-find-a-partner .partner-tabs-items .partner-info h2 {
    max-width: 230px;
    margin: 0 auto 16px;
  }
  .page-find-a-partner .single-asset-section {
    padding-bottom: 69px;
  }
  .page-support .login-section {
    padding: 130px 23px;
  }
  .page-support .login-section-container > div:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-bottom: 60px;
    margin-bottom: 41px;
    position: relative;
  }
  .page-support .login-section-container > div:first-child:after {
    content: "";
    width: 212px;
    height: 1px;
    background-color: #0a1128;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-support .login-section .link-more {
    margin: 14px 0 31px;
  }
  .page-support .telephones {
    padding: 0 23px 127px;
  }
  .page-support .telephones h2 {
    max-width: 300px;
    margin: 0 auto 47px;
  }
  .page-support .telephones-container ul {
    max-width: 290px;
    margin: 0 auto 22px;
  }
  .page-support .pink-paragraph-container {
    min-height: 548px;
    padding: 27px;
  }
  .page-support .pink-paragraph-container p {
    font-weight: 300;
  }
  .page-support .customer-portal {
    padding: 130px 20px;
  }
  .page-support .customer-portal-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-support .customer-portal-text {
    padding: 0;
  }
  .page-support .customer-portal-text h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 14px;
  }
  .page-support .customer-portal-text p {
    margin-bottom: 8px;
  }
  .page-support .customer-portal-text ul {
    margin-bottom: 15px;
  }
  .page-support .customer-portal .btn {
    margin: 0 auto;
  }
  .page-content-inner .content-wrap {
    padding: 0 15px;
  }
  .page-partner .partners-cta-text {
    padding: 57px 0;
    text-align: center;
  }
  .page-partner .partners-cta-search h2,
  .page-partner .partners-cta-text h1 {
    margin-bottom: 14px;
  }
  .page-partner .partners-cta-search {
    min-height: initial;
    padding: 57px 20px !important;
  }
  .page-partner .partners-cta-search .btn {
    margin-top: 31px;
  }
  .page-partner .partners-logo {
    min-height: initial;
    padding: 57px 0;
  }
  .page-partner .partners-logo h2 {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .page-partner .partners-logo-container img {
    margin: 0 15px 46px;
    max-width: 165px;
  }
  .page-event-inner .hero-event {
    padding: 100px 23px;
  }
  .page-event-inner .about-event {
    padding: 130px 23px;
  }
  .page-event-inner .about-event h2 {
    margin-bottom: 14px;
  }
  .page-event-inner .about-event-btns {
    margin-top: 31px;
  }
  .page-event-inner .about-event-btns .btn:last-child {
    margin-top: 13px;
  }
  .page-event-inner .event-location {
    text-align: center;
  }
  .page-event-inner .event-location h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 55px;
  }
  .page-event-inner .event-location h2 span {
    font-size: 20px;
    line-height: 30px;
  }
  .page-event-inner .event-location-img {
    margin-right: 0;
    margin-bottom: 55px;
  }
  .page-event-inner .event-location-img::before {
    -webkit-transform: translate(-23px, -50%);
    -ms-transform: translate(-23px, -50%);
    transform: translate(-23px, -50%);
    width: 100vw;
  }
  .page-event-inner .event-agenda h2 {
    font-size: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .page-event-inner .event-agenda ul li {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .page-event-inner .cta h2 {
    max-width: 300px;
  }
  .page-event-inner .cta {
    min-height: 628px;
  }
  .page-contact-us .form-wrap h2,
  .page-request-a-demo .form-wrap h2 {
    max-width: 340px;
    margin-bottom: 0 !important;
  }
  .page-contact-us .form-wrap p,
  .page-request-a-demo .form-wrap p {
    margin-top: 10px;
  }
  .page-contact-us .locations {
    padding: 56px 23px 105px;
    text-align: center;
  }
  .page-contact-us .locations .location:after {
    content: "";
    width: 210px;
    background-color: rgba(10, 17, 40, 0.25);
    height: 1px;
    margin: 35px auto;
    display: block;
  }
  .page-contact-us .locations .location:last-child {
    padding-bottom: 0;
  }
  .page-contact-us .locations .location:last-child::after {
    display: none;
  }
  .page-contact-us .locations .location .address,
  .page-contact-us .locations .location .country,
  .page-contact-us .locations .location .telephones {
    padding: 0;
  }
  .page-contact-us .locations .location .country::before,
  .page-contact-us .locations .location .telephones::before {
    position: initial;
    display: block;
    margin: 0 auto 6px;
  }
  .page-contact-us .locations .location .telephones {
    margin-top: 5px;
  }
  .page-contact-us .follow-us {
    margin-top: 77px;
  }
  .page-thank-you .hero-thank-you {
    padding: 60px 12px 68px;
  }
  .page-thank-you .hero-thank-you h1 {
    font-size: 45px;
    margin-bottom: 17px;
  }
  .page-thank-you .hero-thank-you p {
    max-width: 315px;
  }
  .page-thank-you .cta h2 {
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-404 {
    text-align: center;
    height: initial;
  }
  .page-404-wrap {
    padding: 65px 38px;
  }
  .page-404-text p {
    max-width: 283px;
    margin: 0 auto;
  }
  .page-404-img {
    max-width: 300px;
    margin: 65px auto 69px;
  }
  .page-webinar .hero-webinar-title {
    background-image: url(../img/webinar/hero-mobile.webp);
    padding-bottom: 103px;
    height: 371px;
  }
  .page-webinar .hero-webinar-title h1 {
    padding: 0 20px;
    font-size: 40px;
    line-height: 37px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .page-webinar .hero-webinar-logos {
    margin-top: -83px;
  }
  .page-webinar .hero-webinar-logos .logo {
    width: 201px;
    height: 105px;
    margin: 0 auto 11px;
  }
  .page-webinar .hero-webinar-logos .logo img {
    max-width: 65%;
  }
  .page-webinar .hero-webinar-logos .logo:last-child,
  .page-webinar .video-assets-wrap .video-asset:last-child {
    margin-bottom: 0;
  }
  .page-webinar .video-assets {
    padding-top: 64px;
  }
  .page-webinar .video-assets.botton-sep {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .page-webinar .video-assets-wrap .video-asset {
    display: block;
    height: initial;
    max-width: 288px;
    margin: 0 auto 54px;
  }
  .page-webinar .video-assets-wrap .video-asset-preview {
    max-width: 100%;
    height: initial;
  }
  .page-webinar .video-assets-wrap .video-asset-preview img {
    height: 192px;
  }
  .page-webinar .video-assets-wrap .video-asset-info {
    padding: 38px 28px 36px;
  }
  .page-webinar .speakers {
    padding-bottom: 80px;
  }
  .page-become-a-partner .text-block-inner h1,
  .page-solution-inner.industry .hero h1,
  .page-thank-you-lp .assets h2,
  .page-thank-you-lp-video .assets h2,
  .page-webinar .speakers h2 {
    font-size: 35px;
  }
  .page-webinar .speakers .speaker {
    margin: 0 auto 110px;
  }
  .page-webinar .speakers .speaker:first-child {
    margin: 0 auto 110px;
  }
  .page-webinar .speakers .speaker:last-child {
    margin: 0 auto;
  }
  .page-webinar .cta-subscribe {
    padding-bottom: 134px;
  }
  .page-webinar .cta-subscribe form input[type="email"] {
    width: 287px;
    height: 38px;
  }
  .page-webinar .cta-subscribe form input[type="submit"] {
    font-size: 14px;
    line-height: 17px;
    width: 198px;
    height: 38px;
  }
  .page-webinar .cta:not(.cta-subscribe) {
    min-height: 404px;
  }
  .page-webinar .cta:not(.cta-subscribe) h2 {
    max-width: 250px;
  }
  .page-become-a-partner .form-wrap,
  .page-become-a-partner .text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .page-become-a-partner .text-block {
    text-align: center;
    padding: 57px 20px;
  }
  .page-become-a-partner .text-block-inner .subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
  }
  .page-become-a-partner .form-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page-become-a-partner .form-wrap .form-inner form {
    margin-top: 23px;
  }
  .page-thank-you-lp .hero-thank-you-lp h1 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .page-thank-you-lp-video .hero-thank-you-lp-video-title {
    padding: 60px 23px 0;
    min-height: 300px;
  }
  .page-thank-you-lp-video .hero-thank-you-lp-video-title h1 {
    font-size: 45px;
    max-width: 270px;
    margin: 0 auto;
  }
  .page-thank-you-lp-video .hero-thank-you-lp-video-wrap {
    max-width: 330px;
    margin: -110px auto 0;
  }
  .page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn span {
    height: 50px;
    width: 50px;
  }
  .page-thank-you-lp-video .hero-thank-you-lp-video-wrap .video-btn span svg {
    height: initial;
    width: initial;
    left: 2px;
  }
  .page-solution-inner.industry .icons {
    margin: 0;
    padding: 80px 0;
  }
  .page-solution-inner.industry .icons h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .page-about-us .hero {
    background-image: url(../img/about-us/about-us-hero-mobile.webp) !important;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal-video {
    height: 209px;
  }
  .form-wrap.bg-p form .btn,
  .form-wrap.bg-p form .hs-button {
    margin: 20px auto 0;
  }
  .page-request-a-demo .request-a-demo-icons-text h2,
  .partners-logos h2 {
    font-size: 35px;
  }
  .page-request-a-demo .request-a-demo-icons-text h2 span,
  .partners-logos h2 span {
    font-size: 20px;
  }
  .partners-logos-inner > img,
  .partners-logos-inner > picture {
    margin-top: 39px;
  }
  .partners-logos-inner > img:not(:nth-child(3n)),
  .partners-logos-inner > picture:not(:nth-child(3n)) {
    margin-right: 35px;
  }
  .partners-logos-inner > img:last-child,
  .partners-logos-inner > picture:last-child {
    margin-right: 0;
  }
  .partners-logos-inner img {
    max-width: 86px;
  }
  .page-success-story-inner .success-story-content-container .quote {
    padding: 60px 37px 60px 18px;
  }
  .page-success-story-inner .success-story-content-container .quote::before {
    left: -18px;
    width: 100vw;
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 90px;
  }
  .page-platform-technology .tabs-section p {
    max-width: 338px;
  }
  .page-request-a-demo .form-wrap {
    padding: 60px 0;
  }
  .page-request-a-demo .form-wrap p {
    font-weight: 700;
    max-width: 318px;
  }
  .page-request-a-demo .request-a-demo-icons {
    padding: 56px 8px 72px;
  }
  .page-request-a-demo .request-a-demo-icons-text p:last-child,
  .page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon:last-child {
    margin-bottom: 0;
  }
  .page-request-a-demo .request-a-demo-icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 80px auto 0;
  }
  .page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon {
    margin-right: 0;
    margin-bottom: 113px;
  }
  .page-request-a-demo .request-a-demo-icons-wrap .request-a-demo-icon-img {
    min-height: initial;
  }
  .page-contact-us .form-wrap {
    padding: 60px 0;
  }
  .page-contact-us .form-wrap p {
    font-weight: 700;
  }
}
@media only screen and (max-width: 605px) {
  .page-careers .job-list-wrap:after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .page-home .platform-slide-img img {
    max-width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-home .platform-slide:nth-child(2) .platform-slide-img {
    margin-left: -23px;
    margin-right: -23px;
  }
}
@media only screen and (max-width: 480px) {
  .form-inner form input:not([type="submit"]):not([type="checkbox"]),
  .form-inner form select {
    display: block;
  }
  .form-inner form select {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .page:not(.page-home) .solution-tabs-horizontal .solution-tabs-container {
    padding: 0;
    max-width: 300px;
  }
  .page-blogs-lobby .hero {
    background-image: url(../img/blog/blog-lobby-hero-mobile.webp);
  }
  .page-resources-lobby .hero {
    background-image: url(../img/resources/resources-lobby-hero-mobile.webp) !important;
  }
  .page-newsroom-lobby .hero {
    background-image: url(../img/newsroom/newsroom-lobby-hero-mobile.webp);
  }
  .page-success-story-inner .success-story-content-container h2 {
    max-width: 300px;
  }
  .page-success-story-inner .cta h2 {
    max-width: 355px;
  }
  .page-platform-technology .hero-container p {
    max-width: 290px;
  }
  .page-careers .hero {
    background-image: url(../img/careers/careers-hero-mobile.webp);
    background-position: 0 0 !important;
    background-size: cover !important;
  }
  .page-events .hero {
    padding-top: 192px;
    background-image: url(../img/events/events-hero-mobile.webp);
  }
}
@media only screen and (max-width: 360px) {
  .cta h2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-about-us .gartner h3,
  .page-success-stories-lobby .gartner h3 {
    padding: 0 16px;
  }
  .page-platform-technology .animations .svg-player {
    height: 30vh;
  }
  .page-platform .solutions .solution-item {
    padding: 35px 10px;
    max-width: 260px;
  }
  .page-support .telephones {
    padding: 0 10px 127px;
  }
  .page-partner .partners-logo-container img {
    max-width: 150px;
    max-height: 35px;
  }
  .page-partner .partners-logo-container picture:last-child img {
    max-height: 35px;
  }
}
@media only screen and (max-width: 350px) {
  .page-platform-technology .animations {
    padding: 79px 5px 110px !important;
  }
  .page-platform-technology .animations .animations-content-slide {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .page-platform-technology .animations .animations-content-slide h3 {
    margin-bottom: 10px !important;
  }
  .page-platform-technology .animations .animations-content-slide-carousel h4 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 330px) {
  /*.featured-asset-data,*/
  .future-event-data {
    padding: 0 3px;
  }
  .page:not(.page-home) .hero-bg-img,
  .page:not(.page-home) .hero-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .partners-logos-inner > img,
  .partners-logos-inner > picture {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 320px) {
  .testimonials .testimonial-content {
    max-width: 280px;
  }
}
@media (min-width: 1366px) and (max-width: 1400px) {
  .page-home .platform-slide:nth-child(2) .platform-slide-img picture {
    height: 66%;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  .page-about-us .hero,
  .page-resources-lobby .hero {
    background-size: cover !important;
  }
}
@media (min-width: 461px) and (max-width: 801px) {
  .page-careers .hero h1 {
    margin-top: 30vh !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
  }
  thead {
    display: table-header-group;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 1025px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@media only screen and (max-height: 610px) {
  .page-home .platform-static-block h2 {
    margin-bottom: 10px;
  }
  .page-home .platform-slide {
    margin-top: 40px;
  }
  .page-home .platform-slide-text {
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
@media only screen and (max-height: 690px) {
  .page-home .platform-slide {
    margin-top: 60px;
  }
  .page-home .platform-slide-text {
    margin-bottom: 45px;
  }
}
@media only screen and (max-height: 750px) {
  .page-platform-technology .animations {
    padding: 80px 15px;
  }
  .page-platform-technology .animations .animations-container {
    margin: 10px auto 0;
  }
}
@media only screen and (max-height: 650px) {
  .page-platform-technology .animations .animations-container {
    margin: -10px auto 0;
    max-width: 1000px;
  }
  .page-platform-technology .animations .animations-content {
    padding-right: 50px;
    max-width: 500px;
  }
  .page-platform-technology .animations .animations-content-slide {
    padding-top: 112px;
  }
  .page-platform-technology .animations .animations-content-slide h3 {
    max-width: 511px;
    margin-bottom: 15px;
  }
  .page-platform-technology .animations .animations-content-slide-carousel {
    margin-top: 40px;
  }
  .page-platform-technology .animations .animations-content-slide-carousel .slick-dots {
    margin-top: 15px;
  }
}
@media only screen and (max-height: 600px) {
  .page-platform-technology .animations .animations-content-slide {
    padding-top: 70px;
  }
}
/* DBaaS Steps section */
.daabs-steps {
  padding: 70px 0px 100px;
}
@media only screen and (max-width: 767px) {
  .daabs-steps {
    padding: 60px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6:first-child {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.daabs-steps .container .row .col-sm-6:first-child h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: -0.035em;
  color: #0a1128;
  padding-left: 70px;
  margin-bottom: 31px;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .daabs-steps .container .row .col-sm-6:first-child h2 {
    font-size: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6:first-child h2 {
    padding-left: 0px;
    font-size: 35px;
    text-align: center;
  }
}
.daabs-steps .container .row .col-sm-6:first-child p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #0a1128;
  padding-left: 70px;
}
@media only screen and (min-width: 767px) {
  .daabs-steps .container .row .col-sm-6:first-child p {
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .daabs-steps .container .row .col-sm-6:first-child p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6:first-child p {
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items {
  position: relative;
}
@media only screen and (min-width: 1050px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items {
    padding-left: 112px;
  }
}
@media only screen and (min-width: 1050px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items:before {
    content: "";
    position: absolute;
    width: 1px;
    bottom: 14%;
    left: 44px;
    top: 31px;
    border-left: 1px solid #c2c3c9;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item {
  max-width: 543px;
  background: #ffffff;
  border: 1px solid #0a1128;
  padding: 26px 23px 11px;
  margin-bottom: 39px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item {
    padding: 15px 15px 0px;
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1050px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item:before {
    content: "";
    display: flex;
    position: absolute;
    width: 86px;
    height: 86px;
    left: -112px;
    top: 21px;
    border-radius: 50%;
    background-color: #ff286e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 47px;
    justify-content: center;
    align-items: center;
    border: 8px solid #ffffff;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item.active {
  background: rgba(194, 195, 201, 0.35);
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item.active .row .item span {
  background: #ff286e;
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1 {
  padding: 26px 23px 14px;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1 {
    padding: 15px 15px 3px;
  }
}
@media only screen and (min-width: 1050px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1:before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='42' height='42' fill='url(%23pattern0_13_875)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_13_875' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_13_875' transform='scale(0.00390625)'/%3E%3C/pattern%3E%3Cimage id='image0_13_875' width='256' height='256' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAAAsSAAALEgHS3X78AAAF5ElEQVR4nO3dzZEcVQKF0StCu1kgE7RgP/KAxhI0FsyYIPazwAOeCXhAmwAe4AFgQc+iBSg0/VNdlVmZ+e45EbWrzn6hiPt1ZkRV6NXd3V2ATl9sfQBgOwIAxQQAigkAFBMAKCYAUEwAoNjrrQ9ApXdJvt/6EJO7OeVNAsAW3iT5eutD4BEAqgkAFBMAKCYAUEwAoJgAwJzenfImAYA5vTnlTQIAxQQAij0VgA9J7rymeH0IPMAdABQTACjmy0Bs4eck32x9iA19lftvQ/5jxd/x8ylvEgC28HuS260PsZF3Sf6bdcef3P8bP8sjAFzPu9yH78uNz/EXAYDr2N34EwGAa9jl+BMBgLW9zU7HnwgArOlNkh+z0/EnAgBreZP7v/z/3PgcTxIAWN4hxp8IACztMONPBACWtPT4f1noOo9a45OA38W3z+izxvhvkvy20PUe5A4ALrfW+E/6OO8lBAAuc9jxJwIAlzj0+BMBgHMdfvyJAMA5phh/IgDwUtOMPxEAeImpxp8IAJxquvEnAgCnmHL8iQDAc6YdfyIA8JSpx58IADxm+vEnAgAPqRh/IgDwuaXH/0eS99nh+BMBgE+tMf6bnPi/9GxBAOBe3fgTAYCkdPyJAEDt+BMBoFv1+BMBoFf9+BMBoJPxfyQAtDH+TwgATYz/MwJAC+N/gADQwPgfIQDMzvifIADMzPifIQDMyvhPIADMyPhPJADMxvhfQACYifG/kAAwC+M/gwAwA+M/kwBwdMZ/AQHgyIz/QgLAURn/AgSAo7qN8V9MADiiEeNfhABwNCPJtwtdq3r8iQBwLCPGvygB4ChGjH9xAsARjBj/KgSAvRsx/tUIAHs2YvyrEgD2asT4VycA7NGI8V+FALA3I8Z/NQLAnowY/1UJAHsxYvxXJwDswYjxb0IA2NqI8W9GANjSiPFvSgDYyojxb04A2MKI8e+CAHBtI8a/GwLANY0Y/64IANcystz4k+Q/Mf6LCQDXMLLs+P/18ZpcSABY24jx75YAsKYR4981AWAtI8a/ewLAGkaM/xBeb30ApjNi/Et6tebF3QGwpBHjPxQBYCkjxn84AsASRoz/kASAS40Y/2EJAJcYMf5DEwDONWL8hycAnGPE+KcgALzUiPFPQwB4iRHjn4oAcKoR45+OAHCKEeOfkgDwnBHjn5YA8JQR45+aAPCYEeOfngDwkBHjryAAfG7E+GsIAJ/6PsZfRQD40/sk/17wesZ/AAJAcj/+Hxa8nvEfhADwPsZfSwC6vY/xVxOAXm9j/PUEoNevuR/tEoz/oASg28jlETD+AxMARs6PgPEfnACQnBcB45+AAPCnkdMjYPyTEAA+NfJ8BIx/IgLA50Yej4DxT0YAeMjI/0fA+CckADxm5O8IGP+kXm99AHZtJLnN/YeGmJA7AJ7z69YHYD3uAGAbN2f+3O2CZxAA2MhPZ/7cqyUP4REAigkAFBMAKCYAUEwAoJgAQDEBgGICAMUEAIoJABQTACgmAFBMAKCYAEAxAYBiAgDFBACKCQAUEwAoJgBQTACgmABAMQGAYgIAxQQAigkAFBMAKCYAUEwAoJgAQDEBgGICAMUEAIoJABQTACgmAFBMAKCYAEAxAYBiAgDFBACKCQAUEwAoJgBQTACgmABAMQGAYgIAxQQAigkAFBMAKCYAUEwAoJgAQDEBgGICAMUEAIoJABQTACgmAFBMAKCYAEAxAYBiAgDFBACKCQAUEwAoJgBQTACgmABAMQGAYgIAxQQAigkAFBMAKCYAUEwAoJgAQDEBgGICAMUEAIoJABQTACgmAFBMAKCYAEAxAYBiAgDFBACKCQAUEwAoJgBQTACgmABAMQGAYgIAxQQAigkAFBMAKCYAUEwAoJgAQLHXK1zzJsmHFa4LLGyNAHz98QXsnEcAKCYAUEwAoJgAQDEBgGICAMUEAIoJABQTACgmAFBMAKCYAECxp74MdHutQwDbeHV3d7f1GYCNeASAYgIAxQQAigkAFBMAKCYAUOx/drWKvIaT24cAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 40px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1.active .row .col-4 .item {
  background: #ff286e;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1 .row .col-4:not(:last-child, :nth-child(3)) {
    padding-right: 12.5px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1 .row .col-4:not(:first-child, :nth-child(4)) {
    padding-left: 12.5px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1 .row .col-4 .item {
  height: 99px;
  background: #c2c3c9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1 .row .col-4 .item {
    height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-1 .row .col-4 .item img {
    max-width: 61%;
    max-height: 72%;
  }
}
@media only screen and (min-width: 1050px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2:before {
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='56' viewBox='0 0 52 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.8703 27.4705C34.8648 26.1457 33.858 25.1541 32.4944 25.1487C28.3317 25.1353 24.1717 25.1406 20.009 25.1487C19.2677 25.1487 18.6454 25.4309 18.1613 25.9898C17.8626 26.3365 17.7299 26.7477 17.6248 27.1749V35.9975C17.6358 36.019 17.6054 38.013 20.0339 38.0264C24.1772 38.0506 28.3206 38.0345 32.4668 38.0264C33.8442 38.0237 34.8621 37.0402 34.8676 35.7046C34.8786 32.684 34.8786 30.4884 34.8676 27.4705H34.8703Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.0739 24.7C32.0601 23.8454 32.0684 22.0556 32.0684 21.2011C32.0684 20.7845 32.0435 20.368 31.9412 19.9622C31.3742 17.7129 29.9497 16.2617 27.6457 15.6383C26.2682 15.2647 25.1149 15.5281 24.487 15.7323C22.053 16.5278 20.4819 18.5917 20.4404 21.0828C20.4238 21.9938 20.4404 23.8373 20.4321 24.7457' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.0143 32.1923C22.746 32.1923 23.3392 31.616 23.3392 30.905C23.3392 30.1941 22.746 29.6178 22.0143 29.6178C21.2826 29.6178 20.6895 30.1941 20.6895 30.905C20.6895 31.616 21.2826 32.1923 22.0143 32.1923Z' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M22.0143 33.6649V31.0071' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.55314 8.7452C2.55314 8.7452 19.4917 7.15967 26.1189 2.40308C30.7629 5.00711 39.7411 8.29372 49.1812 8.7452C49.5297 16.9013 49.881 20.5238 49.1812 28C47.7817 36.3818 43.0575 48.0475 26.0691 53.5969C19.5719 51.5572 7.68118 45.7821 3.25292 28C2.55314 20.978 2.20187 12.2575 2.55314 8.7452Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 44px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 p.bold-text {
  border-bottom: 1px solid #0a1128;
  padding-bottom: 24px;
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 .col-4:last-child .item:after {
  content: none;
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 .item {
  position: relative;
  max-width: 120px;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 .item {
    max-width: 80%;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 .item:after {
  content: url("data:image/svg+xml,%3Csvg width='48' height='12' viewBox='0 0 48 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6L10 11.7735V0.226497L0 6ZM48 6L38 0.226497V11.7735L48 6ZM6 7H10V5H6V7ZM14 7H18V5H14V7ZM22 7H26V5H22V7ZM30 7H34V5H30V7ZM38 7H42V5H38V7ZM0 6L10 11.7735V0.226497L0 6ZM48 6L38 0.226497V11.7735L48 6ZM6 7H10V5H6V7ZM14 7H18V5H14V7ZM22 7H26V5H22V7ZM30 7H34V5H30V7ZM38 7H42V5H38V7Z' fill='black'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 80px;
  right: -51px;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 .item:after {
    content: url("data:image/svg+xml,%3Csvg width='28' height='12' viewBox='0 0 28 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6L10 11.7735V0.226497L0 6ZM28 6L18 0.226497V11.7735L28 6ZM5.25 7H8.75V5H5.25V7ZM12.25 7H15.75V5H12.25V7ZM19.25 7H22.75V5H19.25V7ZM0 6L10 11.7735V0.226497L0 6ZM28 6L18 0.226497V11.7735L28 6ZM5.25 7H8.75V5H5.25V7ZM12.25 7H15.75V5H12.25V7ZM19.25 7H22.75V5H19.25V7Z' fill='black'/%3E%3C/svg%3E ");
    top: 49px;
    right: -29px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 .item p {
  font-family: "SpaceGrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-2 .item p {
    font-size: 15px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1050px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-3:before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='59' viewBox='0 0 36 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3652 57.5001H4.63478C2.9036 57.5001 1.49744 56.0838 1.49744 54.3409V41.8238V41.8204V41.7905C1.49744 34.8188 6.08405 28.7368 12.7998 26.584V25.8309C12.047 25.9742 11.0056 26.1008 9.5862 26.0308C5.78889 25.8442 3.63653 23.3681 3.54699 23.2648C2.9633 22.5816 3.02963 21.5519 3.69954 20.952C3.72276 20.932 6.55167 18.2826 6.98944 13.6304C7.54991 7.6651 11.8215 1.49988 18 1.49988C24.1785 1.49988 28.45 7.6651 29.0105 13.6304C29.4549 18.3426 32.2706 20.9253 32.3004 20.952C32.9703 21.5519 33.0366 22.5816 32.453 23.2648C32.3634 23.3714 30.2111 25.8442 26.4104 26.0308C24.9943 26.1008 23.9496 25.9708 23.1968 25.8309V26.584C29.9159 28.7368 34.5025 34.8154 34.5025 41.7905V54.3409C34.5025 54.5408 34.4826 54.7374 34.4494 54.9274C34.1742 56.3904 32.8974 57.5001 31.3685 57.5001H31.3652Z' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    background-size: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-3 .row .col-4:not(:last-child, :nth-child(3)) {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-3 .row .col-4:not(:first-child, :nth-child(4)) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1050px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4:before {
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='56' viewBox='0 0 59 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.95242 53.6422C11.0426 53.6422 13.5477 51.1325 13.5477 48.0367C13.5477 44.9409 11.0426 42.4312 7.95242 42.4312C4.86225 42.4312 2.35718 44.9409 2.35718 48.0367C2.35718 51.1325 4.86225 53.6422 7.95242 53.6422Z' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M22.3167 24.7798C25.4068 24.7798 27.9119 22.2702 27.9119 19.1743C27.9119 16.0785 25.4068 13.5688 22.3167 13.5688C19.2265 13.5688 16.7214 16.0785 16.7214 19.1743C16.7214 22.2702 19.2265 24.7798 22.3167 24.7798Z' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M36.6834 45.055C39.7735 45.055 42.2786 42.5454 42.2786 39.4495C42.2786 36.3537 39.7735 33.844 36.6834 33.844C33.5932 33.844 31.0881 36.3537 31.0881 39.4495C31.0881 42.5454 33.5932 45.055 36.6834 45.055Z' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M51.0476 13.5688C54.1378 13.5688 56.6429 11.0591 56.6429 7.96329C56.6429 4.86746 54.1378 2.35779 51.0476 2.35779C47.9575 2.35779 45.4524 4.86746 45.4524 7.96329C45.4524 11.0591 47.9575 13.5688 51.0476 13.5688Z' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M10.4524 42.4312L19.9762 24.3028' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M33.0714 34.5596L25.6571 23.611' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M39.262 34.3211L48.7858 13.0917' stroke='white' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E ");
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4 .row .col-3:not(:last-child) {
    padding-right: 8.5px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4 .row .col-3:not(:first-child) {
    padding-left: 8.5px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4 .row .item span {
  /* max-width: 133px; */
  height: 89px;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4 .row .item span {
    height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4 .row .item span img {
    max-width: 81%;
    max-height: 77%;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4 .row .item p {
  font-family: "SpaceGrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item#step-item-4 .row .item p {
    font-size: 8px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: -0.035em;
  color: #ff286e;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item h3 {
    font-size: 18px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item p.bold-text {
  font-family: "SpaceGrotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.035em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item p.bold-text {
    font-size: 13px;
  }
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item p.bold-text span {
  font-weight: 400;
}
.daabs-steps .container .row .col-sm-6 .daabs-items .step-item .row .item span {
  font-family: "SpaceGrotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #ffffff;
  height: 75px;
  background: #c2c3c9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item .row .item span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item .row .item span {
    font-size: 13px;
    height: 44px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .daabs-steps .container .row .col-sm-6 .daabs-items .step-item .row .item span img {
    max-width: 81%;
  }
}
.page-event-inner .hero-event.new-event {
  position: relative;
  overflow: hidden;
  min-height: 616px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .page-event-inner .hero-event.new-event {
    min-height: 522px;
  }
}
.page-event-inner .hero-event.new-event .background-hero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.page-event-inner .hero-event.new-event .background-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-event-inner .hero-event.new-event .hero-event-container {
  position: relative;
  z-index: 2;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-event-inner .hero-event.new-event .hero-event-container h1 {
  font-size: 96px;
  line-height: 110%;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .page-event-inner .hero-event.new-event .hero-event-container h1 {
    font-size: 47px;
  }
}
.page-event-inner .hero-event.new-event .hero-event-container h1 span {
  font-weight: 400;
}
.main-event-body.event-body-new {
  padding: 110px 0;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new {
    padding: 70px 0;
  }
}
.main-event-body.event-body-new .title-event {
  font-weight: 400;
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .title-event {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.main-event-body.event-body-new .text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 138%;
  letter-spacing: -0.035em;
  max-width: 844px;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .text {
    font-size: 20px;
  }
}
.main-event-body.event-body-new .speakers-event {
  max-width: 786px;
}
.main-event-body.event-body-new .speakers-event .title-speakers {
  font-size: 35px;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .speakers-event .title-speakers {
    font-size: 28px;
  }
}
.main-event-body.event-body-new .speakers-event .speakers-item {
  display: flex;
  align-items: center;
  gap: 39px;
  padding-bottom: 31px;
  margin-bottom: 31px;
  border-bottom: 1px solid #ff286e;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .speakers-event .speakers-item {
    gap: 20px;
  }
}
.main-event-body.event-body-new .speakers-event .speakers-item img {
  object-fit: cover;
  aspect-ratio: 171 / 195;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .speakers-event .speakers-item img {
    width: 130px;
  }
}
.main-event-body.event-body-new .speakers-event h3 {
  font-size: 20px;
  line-height: 110%;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .speakers-event h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.main-event-body.event-body-new .speakers-event p {
  letter-spacing: -0.035em;
  font-size: 18px;
  line-height: 110%;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .speakers-event p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.main-event-body.event-body-new .rsv-block {
  padding: 35px 43px;
  border: 2px solid #0a1128;
  min-height: 556px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 43px;
}
.main-event-body.event-body-new .rsv-block h2 {
  font-size: 35px;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .rsv-block h2 {
    font-size: 28px;
  }
}
.main-event-body.event-body-new .rsv-block .placeholder-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px;
}
.main-event-body.event-body-new .rsv-block .placeholder-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #0a1128;
  max-width: 253px;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .rsv-block .placeholder-block h3 {
    font-size: 28px;
  }
}
.main-event-body.event-body-new .rsv-block .form-inner form {
  margin-top: 0px;
}
.main-event-body.event-body-new
  .rsv-block
  .placeholder-block
  label.hs-error-msg {
  color: #0a1128;
}
.main-event-body.event-body-new
  .rsv-block
  .placeholder-block
  .hs-form-booleancheckbox-display
  span
  p {
  color: rgb(10 17 40 / 50%);
}
.main-event-body.event-body-new .rsv-block .form-inner form select {
  margin-bottom: 20px;
}
.main-event-body.event-body-new
  .rsv-block
  .form-columns-2
  .hs-fieldtype-phonenumber
  div.input {
  margin-right: 12px !important;
}
.main-event-body.event-body-new .host-block {
  padding: 35px 43px;
  border: 2px solid #0a1128;
  min-height: 556px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 43px;
  align-items: center;
}
.main-event-body.event-body-new .host-block h2 {
  font-size: 35px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .main-event-body.event-body-new .host-block h2 {
    font-size: 28px;
  }
}
.main-event-body.event-body-new .host-block .main-logo-block {
  text-align: center;
  width: 100%;
  padding-bottom: 79px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ff286e;
}

/* CSS for Your Hosts v2 -- 1/10/25 */

.main-event-body.event-body-new .host-block.v2 {
	min-height: auto;
}
.main-event-body.event-body-new .host-block.v2 h2 {
	margin-bottom: 0px;
}
.main-event-body.event-body-new .host-block.v2 .logo-block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	border-bottom: 1px solid #ff286e;
	width: 100%;
	max-width: 200px;
}
.main-event-body.event-body-new .host-block.v2 .logo-block.last {
	padding-bottom: 40px;
	border-bottom: none;
}
.main-event-body.event-body-new .host-block.v2 .logo-block .logo-link {
	width: 100%;
	max-width: 200px;
	display: flex;
	justify-content: center;
}
.main-event-body.event-body-new .host-block.v2 .logo-block .logo-link img {
	width: 100%;
	max-width: 100%;
}
