@charset "UTF-8";
/**
 * Inter
 * Usage:
 * Should be used for most text elements.
 *
 * Variants:
 * - Thin         (font-weight: 100)
 * - Extra Light  (font-weight: 200)
 * - Light        (font-weight: 300)
 * - Regular      (font-weight: 400/normal)
 * - Medium       (font-weight: 500)
 * - SemiBold     (font-weight: 600)
 * - Bold         (font-weight: 700/bold)
 * - Extra Bold   (font-weight: 800)
 * - Black        (font-weight: 900)
 */
@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-ExtraLightItalic-BETA.otf") format("opentype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Light-BETA.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-LightItalic-BETA.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-ThinItalic-BETA.otf") format("opentype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Thin-BETA.otf") format("opentype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-ExtraLight-BETA.otf") format("opentype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansAltReg';
  src: url("../fonts/VistaSansAltReg.eot");
  src: url("../fonts/VistaSansAltReg.eot?#iefix") format("embedded-opentype"), url("../fonts/VistaSansAltReg.woff2") format("woff2"), url("../fonts/VistaSansAltReg.woff") format("woff"), url("../fonts/VistaSansAltReg.ttf") format("truetype"), url("../fonts/VistaSansAltReg.svg#VistaSansAltReg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansAltLight';
  src: url("../fonts/VistaSansAltLight.eot");
  src: url("../fonts/VistaSansAltLight.eot?#iefix") format("embedded-opentype"), url("../fonts/VistaSansAltLight.woff2") format("woff2"), url("../fonts/VistaSansAltLight.woff") format("woff"), url("../fonts/VistaSansAltLight.ttf") format("truetype"), url("../fonts/VistaSansAltLight.svg#VistaSansAltLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'VistaSansBold';
  src: url("../fonts/VistaSansBold.eot");
  src: url("../fonts/VistaSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/VistaSansBold.woff2") format("woff2"), url("../fonts/VistaSansBold.woff") format("woff"), url("../fonts/VistaSansBold.ttf") format("truetype"), url("../fonts/VistaSansBold.svg#VistaSansBold") format("svg");
  font-weight: bold;
  font-style: normal; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #19253a;
  --secondary: #ffeb5c;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -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: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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 {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #19253a;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #020305;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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: .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; }

template {
  display: none; }

[hidden] {
  display: none !important; }

html,
body {
  color: #19253a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "VistaSansAltReg", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

h2.heading {
  color: #19253a;
  font-size: 28px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600; }
  h2.heading--centered {
    width: 100%;
    text-align: center; }

p {
  color: #19253a;
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased; }

ol,
ul {
  padding-left: 1em; }

li {
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.5em; }

p.p--large {
  font-size: 23px;
  line-height: 34px; }

b,
strong {
  font-weight: bold; }

h3.h3--large {
  font-size: 36px;
  line-height: 47px; }
  @media (max-width: 480px) {
    h3.h3--large {
      font-size: 28px;
      line-height: 32px; } }

h4.heading {
  font-size: 23px; }

.page-header {
  margin-bottom: 30px;
  font-weight: 600; }

@media (min-width: 768px) {
  .page-clients .page-header {
    margin-bottom: 0px; } }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -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%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -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%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -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%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -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%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfc2c8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #878e99; }

.table-hover .table-primary:hover {
  background-color: #b1b5bc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b1b5bc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fff9d1; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fff5aa; }

.table-hover .table-secondary:hover {
  background-color: #fff6b8; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #fff6b8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #3f5e93;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 55px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600 !important;
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border: 0;
  cursor: pointer; }
  .btn:hover {
    text-decoration: none; }
  @media (max-width: 425px) {
    .btn {
      padding: 0 20px; } }

.btn-primary {
  background: #bdc0ef;
  color: #19253a; }
  .btn-primary:hover {
    background: #19253a;
    color: #fff; }

.btn-secondary {
  background: #e5c7e3;
  color: #19253a; }
  .btn-secondary:hover {
    background: #19253a;
    color: #fff; }

.btn-tertiary {
  background: #ae72b7;
  color: #ffffff;
  border: 1px solid #ae72b7; }
  .btn-tertiary:hover {
    background: #ffffff;
    color: #ae72b7; }

.btn-request-a-demo {
  background: #ffeb5c;
  color: #19253a;
  border: 1px solid #ffeb5c; }
  .btn-request-a-demo:hover {
    background: #19253a;
    color: #fff; }

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-decoration: none; }
  .btn-link:after {
    content: '';
    width: 6px;
    height: 12px;
    background: url("../img/caret-right.svg") no-repeat center;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .btn-link:hover {
    color: #ae72b7;
    text-decoration: none; }
  .btn-link:hover:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }

a:hover .btn-link {
  font-weight: bold;
  color: #ae72b7;
  text-decoration: none; }
  a:hover .btn-link:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }

.btn-link-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d8e6d;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none; }
  .btn-link-secondary:after {
    content: '';
    width: 6px;
    height: 12px;
    background: url("../img/caret-right-green.svg") no-repeat center;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .btn-link-secondary:hover {
    color: #ae72b7;
    text-decoration: none; }
  .btn-link-secondary:hover:after {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #19253a; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #19253a;
    background-color: #19253a; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #3f5e93; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #5175b4;
    border-color: #5175b4; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #19253a;
  background-color: #19253a; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 37, 58, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(25, 37, 58, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 37, 58, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(25, 37, 58, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #3f5e93;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #3f5e93;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 37, 58, 0.25);
              box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #19253a;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #5175b4; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #19253a;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #5175b4; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #19253a;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #5175b4; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #19253a; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 25px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -25px;
    margin-left: -25px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 25px;
      margin-bottom: 0;
      margin-left: 25px; } }

.card-group > .card {
  margin-bottom: 25px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #19253a;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #020305;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #19253a;
  border-color: #19253a; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #19253a; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #0a0e16; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(25, 37, 58, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #ffeb5c; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #ffe529; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 235, 92, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 235, 92, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0d131e;
  background-color: #d1d3d8;
  border-color: #bfc2c8; }
  .alert-primary hr {
    border-top-color: #b1b5bc; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #857a30;
  background-color: #fffbde;
  border-color: #fff9d1; }
  .alert-secondary hr {
    border-top-color: #fff6b8; }
  .alert-secondary .alert-link {
    color: #605822; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #19253a;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #19253a;
    border-color: #19253a; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #0d131e;
  background-color: #bfc2c8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0d131e;
    background-color: #b1b5bc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0d131e;
    border-color: #0d131e; }

.list-group-item-secondary {
  color: #857a30;
  background-color: #fff9d1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #857a30;
    background-color: #fff6b8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #857a30;
    border-color: #857a30; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #19253a !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0a0e16 !important; }

.bg-secondary {
  background-color: #ffeb5c !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #ffe529 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !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: #19253a !important; }

.border-secondary {
  border-color: #ffeb5c !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: #ffffff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -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; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: 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: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    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; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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; }

@media (min-width: 576px) {
  .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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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; } }

@media (min-width: 768px) {
  .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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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; } }

@media (min-width: 992px) {
  .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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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; } }

@media (min-width: 1200px) {
  .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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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-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;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-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: 500 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #19253a !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #020305 !important; }

.text-secondary {
  color: #ffeb5c !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #ffe210 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  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;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    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; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html,
body {
  color: #19253a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "VistaSansAltReg", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

h2.heading {
  color: #19253a;
  font-size: 28px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600; }
  h2.heading--centered {
    width: 100%;
    text-align: center; }

p {
  color: #19253a;
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased; }

ol,
ul {
  padding-left: 1em; }

li {
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.5em; }

p.p--large {
  font-size: 23px;
  line-height: 34px; }

b,
strong {
  font-weight: bold; }

h3.h3--large {
  font-size: 36px;
  line-height: 47px; }
  @media (max-width: 480px) {
    h3.h3--large {
      font-size: 28px;
      line-height: 32px; } }

h4.heading {
  font-size: 23px; }

.page-header {
  margin-bottom: 30px;
  font-weight: 600; }

@media (min-width: 768px) {
  .page-clients .page-header {
    margin-bottom: 0px; } }

body {
  padding-top: 110px;
  /* @TODO temporary. */ }
  @media (max-width: 1023px) {
    body {
      padding-top: 80px; } }
  body .content-wrapper .wrapper > *:not(#home):not(#how-it-works):not(#business-solutions):not(#customers):not(#blog-list):not(#blog-detail):not(#education):not(#about-us):not(#bravely-advance):not(#bravely-boost):not(#bravely-edge):not(#bravely-exec):not(#bravely-workshops) {
    padding-top: 72px; }
  body.blog, body.single-post, body.archive {
    padding-top: 140px; }
    @media (max-width: 767px) {
      body.blog, body.single-post, body.archive {
        padding-top: 150px; } }

/*
.header {
  position: fixed;
  top: 0;
  z-index: 5; // TODO
  width: 100%;
  background: white; // TODO
  padding: 40px 0px 15px;

  transition: border-bottom-color 0.1s ease-in-out;
  border-bottom: 1px solid white;
  &.scrolled {
    border-bottom-color: $accent;
  }

  a {
    text-decoration: none;
  }

  a.header--login {
    color: $green-500;
  }

  .header__container {
    margin: 0 auto;
    max-width: 1140px; // TODO
    display: flex;
    align-items: center;
    padding: 0 25px;
  }

  .header__logo {
    margin-right: auto;
    flex: 0 0 auto;

    @media (max-width: $header-mobile-max) {
      img {
        height: 20px;
      }
    }
  }

  .header__nav_container {
    flex: 0 1 auto;
    margin-left: auto;
  }

  .header__cta {
    flex: 0 0 auto;

    // this is kind of some magic numbers bs
    padding: 17px 20px;
    height: auto;
    line-height: 14px;

    @media (max-width: $header-mobile-max) {
      display: none;
    }
  }

  .header__slogan {
    font-size: 21px;
    font-weight: 600;
    color: #19253a;
    margin-bottom: 0px;
    margin-left: auto;

    @media (max-width: $header-mobile-max) {
      font-size: 16px;
      max-width: 130px;
      text-align: right;
      line-height: 1.3;
    }

    span {
      color: $accent;
    }
  }

  .header__cta_desc {
    margin-bottom: 0px;
    padding: 10px;
    @media (max-width: $header-mobile-max) {
      display: none;
    }
  }
}
*/
.header__nav ul,
.header__nav li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px; }

@media (max-width: 1023px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #f5f9ff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.38, 0.29, 0.24, 1.01);
    transition: -webkit-transform 0.4s cubic-bezier(0.38, 0.29, 0.24, 1.01);
    transition: transform 0.4s cubic-bezier(0.38, 0.29, 0.24, 1.01);
    transition: transform 0.4s cubic-bezier(0.38, 0.29, 0.24, 1.01), -webkit-transform 0.4s cubic-bezier(0.38, 0.29, 0.24, 1.01); }
    .header__nav--open {
      display: block;
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    .header__nav .header__nav-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 25px;
      width: 100%; }
      .header__nav .header__nav-top .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header__nav .header__nav-top .controls .btn-request-a-demo {
          margin-left: auto;
          margin-right: 30px;
          padding: 17px 20px;
          line-height: 6px; }
        .header__nav .header__nav-top .controls .header__close {
          display: block; }
    .header__nav > ul {
      padding: 0 25px;
      margin-top: 20px; }
      .header__nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        margin: 15px 0; }
    .header__nav .menu-item a:hover {
      color: #ae72b7;
      text-decoration: none; } }

@media (min-width: 1024px) {
  .header__nav .header__nav-top {
    display: none; }
  .header__nav .menu-item {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .header__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__nav > ul > li {
      margin: 0 20px; }
      .header__nav > ul > li > a:hover,
      .header__nav > ul > li > a:active {
        color: #ae72b7;
        text-decoration: none; }
  .header__nav li.menu-item-has-children {
    position: relative; }
    .header__nav li.menu-item-has-children:before {
      content: '';
      width: 6px;
      height: 12px;
      background: url("../img/caret-right.svg") no-repeat center;
      content: '';
      color: inherit;
      display: inline-block;
      position: absolute;
      right: -15px;
      top: 6px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      vertical-align: top;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .header__nav li.menu-item-has-children:hover:before {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      background: url("../img/caret-right-magenta.svg") no-repeat center; }
    .header__nav li.menu-item-has-children ul {
      display: none;
      position: absolute;
      white-space: nowrap;
      padding-top: 20px;
      z-index: 5; }
      .header__nav li.menu-item-has-children ul li a {
        display: block;
        color: white;
        background: #ae72b7;
        padding: 15px 25px; }
        .header__nav li.menu-item-has-children ul li a:hover {
          text-decoration: underline; }
      .header__nav li.menu-item-has-children ul li:first-child a {
        padding-top: 30px; }
      .header__nav li.menu-item-has-children ul li:last-child a {
        padding-bottom: 30px; }
    .header__nav li.menu-item-has-children:hover ul {
      display: block; } }

.mobilenav__open {
  margin-left: 30px; }
  @media (max-width: 1023px) {
    .mobilenav__open {
      display: block; } }
  @media (min-width: 1024px) {
    .mobilenav__open {
      display: none; } }
  .mobilenav__open span {
    display: block;
    width: 30px;
    height: 2px;
    background: #19253a; }
    .mobilenav__open span:not(:last-child) {
      margin-bottom: 8px; }

.hero {
  margin-bottom: 115px; }
  .page-employers .hero,
  .page-homepage .hero {
    margin-bottom: 0; }
  .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 730px;
    margin: auto; }
    @media (max-width: 767px) {
      .hero__container {
        margin-bottom: 50px; }
        .hero__container--inverted {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-top: 50px;
          margin-bottom: 0; } }
  .hero__title {
    font-family: "VistaSansAltReg", Helvetica, sans-serif;
    margin-bottom: 30px;
    font-weight: 500; }
  .hero h1.hero__title {
    font-size: 56px;
    line-height: 67px; }
    @media (max-width: 425px) {
      .hero h1.hero__title {
        font-size: 36px;
        line-height: 47px; } }
  .hero h2.hero__title {
    font-size: 36px;
    line-height: 53px; }
  .hero__description {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: 400; }
    @media (max-width: 425px) {
      .hero__description {
        font-size: 18px;
        line-height: 27px; } }
  .hero__image {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: auto;
    margin-top: 40px; }
  .hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hero__buttons .btn {
      margin-right: 30px; }
      .hero__buttons .btn:last-child {
        margin-right: 0; }
  .hero .col-lg-6 > p {
    margin-top: 10px; }
  .hero--about {
    margin-bottom: 50px !important; }
    @media (max-width: 425px) {
      .hero--about {
        margin-bottom: 0 !important; } }
    .hero--about .hero__image {
      width: auto;
      margin: 40px auto; }
    .hero--about .hero__description {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 0; }

.bravely-in-numbers {
  overflow: hidden;
  text-align: center; }
  .bravely-in-numbers__wrapper {
    background: #ae72b7;
    padding: 100px 50px 70px 50px;
    position: relative; }
    .bravely-in-numbers__wrapper.dark-half-bg:before {
      left: -50%; }
    .bravely-in-numbers__wrapper.dark-half-bg:after {
      right: -50%; }
    .bravely-in-numbers__wrapper.dark-half-bg:before, .bravely-in-numbers__wrapper.dark-half-bg:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 50%;
      background: #19253a; }
  .bravely-in-numbers__intro {
    max-width: 620px;
    width: 100%;
    margin: 0 auto; }
    .bravely-in-numbers__intro h2 {
      color: #ffffff;
      font-size: 36px;
      margin-bottom: 32px; }
    .bravely-in-numbers__intro p {
      color: #ffffff;
      font-size: 18px;
      line-height: 27px; }
  .bravely-in-numbers__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bravely-in-numbers__stats div {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      padding: 0 40px;
      width: 100%;
      max-width: 310px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .bravely-in-numbers__stats div {
          max-width: calc(100% / 3); } }
      @media (max-width: 767px) {
        .bravely-in-numbers__stats div {
          max-width: 100%; } }
      .bravely-in-numbers__stats div h2 {
        margin-bottom: 10px; }
      .bravely-in-numbers__stats div h2,
      .bravely-in-numbers__stats div p {
        color: #ffffff; }
      .bravely-in-numbers__stats div img {
        max-height: 75px;
        width: auto;
        margin-bottom: 20px; }
        .bravely-in-numbers__stats div img.icon-big {
          height: 110px; }
  @media (max-width: 767px) {
    .bravely-in-numbers .container {
      padding: 0; }
    .bravely-in-numbers__wrapper {
      padding: 125px 25px; }
    .bravely-in-numbers__stats div {
      padding: 0 40px; }
    .bravely-in-numbers__stats div:not(:last-child) {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .bravely-in-numbers__wrapper {
      padding: 50px 25px; }
    .bravely-in-numbers__intro h2 {
      font-size: 28px;
      line-height: 32px; } }
  @media (max-width: 767px) {
    .bravely-in-numbers.our-values .our-values__carousel-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (max-width: 480px) {
    .bravely-in-numbers.our-values .our-values__carousel-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; } }
  @media (max-width: 425px) {
    .bravely-in-numbers.our-values .heading {
      font-weight: 400;
      font-size: 28px; }
    .bravely-in-numbers.our-values .bravely-in-numbers__wrapper {
      padding: 80px 25px;
      text-align: left; }
    .bravely-in-numbers.our-values div {
      max-width: initial;
      padding: 0;
      margin-bottom: 0; }
    .bravely-in-numbers.our-values__carousel-item {
      padding: 0; }
      .bravely-in-numbers.our-values__carousel-item h2 {
        font-size: 23px; }
    .bravely-in-numbers.our-values__carousel .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .bravely-in-numbers.our-values .slick-dots {
      text-align: left !important;
      position: static !important; }
      .bravely-in-numbers.our-values .slick-dots .slick-active button:before {
        color: #ffeb5c !important; } }

/* COLOR VARIATIONS */
.page-employers .bravely-in-numbers .bravely-in-numbers__wrapper {
  background: #bdc0ef; }

.page-employers .bravely-in-numbers .bravely-in-numbers__stats p,
.page-employers .bravely-in-numbers .bravely-in-numbers__stats h2,
.page-employers .bravely-in-numbers .bravely-in-numbers__intro p,
.page-employers .bravely-in-numbers .bravely-in-numbers__intro h2 {
  color: #19253a; }

/* COLOR VARIATIONS */
.page-pros .bravely-in-numbers .bravely-in-numbers__wrapper {
  background: #edc5c5; }

.page-pros .bravely-in-numbers .bravely-in-numbers__stats p,
.page-pros .bravely-in-numbers .bravely-in-numbers__stats h2,
.page-pros .bravely-in-numbers .bravely-in-numbers__intro p,
.page-pros .bravely-in-numbers .bravely-in-numbers__intro h2 {
  color: #19253a; }

/* Space between other sections */
.how-it-works + .bravely-in-numbers {
  padding-top: 50px; }

.bravely-features {
  overflow: hidden;
  text-align: center; }
  .bravely-features__wrapper {
    background: #e5c7e3;
    padding: 100px 50px 40px 50px;
    position: relative; }
    .bravely-features__wrapper:before {
      left: -50%; }
    .bravely-features__wrapper:after {
      right: -50%; }
    .bravely-features__wrapper:before, .bravely-features__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      height: 50%;
      width: 50%;
      background: #19253a; }
  .bravely-features__intro {
    max-width: 620px;
    width: 100%;
    margin: 0 auto; }
    .bravely-features__intro h2 {
      color: #19253a;
      font-size: 36px;
      margin-bottom: 32px; }
    .bravely-features__intro p {
      color: #19253a;
      font-size: 18px;
      line-height: 27px; }
  .bravely-features__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .bravely-features__stats div {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      padding: 0 40px;
      width: 33.333%;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .bravely-features__stats div {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          width: 50%; } }
      @media (max-width: 480px) {
        .bravely-features__stats div {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          width: 100%; } }
      .bravely-features__stats div h2 {
        margin-bottom: 10px; }
      .bravely-features__stats div h2,
      .bravely-features__stats div p {
        color: #19253a; }
      .bravely-features__stats div img {
        height: 75px;
        width: auto;
        margin-bottom: 20px; }
  @media (max-width: 767px) {
    .bravely-features .container {
      padding: 0; }
    .bravely-features__wrapper {
      padding: 125px 25px; }
    .bravely-features__stats {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .bravely-features__stats div {
        padding: 0 40px; }
      .bravely-features__stats div:not(:last-child) {
        margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .bravely-features__wrapper {
      padding: 50px 25px; }
    .bravely-features__intro h2 {
      font-size: 28px;
      line-height: 32px; } }

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 425px) {
    .logo-list {
      margin-left: -25px;
      margin-right: -25px; } }
  .logo-list__item {
    width: calc(100% / 5);
    max-width: 140px;
    margin: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .logo-list__item a {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .logo-list__item a img {
        max-width: 100%; }
    @media (max-width: 425px) {
      .logo-list__item {
        width: calc(100% / 3);
        margin: 10px; } }

.logo-list-slick {
  margin-top: 60px; }
  .logo-list-slick__item a img {
    width: 145px;
    margin: auto; }
  .logo-list-slick .slick-dots {
    bottom: -85px; }
    .logo-list-slick .slick-dots li button:before {
      font-size: 36px;
      color: #b9c8ea;
      opacity: 1; }
    .logo-list-slick .slick-dots li.slick-active button:before {
      color: #ae72b7; }
  .logo-list-slick .section--blue-800 .slick-dots li button:before {
    color: #ffffff; }

.how-it-works__intro, .how-it-works__item {
  margin-top: 50px; }

.how-it-works__intro {
  max-width: 600px;
  margin: auto; }

.how-it-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none; }
  .how-it-works__item:hover {
    text-decoration: none; }

.how-it-works__description {
  margin-top: 30px; }
  .how-it-works__description-title {
    font-size: 23px; }
    .how-it-works__description-title strong {
      font-weight: 600; }

.how-it-works__image {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .how-it-works__image img {
    width: 100%;
    height: auto; }

.how-it-works .heading {
  font-size: 36px; }

.how-it-works .btn-link {
  font-weight: bold; }

@media (max-width: 767px) {
  .how-it-works__image {
    width: 50%;
    margin-right: 0;
    margin-bottom: 30px; }
  .how-it-works__description {
    margin-left: 30px;
    margin-top: 0;
    max-width: unset; }
  .how-it-works__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (max-width: 480px) {
  .how-it-works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .how-it-works__description {
    margin-left: 0;
    margin-top: 30px;
    max-width: unset; }
  .how-it-works__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }
  .how-it-works .heading {
    font-size: 28px;
    line-height: 32px; } }

.employee-stats {
  /*   */ }
  .employee-stats__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .employee-stats__stats div {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      padding: 0 40px;
      width: 100%;
      max-width: 280px; }
      .employee-stats__stats div img {
        max-width: 110px;
        margin-bottom: 40px; }
    @media (max-width: 767px) {
      .employee-stats__stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .employee-stats__stats div {
          margin-bottom: 30px;
          max-width: 100%; } }
  .employee-stats__wrapper {
    background: #ae72b7;
    padding: 100px 50px 70px 50px; }
    .employee-stats__wrapper p,
    .employee-stats__wrapper h2 {
      color: #ffffff; }
    @media (max-width: 425px) {
      .employee-stats__wrapper {
        padding: 50px 25px; } }
  .employee-stats__intro p,
  .employee-stats__intro h2 {
    max-width: 600px;
    margin: auto; }
  .employee-stats__intro h2 {
    font-size: 36px;
    margin-bottom: 20px; }
  @media (max-width: 425px) {
    .employee-stats__intro h2.heading {
      font-size: 28px;
      line-height: 32px; } }
  @media (max-width: 425px) {
    .employee-stats .container {
      padding-left: 0;
      padding-right: 0; } }

/* this prevents the double spacing between white sections, if the backgorund color on them changes, this must be changed too */
.section.how-it-works + .section.employee-stats {
  padding-top: 0; }

.section.employee-stats + .section.bravely-in-the-news {
  padding-top: 0; }

.companies-working-bravely h2.heading {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600; }

.companies-working-bravely .logo-list-slick {
  margin-top: 60px; }

.companies-working-bravely.section {
  padding: 100px 0 170px 0; }

.bravely-in-the-news h2.heading {
  font-size: 23px;
  font-weight: 600; }

.bravely-in-the-news.section {
  padding: 100px 0 170px 0; }

.phone-slider {
  padding-top: 100px; }
  .phone-slider__intro {
    max-width: 600px;
    margin: auto; }
  .phone-slider .heading {
    font-size: 36px; }
  .phone-slider .phone_background {
    max-width: 650px;
    margin: auto; }
  .phone-slider .phones-slick {
    -webkit-transform: translateY(450px);
            transform: translateY(450px);
    max-width: 330px;
    margin: auto;
    margin-top: 0px; }
    @media (max-width: 767px) {
      .phone-slider .phones-slick__slide-container {
        border-bottom: 0; } }
    .phone-slider .phones-slick .content_container {
      margin-bottom: 70px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .phone-slider .phones-slick .content_container p {
        max-width: 250px;
        color: #19253a;
        margin: auto; }
      .phone-slider .phones-slick .content_container img {
        max-width: 250px;
        margin-bottom: 50px; }
    .phone-slider .phones-slick .slick-dots {
      bottom: 30px; }
  .phone-slider .phones-slick__container {
    margin: -300px 0 80px 0; }
    .phone-slider .phones-slick__container .container {
      border-bottom: 1px solid #99acdd; }
    @media (max-width: 767px) {
      .phone-slider .phones-slick__container {
        background: #e8eef7;
        margin: 50px 0 60px 0;
        padding: 50px 0 110px 0; }
        .phone-slider .phones-slick__container .container {
          border-bottom: none; } }
  @media (max-width: 767px) {
    .phone-slider .phones-slick {
      margin-top: 20px;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      max-width: unset; }
      .phone-slider .phones-slick .slick-dots {
        bottom: -50px; }
      .phone-slider .phones-slick .content_container {
        max-width: 350px;
        margin: auto; }
    .phone-slider .phone_background {
      display: none; } }
  @media (max-width: 480px) {
    .phone-slider .heading {
      font-size: 28px;
      line-height: 32px; } }

.big-quote {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  max-width: 680px;
  margin: auto; }
  .big-quote.section {
    padding: 70px 0; }
  .big-quote img {
    width: 50px; }
  .big-quote__quote {
    font-size: 23px;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .big-quote__author {
    margin-bottom: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500; }
  .big-quote__position {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500; }
    .big-quote__position span {
      font-weight: 400; }

.bravely-collapse__container {
  border-bottom: 1px solid #b9c8ea;
  padding: 8px 0 32px 0; }

.bravely-collapse__title:hover a.collapsed {
  color: #ae72b7; }
  .bravely-collapse__title:hover a.collapsed svg g {
    stroke: #ae72b7; }

.bravely-collapse__title a {
  font-size: 23px;
  color: #ae72b7;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .bravely-collapse__title a svg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 9px;
    margin-top: 15px; }
  .bravely-collapse__title a.collapsed {
    color: #19253a; }
    .bravely-collapse__title a.collapsed svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .bravely-collapse__title a.collapsed svg g {
        stroke: #19253a;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

.bravely-collapse__content p {
  margin-top: 20px; }

.bravely-collapse__link {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .bravely-collapse__link:after {
    content: '';
    width: 6px;
    height: 12px;
    background: url("../img/caret-right.svg") no-repeat center;
    margin-left: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: none; }
  .bravely-collapse__link:hover {
    text-decoration: none; }
  .bravely-collapse__link:hover:after {
    margin-left: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

.download_files__main-title {
  font-size: 36px;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .download_files__main-title {
      font-size: 28px;
      line-height: 32px; } }

.download_files__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .download_files__file:not(:last-child) {
    margin-bottom: 60px; }

.download_files__title {
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 20px; }

.download_files__description {
  margin-bottom: 20px; }

.download_files img {
  max-height: 245px;
  width: auto;
  max-width: 80%;
  padding-bottom: 50px; }

.quote_slider.section {
  padding: 0 0 100px 0; }

.quote_slider .container {
  padding-top: 100px;
  border-top: 1px solid #99acdd; }
  @media (max-width: 480px) {
    .quote_slider .container {
      padding-top: 60px; } }

.quote_slider__title {
  color: #ae72b7;
  font-size: 36px;
  font-weight: 400; }
  @media (max-width: 480px) {
    .quote_slider__title {
      font-size: 28px;
      line-height: 32px; } }

.quote_slider__paragraph {
  color: #ae72b7;
  font-size: 18px;
  font-weight: 400; }

.quote_slider__quote {
  font-size: 23px; }

.quote_slider img {
  width: 52px;
  margin-bottom: 40px; }

.quote_slider .slick-dots {
  bottom: -30px;
  left: -10px;
  text-align: left; }

.quote_slider.white.section {
  padding: 0 0 60px 0; }

.quote_slider.white .container {
  padding-top: 50px;
  border-top: 0; }

.quote_slider.white .quote_slider__title {
  color: #19253a; }

.quote_slider.white .quote_slider__paragraph {
  color: #19253a; }

.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -45px; }
  .news-grid__title {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ae72b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .news-grid__title:after {
      content: '';
      border-top: 1px solid #99acdd;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 20px;
      margin-bottom: 5px; }
  .news-grid__section {
    padding: 0 0 50px 0; }
  .news-grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    min-width: 180px;
    padding: 20px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news-grid .item h4 {
      font-size: 23px;
      line-height: 27px; }
    .news-grid .item img {
      max-width: 100%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .news-grid .item img,
    .news-grid .item p,
    .news-grid .item h4 {
      margin-bottom: 30px; }
    .news-grid .item a.btn-link {
      margin-top: auto; }
    @media (max-width: 767px) {
      .news-grid .item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 0; } }
  @media (max-width: 767px) {
    .news-grid {
      margin-left: 0;
      margin-right: 0; } }
  .news-grid .slick-dots {
    text-align: left; }
  .news-grid + .btn-link-secondary {
    margin-top: 40px; }
    @media (max-width: 480px) {
      .news-grid + .btn-link-secondary {
        display: none; } }
  @media (max-width: 480px) {
    .news-grid {
      margin-right: 0;
      margin-left: 0; }
      .news-grid .slide {
        padding: 10px 0; } }

.blog-slider {
  margin-left: -19px;
  margin-right: -19px; }
  @media (max-width: 767px) {
    .blog-slider {
      margin-left: -25px !important;
      margin-right: -25px !important;
      overflow: hidden; } }
  .blog-slider__title {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ae72b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    margin-bottom: 40px; }
    .blog-slider__title:after {
      content: '';
      border-top: 1px solid #99acdd;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 20px;
      margin-bottom: 5px; }
  .blog-slider .blog-slide {
    background-color: #bdc0ef;
    padding: 55px 40px 80px 40px;
    min-height: 350px;
    color: #19253a;
    margin: 10px 19px 0 19px; }
    .blog-slider .blog-slide--pink {
      background-color: #e5c7e3; }
    .blog-slider .blog-slide__title {
      font-size: 23px;
      color: #19253a;
      font-weight: 600;
      text-decoration: underline; }
    @media (max-width: 767px) {
      .blog-slider .blog-slide {
        margin-right: 0;
        margin-left: 0; } }
  .blog-slider .slick-dots {
    text-align: left;
    bottom: 60px;
    left: 35px; }
    .blog-slider .slick-dots li button:before {
      color: #ffffff; }
  .blog-slider + .btn-link-secondary {
    margin-top: 40px; }
  @media (max-width: 767px) {
    .blog-slider {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 0; }
      .blog-slider .slide {
        padding: 10px 0; } }

@media (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .container-no-mobile {
    max-width: unset !important; } }

.client-slider {
  margin-left: -19px;
  margin-right: -19px; }
  .client-slider__title {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ae72b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    margin-bottom: 40px; }
    .client-slider__title:after {
      content: '';
      border-top: 1px solid #99acdd;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 20px;
      margin-bottom: 5px; }
  .client-slider__section {
    padding: 80px 0; }
  .client-slider_quote img.quote_image {
    width: 52px;
    margin-bottom: 45px; }
  .client-slider .client-slide {
    padding: 0 25px; }
    .client-slider .client-slide__logo {
      margin-bottom: 50px; }
  .client-slider .slick-dots {
    text-align: left;
    position: static;
    margin-left: -10px;
    padding-left: 25px; }
  @media (max-width: 767px) {
    .client-slider.slick-dotted.slick-slider {
      margin-bottom: 50px; }
    .client-slider__section {
      padding: 40px 0; }
    .client-slider .slick-dots {
      padding-left: 0;
      margin-left: -10px; }
    .client-slider .client-slide {
      padding: 10px 0; } }

/**
 * A simple wrapping row of company logos.
*/
.company-logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px; }
  .company-logo-row__image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 10px;
    text-align: center; }
  .company-logo-row img {
    height: 40px;
    width: auto; }

.image-and-box-slider__intro {
  max-width: 620px;
  margin: auto; }
  .image-and-box-slider__intro h2 {
    color: #19253a;
    font-size: 36px;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 600; }
    @media (max-width: 480px) {
      .image-and-box-slider__intro h2 {
        font-size: 28px;
        line-height: 32px; } }
  .image-and-box-slider__intro > p {
    color: #19253a;
    font-size: 18px;
    line-height: 27px;
    text-align: center; }

.image-and-box-slider {
  margin-top: 60px;
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (max-width: 767px) {
    .image-and-box-slider {
      margin-left: -25px !important;
      margin-right: -25px !important; } }
  .image-and-box-slider .slick-dots {
    bottom: 68px;
    z-index: 9;
    width: auto;
    left: 63px; }
    @media (max-width: 767px) {
      .image-and-box-slider .slick-dots {
        bottom: 62px;
        left: 33px; } }
    .image-and-box-slider .slick-dots button:before {
      font-size: 40px;
      color: #b9c8ea; }
    .image-and-box-slider .slick-dots .slick-active button:before {
      color: #ffeb5c; }
  @media (max-width: 767px) {
    .image-and-box-slider {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .image-and-box-slider > div {
    width: 50%; }
    @media (max-width: 767px) {
      .image-and-box-slider > div {
        width: 100%; } }
  .image-and-box-slider__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #e8eef7; }
    .image-and-box-slider__image img {
      width: 100%;
      height: auto; }
  .image-and-box-slider__content {
    margin-bottom: 0px !important;
    background: #ae72b7;
    padding: 72px 72px 100px 72px;
    text-align: left; }
    .image-and-box-slider__content h3 {
      font-weight: 400;
      font-size: 23px;
      line-height: 27px;
      color: white;
      margin-bottom: 30px; }
    .image-and-box-slider__content p {
      font-weight: 400;
      font-size: 18px;
      line-height: 27px;
      color: white;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .image-and-box-slider__content {
        padding: 62px 42px 120px 42px; } }

.demo-form__container {
  background-color: #e8eef7;
  padding: 45px 30px 0 30px;
  border-radius: 4px; }
  .demo-form__container .hs-form-required {
    display: none; }
  .demo-form__container .form-control,
  .demo-form__container .hs-input {
    height: 50px;
    border: 1px solid #b9c8ea;
    border-radius: 4px;
    margin-bottom: 0.6rem;
    font-weight: 400;
    width: 100%;
    padding: 0 15px;
    font-size: 14px; }
    .demo-form__container .form-control.invalid,
    .demo-form__container .hs-input.invalid {
      border-color: #eabbc3; }
    .demo-form__container .form-control:focus,
    .demo-form__container .hs-input:focus {
      border-color: #ae72b7;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
  .demo-form__container .hs-error-msgs {
    padding: 0;
    list-style: none;
    margin-top: -5px; }
    .demo-form__container .hs-error-msgs label {
      color: red; }
  .demo-form__container .hs_error_rollup {
    display: none !important; }
  .demo-form__container .submitted-message {
    text-align: center; }
  .demo-form__container .form-group,
  .demo-form__container .input {
    margin-bottom: 0; }
  .demo-form__container .btn,
  .demo-form__container .hs-button {
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 55px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600 !important;
    white-space: nowrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    background: #ae72b7;
    color: #ffffff;
    border: 1px solid #ae72b7; }
    .demo-form__container .btn:hover,
    .demo-form__container .hs-button:hover {
      background: #19253a !important;
      border-color: #19253a;
      color: white !important; }
    @media (max-width: 425px) {
      .demo-form__container .btn,
      .demo-form__container .hs-button {
        padding: 0 20px; } }

.demo-form__title {
  color: #19253a;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 36px; }

.demo-form__image {
  max-width: 100%;
  height: auto;
  margin-top: 32px; }

.demo-modal {
  background: #e8eef7;
  opacity: 1;
  padding: 80px 50px 0 50px;
  z-index: 200;
  max-width: 700px;
  overflow: scroll;
  position: relative; }
  .demo-modal__overlay {
    z-index: 100;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #19253a;
    opacity: 0.8;
    display: none; }
    .demo-modal__overlay.open {
      display: block; }
  .demo-modal__container {
    z-index: 200;
    width: 100vw;
    position: absolute;
    top: 80px;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none; }
    .demo-modal__container.open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .demo-modal__title {
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    font-family: "VistaSansAltReg", Helvetica, sans-serif; }
  .demo-modal__paragraph {
    font-size: 23px;
    text-align: center;
    line-height: 34px;
    margin: 36px 0; }
  .demo-modal .demo-form__container {
    padding: 0 50px 0 50px; }
  .demo-modal .demo-form__image {
    width: 100%; }
  .demo-modal .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3; }
  .demo-modal .close:hover {
    opacity: 1 !important; }
  .demo-modal .close:before,
  .demo-modal .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #ae72b7; }
  .demo-modal .close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .demo-modal .close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .demo-modal {
      padding: 50px 0 0 0;
      margin: 0 20px; }
      .demo-modal .demo-form__container {
        padding: 0 20px; }
      .demo-modal .demo-modal__title {
        font-size: 38px;
        line-height: 47px; }
      .demo-modal .demo-modal__paragraph {
        font-size: 18px;
        line-height: 34px; }
      .demo-modal .close {
        right: 5px;
        top: 15px; } }

body {
  position: relative; }

.legal-list {
  color: #19253a; }
  .legal-list__navbar {
    position: sticky;
    top: 100px;
    margin-bottom: 80px; }
    .legal-list__navbar .list-group-item {
      font-weight: 600;
      font-size: 14px;
      color: #19253a;
      -webkit-font-smoothing: antialiased;
      padding: 16px 16px 16px 0;
      border-bottom: solid #e8eef7 1px;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-radius: none;
      margin-bottom: 0; }
      .legal-list__navbar .list-group-item.active {
        background-color: #fff;
        color: #ae72b7;
        border-bottom: solid #e8eef7 1px; }
  .legal-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px; }
    .legal-list__title a {
      font-size: 23px;
      color: #19253a;
      font-weight: 600;
      text-decoration: none; }
      .legal-list__title a + svg {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: none; }
        @media (max-width: 767px) {
          .legal-list__title a + svg {
            display: block; } }
      .legal-list__title a.collapsed {
        color: #19253a; }
        .legal-list__title a.collapsed + svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          .legal-list__title a.collapsed + svg g {
            stroke: #19253a;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
    @media (max-width: 767px) {
      .legal-list__title {
        border-bottom: 1px solid #b9c8ea; } }
  .legal-list__item-title {
    color: #19253a;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 32px; }
  .legal-list__item::before {
    display: block;
    content: ' ';
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
    pointer-events: none; }
    @media (max-width: 767px) {
      .legal-list__item::before {
        margin-top: -20px;
        height: 20px; } }

.simple-blocks h2 {
  color: #19253a;
  font-size: 36px;
  margin-bottom: 72px;
  text-align: center;
  font-weight: 600; }
  @media (max-width: 480px) {
    .simple-blocks h2 {
      font-size: 28px;
      line-height: 32px; } }

.simple-blocks h3 {
  color: #19253a;
  font-size: 23px; }

.simple-blocks p {
  color: #19253a;
  font-size: 18px;
  line-height: 27px; }
  @media (max-width: 767px) {
    .simple-blocks p {
      margin-bottom: 40px; } }

.simple-blocks img {
  margin-bottom: 32px; }

.simple-blocks img.small-icon {
  width: 50px;
  height: auto; }

.bottom_cta {
  border: none; }
  .bottom_cta__title {
    font-family: "VistaSansAltReg", Helvetica, sans-serif;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 30px;
    font-weight: 500; }
    @media (max-width: 480px) {
      .bottom_cta__title {
        font-size: 28px;
        line-height: 32px; } }
  .bottom_cta__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .bottom_cta__buttons .btn {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .bottom_cta__buttons .btn {
          margin-bottom: 30px; } }
      .bottom_cta__buttons .btn:last-child {
        margin-right: 0; }
  .bottom_cta p span.quote-author {
    color: #ffeb5c; }
  .bottom_cta .slick-dots {
    bottom: -30px;
    left: -10px;
    text-align: left; }
  .bottom_cta.section {
    padding: 80px 0; }
    @media (max-width: 480px) {
      .bottom_cta.section {
        padding: 40px 0 30px 0; } }

.footer {
  background: #19253a;
  padding: 0 0 80px 0; }
  .footer a {
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .footer__nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .footer__icon {
    padding-right: 50px; }
    @media (max-width: 767px) {
      .footer__icon {
        display: none; } }
  .footer__heading {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 35px;
    display: block; }
    .footer__heading:hover {
      color: white;
      text-decoration: none; }
  .footer__column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .footer__column > p {
      color: #fff;
      font-size: 15px; }
    .footer__column p a {
      color: #99acdd; }
    .footer__column ul {
      margin: 0;
      padding: 0; }
      .footer__column ul li {
        margin-bottom: 5px; }
        .footer__column ul li a {
          color: #99acdd;
          font-size: 15px; }
          @media (max-width: 767px) {
            .footer__column ul li a {
              font-size: 14px; } }
    .footer__column:last-child {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    @media (max-width: 767px) {
      .footer__column {
        width: 50%;
        margin-bottom: 30px; } }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    .footer__social li {
      margin-left: 20px; }
      .footer__social li:first-child {
        margin-left: 0; }
    .footer__social-button {
      background-color: #ffffff;
      border-radius: 50%;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 32px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer__social-button:hover {
        background-color: #ae72b7; }
      .footer__social-button img {
        height: 16px;
        width: auto;
        margin: auto; }
  .footer__copyright {
    padding-top: 40px;
    margin-top: 40px;
    margin-left: 70px; }
    .footer__copyright p {
      color: white;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .footer__copyright {
        margin-left: 0; } }
  .footer__divider {
    border: 0.5px solid #6a78a5;
    margin: 0 0 80px 0; }

.questions__main-title {
  font-size: 36px;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .questions__main-title {
      font-size: 28px;
      line-height: 32px; }
      .questions__main-title + img {
        margin-bottom: 40px; } }

.questions__file {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.questions__title {
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 20px; }

.questions__description {
  margin-bottom: 20px; }

.questions img {
  max-height: 245px;
  width: auto; }

.pro-spotlight {
  background: #e5c7e3;
  padding: 80px; }
  @media (max-width: 767px) {
    .pro-spotlight {
      padding: 90px 30px;
      margin-left: -25px;
      margin-right: -25px; } }
  .pro-spotlight__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media (max-width: 425px) {
      .pro-spotlight__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .pro-spotlight__slide h3 {
      font-size: 23px;
      line-height: 27px; }
    .pro-spotlight__slide h4 {
      font-size: 18px;
      line-height: 27px; }
    .pro-spotlight__slide h3,
    .pro-spotlight__slide h4 {
      margin-bottom: 30px; }
  .pro-spotlight__image {
    margin-right: 100px; }
    .pro-spotlight__image img {
      width: 240px;
      height: auto;
      border-radius: 50%; }
    @media (max-width: 767px) {
      .pro-spotlight__image {
        margin-right: 20px; }
        .pro-spotlight__image img {
          width: 13vw; } }
    @media (max-width: 425px) {
      .pro-spotlight__image {
        width: 180px;
        margin-right: 0;
        margin-bottom: 40px; }
        .pro-spotlight__image img {
          width: 180px; } }
    @media (max-width: 425px) {
      .pro-spotlight__image {
        width: 180px;
        margin-right: 0;
        margin-bottom: 40px; }
        .pro-spotlight__image img {
          width: 180px; } }
  .pro-spotlight .slick-dots {
    width: auto;
    left: 330px;
    bottom: -60px; }
    @media (max-width: 425px) {
      .pro-spotlight .slick-dots {
        position: static;
        text-align: left;
        margin-top: 20px;
        margin-left: -5px; } }
  .pro-spotlight .slick-dots li button:before {
    color: white; }
  .pro-spotlight .slick-dots li.slick-active button:before {
    color: #4d8e6d; }

.page-pros .pro-spotlight {
  background: #f4c5c6; }

.pros-bios__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer; }
  .pros-bios__item.open ~ .pros-bios__modal__wrapper {
    height: 100%;
    width: 100%; }
    .pros-bios__item.open ~ .pros-bios__modal__wrapper .pros-bios__modal__overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .pros-bios__item.open ~ .pros-bios__modal__wrapper .pros-bios__modal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .pros-bios__item:hover .pros-bios__name {
    color: #ae72b7;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .pros-bios__item:hover .color-overlay {
    opacity: 0.9;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .pros-bios__item .color-overlay {
    background: #edc5c5;
    opacity: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    z-index: 2;
    mix-blend-mode: hard-light; }
  @media (max-width: 767px) {
    .pros-bios__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-align: left; }
      .pros-bios__item .pros-bios__image,
      .pros-bios__item .color-overlay {
        margin-right: 5vw;
        width: 150px;
        height: 150px; } }
  @media (max-width: 480px) {
    .pros-bios__item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .pros-bios__item .pros-bios__image,
      .pros-bios__item .color-overlay {
        width: 100px;
        height: 100px;
        margin-top: 20px; }
      .pros-bios__item .pros-bios__name {
        font-size: 18px; } }

.pros-bios__name {
  font-size: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 15px 0; }

.pros-bios__description {
  font-size: 18px; }

.pros-bios__image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.pros-bios__modal {
  background: #e8eef7;
  opacity: 1;
  padding: 80px 50px 60px 50px;
  z-index: 300;
  max-width: 80%;
  overflow: scroll;
  z-index: 200;
  width: 100vw;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  overflow: scroll;
  max-width: 1000px; }
  .pros-bios__modal__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .pros-bios__modal img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 34px; }
  .pros-bios__modal__wrapper {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0; }
    @media (max-width: 1000px) {
      .pros-bios__modal__wrapper {
        overflow: scroll; } }
  .pros-bios__modal__overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.9;
    display: none;
    overflow: hidden; }
  @media (max-width: 1000px) {
    .pros-bios__modal {
      top: 150px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 50%;
      overflow: scroll;
      margin-bottom: 80px; }
      .pros-bios__modal img {
        margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .pros-bios__modal {
      top: 50px;
      max-width: 95%; } }

.pros-bios .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1 !important; }

.pros-bios .close:before,
.pros-bios .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #19253a; }

.pros-bios .close:hover:before,
.pros-bios .close:hover:after {
  background-color: #ae72b7; }

.pros-bios .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.pros-bios .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (max-width: 767px) {
  .pros-bios {
    padding: 0 0 0 0; } }

@media (max-width: 480px) {
  .pros-bios.section {
    padding: 40px 0; } }

.blog:before,
.single-post:before,
.archive:before {
  content: '';
  width: 100%;
  height: 400px;
  background: #e8eef7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.blog .header.scrolled,
.single-post .header.scrolled,
.archive .header.scrolled {
  background: #fff; }

.blog .slick-list,
.single-post .slick-list,
.archive .slick-list {
  width: 100%; }

.blog .slick-track,
.single-post .slick-track,
.archive .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100% !important; }
  .blog .slick-track .slick-slide,
  .single-post .slick-track .slick-slide,
  .archive .slick-track .slick-slide {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }

.blog .slick-dots,
.single-post .slick-dots,
.archive .slick-dots {
  bottom: 62px;
  padding: 0 30px;
  text-align: left; }
  .blog .slick-dots li button:before,
  .single-post .slick-dots li button:before,
  .archive .slick-dots li button:before {
    color: #fff; }

.blog__category--pink {
  margin-bottom: 60px; }
  .blog__category--pink .blog__post {
    background: #e5c7e3; }

.blog__category--blue {
  margin-bottom: 60px; }
  .blog__category--blue .blog__post {
    background: #bdc0ef; }

.blog__category--coral .blog__post {
  background: #edc5c5; }

.blog__category:nth-child(3n + 1) .blog__post {
  background: #e5c7e3; }

.blog__category:nth-child(3n + 2) .blog__post {
  background: #bdc0ef; }

.blog__category:nth-child(3n + 3) .blog__post {
  background: #edc5c5; }

.blog__category p {
  max-width: 700px;
  margin-bottom: 40px;
  font-size: 18px; }

.blog__category:not(:last-child) {
  margin-bottom: 60px; }

.blog__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 425px) {
    .blog__category-wrapper {
      margin-left: -25px !important;
      margin-right: -25px !important; } }

.blog__post {
  background: #bdc0ef;
  height: auto;
  padding: 40px 40px 100px 40px; }
  @media (min-width: 768px) {
    .blog__post {
      margin: 0 10px; } }
  .blog__post small {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    display: block; }
  .blog__post h2 {
    font-size: 23px;
    line-height: 27px;
    color: #19253a;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 30px; }
  .blog__post p {
    margin-bottom: 0; }
  @media (max-width: 425px) {
    .blog__post {
      margin: 0;
      padding: 40px 40px 80px 40px; } }

.blog__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .blog__subscribe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .blog__subscribe h2 {
        font-size: 36px;
        line-height: 37px; } }
  .blog__subscribe h2 {
    margin-bottom: 0; }
    @media (max-width: 480px) {
      .blog__subscribe h2 {
        font-size: 28px;
        line-height: 32px; } }
  .blog__subscribe .subscribe-form {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .blog__subscribe .subscribe-form {
        margin: 35px 0 0 0; }
        .blog__subscribe .subscribe-form .hs-form {
          width: 100%;
          margin: 0; } }
    @media (max-width: 480px) {
      .blog__subscribe .subscribe-form {
        width: 100%;
        margin: 35px 0 0 0; } }

.blog__hero {
  background: #e8eef7;
  margin-bottom: 90px;
  padding-bottom: 90px; }
  .blog__hero .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .blog__hero .col-12:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .blog__hero h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media (max-width: 425px) {
      .blog__hero h4 {
        margin-bottom: 30px; } }
  .blog__hero h2 {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 32px; }
    @media (max-width: 480px) {
      .blog__hero h2 {
        font-size: 28px;
        line-height: 32px; } }
  .blog__hero a.row {
    text-decoration: none; }
    .blog__hero a.row h2 {
      -webkit-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
    .blog__hero a.row:hover h2 {
      color: #ae72b7; }
  .blog__hero .btn-link {
    font-size: 18px; }
  .blog__hero p .read-more {
    display: none; }
  .blog__hero-image img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .blog__hero-image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 30px; }
    .blog__hero-content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 425px) {
    .blog__hero-image img {
      width: 100%;
      height: auto; } }

.blog,
.single-post,
.archive {
  padding-top: 110px !important; }
  .blog:before,
  .single-post:before,
  .archive:before {
    content: none; }
  @media (max-width: 767px) {
    .blog,
    .single-post,
    .archive {
      padding-top: 80px !important; } }

@media (max-width: 1024px) {
  #blog-detail .sharedaddy {
    position: fixed;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #blog-detail .sharedaddy .sd-title {
      display: none !important; }
    #blog-detail .sharedaddy .sd-content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px; } }

#blog-detail h1,
#blog-detail h2,
#blog-detail h3,
#blog-detail h4 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 1.1; }

#blog-detail h1,
#blog-detail h2,
#blog-detail h3 {
  font-size: 48px;
  letter-spacing: -0.01em; }
  @media (max-width: 1200px) {
    #blog-detail h1,
    #blog-detail h2,
    #blog-detail h3 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #blog-detail h1,
    #blog-detail h2,
    #blog-detail h3 {
      font-size: 24px; } }

#blog-detail .heading1 {
  font-size: 50px;
  letter-spacing: -0.02em; }
  @media (max-width: 1200px) {
    #blog-detail .heading1 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #blog-detail .heading1 {
      font-size: 40px; } }

#blog-detail h4 {
  font-size: 34px; }
  @media (max-width: 600px) {
    #blog-detail h4 {
      font-size: 24px; } }

#blog-detail p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #525c66; }
  @media (max-width: 1024px) {
    #blog-detail p {
      font-size: 16px; } }
  @media (max-width: 600px) {
    #blog-detail p {
      font-size: 14px; } }

#blog-detail li {
  font-size: 18px;
  line-height: 1.5;
  color: #525c66;
  margin: 0 !important;
  padding: 0 !important; }
  @media (max-width: 1024px) {
    #blog-detail li {
      font-size: 16px; } }
  @media (max-width: 600px) {
    #blog-detail li {
      font-size: 14px; } }

.single-redesign__header {
  background: #f4f5f6;
  padding: 60px 0 120px 0; }
  @media (max-width: 1200px) {
    .single-redesign__header {
      padding: 50px 0 100px 0; } }
  @media (max-width: 600px) {
    .single-redesign__header {
      padding: 40px 0 80px 0; } }
  .single-redesign__header .content-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
    max-width: 1310px;
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 600px) {
      .single-redesign__header .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        text-align: center; } }
    .single-redesign__header .content-wrapper .title-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 5px; }
      .single-redesign__header .content-wrapper .title-wrapper .date {
        color: #6d7a88;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%; }
    .single-redesign__header .content-wrapper .featured-image {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .single-redesign__header .content-wrapper .featured-image img {
        border-radius: 40px;
        margin: 0 auto;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        aspect-ratio: 1260 / 735;
        display: block; }
        @media (max-width: 600px) {
          .single-redesign__header .content-wrapper .featured-image img {
            border-radius: 24px;
            aspect-ratio: 466 / 304; } }
      .single-redesign__header .content-wrapper .featured-image:before {
        content: '';
        width: 100%;
        height: 50%;
        background: #f4f5f6;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }

.single-redesign__excerpt {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  max-width: 750px;
  color: #525c66; }
  .single-redesign__excerpt .read-more {
    display: none; }

.single-redesign__content {
  background: white;
  padding: 0 25px 160px 25px; }
  @media (max-width: 425px) {
    .single-redesign__content {
      padding: 0 25px 50px 25px; } }
  .single-redesign__content .content-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 40px 5px;
    max-width: 1310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    .single-redesign__content .content-wrapper .sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 350px;
              flex: 0 0 350px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      position: sticky;
      top: 142px;
      -ms-flex-item-align: self-start;
          align-self: self-start;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      gap: 40px;
      overflow-y: auto;
      max-height: calc(100vh - 142px);
      padding: 30px 30px 30px 0px; }
      @media (max-width: 1024px) {
        .single-redesign__content .content-wrapper .sidebar {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 200px;
                  flex: 0 0 200px; } }
      @media (max-width: 600px) {
        .single-redesign__content .content-wrapper .sidebar {
          display: none; } }
      .single-redesign__content .content-wrapper .sidebar .all-posts a {
        text-decoration: none;
        color: #6d7a88;
        font-weight: 500; }
        .single-redesign__content .content-wrapper .sidebar .all-posts a:hover {
          color: #19253a; }
      .single-redesign__content .content-wrapper .sidebar .sub-headings h3 {
        border-bottom: 1px solid #6d7a88 !important;
        font-size: 30px !important;
        font-weight: 400 !important;
        padding: 0px 1px 30px; }
      .single-redesign__content .content-wrapper .sidebar .sub-headings ul {
        margin: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; }
        .single-redesign__content .content-wrapper .sidebar .sub-headings ul li {
          list-style: none;
          line-height: 24px !important; }
          .single-redesign__content .content-wrapper .sidebar .sub-headings ul li a {
            font-size: 18px;
            text-decoration: none;
            font-weight: 500;
            color: #6d7a88; }
            .single-redesign__content .content-wrapper .sidebar .sub-headings ul li a:hover {
              color: #19253a; }
            .single-redesign__content .content-wrapper .sidebar .sub-headings ul li a:active, .single-redesign__content .content-wrapper .sidebar .sub-headings ul li a:focus {
              font-weight: 600;
              color: #19253a; }
      .single-redesign__content .content-wrapper .sidebar .share-section {
        font-size: 18px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #6d7a88; }
    .single-redesign__content .content-wrapper .main-content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .single-redesign__content .content-wrapper .main-content .book-demo {
        background: #6a78a5 url("../img/background-blob.svg") no-repeat left;
        border-radius: 30px;
        padding: 0px 20px;
        height: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; }
        .single-redesign__content .content-wrapper .main-content .book-demo h2 {
          color: whitesmoke;
          font-size: 38px !important; }
    .single-redesign__content .content-wrapper img {
      max-width: 100%;
      border-radius: 40px;
      margin: 70px 0; }
  .single-redesign__content h3,
  .single-redesign__content h2 {
    font-weight: 400;
    margin-bottom: 20px; }
  .single-redesign__content h3 {
    font-size: 23px; }
  .single-redesign__content h2 {
    font-size: 36px;
    line-height: 47px; }
  .single-redesign__content p {
    margin-bottom: 30px !important; }
  .single-redesign__content p + h3,
  .single-redesign__content p + h2 {
    margin-top: 40px; }
  .single-redesign__content ul,
  .single-redesign__content ol {
    margin: 40px 0; }
  .single-redesign__content .wp-block-pullquote {
    margin: 40px 0;
    padding: 0; }
    .single-redesign__content .wp-block-pullquote p {
      color: #19253a !important;
      font-weight: 600;
      margin: 0 0 18px 0 !important;
      line-height: 130% !important;
      font-size: 24px !important; }
      @media (max-width: 1200px) {
        .single-redesign__content .wp-block-pullquote p {
          margin: 0 0 16px 0 !important;
          font-size: 20px !important; } }
      @media (max-width: 600px) {
        .single-redesign__content .wp-block-pullquote p {
          margin: 0 0 14px 0 !important;
          font-size: 16px !important; } }
    .single-redesign__content .wp-block-pullquote cite {
      font-style: normal;
      color: #525c66;
      font-size: 16px !important; }
      @media (max-width: 1200px) {
        .single-redesign__content .wp-block-pullquote cite {
          font-size: 14px !important; } }
      @media (max-width: 600px) {
        .single-redesign__content .wp-block-pullquote cite {
          font-size: 12px !important; } }
  .single-redesign__content .wp-block-quote {
    margin: 40px 0; }
    .single-redesign__content .wp-block-quote p {
      border-left: 2px solid #19253a;
      color: #19253a !important;
      font-weight: 600;
      padding: 0 0 0 24px;
      margin: 0 0 18px 0 !important; }
      @media (max-width: 1200px) {
        .single-redesign__content .wp-block-quote p {
          padding: 0 0 0 21px;
          margin: 0 0 16px 0 !important; } }
      @media (max-width: 600px) {
        .single-redesign__content .wp-block-quote p {
          padding: 0 0 0 18px;
          margin: 0 0 14px 0 !important; } }
    .single-redesign__content .wp-block-quote cite {
      font-style: normal;
      color: #525c66;
      font-size: 16px !important; }
      @media (max-width: 1200px) {
        .single-redesign__content .wp-block-quote cite {
          font-size: 14px !important; } }
      @media (max-width: 600px) {
        .single-redesign__content .wp-block-quote cite {
          font-size: 12px !important; } }
    .single-redesign__content .wp-block-quote.is-style-large {
      background-color: #e4e0ea;
      border-radius: 40px;
      position: relative;
      padding: 80px 80px 80px 215px !important;
      margin: 120px auto !important; }
      @media (max-width: 1200px) {
        .single-redesign__content .wp-block-quote.is-style-large {
          padding: 60px 60px 60px 185px !important;
          margin: 100px auto !important; } }
      @media (max-width: 600px) {
        .single-redesign__content .wp-block-quote.is-style-large {
          padding: 40px 30px 40px 95px !important;
          margin: 80px auto !important; } }
      .single-redesign__content .wp-block-quote.is-style-large p {
        border-left: none;
        font-style: normal;
        padding: 0;
        color: #525c66 !important;
        font-weight: 600;
        line-height: 130% !important;
        margin: 0 0 18px 0 !important;
        font-size: 24px !important; }
        @media (max-width: 1200px) {
          .single-redesign__content .wp-block-quote.is-style-large p {
            font-size: 20px !important; } }
        @media (max-width: 600px) {
          .single-redesign__content .wp-block-quote.is-style-large p {
            font-size: 16px !important; } }
      .single-redesign__content .wp-block-quote.is-style-large cite {
        font-style: normal;
        padding: 0 !important;
        color: #525c66 !important;
        text-align: left;
        font-size: 18px; }
        @media (max-width: 1200px) {
          .single-redesign__content .wp-block-quote.is-style-large cite {
            font-size: 16px; } }
        @media (max-width: 600px) {
          .single-redesign__content .wp-block-quote.is-style-large cite {
            font-size: 14px; } }
        .single-redesign__content .wp-block-quote.is-style-large cite strong {
          font-size: 34px;
          font-weight: 600;
          color: #ae72b7;
          display: block; }
          @media (max-width: 1200px) {
            .single-redesign__content .wp-block-quote.is-style-large cite strong {
              font-size: 26px; } }
          @media (max-width: 600px) {
            .single-redesign__content .wp-block-quote.is-style-large cite strong {
              font-size: 18px; } }
      .single-redesign__content .wp-block-quote.is-style-large::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 80px;
        left: 80px;
        width: 101px;
        height: 75px;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAxIiBoZWlnaHQ9Ijc1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yMi43OTYgMjkuODVjLTEuMTE1IDAtMi4xODUuMTctMy4yNS4zMjUuMzQ1LTEuMTYuNy0yLjM0IDEuMjctMy40LjU3LTEuNTQgMS40Ni0yLjg3NSAyLjM0NS00LjIyLjc0LTEuNDU1IDIuMDQ1LTIuNDQgMy4wMDUtMy42ODUgMS4wMDUtMS4yMSAyLjM3NS0yLjAxNSAzLjQ2LTMuMDIgMS4wNjUtMS4wNSAyLjQ2LTEuNTc1IDMuNTctMi4zMTUgMS4xNi0uNjY1IDIuMTctMS40IDMuMjUtMS43NWwyLjY5NS0xLjExIDIuMzctLjk4NUwzOS4wODYgMGwtMi45ODUuNzJjLS45NTUuMjQtMi4xMi41Mi0zLjQ0NS44NTUtMS4zNTUuMjUtMi44LjkzNS00LjQxIDEuNTYtMS41OS43MS0zLjQzIDEuMTktNS4xNCAyLjMzLTEuNzIgMS4wOS0zLjcwNSAyLTUuNDU1IDMuNDYtMS42OTUgMS41MDUtMy43NCAyLjgxLTUuMjUgNC43MjUtMS42NSAxLjc5LTMuMjggMy42Ny00LjU0NSA1LjgxLTEuNDY1IDIuMDQtMi40NiA0LjI4LTMuNTEgNi40OTUtLjk1IDIuMjE1LTEuNzE1IDQuNDgtMi4zNCA2LjY4LTEuMTg1IDQuNDEtMS43MTUgOC42LTEuOTIgMTIuMTg1LS4xNyAzLjU5LS4wNyA2LjU3NS4xNCA4LjczNS4wNzUgMS4wMi4yMTUgMi4wMS4zMTUgMi42OTVsLjEyNS44NC4xMy0uMDNhMjIuNSAyMi41IDAgMSAwIDIyLTI3LjIxem01NSAwYy0xLjExNSAwLTIuMTg1LjE3LTMuMjUuMzI1LjM0NS0xLjE2LjctMi4zNCAxLjI3LTMuNC41Ny0xLjU0IDEuNDYtMi44NzUgMi4zNDUtNC4yMi43NC0xLjQ1NSAyLjA0NS0yLjQ0IDMuMDA1LTMuNjg1IDEuMDA1LTEuMjEgMi4zNzUtMi4wMTUgMy40Ni0zLjAyIDEuMDY1LTEuMDUgMi40Ni0xLjU3NSAzLjU3LTIuMzE1IDEuMTYtLjY2NSAyLjE3LTEuNCAzLjI1LTEuNzVsMi42OTUtMS4xMSAyLjM3LS45ODVMOTQuMDg2IDBsLTIuOTg1LjcyYy0uOTU1LjI0LTIuMTIuNTItMy40NDUuODU1LTEuMzU1LjI1LTIuOC45MzUtNC40MSAxLjU2LTEuNTg1LjcxNS0zLjQzIDEuMTktNS4xNCAyLjMzNS0xLjcyIDEuMDktMy43MDUgMi01LjQ1NSAzLjQ2LTEuNjk1IDEuNTA1LTMuNzQgMi44MS01LjI1IDQuNzItMS42NSAxLjc5LTMuMjggMy42Ny00LjU0NSA1LjgxLTEuNDY1IDIuMDQtMi40NiA0LjI4LTMuNTEgNi40OTUtLjk1IDIuMjE1LTEuNzE1IDQuNDgtMi4zNCA2LjY4LTEuMTg1IDQuNDEtMS43MTUgOC42LTEuOTIgMTIuMTg1LS4xNyAzLjU5LS4wNyA2LjU3NS4xNCA4LjczNS4wNzUgMS4wMi4yMTUgMi4wMS4zMTUgMi42OTVsLjEyNS44NC4xMy0uMDNhMjIuNSAyMi41IDAgMSAwIDIyLTI3LjIxeiIgZmlsbD0iI0RFQ0RERiIvPjwvc3ZnPg==); }
        @media (max-width: 1200px) {
          .single-redesign__content .wp-block-quote.is-style-large::before {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8);
            top: 60px;
            left: 60px; } }
        @media (max-width: 600px) {
          .single-redesign__content .wp-block-quote.is-style-large::before {
            -webkit-transform: scale(0.4);
                    transform: scale(0.4);
            top: 40px;
            left: 30px; } }
  .single-redesign__content .wp-block-embed {
    margin-bottom: 30px; }
  .single-redesign__content iframe {
    width: 100%; }

.single-redesign .single__header .container, .single-redesign .single__content .container {
  max-width: 740px; }

.single-redesign .single__header {
  background: #e8eef7;
  padding-bottom: 100px; }

.single-redesign .single__title {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.single-redesign .single__excerpt {
  font-weight: 400;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 0; }
  .single-redesign .single__excerpt .read-more {
    display: none; }

.single-redesign .single__date {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px; }

.single-redesign .single__featured-image {
  max-width: 100%;
  margin: 0 auto 50px auto;
  margin: -140px auto 50px auto; }

.single-redesign .single__content {
  padding-bottom: 100px; }
  @media (max-width: 425px) {
    .single-redesign .single__content {
      padding-bottom: 50px; } }
  .single-redesign .single__content h3,
  .single-redesign .single__content h2 {
    font-weight: 400;
    margin-bottom: 40px; }
  .single-redesign .single__content h3 {
    font-size: 23px; }
  .single-redesign .single__content h2 {
    font-size: 36px;
    line-height: 47px; }
  .single-redesign .single__content p:not(:last-child) {
    margin-bottom: 30px; }
  .single-redesign .single__content p + h3,
  .single-redesign .single__content p + h2 {
    margin-top: 40px; }
  .single-redesign .single__content .wp-block-quote {
    border-left: 3px solid #19253a;
    padding: 0 0 0 15px;
    font-style: italic;
    margin-bottom: 30px; }
    .single-redesign .single__content .wp-block-quote p:last-child {
      margin-bottom: 0; }

.single-redesign .single__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }
  .single-redesign .single__share h4 {
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 14px; }
  .single-redesign .single__share a {
    width: 32px;
    height: 32px;
    background: #19253a !important;
    border-radius: 50% !important;
    overflow: hidden; }
    .single-redesign .single__share a:not(:first-child) {
      margin-left: 10px; }
    .single-redesign .single__share a .at-icon-wrapper {
      width: 32px !important;
      height: 32px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .single-redesign .single__share a .at-icon-wrapper svg {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
  .single-redesign .single__share .at-style-responsive .at-share-btn {
    padding: 0 !important; }
  @media (max-width: 425px) {
    .single-redesign .single__share {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .single-redesign .single__share h4 {
        margin-bottom: 15px; } }

.single-redesign .archive .blog__category-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-redesign .archive .blog__category-wrapper .blog__post {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: calc((100% / 3) - 30px); }

@media (max-width: 767px) {
  .single-redesign .blog__category-slider {
    margin-left: -25px !important;
    margin-right: -25px !important;
    overflow: hidden; }
    .single-redesign .blog__category-slider .blog__post {
      margin-left: 0;
      margin-right: 0; } }

.body-solutions:before {
  content: '';
  width: 100%;
  height: 400px;
  background: #e8eef7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.body-solutions .header.scrolled {
  background: #fff; }

.body-solutions {
  padding-top: 86px; }
  .body-solutions .header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .body-solutions .footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .body-solutions .footer__nav .footer__column {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 80px; }
      @media (max-width: 480px) {
        .body-solutions .footer__nav .footer__column {
          width: 40%;
          margin-right: 20px; } }

.solutions-page .blog__hero {
  margin-bottom: 0px;
  padding-bottom: 70px;
  padding-top: 70px; }
  .solutions-page .blog__hero-form {
    padding-bottom: 0; }
    .solutions-page .blog__hero-form .blog__hero-content p {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 35px; }
    .solutions-page .blog__hero-form .blog__hero-content li.icon {
      list-style: none;
      margin-bottom: 35px;
      padding-left: 105px; }
      .solutions-page .blog__hero-form .blog__hero-content li.icon::before {
        float: left;
        content: '';
        display: inline-block;
        height: 75px;
        width: 75px;
        margin-left: -105px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle; }
      .solutions-page .blog__hero-form .blog__hero-content li.icon.icon-badge::before {
        background-image: url("../img/solutions/badge.svg"); }
      .solutions-page .blog__hero-form .blog__hero-content li.icon.icon-browser::before {
        background-image: url("../img/solutions/browser.svg"); }
      .solutions-page .blog__hero-form .blog__hero-content li.icon.icon-goal::before {
        background-image: url("../img/solutions/goal.svg"); }
    .solutions-page .blog__hero-form .blog__hero-image {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background: #fff;
      padding-top: 45px; }
      .solutions-page .blog__hero-form .blog__hero-image p {
        font-weight: bold;
        font-size: 22px;
        text-align: center;
        margin-left: 25px;
        margin-right: 25px; }
      .solutions-page .blog__hero-form .blog__hero-image .hbspt-form {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 45px 0; }
  .solutions-page .blog__hero p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .solutions-page .blog__hero-image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0;
      margin-top: 10px; }
    .solutions-page .blog__hero-content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.solutions-page .problem-solution {
  padding-top: 55px;
  padding-bottom: 55px;
  border-top: 1px solid #99acdd; }
  .solutions-page .problem-solution__title {
    font-size: 36px;
    font-weight: 600;
    padding-right: 60px;
    position: relative; }
    .solutions-page .problem-solution__title:after {
      content: '';
      position: absolute;
      right: 0;
      top: 5px;
      width: 12px;
      height: 70px; }
      @media (max-width: 767px) {
        .solutions-page .problem-solution__title:after {
          display: none; } }
  .solutions-page .problem-solution__description {
    font-weight: 600;
    margin-bottom: 30px; }
  .solutions-page .problem-solution:nth-child(odd) .problem-solution__title::after {
    background: #ae72b7; }
  .solutions-page .problem-solution:nth-child(even) .problem-solution__title::after {
    background: #4d8e6d; }
  .solutions-page .problem-solution .problem .problem-solution__title::after {
    background: #ae72b7; }
  .solutions-page .problem-solution .solution .problem-solution__title::after {
    background: #4d8e6d; }
  .solutions-page .problem-solution ul li {
    margin-bottom: 20px; }
    .solutions-page .problem-solution ul li h4 {
      font-size: 23px; }

.solutions-page .solution-section {
  padding-top: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid #99acdd; }
  .solutions-page .solution-section:last-of-type {
    border-bottom: 0; }
  .solutions-page .solution-section__title {
    font-size: 36px;
    font-weight: 600;
    padding-right: 60px;
    position: relative; }
    .solutions-page .solution-section__title:after {
      content: '';
      position: absolute;
      right: 0;
      top: 5px;
      width: 12px;
      height: 70px; }
      @media (max-width: 767px) {
        .solutions-page .solution-section__title:after {
          display: none; } }
  .solutions-page .solution-section:nth-child(odd) .solution-section__title::after {
    background: #ae72b7; }
  .solutions-page .solution-section:nth-child(even) .solution-section__title::after {
    background: #4d8e6d; }
  .solutions-page .solution-section__description {
    font-weight: 600;
    margin-bottom: 30px; }
  .solutions-page .solution-section ul li {
    margin-bottom: 20px; }
    .solutions-page .solution-section ul li h4 {
      font-size: 23px; }

.solutions-page .image-text-banner {
  padding-bottom: 0; }
  .solutions-page .image-text-banner .row img {
    max-width: 100%; }
  .solutions-page .image-text-banner .row p {
    padding-bottom: 30px;
    font-weight: 600; }
  @media (max-width: 767px) {
    .solutions-page .image-text-banner .row div:first-child {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .solutions-page .image-text-banner .row div:first-child img {
        width: 60%;
        max-width: 100%; } }
  .solutions-page .image-text-banner a {
    color: #4d8e6d;
    text-decoration: underline; }

.solutions-page .section.companies-working-bravely {
  padding: 100px 0 120px 0; }
  .solutions-page .section.companies-working-bravely.section--blue-200 {
    color: #19253a; }
    .solutions-page .section.companies-working-bravely.section--blue-200 h2.heading {
      color: #19253a; }
  .solutions-page .section.companies-working-bravely.section--blue-800 {
    color: #ffffff; }
    .solutions-page .section.companies-working-bravely.section--blue-800 h2.heading {
      color: #ffffff; }

.solutions-page .section.how-it-works {
  padding: 60px 0; }

.solutions-page .solution-form {
  padding: 60px 0;
  border-bottom: 1px solid #99acdd; }
  .solutions-page .solution-form h2 {
    font-size: 28px; }
    @media (max-width: 767px) {
      .solutions-page .solution-form h2 {
        margin-bottom: 40px; } }
  .solutions-page .solution-form .hbspt-form form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
    @media (max-width: 767px) {
      .solutions-page .solution-form .hbspt-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .solutions-page .solution-form .form-columns-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    @media (max-width: 767px) {
      .solutions-page .solution-form .form-columns-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .solutions-page .solution-form .form-columns-2 .hs-form-field {
          width: 100%;
          margin-bottom: 15px; }
        .solutions-page .solution-form .form-columns-2 .input {
          margin-right: 0;
          width: 100%; }
          .solutions-page .solution-form .form-columns-2 .input .hs-input {
            width: 100% !important; } }
  .solutions-page .solution-form .hs-form-field {
    position: relative; }
  .solutions-page .solution-form .hs-error-msgs {
    position: absolute;
    left: 2px;
    top: 60px;
    font-size: 13px; }
  .solutions-page .solution-form .hs_submit {
    display: inline-block; }
    @media (max-width: 767px) {
      .solutions-page .solution-form .hs_submit {
        width: 100%; } }

.solutions-page .form-control,
.solutions-page .hs-input {
  height: 50px;
  border: 1px solid #b9c8ea;
  border-radius: 4px;
  background-color: #e8eef7;
  margin-bottom: 0;
  font-weight: 400;
  width: 100%;
  padding: 0 15px;
  font-size: 14px; }
  .solutions-page .form-control.invalid,
  .solutions-page .hs-input.invalid {
    border-color: #eabbc3; }
  .solutions-page .form-control:focus,
  .solutions-page .hs-input:focus {
    border-color: #ae72b7;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.solutions-page .hs-error-msgs {
  padding: 0;
  list-style: none;
  margin-top: -5px; }
  .solutions-page .hs-error-msgs label {
    color: red; }

.solutions-page .hs-form-field > label {
  display: none; }

.solutions-page .hs_error_rollup {
  display: none !important; }

.solutions-page .submitted-message {
  text-align: center; }

.solutions-page .form-group,
.solutions-page .input {
  margin-bottom: 0; }

.solutions-page .btn,
.solutions-page .hs-button {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 55px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600 !important;
  white-space: nowrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  background: #ae72b7;
  color: #ffffff;
  border: 1px solid #ae72b7; }
  .solutions-page .btn:hover,
  .solutions-page .hs-button:hover {
    background: #19253a !important;
    border-color: #19253a;
    color: white !important; }
  @media (max-width: 425px) {
    .solutions-page .btn,
    .solutions-page .hs-button {
      padding: 0 20px; } }

.our-founders {
  background: #e8eef7;
  padding: 80px 100px;
  margin: 0 auto; }
  .our-founders h2 {
    font-weight: 600;
    margin-bottom: 65px;
    font-size: 36px;
    line-height: 47px; }
  .our-founders > .row {
    margin-bottom: 90px; }
    .our-founders > .row:last-child {
      margin-bottom: 0; }
  .our-founders__picture img {
    width: 100%;
    height: auto; }
  .our-founders__description h3 {
    margin-bottom: 35px;
    font-size: 23px; }
  @media (max-width: 767px) {
    .our-founders {
      padding: 40px 25px;
      margin: 0 -25px; }
      .our-founders h2 {
        font-size: 28px;
        margin-bottom: 25px; }
      .our-founders h3 {
        font-size: 23px; }
      .our-founders__picture {
        margin-bottom: 35px; }
        .our-founders__picture img {
          max-width: 350px; } }

.our-investors {
  text-align: center; }
  .our-investors h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .our-investors h2 {
        font-size: 28px;
        line-height: 32px; } }
  .our-investors p {
    max-width: 620px;
    margin: 0 auto 45px auto; }
  .our-investors__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 425px) {
      .our-investors__logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .our-investors__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: calc(100% / 4); }
    @media (max-width: 425px) {
      .our-investors__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 145px; }
        .our-investors__item:not(:last-child) {
          margin-bottom: 30px; }
        .our-investors__item img {
          width: 100%;
          height: auto; } }

.body-all-press:before {
  content: '';
  width: 100%;
  height: 400px;
  background: #e8eef7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.body-all-press .header.scrolled {
  background: #fff; }

.page-all-press .blog__hero {
  background: #e8eef7;
  padding-top: 20px;
  margin-bottom: 90px;
  padding-bottom: 90px; }
  .page-all-press .blog__hero .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-all-press .blog__hero .col-12:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-all-press .blog__hero h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media (max-width: 425px) {
      .page-all-press .blog__hero h4 {
        margin-bottom: 30px; } }
  .page-all-press .blog__hero h2 {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 32px; }
    @media (max-width: 480px) {
      .page-all-press .blog__hero h2 {
        font-size: 28px;
        line-height: 32px; } }
  .page-all-press .blog__hero-content img {
    display: inline-block;
    width: auto; }
  .page-all-press .blog__hero a {
    font-size: 18px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-all-press .blog__hero a:after {
      content: '';
      width: 6px;
      height: 12px;
      background: url("../img/caret-right.svg") no-repeat center;
      margin-left: 10px;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .page-all-press .blog__hero a:hover {
      color: #ae72b7;
      text-decoration: none; }
    .page-all-press .blog__hero a:hover:after {
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
  .page-all-press .blog__hero-image img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .page-all-press .blog__hero {
      padding-top: 0; }
      .page-all-press .blog__hero-image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 30px;
        margin-top: 0; }
      .page-all-press .blog__hero-content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  @media (max-width: 425px) {
    .page-all-press .blog__hero-image img {
      width: 100%;
      height: auto; } }

@media (min-width: 425px) {
  .embed-wrapper {
    margin: 80px auto 0;
    max-width: 66vw; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.body-culture-of-conversation {
  background: #e8eef7; }

.conversation-quiz-container {
  height: calc(100vh - 80px);
  margin-top: -35px; }
  @media (max-width: 425px) {
    .conversation-quiz-container {
      height: 500px;
      margin-top: -16px; } }

.subscribe-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto; }
  .subscribe-form form .hs-form-field > label {
    display: none; }
  .subscribe-form form .hs-error-msgs {
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .subscribe-form form .hs-error-msgs label {
      display: block;
      color: red;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .subscribe-form form .hs-error-msgs label {
          margin-bottom: 10px; } }
  .subscribe-form form .hs_error_rollup {
    display: none; }
  .subscribe-form form .hs-input {
    background: #e8eef7;
    border-radius: 4px;
    border: 1px solid #99acdd;
    color: #6a78a5;
    margin-right: 25px;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 250px; }
  .subscribe-form form .hs-form-booleancheckbox-display > span {
    font-size: 17px;
    margin-left: 0px; }
  .subscribe-form form .hs-input[type='checkbox'] {
    width: 50px; }
  .subscribe-form form label {
    margin-bottom: 0px; }
  .subscribe-form form ul {
    padding: 0px;
    margin: 0px; }
    .subscribe-form form ul li {
      list-style: none;
      line-height: 25px;
      margin: 0px; }
  .subscribe-form form .hs-button {
    margin-bottom: 0;
    width: 140px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold !important;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    cursor: pointer;
    background: #ae72b7;
    color: #ffffff;
    border: 1px solid #ae72b7; }
    .subscribe-form form .hs-button:hover {
      background: #19253a;
      border-color: #19253a;
      color: white; }
  @media (max-width: 786px) {
    .subscribe-form form {
      display: block;
      width: 100%; }
      .subscribe-form form .hs-input,
      .subscribe-form form .hs-button {
        width: 100%; }
      .subscribe-form form .hs-button {
        margin-top: 10px; } }

.body-get-in-touch {
  padding-top: 75px; }
  @media (max-width: 767px) {
    .body-get-in-touch {
      padding-top: 55px; } }
  .body-get-in-touch .blog__hero {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      .body-get-in-touch .blog__hero {
        padding-top: 50px; } }

.faq {
  color: #19253a; }
  .faq__sidebar {
    position: sticky;
    top: 100px;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .faq__sidebar {
        display: none; } }
    .faq__sidebar .list-group-item {
      font-weight: 600;
      font-size: 14px;
      color: #19253a;
      -webkit-font-smoothing: antialiased;
      padding: 16px 16px 16px 0;
      border-bottom: solid #e8eef7 1px;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-radius: none;
      margin-bottom: 0;
      text-decoration: none; }
  .faq__sidebar-title {
    font-size: 23px;
    color: #19253a;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 16px; }
  .faq__mobile-header {
    display: none; }
    @media (max-width: 767px) {
      .faq__mobile-header {
        display: block; } }
  .faq__item {
    margin-bottom: 32px;
    position: relative; }
    .faq__item-title {
      color: #19253a;
      font-weight: 400;
      font-size: 23px;
      margin-bottom: 16px; }
    .faq__item-title-anchor {
      position: absolute;
      top: -100px; }

.bravely-iframe-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 90210;
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  -webkit-transition: -webkit-transform 300ms 48ms ease-out;
  transition: -webkit-transform 300ms 48ms ease-out;
  transition: transform 300ms 48ms ease-out;
  transition: transform 300ms 48ms ease-out, -webkit-transform 300ms 48ms ease-out; }

.bravely-iframe-modal-container {
  position: relative;
  height: 0;
  min-height: 480px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px #6a78a5;
          box-shadow: 0 0 10px #6a78a5; }
  @media (max-width: 767px) {
    .bravely-iframe-modal-container {
      width: 100%;
      height: 100%;
      min-height: 100%; } }

.bravely-iframe-modal-iframe {
  display: block;
  width: 100%;
  height: 100%; }

html.bravely-iframe-modal--active .bravely-iframe-modal {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

html.bravely-iframe-modal--active {
  -ms-overflow-style: none; }

html.bravely-iframe-modal--active {
  overflow: -moz-scrollbars-none; }

html.bravely-iframe-modal--active::-webkit-scrollbar {
  width: 0 !important; }

.body-solutions:before {
  display: none; }

.body-mental-health {
  padding-top: 61px !important; }
  .body-mental-health .header {
    padding-top: 15px; }
  .body-mental-health .page-mental-health .section h1 {
    font-family: "VistaSansAltReg", Helvetica, sans-serif;
    font-size: 56px;
    font-weight: normal;
    line-height: 67px;
    margin-bottom: 28px; }
  .body-mental-health .page-mental-health .section h2 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 36px;
    font-weight: 700; }
  @media (max-width: 768px) {
    .body-mental-health .page-mental-health .section h1 {
      font-size: 36px;
      line-height: 47px; }
    .body-mental-health .page-mental-health .section h2 {
      font-size: 28px; } }
  .body-mental-health .page-mental-health .mental-health-hero {
    background-color: #2d4972;
    background-image: url("../img/mental-health/hero-left.svg"), url("../img/mental-health/hero-right.svg");
    background-position: left top, right top;
    background-repeat-x: no-repeat;
    color: #fff;
    text-align: center; }
    @media (max-width: 768px) {
      .body-mental-health .page-mental-health .mental-health-hero {
        background-image: none; } }
    .body-mental-health .page-mental-health .mental-health-hero p {
      color: inherit;
      font-size: 23px;
      line-height: 34px; }
      @media (max-width: 768px) {
        .body-mental-health .page-mental-health .mental-health-hero p {
          font-size: 18px;
          line-height: 27px; } }
    .body-mental-health .page-mental-health .mental-health-hero .separator {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin-top: 50px;
      font-size: 30px;
      font-weight: 600; }
      @media (max-width: 768px) {
        .body-mental-health .page-mental-health .mental-health-hero .separator {
          font-size: 24px; } }
      .body-mental-health .page-mental-health .mental-health-hero .separator::before, .body-mental-health .page-mental-health .mental-health-hero .separator::after {
        content: '';
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-bottom: 1px solid #fff; }
      .body-mental-health .page-mental-health .mental-health-hero .separator::before {
        margin-right: 1em; }
      .body-mental-health .page-mental-health .mental-health-hero .separator::after {
        margin-left: 1em; }
    .body-mental-health .page-mental-health .mental-health-hero .carousel {
      color: #000;
      text-align: left;
      margin-top: 50px; }
      .body-mental-health .page-mental-health .mental-health-hero .carousel h2 {
        font-size: 23px;
        font-weight: normal; }
      .body-mental-health .page-mental-health .mental-health-hero .carousel .slick-dots {
        bottom: 18px; }
      .body-mental-health .page-mental-health .mental-health-hero .carousel .slick-prev:before,
      .body-mental-health .page-mental-health .mental-health-hero .carousel .slick-next:before {
        background-image: url("../img/caret-right-white.svg"); }
      .body-mental-health .page-mental-health .mental-health-hero .carousel .slick-dots li button:before {
        color: #2d4972; }
      .body-mental-health .page-mental-health .mental-health-hero .carousel .slick-dots li.slick-active button:before {
        color: #ae72b7; }
  .body-mental-health .page-mental-health .form h2,
  .body-mental-health .page-mental-health .webinars h2 {
    margin-bottom: 50px;
    line-height: 1.25em; }
  .body-mental-health .page-mental-health .form .container {
    position: relative; }
  .body-mental-health .page-mental-health .form p {
    margin-bottom: 50px; }
  .body-mental-health .page-mental-health .form img {
    position: absolute;
    bottom: -101px;
    left: 25px; }
  @media (max-width: 992px) {
    .body-mental-health .page-mental-health .form {
      padding-bottom: 140px; }
      .body-mental-health .page-mental-health .form img {
        bottom: -141px; } }
  .body-mental-health .page-mental-health .form .form-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .body-mental-health .page-mental-health .webinars img {
    margin-bottom: 50px; }
    @media (max-width: 992px) {
      .body-mental-health .page-mental-health .webinars img {
        height: 156px;
        width: 180px; } }
  .body-mental-health .page-mental-health .webinars .btn {
    display: inline-block;
    height: 50px;
    line-height: 50px; }
  .body-mental-health .page-mental-health .webinars .webinar {
    line-height: 27px;
    margin-bottom: 50px; }
    .body-mental-health .page-mental-health .webinars .webinar .title {
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 34px; }
    .body-mental-health .page-mental-health .webinars .webinar .date {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 34px; }
  .body-mental-health .page-mental-health .webinars .past {
    margin-top: 50px; }
    .body-mental-health .page-mental-health .webinars .past h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer;
      font-size: 23px;
      border-top: 1px solid #b9c8ea;
      line-height: 46px;
      padding-top: 10px;
      margin-bottom: 40px; }
      .body-mental-health .page-mental-health .webinars .past h3:hover {
        color: #ae72b7; }
      .body-mental-health .page-mental-health .webinars .past h3:after {
        display: block;
        content: '';
        width: 6px;
        background: url("../img/caret-right.svg") no-repeat center;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .body-mental-health .page-mental-health .webinars .past .webinar-list {
      display: none; }
    .body-mental-health .page-mental-health .webinars .past.open h3:after {
      background-image: url("../img/caret-right-magenta.svg");
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .body-mental-health .page-mental-health .webinars .past.open .webinar-list {
      display: block; }

body.body-mobile .header .header__nav {
  -webkit-transition: none;
  transition: none; }

body.body-mobile .header .badge-app-store,
body.body-mobile .header .badge-google-play {
  display: none; }
  @media (min-width: 576px) {
    body.body-mobile .header .badge-app-store,
    body.body-mobile .header .badge-google-play {
      display: block; } }

body.body-mobile .page-mobile .section {
  padding-top: 3em;
  padding-bottom: 3em; }
  body.body-mobile .page-mobile .section.section-no-top {
    padding-top: 0; }
  body.body-mobile .page-mobile .section.section-no-bottom {
    padding-bottom: 0; }

body.body-mobile .page-mobile .mobile-hero {
  text-align: center; }
  body.body-mobile .page-mobile .mobile-hero h1 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    font-weight: 500;
    line-height: 28px; }
    @media (min-width: 576px) {
      body.body-mobile .page-mobile .mobile-hero h1 {
        font-size: 42px;
        line-height: 50px; } }
  body.body-mobile .page-mobile .mobile-hero p {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0; }
  body.body-mobile .page-mobile .mobile-hero .promptWrapper {
    position: relative;
    z-index: 4;
    max-width: 400px;
    min-width: 270px;
    margin: 0 auto; }
    body.body-mobile .page-mobile .mobile-hero .promptWrapper .linkTextingInput {
      margin-right: 0; }
    body.body-mobile .page-mobile .mobile-hero .promptWrapper .linkTextingButton {
      width: auto;
      min-width: 100px;
      max-width: 156px;
      font-size: 8pt; }
      @media (min-width: 576px) {
        body.body-mobile .page-mobile .mobile-hero .promptWrapper .linkTextingButton {
          font-size: 11pt; } }
  body.body-mobile .page-mobile .mobile-hero .container {
    position: relative; }
    body.body-mobile .page-mobile .mobile-hero .container::after {
      content: " ";
      display: none;
      position: absolute;
      top: 200px;
      left: 0;
      height: 100%;
      width: 100%;
      background: url("../img/mobile/mockup_background.png") no-repeat center;
      background-size: contain;
      z-index: 2; }
      @media (min-width: 992px) {
        body.body-mobile .page-mobile .mobile-hero .container::after {
          display: block; } }
  body.body-mobile .page-mobile .mobile-hero .hero-image-row {
    margin-top: 5em; }
    body.body-mobile .page-mobile .mobile-hero .hero-image-row img {
      position: relative;
      width: 100%;
      z-index: 3; }

body.body-mobile .page-mobile .quotes-section {
  margin-top: -17em;
  padding-top: 22em;
  padding-bottom: 3em; }
  body.body-mobile .page-mobile .quotes-section .quotes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.body-mobile .page-mobile .quotes-section .quotes .quote {
      font-weight: 700;
      text-align: center; }
      body.body-mobile .page-mobile .quotes-section .quotes .quote::before {
        content: " ";
        display: inline-block;
        height: 45px;
        width: 100%;
        background: url("../img/quote.svg") no-repeat center;
        color: #ffffff; }
      body.body-mobile .page-mobile .quotes-section .quotes .quote p {
        margin: 1.5em 0 3em; }
        body.body-mobile .page-mobile .quotes-section .quotes .quote p::before {
          content: '"'; }
        body.body-mobile .page-mobile .quotes-section .quotes .quote p::after {
          content: '"'; }

body.body-mobile .page-mobile .carousel .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-bottom: 0; }
  body.body-mobile .page-mobile .carousel .nav-tabs li {
    width: 100%;
    border-bottom: 1px solid #b9c8ea;
    margin: 0;
    padding: 1em 0; }
    body.body-mobile .page-mobile .carousel .nav-tabs li a {
      text-decoration: none; }
      body.body-mobile .page-mobile .carousel .nav-tabs li a .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 2em; }
      body.body-mobile .page-mobile .carousel .nav-tabs li a.active .title {
        color: #ae72b7; }
        body.body-mobile .page-mobile .carousel .nav-tabs li a.active .title::before {
          content: " ";
          display: inline-block;
          height: 16px;
          width: 5px;
          background: url("../img/caret-right.svg") no-repeat center;
          color: #19253a;
          margin-right: 10px; }
    body.body-mobile .page-mobile .carousel .nav-tabs li:last-child {
      border-bottom: 0; }

body.body-mobile .page-mobile .carousel .tab-content .tab-pane {
  text-align: left;
  border-bottom: 1px solid #b9c8ea;
  padding: 2em 0; }
  @media (min-width: 992px) {
    body.body-mobile .page-mobile .carousel .tab-content .tab-pane {
      text-align: center;
      border: 0;
      padding: 0; } }
  body.body-mobile .page-mobile .carousel .tab-content .tab-pane:last-child {
    border-bottom: 0; }
  body.body-mobile .page-mobile .carousel .tab-content .tab-pane.active {
    display: block !important; }
  body.body-mobile .page-mobile .carousel .tab-content .tab-pane .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em; }
  body.body-mobile .page-mobile .carousel .tab-content .tab-pane img {
    width: 100%; }

body.body-mobile .page-mobile .how-bravely-works h2 {
  font-size: 2em;
  font-weight: 500; }

body.body-mobile .page-mobile .how-bravely-works .bullet {
  background-repeat: no-repeat;
  background-size: 60px;
  padding-left: 80px; }
  body.body-mobile .page-mobile .how-bravely-works .bullet .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em; }

body.body-mobile .page-mobile > .section:last-child {
  padding-bottom: 0; }
  body.body-mobile .page-mobile > .section:last-child .container {
    position: relative;
    padding-bottom: 200px; }
    @media (min-width: 768px) {
      body.body-mobile .page-mobile > .section:last-child .container {
        padding-bottom: 100px; } }
    body.body-mobile .page-mobile > .section:last-child .container::after {
      content: " ";
      position: absolute;
      bottom: -5px;
      left: 25px;
      display: inline-block;
      height: 258px;
      width: 100%;
      background: url("../img/mobile/footer_illustration.svg") no-repeat bottom left;
      background-size: 258px; }

body.body-mobile footer {
  border-top: 1px solid #f5f9ff;
  position: initial;
  display: block !important;
  background-color: #19253a;
  color: #ffffff;
  border-top-color: #19253a;
  padding: 80px 0; }
  body.body-mobile footer a {
    color: #99acdd;
    font-size: 16px; }
    body.body-mobile footer a:hover {
      text-decoration: underline; }
  body.body-mobile footer p,
  body.body-mobile footer .footer__copyright {
    color: inherit;
    font-size: 16px; }
  body.body-mobile footer .footer__wrapper {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0 25px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    body.body-mobile footer .footer__wrapper .footer__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 50px; }
      body.body-mobile footer .footer__wrapper .footer__row:last-child {
        margin-bottom: 0; }
    body.body-mobile footer .footer__wrapper .footer__section {
      margin-right: 100px; }
      body.body-mobile footer .footer__wrapper .footer__section:last-child {
        margin-right: 0; }
      body.body-mobile footer .footer__wrapper .footer__section.footer__about {
        position: relative;
        padding-left: 50px; }
      body.body-mobile footer .footer__wrapper .footer__section .footer__section-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px; }
      body.body-mobile footer .footer__wrapper .footer__section.footer__about {
        width: 70%; }
      body.body-mobile footer .footer__wrapper .footer__section.footer__links {
        width: 30%;
        min-width: 270px;
        margin-left: 0; }
        body.body-mobile footer .footer__wrapper .footer__section.footer__links ul {
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          -webkit-column-gap: 0;
             -moz-column-gap: 0;
                  column-gap: 0;
          padding: 0; }
          body.body-mobile footer .footer__wrapper .footer__section.footer__links ul li {
            display: inline-block;
            width: 100%; }
    body.body-mobile footer .footer__wrapper .footer__logo {
      position: absolute;
      top: 0;
      left: 0; }
      body.body-mobile footer .footer__wrapper .footer__logo img {
        width: 20px;
        height: 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }

@media all and (max-width: 1140px) {
  body.body-mobile footer .footer__wrapper .footer__section {
    margin-right: 50px; } }

@media all and (max-width: 767px) {
  body.body-mobile footer .footer__wrapper .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body.body-mobile footer .footer__wrapper .footer__section {
    width: auto !important;
    margin-right: 0;
    margin-bottom: 50px; }
    body.body-mobile footer .footer__wrapper .footer__section:last-child {
      margin-bottom: 0; } }

body.body-people-hero .header {
  background-color: #19253a !important;
  border-bottom-color: #19253a !important;
  color: #ffffff; }
  body.body-people-hero .header .header__slogan {
    color: #ffffff; }

body.body-people-hero .page-people-hero .section {
  padding-top: 3em;
  padding-bottom: 3em; }
  body.body-people-hero .page-people-hero .section.section-no-top {
    padding-top: 0; }
  body.body-people-hero .page-people-hero .section.section-no-bottom {
    padding-bottom: 0; }
  body.body-people-hero .page-people-hero .section h1 {
    font-family: "VistaSansAltReg", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px; }
    @media (min-width: 576px) {
      body.body-people-hero .page-people-hero .section h1 {
        font-size: 42px;
        line-height: 50px; } }
  body.body-people-hero .page-people-hero .section h2 {
    font-size: 2em;
    margin-bottom: 1em; }

body.body-people-hero .page-people-hero .introduction-section {
  text-align: center;
  padding: 0; }
  body.body-people-hero .page-people-hero .introduction-section p {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0; }
  body.body-people-hero .page-people-hero .introduction-section .container {
    padding-top: 3em; }
  body.body-people-hero .page-people-hero .introduction-section .row {
    padding: 2em 0 8em; }
  body.body-people-hero .page-people-hero .introduction-section .leaves {
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 576px) {
      body.body-people-hero .page-people-hero .introduction-section .leaves {
        background-image: url("../img/people-hero/hero_left.png"), url("../img/people-hero/hero_right.png"); } }

body.body-people-hero .page-people-hero .definition-section {
  text-align: center;
  margin-top: -8em;
  padding-bottom: 0; }
  body.body-people-hero .page-people-hero .definition-section .definition {
    background-color: #e8eef7;
    padding: 3em 3em 1em; }
    body.body-people-hero .page-people-hero .definition-section .definition::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: ' ';
      height: 42px;
      width: 100%;
      background: url("../img/people-hero/definition.png") no-repeat center;
      background-size: contain; }
    body.body-people-hero .page-people-hero .definition-section .definition .headline {
      display: block;
      font-size: 1.5em;
      font-weight: 600; }
    body.body-people-hero .page-people-hero .definition-section .definition .subhead {
      display: block; }
    body.body-people-hero .page-people-hero .definition-section .definition p {
      font-style: italic;
      margin: 1.5em 0; }

body.body-people-hero .page-people-hero .body-section h2 {
  font-size: 2em;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto; }

body.body-people-hero .page-people-hero .body-section a {
  color: #4d8e6d; }

body.body-people-hero .page-people-hero .form-section {
  position: relative;
  background-image: url("../img/people-hero/stars_bg.png");
  background-position: center;
  background-size: contain;
  padding-top: 18em;
  padding-bottom: 7em; }
  body.body-people-hero .page-people-hero .form-section h2 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 1em; }
  body.body-people-hero .page-people-hero .form-section .hubspot-form {
    background: #ffffff; }
    body.body-people-hero .page-people-hero .form-section .hubspot-form iframe {
      width: 100% !important; }
    body.body-people-hero .page-people-hero .form-section .hubspot-form .actions {
      text-align: center !important; }
  body.body-people-hero .page-people-hero .form-section::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    height: 260px;
    width: 100%;
    background: url("../img/people-hero/people_hero.png") no-repeat center;
    background-size: contain; }

body.body-people-hero .page-people-hero .prizes-section .prizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  body.body-people-hero .page-people-hero .prizes-section .prizes .prize {
    font-weight: 700;
    text-align: center;
    margin-bottom: 3em; }
    body.body-people-hero .page-people-hero .prizes-section .prizes .prize img {
      width: 100%;
      max-width: 15em; }
    body.body-people-hero .page-people-hero .prizes-section .prizes .prize p {
      margin: 1.5em 0 0; }

body.body-people-hero .page-people-hero .brands-section .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  body.body-people-hero .page-people-hero .brands-section .brands .brand {
    text-align: center; }
    body.body-people-hero .page-people-hero .brands-section .brands .brand img {
      width: 100%;
      max-width: 15em; }
    body.body-people-hero .page-people-hero .brands-section .brands .brand p {
      margin: 1.5em 0 3em; }

body.body-download-resources {
  background-color: #e8eef7; }
  @media (max-width: 767.98px) {
    body.body-download-resources::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 120px;
      height: 120px;
      z-index: 10; } }
  @media (min-width: 768px) {
    body.body-download-resources::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 170px;
      height: 170px;
      z-index: 10; } }
  @media (min-width: 992px) {
    body.body-download-resources::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 375px;
      height: 375px;
      z-index: 10; } }
  body.body-download-resources .header {
    background: #e8eef7;
    border-bottom-color: #e8eef7; }
  body.body-download-resources .page-download-resources {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    body.body-download-resources .page-download-resources .introduction-section {
      position: relative;
      padding-top: 1em;
      padding-bottom: 3em; }
      body.body-download-resources .page-download-resources .introduction-section h1 {
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (max-width: 767.98px) {
        body.body-download-resources .page-download-resources .introduction-section::before {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 120px;
          height: 120px; } }
      @media (max-width: 991.98px) {
        body.body-download-resources .page-download-resources .introduction-section::before {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 120px;
          height: 120px; } }
      body.body-download-resources .page-download-resources .introduction-section .page-title {
        letter-spacing: 2px;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase;
        color: #4d8e6d; }
      body.body-download-resources .page-download-resources .introduction-section .headline {
        color: #19253a;
        font-weight: normal;
        font-size: 42px;
        line-height: 50px;
        padding: 10px 0; }
      body.body-download-resources .page-download-resources .introduction-section .blurb {
        color: #19253a;
        font-weight: normal;
        font-size: 20px;
        line-height: 26px; }
      body.body-download-resources .page-download-resources .introduction-section .hubspot-form {
        z-index: 15; }
    @media (min-width: 992px) {
      body.body-download-resources .page-download-resources .resource-info-section {
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 120px; } }
    body.body-download-resources .page-download-resources .resource-info-section .container {
      font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (max-width: 991.98px) {
        body.body-download-resources .page-download-resources .resource-info-section .container {
          max-width: unset; } }
      body.body-download-resources .page-download-resources .resource-info-section .container .preview-image {
        max-width: 100%; }
      @media (max-width: 991.98px) {
        body.body-download-resources .page-download-resources .resource-info-section .container .resource-details {
          padding: 2em; } }
      body.body-download-resources .page-download-resources .resource-info-section .container .headline {
        color: #ffffff;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px; }
      body.body-download-resources .page-download-resources .resource-info-section .container .bullets .point {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff; }
  body.body-download-resources .footer h3 {
    color: #ffffff; }
  body.body-download-resources .footer a {
    color: #4d8e6d; }
  body.body-download-resources .footer p {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px; }
  body.body-download-resources .footer .footer__divider {
    border: 0.5px solid #19253a; }
  body.body-download-resources .footer .footer-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px; }
  body.body-download-resources .footer .address {
    padding: 10px 0; }

.single-solutions-form__container {
  padding: 0 30px;
  border-radius: 4px;
  width: 100%; }
  .single-solutions-form__container .hs-form-required {
    display: none; }
  .single-solutions-form__container .form-control,
  .single-solutions-form__container .hs-input {
    height: 50px;
    border: 1px solid #b9c8ea;
    border-radius: 4px;
    margin-bottom: 0.6rem;
    font-weight: 400;
    width: 100%;
    padding: 0 15px;
    font-size: 14px; }
    .single-solutions-form__container .form-control.invalid,
    .single-solutions-form__container .hs-input.invalid {
      border-color: #eabbc3; }
    .single-solutions-form__container .form-control:focus,
    .single-solutions-form__container .hs-input:focus {
      border-color: #ae72b7;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
  .single-solutions-form__container .hs-error-msgs {
    padding: 0;
    list-style: none;
    margin-top: -5px; }
    .single-solutions-form__container .hs-error-msgs label {
      color: red; }
  .single-solutions-form__container .hs-form-field > label {
    display: inline-block; }
  .single-solutions-form__container .hs_error_rollup {
    display: none !important; }
  .single-solutions-form__container .submitted-message {
    text-align: center; }
  .single-solutions-form__container .form-group,
  .single-solutions-form__container .input {
    margin-bottom: 0; }
  .single-solutions-form__container .btn,
  .single-solutions-form__container .hs-button {
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 55px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600 !important;
    white-space: nowrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    background: #ae72b7;
    color: #ffffff;
    border: 1px solid #ae72b7; }
    .single-solutions-form__container .btn:hover,
    .single-solutions-form__container .hs-button:hover {
      background: #19253a !important;
      border-color: #19253a;
      color: white !important; }
    @media (max-width: 425px) {
      .single-solutions-form__container .btn,
      .single-solutions-form__container .hs-button {
        padding: 0 20px; } }

body.body-resource-hub {
  padding-top: 80px; }
  body.body-resource-hub .featured-resource-container .featured-resource-info {
    padding-top: 30px; }
    @media (min-width: 992px) {
      body.body-resource-hub .featured-resource-container .featured-resource-info {
        margin-top: 40px; } }
  body.body-resource-hub .featured-resource-container .featured-item-category {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 27px; }
  body.body-resource-hub .featured-resource-container .featured-item-title {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px; }
  body.body-resource-hub .featured-resource-container .featured-item-date {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }
  body.body-resource-hub .featured-resource-container .featured-item-cta {
    max-width: 210px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 992px) {
    body.body-resource-hub .subnav-container .subnav-link {
      padding-right: 80px; }
      body.body-resource-hub .subnav-container .subnav-link:last-child {
        padding-right: 0px; } }
  body.body-resource-hub .subnav-container .subnav-link a {
    color: #ffeb5c;
    line-height: 40px;
    padding-bottom: 10px;
    text-decoration: none; }
    body.body-resource-hub .subnav-container .subnav-link a:active, body.body-resource-hub .subnav-container .subnav-link a:hover, body.body-resource-hub .subnav-container .subnav-link a.selected {
      border-bottom: 2px solid #ffeb5c; }
  body.body-resource-hub .select-container select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    line-height: inherit;
    outline: none;
    grid-area: select;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    body.body-resource-hub .select-container select::-ms-expand {
      display: none; }
  body.body-resource-hub .select-container .select {
    width: 100%;
    border: 1px solid #2d4972;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), color-stop(33%, #ffffff));
    background-image: linear-gradient(to top, #f9f9f9, #ffffff 33%);
    display: grid;
    grid-template-areas: 'select';
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body.body-resource-hub .select-container .select::after {
      content: '';
      width: 0.8em;
      height: 0.8em;
      background-color: #2d4972;
      -webkit-clip-path: path("M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z");
              clip-path: path("M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z");
      grid-area: select;
      justify-self: end; }
  body.body-resource-hub .resources-container {
    padding: 40px 25px 0px; }
    @media (min-width: 992px) {
      body.body-resource-hub .resources-container {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px; } }
  body.body-resource-hub .resource-card {
    margin-bottom: 40px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
    body.body-resource-hub .resource-card .banner-image {
      min-width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 200px; }
      body.body-resource-hub .resource-card .banner-image.img-large {
        max-height: 275px; }
    body.body-resource-hub .resource-card .card-content {
      padding: 2rem; }
      @media (min-width: 992px) {
        body.body-resource-hub .resource-card .card-content {
          padding: 3rem; } }
    body.body-resource-hub .resource-card .category-label {
      font-size: 14px;
      text-transform: uppercase; }
    body.body-resource-hub .resource-card .title {
      font-size: 24px;
      font-weight: 600; }
    body.body-resource-hub .resource-card .resource-link {
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase; }
  body.body-resource-hub .resource-card.video {
    background-size: cover;
    padding: 40px 0; }
    body.body-resource-hub .resource-card.video h3,
    body.body-resource-hub .resource-card.video p,
    body.body-resource-hub .resource-card.video a {
      color: #ffffff; }
  body.body-resource-hub .resource-card.video .banner-image,
  body.body-resource-hub .resource-card.one-pager .banner-image {
    display: none; }
  body.body-resource-hub .resource-card.upcoming-event,
  body.body-resource-hub .resource-card.webinar-recording,
  body.body-resource-hub .resource-card.whitepaper,
  body.body-resource-hub .resource-card.one-pager,
  body.body-resource-hub .resource-card.daily-moments {
    background-image: none !important; }
  body.body-resource-hub .resource-card.whitepaper h3,
  body.body-resource-hub .resource-card.whitepaper p,
  body.body-resource-hub .resource-card.whitepaper a {
    color: #ffffff; }
  body.body-resource-hub .resource-card.daily-moments a,
  body.body-resource-hub .resource-card.upcoming-event a {
    background-color: #ae72b7;
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    line-height: 47px;
    text-align: center;
    width: 200px; }
    body.body-resource-hub .resource-card.daily-moments a:hover,
    body.body-resource-hub .resource-card.upcoming-event a:hover {
      background-color: #19253a; }

.primary,
.bg-primary {
  background-color: #19253a; }

.secondary,
.bg-secondary {
  background-color: #ffeb5c; }

.accent,
.bg-accent {
  background-color: #ae72b7; }

.blue-100,
.bg-blue-100 {
  background-color: #f5f9ff; }

.blue-200,
.bg-blue-200 {
  background-color: #e8eef7; }

.blue-300,
.bg-blue-300 {
  background-color: #b9c8ea; }

.blue-400,
.bg-blue-400 {
  background-color: #99acdd; }

.blue-600,
.bg-blue-600 {
  background-color: #2d4972; }

.blue-800,
.bg-blue-800 {
  background-color: #19253a; }

.purple-200,
.bg-purple-200 {
  background-color: #bdc0ef; }

.pink-200,
.bg-pink-200 {
  background-color: #e5c7e3; }

.pink-300,
.bg-pink-300 {
  background-color: #f4c5c6; }

.green-15,
.bg-green-15 {
  background-color: #d1eedf; }

.green-45,
.bg-green-45 {
  background-color: #68b48e; }

.green-500,
.bg-green-500 {
  background-color: #4d8e6d; }

.coral,
.bg-coral {
  background-color: #edc5c5; }

.white,
.bg-white {
  background-color: #ffffff; }

.floral-white,
.bg-floral-white {
  background-color: #f4f5f6; }

.neutral-grey,
.bg-neutral-grey {
  background-color: #b0b8bf; }

.neutral-45,
.bg-neutral-45 {
  background-color: #c7cdd2; }

.magenta-15,
.bg-magenta-15 {
  background-color: #e4e0ea; }

.magenta-30,
.bg-magenta-30 {
  background-color: #decddf; }

.magenta-45,
.bg-magenta-45 {
  background-color: #c09cc2; }

.primary-15,
.bg-primary-15 {
  background-color: #e8eef7; }

.primary-30,
.bg-primary-30 {
  background-color: #b9c8ea; }

.primary-45,
.bg-primary-45 {
  background-color: #99acdd; }

.primary-60,
.bg-primary-60 {
  background-color: #6a78a5; }

.yellow-15,
.bg-yellow-15 {
  background-color: #fef0d2; }

.yellow-60,
.bg-yellow-60 {
  background-color: #efb341; }

.neutrals-90,
.bg-neutrals-90 {
  background-color: #525c66; }

.debug * {
  outline: solid red 1px; }

body {
  overflow-x: hidden; }

a {
  text-decoration: underline; }

a.btn {
  text-decoration: none; }

a:not(.btn) {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.container--small {
  max-width: 610px; }

.section {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .section {
      padding: 80px 0; } }

.section.section-no-top {
  padding: 0 0 100px 0; }

.section.section-no-bottom {
  padding: 100px 0 0 0; }

.section--bordered {
  border-top: 1px solid #d4d4d4; }

.section--blue-100 {
  background: #f5f9ff; }

.section--blue-200 {
  background: #e8eef7; }

.section--blue-600 {
  background: #2d4972;
  color: #ffffff; }
  .section--blue-600 p {
    color: #ffffff; }

.section--blue-800 {
  background: #19253a;
  color: #ffffff; }
  .section--blue-800 p {
    color: #ffffff; }

.section--accent {
  background: #ae72b7; }
  .section--accent.light-text {
    color: #ffffff; }
    .section--accent.light-text p {
      color: #ffffff; }
  .section--accent.dark-text {
    color: #19253a; }
    .section--accent.dark-text p {
      color: #19253a; }

.slick-dots li button:before {
  font-size: 36px;
  color: #b9c8ea;
  opacity: 1; }

.slick-dots li.slick-active button:before {
  color: #ae72b7; }

.slick-prev:before,
.slick-next:before {
  content: '';
  background: url("../img/caret-right.svg");
  height: 20px;
  width: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: 8px; }

.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.m-b-0 {
  margin-bottom: 0; }

.m-t-0 {
  margin-top: 0; }

.p-b-0 {
  padding-bottom: 0; }

.p-t-0 {
  padding-top: 0; }

.p-t-80 {
  padding-top: 80px; }

.m-b-100 {
  margin-bottom: 100px; }

.m-t-100 {
  margin-top: 100px; }

.p-b-100 {
  padding-bottom: 100px; }

.p-b-80 {
  padding-bottom: 80px; }

.p-t-100 {
  padding-top: 100px; }

.p-t-50 {
  padding-top: 100px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-t-50 {
  margin-top: 50px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-t-50 {
  padding-top: 50px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-t-30 {
  margin-top: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-t-30 {
  padding-top: 30px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-t-25 {
  margin-top: 25px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-t-25 {
  padding-top: 25px; }

@media (max-width: 425px) {
  .p-b-80 {
    padding-bottom: 40px; } }

.line-title {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ae72b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  margin-bottom: 40px; }
  .line-title:after {
    content: '';
    border-top: 1px solid #99acdd;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 20px;
    margin-bottom: 5px; }

.slick-slide:focus,
.slick-slide:focus a,
.slick-slide a:focus,
.slide:focus {
  outline: 0 !important; }

.bb {
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .bb {
      padding: 0 25px; } }

#home,
#how-it-works,
#bravely-advance,
#bravely-boost,
#bravely-edge,
#bravely-exec,
#bravely-workshops,
#business-solutions,
#customers,
#blog-list,
#education,
#about-us,
#request-a-demo,
#roi-guide {
  color: #19253a; }
  #home h1,
  #home h2,
  #home h3,
  #home h4,
  #home h5,
  #home h6,
  #home p,
  #how-it-works h1,
  #how-it-works h2,
  #how-it-works h3,
  #how-it-works h4,
  #how-it-works h5,
  #how-it-works h6,
  #how-it-works p,
  #bravely-advance h1,
  #bravely-advance h2,
  #bravely-advance h3,
  #bravely-advance h4,
  #bravely-advance h5,
  #bravely-advance h6,
  #bravely-advance p,
  #bravely-boost h1,
  #bravely-boost h2,
  #bravely-boost h3,
  #bravely-boost h4,
  #bravely-boost h5,
  #bravely-boost h6,
  #bravely-boost p,
  #bravely-edge h1,
  #bravely-edge h2,
  #bravely-edge h3,
  #bravely-edge h4,
  #bravely-edge h5,
  #bravely-edge h6,
  #bravely-edge p,
  #bravely-exec h1,
  #bravely-exec h2,
  #bravely-exec h3,
  #bravely-exec h4,
  #bravely-exec h5,
  #bravely-exec h6,
  #bravely-exec p,
  #bravely-workshops h1,
  #bravely-workshops h2,
  #bravely-workshops h3,
  #bravely-workshops h4,
  #bravely-workshops h5,
  #bravely-workshops h6,
  #bravely-workshops p,
  #business-solutions h1,
  #business-solutions h2,
  #business-solutions h3,
  #business-solutions h4,
  #business-solutions h5,
  #business-solutions h6,
  #business-solutions p,
  #customers h1,
  #customers h2,
  #customers h3,
  #customers h4,
  #customers h5,
  #customers h6,
  #customers p,
  #blog-list h1,
  #blog-list h2,
  #blog-list h3,
  #blog-list h4,
  #blog-list h5,
  #blog-list h6,
  #blog-list p,
  #education h1,
  #education h2,
  #education h3,
  #education h4,
  #education h5,
  #education h6,
  #education p,
  #about-us h1,
  #about-us h2,
  #about-us h3,
  #about-us h4,
  #about-us h5,
  #about-us h6,
  #about-us p,
  #request-a-demo h1,
  #request-a-demo h2,
  #request-a-demo h3,
  #request-a-demo h4,
  #request-a-demo h5,
  #request-a-demo h6,
  #request-a-demo p,
  #roi-guide h1,
  #roi-guide h2,
  #roi-guide h3,
  #roi-guide h4,
  #roi-guide h5,
  #roi-guide h6,
  #roi-guide p {
    color: inherit; }
  #home h1,
  #home h2,
  #home h3,
  #home h4,
  #how-it-works h1,
  #how-it-works h2,
  #how-it-works h3,
  #how-it-works h4,
  #bravely-advance h1,
  #bravely-advance h2,
  #bravely-advance h3,
  #bravely-advance h4,
  #bravely-boost h1,
  #bravely-boost h2,
  #bravely-boost h3,
  #bravely-boost h4,
  #bravely-edge h1,
  #bravely-edge h2,
  #bravely-edge h3,
  #bravely-edge h4,
  #bravely-exec h1,
  #bravely-exec h2,
  #bravely-exec h3,
  #bravely-exec h4,
  #bravely-workshops h1,
  #bravely-workshops h2,
  #bravely-workshops h3,
  #bravely-workshops h4,
  #business-solutions h1,
  #business-solutions h2,
  #business-solutions h3,
  #business-solutions h4,
  #customers h1,
  #customers h2,
  #customers h3,
  #customers h4,
  #blog-list h1,
  #blog-list h2,
  #blog-list h3,
  #blog-list h4,
  #education h1,
  #education h2,
  #education h3,
  #education h4,
  #about-us h1,
  #about-us h2,
  #about-us h3,
  #about-us h4,
  #request-a-demo h1,
  #request-a-demo h2,
  #request-a-demo h3,
  #request-a-demo h4,
  #roi-guide h1,
  #roi-guide h2,
  #roi-guide h3,
  #roi-guide h4 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    line-height: 1.1; }

h1,
.heading1 {
  font-size: 80px;
  letter-spacing: -0.02em; }
  @media (max-width: 1200px) {
    h1,
    .heading1 {
      font-size: 60px; } }
  @media (max-width: 600px) {
    h1,
    .heading1 {
      font-size: 40px; } }

h2 {
  font-size: 60px;
  letter-spacing: -0.02em; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 48px; } }
  @media (max-width: 600px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 48px;
  letter-spacing: -0.01em; }
  @media (max-width: 1200px) {
    h3 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 30px; }
  @media (max-width: 600px) {
    h4 {
      font-size: 24px; } }

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0; }
  @media (max-width: 1024px) {
    p {
      font-size: 16px; } }
  @media (max-width: 600px) {
    p {
      font-size: 14px; } }

.type-button,
.type-link {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em; }
  @media (max-width: 600px) {
    .type-button,
    .type-link {
      font-size: 14px; } }

[data-aos] {
  -webkit-transition: opacity 1200ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1200ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1200ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1200ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1200ms cubic-bezier(0.25, 1, 0.5, 1), opacity 1200ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1200ms cubic-bezier(0.25, 1, 0.5, 1), opacity 1200ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1200ms cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0; }

[data-aos-bubble] {
  -webkit-transition: opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 800ms cubic-bezier(0.76, 0, 0.24, 1), opacity 800ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 800ms cubic-bezier(0.76, 0, 0.24, 1), opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 0; }

[data-aos-delay="100"] {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms; }

[data-aos-delay="200"] {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms; }

[data-aos-delay="300"] {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms; }

[data-aos-delay="400"] {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms; }

[data-aos-delay="500"] {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms; }

[data-aos-delay="600"] {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms; }

[data-aos-delay="700"] {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms; }

[data-aos-delay="800"] {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms; }

[data-aos-delay="900"] {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms; }

[data-aos-delay="1000"] {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms; }

[data-aos-delay="1100"] {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms; }

[data-aos-delay="1200"] {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms; }

[data-aos-delay="1300"] {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms; }

[data-aos-delay="1400"] {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms; }

[data-aos-delay="1500"] {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms; }

[data-aos-delay="1600"] {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms; }

[data-aos-delay="1700"] {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms; }

[data-aos-delay="1800"] {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms; }

[data-aos-delay="1900"] {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms; }

[data-aos-delay="2000"] {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms; }

[data-aos-delay="2100"] {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms; }

[data-aos-delay="2200"] {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms; }

[data-aos-delay="2300"] {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms; }

[data-aos-delay="2400"] {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms; }

[data-aos-delay="2500"] {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms; }

[data-aos-delay="2600"] {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms; }

[data-aos-delay="2700"] {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms; }

[data-aos-delay="2800"] {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms; }

[data-aos-delay="2900"] {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms; }

[data-aos-delay="3000"] {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms; }

[data-aos="fade-down"] {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }

[data-aos="fade-down"].in {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

[data-aos="fade"].in,
[data-aos="fade-down"].in {
  opacity: 1; }

[data-aos-bubble="purple"] {
  -webkit-transform: translateY(70%);
          transform: translateY(70%); }

[data-aos-bubble="green"] {
  -webkit-transform: translateY(70%) rotate(-10deg);
          transform: translateY(70%) rotate(-10deg); }

[data-aos-bubble="purple"].in {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

[data-aos-bubble="green"].in {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0); }

[data-aos-bubble="purple"].in,
[data-aos-bubble="green"].in {
  opacity: 1; }

.c-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 110px;
  background-color: #f4f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .c-nav {
      height: 80px; } }

body.logged-in .c-nav {
  top: 32px; }
  @media (max-width: 782px) {
    body.logged-in .c-nav {
      top: 46px; } }

.c-nav .desktop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-nav .logo {
  height: 30px; }

@media (max-width: 767px) {
  .c-nav .logo-desktop {
    display: none; } }

.c-nav .logo-mobile {
  display: none; }
  @media (max-width: 767px) {
    .c-nav .logo-mobile {
      display: block; } }

.c-nav .cta a:first-child {
  display: inline-block;
  margin-right: 12px; }
  @media (max-width: 1200px) {
    .c-nav .cta a:first-child {
      margin-right: 8px; } }

@media (max-width: 1200px) {
  .c-nav .cta button {
    padding: 16px 24px;
    font-size: 14px; } }

@media (max-width: 1023px) {
  .c-nav .desktop .cta,
  .c-nav .desktop .c-menu {
    display: none; } }

@media (max-width: 1023px) {
  .c-nav .mobile .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px; } }

.c-nav .hamburger {
  display: none;
  padding: 8px;
  padding-right: 0;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .c-nav .hamburger {
      display: block; } }

.c-nav .hamburger .patty {
  width: 26px;
  height: 3px;
  background-color: #19253a;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }

.c-nav .hamburger.open .patty:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg); }

.c-nav .hamburger .patty:nth-child(2) {
  margin: 5px 0; }

.c-nav .hamburger.open .patty:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.c-nav .hamburger.open .patty:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg); }

.c-nav .mobile {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  max-height: calc(100% - 80px - 60px);
  padding-bottom: 36px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f4f5f6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  display: none; }
  @media (min-width: 1024px) {
    .c-nav .mobile {
      display: none !important; } }

body.logged-in .c-nav .mobile {
  top: 112px; }

.c-nav .cta a {
  text-decoration: none; }

.c-nav .cta.employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }

.c-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.c-menu:not(.dropdown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .c-menu:not(.dropdown) {
      display: block; } }

.c-menu:not(.dropdown) > li {
  position: relative;
  margin: 0 20px; }
  @media (max-width: 1024px) {
    .c-menu:not(.dropdown) > li {
      margin: 0 12px; } }
  @media (max-width: 1023px) {
    .c-menu:not(.dropdown) > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0;
      padding: 18px; }
      .c-menu:not(.dropdown) > li:last-child {
        border-bottom: none; } }

.c-menu a,
.c-menu span {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease; }

.c-menu a {
  text-decoration: none; }
  .c-menu a:hover {
    color: #ae72b7; }

.c-menu span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  @media (max-width: 1023px) {
    .c-menu span {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.c-menu span svg {
  margin-left: 8px; }

.c-menu span svg path {
  -webkit-transition: stroke 250ms ease;
  transition: stroke 250ms ease; }

.c-menu .dropdown,
.c-menu li.menu-item-has-children:before {
  display: none;
  position: absolute;
  left: 0; }

.c-menu .dropdown {
  top: calc(100% + 8px);
  min-width: 192px;
  padding: 24px 24px 24px 16px;
  background-color: #f4f5f6;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  border-radius: 12px; }
  @media (max-width: 1023px) {
    .c-menu .dropdown {
      position: static;
      padding: 0;
      margin-top: 24px;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: transparent;
      border-radius: 0; } }

@media (max-width: 1023px) {
  .c-menu li.menu-item-has-children.open .dropdown {
    display: block; } }

@media (max-width: 1023px) {
  .c-menu li.menu-item-has-children.open span svg {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); } }

.c-menu li.menu-item-has-children:before {
  content: '';
  top: 100%;
  width: 100%;
  height: 8px; }

@media (min-width: 1024px) {
  .c-menu li.menu-item-has-children:hover:before,
  .c-menu li.menu-item-has-children:hover .dropdown {
    display: block; } }

@media (min-width: 1024px) {
  .c-menu li.menu-item-has-children:hover span {
    color: #ae72b7; } }

.c-menu li.menu-item-has-children:hover span svg path {
  stroke: #ae72b7; }

.c-menu .dropdown li {
  white-space: nowrap;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-menu .dropdown li:last-child {
  margin: 0; }

.c-menu .dropdown li.icon:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background-size: 100% 100%; }

.c-menu .dropdown li.icon-large:before {
  width: 65px;
  height: 65px; }
  @media (max-width: 600px) {
    .c-menu .dropdown li.icon-large:before {
      padding: 30px; } }

.c-menu .dropdown li.icon-large span {
  display: block;
  font-weight: 400;
  color: #6d7a88;
  font-size: 14px;
  margin-top: 5px;
  width: 260px;
  word-wrap: break-word;
  white-space: break-spaces;
  line-height: 19px; }
  @media (max-width: 600px) {
    .c-menu .dropdown li.icon-large span {
      width: auto; } }

.c-menu .dropdown li.icon-about:before {
  background-image: url("../img/redesign/icons/menu-about.svg"); }

.c-menu .dropdown li.icon-careers:before {
  background-image: url("../img/redesign/icons/menu-careers.svg"); }

.c-menu .dropdown li.icon-pros:before {
  background-image: url("../img/redesign/icons/menu-pros.svg"); }

.c-menu .dropdown li.icon-customers:before {
  background-image: url("../img/redesign/icons/menu-customers.svg"); }

.c-menu .dropdown li.icon-blog:before {
  background-image: url("../img/redesign/icons/menu-blog.svg"); }

.c-menu .dropdown li.icon-education:before {
  background-image: url("../img/redesign/icons/menu-education.svg"); }

.c-menu .dropdown li.icon-bravely-advance:before {
  background-image: url("../img/redesign/icons/menu-bravely-advance.svg"); }

.c-menu .dropdown li.icon-bravely-boost:before {
  background-image: url("../img/redesign/icons/menu-bravely-boost.svg"); }

.c-menu .dropdown li.icon-bravely-edge:before {
  background-image: url("../img/redesign/icons/menu-bravely-edge.svg"); }

.c-menu .dropdown li.icon-bravely-exec:before {
  background-image: url("../img/redesign/icons/menu-bravely-exec.svg"); }

.c-menu .dropdown li.icon-bravely-workshops:before {
  background-image: url("../img/redesign/icons/menu-bravely-workshops.svg"); }

.c-footer {
  background-color: #19253a;
  padding: 72px 0; }
  @media (max-width: 600px) {
    .c-footer {
      padding: 48px 0; } }

@media (max-width: 600px) {
  .c-footer .bb {
    padding: 0 50px; } }

.c-footer,
.c-footer a {
  color: #f4f5f6; }

.c-footer a {
  text-decoration: none;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease; }
  .c-footer a:hover {
    color: #ae72b7; }

.c-footer .links,
.c-footer .links .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-footer .links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 72px; }
  @media (max-width: 1023px) {
    .c-footer .links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 600px) {
    .c-footer .links {
      padding-bottom: 48px; } }

.c-footer .links .lists {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  @media (max-width: 1023px) {
    .c-footer .links .lists {
      width: 100%;
      margin: 72px 0; } }
  @media (max-width: 767px) {
    .c-footer .links .lists {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 600px) {
    .c-footer .links .lists {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 48px 0; } }

@media (max-width: 600px) {
  .c-footer .links .lists .c-list {
    width: 50%;
    padding-left: 10%; } }

@media (max-width: 600px) {
  .c-footer .links .lists .c-list:nth-child(-n + 2) {
    padding-bottom: 48px; } }

@media (max-width: 600px) {
  .c-footer .links .lists .c-list:nth-last-child(-n + 2) {
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); } }

.c-footer .links img {
  width: 130px; }

.c-footer .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 1023px) {
    .c-footer .cta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.c-footer .cta a:first-child {
  display: inline-block;
  margin-bottom: 16px; }
  @media (max-width: 1023px) {
    .c-footer .cta a:first-child {
      margin-bottom: 0;
      margin-right: 24px; } }
  @media (max-width: 600px) {
    .c-footer .cta a:first-child {
      margin-right: 16px; } }

.c-footer .logo-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  .c-footer .logo-address .address {
    max-width: 200px; }
  @media (max-width: 600px) {
    .c-footer .logo-address {
      text-align: center; } }

.c-footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 72px; }
  @media (max-width: 600px) {
    .c-footer .copyright {
      padding-top: 48px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.c-footer .copyright p {
  color: #6a78a5;
  font-size: 14px; }

.c-footer .copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 600px) {
    .c-footer .copyright ul {
      margin-bottom: 8px; } }

.c-footer .copyright ul li {
  margin-left: 24px; }

@media (max-width: 600px) {
  .c-footer .copyright ul li:first-child {
    margin-left: 0; } }

.c-footer .copyright ul li img {
  height: 16px; }

.c-marquee {
  overflow: hidden; }

.c-marquee h2 {
  text-align: center;
  margin-bottom: 72px;
  font-size: 48px;
  letter-spacing: -0.01em; }
  @media (max-width: 1200px) {
    .c-marquee h2 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    .c-marquee h2 {
      font-size: 24px;
      margin-bottom: 48px; } }

.c-marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.c-marquee .swiper-slide {
  width: auto;
  height: 70px;
  padding: 0 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .c-marquee .swiper-slide {
      padding: 0 48px; } }
  @media (max-width: 600px) {
    .c-marquee .swiper-slide {
      height: 50px;
      padding: 0 24px; } }

.c-marquee .swiper-slide img {
  max-width: 210px;
  max-height: 100%; }
  @media (max-width: 600px) {
    .c-marquee .swiper-slide img {
      max-width: 140px; } }

.c-list h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b0b8bf; }

.c-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-list ul li {
  margin: 16px 0 0;
  line-height: 1; }

.c-btn {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 24px 40px;
  border: none;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease; }
  @media (max-width: 600px) {
    .c-btn {
      padding: 16px 24px; } }

.c-btn.dark {
  border: 1px solid #19253a;
  background: #19253a;
  color: #f4f5f6; }
  .c-btn.dark:hover {
    background: #ae72b7;
    border-color: #ae72b7; }

.c-btn.light,
.c-btn.light-alt {
  background: #f4f5f6;
  color: #19253a; }

.c-btn.light:hover {
  background: #19253a;
  color: #f4f5f6; }

.c-btn.light-alt:hover {
  background: #ae72b7;
  color: #f4f5f6; }

.c-btn.transparent {
  border: 1px solid #19253a;
  color: #19253a; }
  .c-btn.transparent:hover {
    border-color: #ae72b7;
    color: #ae72b7; }

.c-btn.transparent-white {
  border: 1px solid #f4f5f6;
  color: #f4f5f6; }
  .c-btn.transparent-white:hover {
    border-color: #ae72b7;
    color: #ae72b7; }

.c-btn.raised {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); }

.c-btn {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 24px 40px;
  border: none;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 250ms ease, border-color 250ms ease, color 250ms ease;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease; }
  @media (max-width: 600px) {
    .c-btn {
      padding: 16px 24px; } }

.c-btn svg {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  margin: 0; }

.c-btn.dark {
  border: 1px solid #19253a;
  background: #19253a;
  color: #f4f5f6; }
  .c-btn.dark svg {
    fill: #f4f5f6; }
  .c-btn.dark:hover {
    background: #ae72b7;
    border-color: #ae72b7; }

.c-btn.light,
.c-btn.light-alt {
  background: #f4f5f6;
  color: #19253a; }
  .c-btn.light svg,
  .c-btn.light-alt svg {
    fill: #19253a; }

.c-btn.light:hover {
  background: #19253a;
  color: #f4f5f6; }
  .c-btn.light:hover svg {
    fill: #f4f5f6; }

.c-btn.light-alt:hover {
  background: #ae72b7;
  color: #f4f5f6; }
  .c-btn.light-alt:hover svg {
    fill: #f4f5f6; }

.c-btn.transparent {
  border: 1px solid #19253a;
  color: #19253a; }
  .c-btn.transparent svg {
    fill: #19253a; }
  .c-btn.transparent:hover {
    border-color: #ae72b7;
    color: #ae72b7; }
    .c-btn.transparent:hover svg {
      fill: #ae72b7; }

.c-btn.transparent-white {
  border: 1px solid #f4f5f6;
  color: #f4f5f6; }
  .c-btn.transparent-white svg {
    fill: #f4f5f6; }
  .c-btn.transparent-white:hover {
    border-color: #ae72b7;
    color: #ae72b7; }
    .c-btn.transparent-white:hover svg {
      fill: #ae72b7; }

.c-btn.raised {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); }

.c-link {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 24px 40px;
  min-height: 74px;
  border: none;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 250ms ease, border-color 250ms ease, color 250ms ease !important;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease !important; }
  @media (max-width: 600px) {
    .c-link {
      padding: 16px 24px;
      min-height: 58px; } }

.c-link:hover {
  text-decoration: none; }

.c-link.dark {
  border: 1px solid #19253a;
  background: #19253a;
  color: #f4f5f6; }
  .c-link.dark:hover {
    background: #ae72b7;
    border-color: #ae72b7; }

.c-link.light,
.c-link.light-alt {
  background: #f4f5f6;
  color: #19253a; }

.c-link.light:hover {
  background: #19253a;
  color: #f4f5f6; }

.c-link.light-alt:hover {
  background: #ae72b7;
  color: #f4f5f6; }

.c-link.transparent {
  border: 1px solid #19253a;
  color: #19253a; }
  .c-link.transparent:hover {
    border-color: #ae72b7;
    color: #ae72b7; }

.c-link.transparent-white {
  border: 1px solid #f4f5f6;
  color: #f4f5f6; }
  .c-link.transparent-white:hover {
    border-color: #ae72b7;
    color: #ae72b7; }

.c-link.raised {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); }

.c-link {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 24px 40px;
  min-height: 74px;
  border: none;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 250ms ease, border-color 250ms ease, color 250ms ease !important;
  transition: background 250ms ease, border-color 250ms ease, color 250ms ease !important; }
  @media (max-width: 600px) {
    .c-link {
      padding: 16px 24px;
      min-height: 58px; } }

.c-link:hover {
  text-decoration: none; }

.c-link svg {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  margin: 0; }

.c-link.dark {
  border: 1px solid #19253a;
  background: #19253a;
  color: #f4f5f6; }
  .c-link.dark svg {
    fill: #f4f5f6; }
  .c-link.dark:hover {
    background: #ae72b7;
    border-color: #ae72b7; }

.c-link.light,
.c-link.light-alt {
  background: #f4f5f6;
  color: #19253a; }
  .c-link.light svg,
  .c-link.light-alt svg {
    fill: #19253a; }

.c-link.light:hover {
  background: #19253a;
  color: #f4f5f6; }
  .c-link.light:hover svg {
    fill: #f4f5f6; }

.c-link.light-alt:hover {
  background: #ae72b7;
  color: #f4f5f6; }
  .c-link.light-alt:hover svg {
    fill: #f4f5f6; }

.c-link.transparent {
  border: 1px solid #19253a;
  color: #19253a; }
  .c-link.transparent svg {
    fill: #19253a; }
  .c-link.transparent:hover {
    border-color: #ae72b7;
    color: #ae72b7; }
    .c-link.transparent:hover svg {
      fill: #ae72b7; }

.c-link.transparent-white {
  border: 1px solid #f4f5f6;
  color: #f4f5f6; }
  .c-link.transparent-white svg {
    fill: #f4f5f6; }
  .c-link.transparent-white:hover {
    border-color: #ae72b7;
    color: #ae72b7; }
    .c-link.transparent-white:hover svg {
      fill: #ae72b7; }

.c-link.raised {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); }

.c-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  border-radius: 20px;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap; }
  @media (max-width: 600px) {
    .c-tag {
      font-size: 14px; } }

.c-tag img {
  height: 16px;
  margin-right: 12px; }
  @media (max-width: 600px) {
    .c-tag img {
      margin-right: 8px; } }

.c-tag.magenta-45 {
  background-color: #c09cc2; }

.c-tag.yellow, .c-tag.yellow-60 {
  background-color: #efb341; }

.c-tag.purple {
  background-color: #ae72b7; }

.c-tag.blue {
  background-color: #99acdd; }

.c-tag.green {
  background-color: #68b48e; }

.c-tag.green-500 {
  background-color: #4d8e6d; }

.c-tag.blue-400 {
  background-color: #99acdd; }

.c-tag.neutral-grey {
  background-color: #b0b8bf; }

.c-side-by-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-side-by-side.mirror {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

@media (max-width: 1023px) {
  .c-side-by-side, .c-side-by-side.mirror {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.c-side-by-side .c-tagged-copy {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10%;
  max-width: none; }
  @media (max-width: 1023px) {
    .c-side-by-side .c-tagged-copy {
      text-align: center;
      max-width: 500px; } }

.c-side-by-side.mirror .c-tagged-copy {
  padding-right: 0;
  padding-left: 10%; }

@media (max-width: 1023px) {
  .c-side-by-side .c-tagged-copy, .c-side-by-side.mirror .c-tagged-copy {
    padding: 0; } }

.c-side-by-side .image {
  width: 45%;
  height: 0;
  padding-top: 42%;
  border-radius: 24px;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 1023px) {
    .c-side-by-side .image {
      margin-top: 48px; } }
  @media (max-width: 768px) {
    .c-side-by-side .image {
      width: 60%;
      padding-top: 56%; } }
  @media (max-width: 767px) {
    .c-side-by-side .image {
      border-radius: 16px; } }
  @media (max-width: 600px) {
    .c-side-by-side .image {
      width: 100%;
      padding-top: 94%;
      margin-top: 36px; } }

.c-tagged-copy {
  width: 100%;
  max-width: 500px; }

.c-tagged-copy.left {
  text-align: left; }

.c-tagged-copy.center {
  text-align: center; }

.c-tagged-copy.right {
  text-align: right; }

@media (max-width: 1023px) {
  .c-tagged-copy.left, .c-tagged-copy.right {
    text-align: center; } }

.c-tagged-copy h2 {
  margin: 8px 0 24px; }
  @media (max-width: 600px) {
    .c-tagged-copy h2 {
      margin: 8px 0 18px; } }

.blog-card {
  overflow: hidden;
  border-radius: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-box-shadow 400ms ease-in-out 0s;
  transition: -webkit-box-shadow 400ms ease-in-out 0s;
  transition: box-shadow 400ms ease-in-out 0s;
  transition: box-shadow 400ms ease-in-out 0s, -webkit-box-shadow 400ms ease-in-out 0s; }
  @media (max-width: 600px) {
    .blog-card {
      border-radius: 24px; } }

.blog-card:hover {
  -webkit-box-shadow: 0px 1.23656px 2.54182px 0px rgba(0, 0, 0, 0.0217), 0px 3.12736px 6.42845px 0px rgba(0, 0, 0, 0.0311), 0px 6.37951px 13.11345px 0px rgba(0, 0, 0, 0.0389), 0px 13.14059px 27.01122px 0px rgba(0, 0, 0, 0.0483), 0px 36px 74px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1.23656px 2.54182px 0px rgba(0, 0, 0, 0.0217), 0px 3.12736px 6.42845px 0px rgba(0, 0, 0, 0.0311), 0px 6.37951px 13.11345px 0px rgba(0, 0, 0, 0.0389), 0px 13.14059px 27.01122px 0px rgba(0, 0, 0, 0.0483), 0px 36px 74px 0px rgba(0, 0, 0, 0.07); }

.blog-card img {
  aspect-ratio: 619 / 296;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 600px) {
    .blog-card img {
      aspect-ratio: 366 / 218; } }

.blog-card .card-copy {
  padding: 40px;
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 600px) {
    .blog-card .card-copy {
      padding: 24px; } }

#latest .blog-card .card-copy .c-tag {
  color: #19253a;
  margin-bottom: 2px; }

.blog-card .card-copy h4,
.blog-card .card-copy p {
  margin: 8px 0 24px !important; }
  @media (max-width: 600px) {
    .blog-card .card-copy h4,
    .blog-card .card-copy p {
      margin: 8px 0 18px !important; } }

.blog-card .card-copy h4 {
  color: #19253a !important; }

.blog-card .card-copy p {
  color: #525c66 !important; }

.blog-card .card-link {
  margin-top: auto; }

.people-card {
  overflow: hidden;
  border-radius: 40px;
  height: 100%;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  @media (max-width: 600px) {
    .people-card {
      border-radius: 24px; } }

.people-content {
  grid-column: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 40px; }
  @media (max-width: 600px) {
    .people-content {
      gap: 30px;
      padding: 30px; } }

.people-image {
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.99, 0, 0.03, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.99, 0, 0.03, 1);
  transition: transform 800ms cubic-bezier(0.99, 0, 0.03, 1);
  transition: transform 800ms cubic-bezier(0.99, 0, 0.03, 1), -webkit-transform 800ms cubic-bezier(0.99, 0, 0.03, 1); }
  @media (max-width: 1024px) {
    .people-image {
      width: 240px;
      height: 240px; } }
  @media (max-width: 600px) {
    .people-image {
      width: 200px;
      height: 200px; } }

.people-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.people-bio {
  grid-column: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  background-color: rgba(25, 37, 58, 0.85);
  gap: 20px;
  padding: 40px;
  -webkit-transition: opacity 800ms cubic-bezier(0.99, 0, 0.03, 1), visibility 0ms cubic-bezier(0.99, 0, 0.03, 1) 800s;
  transition: opacity 800ms cubic-bezier(0.99, 0, 0.03, 1), visibility 0ms cubic-bezier(0.99, 0, 0.03, 1) 800s; }
  @media (max-width: 600px) {
    .people-bio {
      gap: 15px;
      padding: 30px; } }

.people-bio h5 {
  margin: 0;
  font-size: 24px; }
  @media (max-width: 600px) {
    .people-bio h5 {
      font-size: 16px; } }

.people-bio p.p-small {
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0; }
  @media (max-width: 1024px) {
    .people-bio p.p-small {
      font-size: 14px !important; } }
  @media (max-width: 600px) {
    .people-bio p.p-small {
      font-size: 14px !important; } }

.people-card:hover .people-image,
.people-card.card-active .people-image {
  -webkit-transform: scale(2.5) translateY(7%);
          transform: scale(2.5) translateY(7%);
  opacity: 1; }
  @media (max-width: 1024px) {
    .people-card:hover .people-image,
    .people-card.card-active .people-image {
      -webkit-transform: scale(3) translateY(7%);
              transform: scale(3) translateY(7%); } }
  @media (max-width: 1023px) {
    .people-card:hover .people-image,
    .people-card.card-active .people-image {
      -webkit-transform: scale(3.5) translateY(7%);
              transform: scale(3.5) translateY(7%); } }

.people-card:hover .people-bio,
.people-card.card-active .people-bio {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 800ms cubic-bezier(0.99, 0, 0.03, 1), visibility 800ms cubic-bezier(0.99, 0, 0.03, 1) 0s;
  transition: opacity 800ms cubic-bezier(0.99, 0, 0.03, 1), visibility 800ms cubic-bezier(0.99, 0, 0.03, 1) 0s; }

#grid-pagination .bb {
  text-align: center;
  max-width: 1620px; }

#grid__pagination {
  margin: 120px auto 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px; }
  @media (max-width: 1023px) {
    #grid__pagination {
      margin: 80px auto 0 auto;
      gap: 20px; } }
  @media (max-width: 600px) {
    #grid__pagination {
      margin: 40px auto 0 auto;
      gap: 16px; } }

#grid__pagination a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #19253a;
  color: #ffffff;
  border: solid 1px #19253a;
  text-decoration: none; }

#grid__pagination a.disabled {
  opacity: 0.4;
  pointer-events: none; }

#grid__pagination span {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 0;
  font-size: 18px; }

#grid__pagination svg {
  fill: #ffffff; }

#grid__pagination .page-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#grid__pagination a.page-ellipsis {
  background-color: transparent; }

#grid__pagination a.page-ellipsis svg {
  fill: #19253a; }

#grid__pagination a.page-num {
  background-color: transparent;
  color: #19253a; }

#grid__pagination a.page-num.page-active {
  background-color: #19253a;
  color: #ffffff; }

#home #brand-intro .coaching {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1023px) {
    #home #brand-intro .coaching {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#home #brand-intro .copy, #home #brand-intro .images {
  width: 50%; }
  @media (max-width: 1023px) {
    #home #brand-intro .copy, #home #brand-intro .images {
      width: auto; } }

#home #brand-intro .copy {
  padding-right: 40px; }
  @media (max-width: 1023px) {
    #home #brand-intro .copy {
      text-align: center;
      padding-right: 0;
      margin-bottom: 72px; } }
  @media (max-width: 600px) {
    #home #brand-intro .copy {
      margin-bottom: 56px; } }

#home #brand-intro h1 {
  margin: 24px 0; }

#home #brand-intro h1 p {
  font-size: inherit;
  line-height: inherit; }

#home #brand-intro h1 strong {
  font-weight: inherit;
  color: #ae72b7; }

#home #brand-intro .copy > p {
  max-width: 480px; }
  @media (max-width: 1023px) {
    #home #brand-intro .copy > p {
      margin: 0 auto; } }

#home #brand-intro .cta {
  margin-top: 32px; }

#home #brand-intro .cta a {
  text-decoration: none;
  display: inline-block; }

#home #brand-intro .cta a:first-child {
  margin-right: 12px; }

#home #brand-intro .images {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#home #brand-intro .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#home #brand-intro .column.left {
  width: 55%;
  padding-right: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 600px) {
    #home #brand-intro .column.left {
      padding-right: 12px; } }

#home #brand-intro .column.right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#home #brand-intro .column .photo {
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center; }

#home #brand-intro .column img.bg, #home #brand-intro .column .photo {
  border-radius: 24px; }

#home #brand-intro .column.right img, #home #brand-intro .column.left .photo {
  margin-top: 20px; }
  @media (max-width: 600px) {
    #home #brand-intro .column.right img, #home #brand-intro .column.left .photo {
      margin-top: 12px; } }

#home #brand-intro .column.left img.bg {
  width: 100%; }

#home #brand-intro .column.right img {
  width: 90%; }

#home #brand-intro .column.left .photo {
  padding-top: 110%; }

#home #brand-intro .column.right .photo {
  padding-top: 125%; }

#home #brand-intro .c-marquee {
  padding-top: 96px; }
  @media (max-width: 600px) {
    #home #brand-intro .c-marquee {
      padding-top: 48px; } }

#home #brand-intro .illus-wrapper {
  position: relative;
  width: 70%;
  margin-top: 40px; }
  @media (max-width: 600px) {
    #home #brand-intro .illus-wrapper {
      margin-top: 24px; } }

#home #brand-intro .illus-wrapper img.purple,
#home #brand-intro .illus-wrapper img.green {
  position: absolute; }

#home #brand-intro .illus-wrapper img.purple {
  width: 30%;
  top: -20%;
  left: 31%; }

#home #brand-intro .illus-wrapper img.green {
  width: 25%;
  top: 7%;
  right: 5%; }

#home #business-solutions .bb {
  text-align: center; }

#home #business-solutions .c-tag {
  margin-bottom: 12px; }

#home #business-solutions .bb > h2, #home #business-solutions .bb > p {
  max-width: 750px; }
  @media (max-width: 1200px) {
    #home #business-solutions .bb > h2, #home #business-solutions .bb > p {
      max-width: 650px; } }

#home #business-solutions .bb > h2 {
  margin: 0 auto 24px; }

#home #business-solutions .bb > p {
  margin: 0 auto; }

#home #business-solutions a {
  text-decoration: none; }

#home #business-solutions .pillars .bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1023px) {
    #home #business-solutions .pillars .bb {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

#home #business-solutions .images {
  position: relative;
  width: 40%;
  height: calc(100vh - 110px);
  margin-right: 72px; }
  @media (max-width: 1023px) {
    #home #business-solutions .images {
      display: none; } }

#home #business-solutions .images img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  max-height: 60vh;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease; }

#home #business-solutions .images img.active {
  opacity: 1; }

#home #business-solutions .copy {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none; }
  @media (max-width: 1023px) {
    #home #business-solutions .copy {
      text-align: center; } }

#home #business-solutions .copy li {
  margin: 30vh 0 0;
  padding: 0; }
  @media (max-width: 1023px) {
    #home #business-solutions .copy li {
      margin-top: 124px; } }
  @media (max-width: 600px) {
    #home #business-solutions .copy li {
      margin-top: 96px; } }

#home #business-solutions .copy li > img {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 48px;
  display: none; }
  @media (max-width: 1023px) {
    #home #business-solutions .copy li > img {
      display: block; } }
  @media (max-width: 600px) {
    #home #business-solutions .copy li > img {
      margin: 0 auto 36px; } }

#home #business-solutions .copy h2 {
  margin-bottom: 12px; }

#home #business-solutions .copy p {
  margin-bottom: 24px; }

#home #how-it-works .bb {
  color: #f4f5f6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#home #how-it-works .c-tag {
  margin-bottom: 12px; }

#home #how-it-works h2,
#home #how-it-works p {
  max-width: 750px;
  margin: 0 auto 24px; }
  @media (max-width: 1200px) {
    #home #how-it-works h2,
    #home #how-it-works p {
      max-width: 650px; } }

#home #how-it-works a {
  text-decoration: none; }

#home #how-it-works .c-btn,
#home #how-it-works .c-link {
  margin-bottom: 96px; }
  @media (max-width: 600px) {
    #home #how-it-works .c-btn,
    #home #how-it-works .c-link {
      margin-bottom: 72px; } }

#home #how-it-works .illustration {
  width: 100%; }

@media (max-width: 600px) {
  #home #how-it-works .illustration.desktop {
    display: none; } }

#home #how-it-works .illustration.mobile {
  display: none; }
  @media (max-width: 600px) {
    #home #how-it-works .illustration.mobile {
      display: block; } }

#home #approach .bb {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#home #approach h2 {
  max-width: 750px;
  margin: 0 auto 24px; }
  @media (max-width: 1200px) {
    #home #approach h2 {
      max-width: 650px; } }

#home #approach h4 {
  margin: 24px 0; }

@media (max-width: 1023px) {
  #home #approach p {
    max-width: 420px; } }

#home #approach ul {
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1023px) {
    #home #approach ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 600px) {
    #home #approach ul {
      margin: 36px 0 0; } }

#home #approach li {
  text-align: center;
  padding: 0 24px; }
  @media (max-width: 1023px) {
    #home #approach li {
      padding: 0;
      margin-bottom: 72px; } }

@media (max-width: 1023px) {
  #home #approach li:last-child {
    margin-bottom: 0; } }

#home #approach .illustration {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: #e4e0ea;
  border-radius: 40px; }
  @media (max-width: 600px) {
    #home #approach .illustration {
      width: 160px;
      height: 160px; } }

#home #approach .illustration img {
  position: absolute;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 500ms cubic-bezier(0.65, 0, 0.35, 1); }

#home #approach .illustration[data-index="0"]:hover .cloud {
  -webkit-transform: translateX(15%);
          transform: translateX(15%); }

@media (max-width: 768px) {
  #home #approach .illustration[data-index="0"].icon-in .cloud {
    -webkit-transform: translateX(15%);
            transform: translateX(15%); } }

#home #approach .illustration[data-index="0"]:hover .sun {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (max-width: 768px) {
  #home #approach .illustration[data-index="0"].icon-in .sun {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

#home #approach .illustration[data-index="1"]:hover .clamp {
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }

@media (max-width: 768px) {
  #home #approach .illustration[data-index="1"].icon-in .clamp {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }

#home #approach .illustration[data-index="2"]:hover .gear.small {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

@media (max-width: 768px) {
  #home #approach .illustration[data-index="2"].icon-in .gear.small {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

#home #approach .illustration[data-index="2"]:hover .gear.large {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

@media (max-width: 768px) {
  #home #approach .illustration[data-index="2"].icon-in .gear.large {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

#home #approach .moon {
  width: 17%;
  top: 30%;
  left: 23%;
  z-index: 4; }

#home #approach .diamond {
  width: 6%;
  top: 22%;
  left: 43%;
  z-index: 1; }

#home #approach .cloud {
  width: 44%;
  top: 37%;
  left: 20%;
  z-index: 2; }

#home #approach .sun {
  width: 31%;
  top: 42%;
  left: 50%;
  z-index: 3; }

#home #approach .body {
  width: 47%;
  top: 40%;
  left: 26.5%;
  z-index: 2; }

#home #approach .clamp {
  width: 34%;
  top: 12%;
  left: 33%;
  z-index: 1; }

#home #approach .paper {
  width: 48%;
  top: 50%;
  left: 26%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#home #approach .gear.small {
  width: 10%;
  top: 34%;
  left: 34%;
  z-index: 1; }

#home #approach .gear.large {
  width: 22%;
  top: 48%;
  left: 39%;
  z-index: 3; }

#home #companies .bb {
  color: #f4f5f6; }

#home #companies h2 {
  text-align: center;
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    #home #companies h2 {
      max-width: 240px;
      margin: 0 auto 48px; } }

#home #companies .swiper-container {
  padding: 0 50px; }
  @media (max-width: 600px) {
    #home #companies .swiper-container {
      padding: 0 25px; } }

#home #companies .swiper-slide {
  width: 440px;
  height: 440px; }
  @media (max-width: 767px) {
    #home #companies .swiper-slide {
      width: 360px;
      height: 360px; } }
  @media (max-width: 600px) {
    #home #companies .swiper-slide {
      width: auto;
      height: auto; } }

#home #companies .card {
  background-color: #f4f5f6;
  color: #19253a;
  border-radius: 40px;
  height: 100%;
  padding: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease; }
  #home #companies .card:hover {
    -webkit-transform: translateY(-7.5%);
            transform: translateY(-7.5%); }
  @media (max-width: 767px) {
    #home #companies .card {
      padding: 24px; } }

#home #companies .card .image-wrapper {
  width: 100%;
  height: 48px;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 600px) {
    #home #companies .card .image-wrapper {
      height: 36px;
      margin-bottom: 36px; } }

#home #companies .card img {
  max-width: 60%;
  max-height: 100%; }

#home #companies .card h3 {
  margin-bottom: 36px;
  font-size: 28px; }
  @media (max-width: 767px) {
    #home #companies .card h3 {
      font-size: 24px; } }
  @media (max-width: 600px) {
    #home #companies .card h3 {
      font-size: 18px;
      margin-bottom: 24px; } }

#home #companies .card a {
  text-decoration: none; }

#home #customer-experience .bb > h2, #home #customer-experience .bb > p {
  text-align: center;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    #home #customer-experience .bb > h2, #home #customer-experience .bb > p {
      max-width: 650px; } }

#home #customer-experience .bb > h2 {
  margin-bottom: 24px; }

#home #customer-experience .bb > p {
  margin-bottom: 48px; }

#home #customer-experience .testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    #home #customer-experience .testimonials {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#home #customer-experience .controls {
  margin-right: 24px; }
  @media (max-width: 768px) {
    #home #customer-experience .controls {
      margin-right: 0;
      margin-top: 96px; } }
  @media (max-width: 600px) {
    #home #customer-experience .controls {
      margin-top: 72px; } }

#home #customer-experience .controls .image {
  width: 200px;
  height: 250px;
  background-size: cover;
  background-position: center center;
  border-radius: 24px; }
  @media (max-width: 600px) {
    #home #customer-experience .controls .image {
      width: 140px;
      height: 175px; } }

#home #customer-experience .controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px; }
  @media (max-width: 768px) {
    #home #customer-experience .controls .arrows {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

#home #customer-experience .controls .arrows button {
  background: #19253a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 250ms ease;
  transition: background 250ms ease; }
  #home #customer-experience .controls .arrows button:hover {
    background: #ae72b7; }

#home #customer-experience .controls .arrows .prev {
  margin-right: 12px; }

#home #customer-experience .controls .arrows .next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

#home #customer-experience .controls .arrows img {
  width: 50%; }

#home #customer-experience .quote {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e4e0ea;
  border-radius: 80px;
  border-bottom-left-radius: 0;
  padding: 96px 72px;
  margin-top: 48px;
  text-align: left; }
  @media (max-width: 768px) {
    #home #customer-experience .quote {
      padding: 72px 48px;
      margin-top: 0;
      border-radius: 40px; } }
  @media (max-width: 600px) {
    #home #customer-experience .quote {
      padding: 48px 36px; } }

#home #customer-experience .quote blockquote {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 24px; }
  @media (max-width: 768px) {
    #home #customer-experience .quote blockquote {
      font-size: 20px; } }
  @media (max-width: 600px) {
    #home #customer-experience .quote blockquote {
      font-size: 16px; } }

#home #customer-experience .quote h4 {
  color: #ae72b7;
  margin-bottom: 8px; }

#home #customer-experience .quote img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 110px; }
  @media (max-width: 768px) {
    #home #customer-experience .quote img {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 80px; } }
  @media (max-width: 600px) {
    #home #customer-experience .quote img {
      width: 60px; } }

#home #customer-experience .promo {
  position: relative;
  z-index: 5;
  margin-top: 196px;
  padding: 96px 72px;
  background-image: url("../img/redesign/customer-experience-bg.svg");
  background-size: cover;
  background-position: center center;
  border-radius: 50px;
  color: #f4f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    #home #customer-experience .promo {
      padding: 72px 48px; } }
  @media (max-width: 768px) {
    #home #customer-experience .promo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 96px; } }
  @media (max-width: 600px) {
    #home #customer-experience .promo {
      padding: 48px 24px; } }

#home #customer-experience .promo .copy {
  width: 50%;
  padding-right: 48px; }
  @media (max-width: 1023px) {
    #home #customer-experience .promo .copy {
      padding-right: 24px; } }
  @media (max-width: 768px) {
    #home #customer-experience .promo .copy {
      text-align: center;
      width: 100%;
      padding-right: 0;
      margin-bottom: 48px; } }

#home #customer-experience .promo h2 {
  font-size: 80px;
  letter-spacing: -0.02em;
  margin-bottom: 12px; }
  @media (max-width: 1200px) {
    #home #customer-experience .promo h2 {
      font-size: 60px; } }
  @media (max-width: 1023px) {
    #home #customer-experience .promo h2 {
      font-size: 40px; } }

#home #customer-experience .promo p {
  margin-bottom: 24px; }

#home #customer-experience .promo img {
  width: 50%;
  max-width: 400px; }
  @media (max-width: 1023px) {
    #home #customer-experience .promo img {
      max-width: 300px; } }
  @media (max-width: 768px) {
    #home #customer-experience .promo img {
      width: 100%; } }

#home #customer-experience .promo a {
  text-decoration: none; }

#home #what-we-offer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1350px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    #home #what-we-offer .content {
      max-width: 600px; } }
  @media (max-width: 600px) {
    #home #what-we-offer .content {
      max-width: 400px;
      margin: 0 24px; } }

#home #what-we-offer .content .copy {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 72px;
  padding: 0 50px;
  color: #ffffff; }
  @media (max-width: 600px) {
    #home #what-we-offer .content .copy {
      margin-bottom: 24px; } }

#home #what-we-offer .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px; }
  @media (max-width: 1024px) {
    #home #what-we-offer .products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 auto; } }

#home #what-we-offer .products .product {
  background: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 40px;
  padding: 0px 30px 30px;
  gap: 20px; }

#home #what-we-offer .product .title h4 {
  margin: 0px; }

#home #what-we-offer .product .title span {
  display: block;
  font-weight: 200; }

#home #what-we-offer .product .tag-line {
  margin: 0px -30px;
  background: #f4f5f6;
  padding: 20px 30px;
  text-align: center;
  color: white;
  font-weight: 500;
  margin-bottom: 10px; }

#home #what-we-offer .product:nth-child(1) .tag-line {
  background: #18253a; }

#home #what-we-offer .product:nth-child(2) .tag-line {
  background: #68b48e; }

#home #what-we-offer .product:nth-child(3) .tag-line {
  background: #ae72b7; }

#home #what-we-offer .product ul {
  margin: 0;
  padding: 0;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#home #what-we-offer .product ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px; }

#home #what-we-offer .product ul li .f-icon {
  -webkit-transform: scale(0.85) translateY(-5%);
          transform: scale(0.85) translateY(-5%); }

#home #what-we-offer .product .features {
  margin-bottom: 50px; }

#home #what-we-offer .product .cta-link {
  margin-top: auto; }

#home #what-we-offer .product .cta-link a {
  display: block;
  text-align: center;
  min-height: auto; }

#home #brand-intro,
#home #approach,
#home #customer-experience {
  background-color: #f4f5f6; }

#home #how-it-works,
#home #companies,
#home #what-we-offer {
  background-size: cover;
  background-position: center center; }

#home #business-solutions,
#home #approach,
#home #companies,
#home #customer-experience,
#home #what-we-offer {
  padding: 124px 0;
  overflow: hidden; }
  @media (max-width: 600px) {
    #home #business-solutions,
    #home #approach,
    #home #companies,
    #home #customer-experience,
    #home #what-we-offer {
      padding: 72px 0; } }

#home #brand-intro {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #home #brand-intro {
      padding: 24px 0 72px; } }

#home #business-solutions {
  background-color: #ffffff; }

#home #how-it-works,
#home #what-we-offer {
  background-image: url("../img/redesign/how-it-works-bg.svg");
  padding: 124px 0; }
  @media (max-width: 600px) {
    #home #how-it-works,
    #home #what-we-offer {
      padding: 72px 0; } }

#home #companies {
  background-image: url("../img/redesign/companies-bg.svg");
  overflow: hidden; }

#home #customer-experience {
  position: relative; }

#home #customer-experience:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 25%;
  background-color: #ffffff; }

#how-it-works #hero .bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1023px) {
    #how-it-works #hero .bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#how-it-works #hero .copy, #how-it-works #hero .images {
  width: 50%; }
  @media (max-width: 1023px) {
    #how-it-works #hero .copy, #how-it-works #hero .images {
      width: auto; } }

#how-it-works #hero .copy {
  padding-right: 40px; }
  @media (max-width: 1023px) {
    #how-it-works #hero .copy {
      text-align: center;
      padding-right: 0;
      margin-bottom: 72px; } }
  @media (max-width: 600px) {
    #how-it-works #hero .copy {
      margin-bottom: 56px; } }

#how-it-works #hero h1 {
  margin: 24px 0; }

#how-it-works #hero h1 p {
  font-size: inherit;
  line-height: inherit; }

#how-it-works #hero h1 strong {
  font-weight: inherit;
  color: #ae72b7; }

#how-it-works #hero .copy > p {
  max-width: 480px; }
  @media (max-width: 1023px) {
    #how-it-works #hero .copy > p {
      margin: 0 auto; } }

#how-it-works #hero .cta {
  margin-top: 32px; }

#how-it-works #hero .cta a {
  text-decoration: none; }

#how-it-works #hero .images {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    #how-it-works #hero .images {
      width: 100%; } }

#how-it-works #hero .rrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

#how-it-works #hero .rrow.top {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px; }
  @media (max-width: 600px) {
    #how-it-works #hero .rrow.top {
      padding-bottom: 12px; } }

#how-it-works #hero .rrow.bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#how-it-works #hero .rrow .photo {
  height: 0;
  background-size: cover;
  background-position: center center; }

#how-it-works #hero .rrow img, #how-it-works #hero .rrow .photo {
  border-radius: 24px; }

#how-it-works #hero .rrow.top .photo {
  width: 45%;
  padding-top: 45%;
  margin-right: 20px; }
  @media (max-width: 600px) {
    #how-it-works #hero .rrow.top .photo {
      margin-right: 12px; } }

#how-it-works #hero .rrow.top img {
  width: 35%;
  height: auto; }

#how-it-works #hero .rrow.bottom .photo {
  width: 65%;
  padding-top: 40%;
  margin-left: 20px; }
  @media (max-width: 600px) {
    #how-it-works #hero .rrow.bottom .photo {
      margin-left: 12px; } }

#how-it-works #hero .rrow.bottom img {
  width: 30%;
  height: auto; }

#how-it-works #solutions .bb {
  text-align: center; }

#how-it-works #solutions .tabs {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    #how-it-works #solutions .tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#how-it-works #solutions .tabs button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: #e8eef7;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  width: 320px;
  height: 60px;
  -webkit-transition: background 250ms ease, -webkit-box-shadow 250ms ease;
  transition: background 250ms ease, -webkit-box-shadow 250ms ease;
  transition: background 250ms ease, box-shadow 250ms ease;
  transition: background 250ms ease, box-shadow 250ms ease, -webkit-box-shadow 250ms ease; }
  @media (max-width: 767px) {
    #how-it-works #solutions .tabs button {
      width: 100%;
      max-width: 320px; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tabs button {
      font-size: 16px;
      height: 48px; } }

#how-it-works #solutions .tabs button:first-child {
  margin-right: 48px; }
  @media (max-width: 768px) {
    #how-it-works #solutions .tabs button:first-child {
      margin-right: 24px; } }
  @media (max-width: 767px) {
    #how-it-works #solutions .tabs button:first-child {
      margin-right: 0;
      margin-bottom: 18px; } }

#how-it-works #solutions .tabs button.active {
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }

#how-it-works #solutions .tabs button:hover:not(.active) {
  background: #b9c8ea; }

#how-it-works #solutions .tabs button img {
  max-width: 32px;
  max-height: 32px;
  margin-right: 12px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tabs button img {
      max-width: 24px;
      max-height: 24px; } }

#how-it-works #solutions .c-side-by-side {
  margin-top: 124px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .c-side-by-side {
      margin-top: 96px; } }

#how-it-works #solutions .tab .components {
  margin-top: 124px;
  padding: 124px 0;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .components {
      margin-top: 72px;
      padding: 72px 0; } }

#how-it-works #solutions .tab .components h2 {
  max-width: 1024px;
  margin: 0 auto;
  color: #ffffff; }

#how-it-works #solutions .tab .components .tiles {
  margin-top: 60px;
  display: grid;
  gap: 24px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .components .tiles {
      margin-top: 36px; } }

#how-it-works #solutions .tab .components .tile {
  padding: 48px 24px;
  background-color: #ffffff;
  border-radius: 36px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .components .tile {
      padding: 24px;
      border-radius: 24px; } }

#how-it-works #solutions .tab .components .tile img {
  height: 80px;
  margin-bottom: 36px; }

#how-it-works #solutions .tab .components .tile h4 {
  margin-bottom: 18px; }

#how-it-works #solutions .tab .components .tile p {
  font-size: 16px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .components .tile p {
      font-size: 14px; } }

#how-it-works #solutions .tab[data-tab="learning"] .components {
  background-image: url("../img/redesign/learning-components-bg-desktop.svg"); }
  @media (max-width: 767px) {
    #how-it-works #solutions .tab[data-tab="learning"] .components {
      background-image: url("../img/redesign/learning-components-bg-mobile.svg"); } }

#how-it-works #solutions .tab[data-tab="learning"] .components .tiles {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1350px) {
    #how-it-works #solutions .tab[data-tab="learning"] .components .tiles {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    #how-it-works #solutions .tab[data-tab="learning"] .components .tiles {
      grid-template-columns: repeat(1, 1fr); } }

#how-it-works #solutions .tab[data-tab="coaching"] .components {
  background-image: url("../img/redesign/coaching-components-bg-desktop.svg"); }
  @media (max-width: 767px) {
    #how-it-works #solutions .tab[data-tab="coaching"] .components {
      background-image: url("../img/redesign/coaching-components-bg-mobile.svg"); } }

#how-it-works #solutions .tab[data-tab="coaching"] .components .tiles {
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 1023px) {
    #how-it-works #solutions .tab[data-tab="coaching"] .components .tiles {
      grid-template-columns: repeat(1, 1fr); } }

#how-it-works #solutions .tab .investment {
  background-color: #ffffff;
  padding: 248px 0; }
  @media (max-width: 768px) {
    #how-it-works #solutions .tab .investment {
      padding: 124px 0; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .investment {
      padding: 72px 0; } }

#how-it-works #solutions .tab .investment .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    #how-it-works #solutions .tab .investment .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

#how-it-works #solutions .tab .investment .statistic,
#how-it-works #solutions .tab .investment .copy {
  width: 50%; }
  @media (max-width: 768px) {
    #how-it-works #solutions .tab .investment .statistic,
    #how-it-works #solutions .tab .investment .copy {
      width: 100%; } }

@media (max-width: 768px) {
  #how-it-works #solutions .tab .investment .statistic {
    margin-top: 48px; } }

#how-it-works #solutions .tab .investment .statistic img.mobile {
  display: none; }
  @media (max-width: 768px) {
    #how-it-works #solutions .tab .investment .statistic img.mobile {
      display: block;
      width: 100%;
      max-width: 240px;
      margin: 48px auto 0; } }

#how-it-works #solutions .tab .investment .statistic .tile {
  position: relative;
  display: inline-block;
  padding: 48px 96px;
  background-color: #e8eef7;
  border-radius: 36px; }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .investment .statistic .tile {
      padding: 48px 72px; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .investment .statistic .tile {
      width: 100%;
      padding: 36px;
      border-radius: 24px; } }

#how-it-works #solutions .tab .investment .statistic .tile h1 {
  color: #99acdd; }

#how-it-works #solutions .tab .investment .statistic .tile p {
  max-width: 280px;
  margin: 0 auto; }

#how-it-works #solutions .tab .investment .statistic .tile img {
  position: absolute; }
  @media (max-width: 768px) {
    #how-it-works #solutions .tab .investment .statistic .tile img {
      display: none; } }

#how-it-works #solutions .tab .investment .statistic .tile img:first-of-type {
  width: 240px;
  bottom: 105%;
  right: -15%; }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .investment .statistic .tile img:first-of-type {
      width: 180px; } }
  @media (max-width: 1024px) {
    #how-it-works #solutions .tab .investment .statistic .tile img:first-of-type {
      right: -5%; } }

#how-it-works #solutions .tab .investment .statistic .tile img:last-of-type {
  width: 200px;
  top: 60%;
  left: -25%; }
  @media (max-width: 1350px) {
    #how-it-works #solutions .tab .investment .statistic .tile img:last-of-type {
      left: -10%;
      top: 70%; } }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .investment .statistic .tile img:last-of-type {
      width: 150px; } }
  @media (max-width: 1024px) {
    #how-it-works #solutions .tab .investment .statistic .tile img:last-of-type {
      left: 5%;
      top: 80%; } }

#how-it-works #solutions .tab .investment .copy {
  text-align: left;
  padding-left: 48px; }
  @media (max-width: 768px) {
    #how-it-works #solutions .tab .investment .copy {
      text-align: center;
      padding-left: 0; } }

#how-it-works #solutions .tab .investment .copy h2 {
  margin-bottom: 24px; }

#how-it-works #solutions .tab .course-themes {
  background-color: #f4f5f6;
  padding: 124px 0 72px;
  overflow: hidden; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .course-themes {
      padding: 72px 0 60px; } }

#how-it-works #solutions .tab .course-themes .swiper-container {
  margin: 60px 0 90px;
  padding: 0 50px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .course-themes .swiper-container {
      display: none; } }

#how-it-works #solutions .tab .course-themes .swiper-slide {
  text-align: center; }

#how-it-works #solutions .tab .course-themes .swiper-slide img {
  width: 100%;
  max-width: 350px;
  border-radius: 24px; }

#how-it-works #solutions .tab .course-themes .swiper-slide h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 12px; }

#how-it-works #solutions .tab .course-themes .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .course-themes .swiper-pagination {
      display: none; } }

#how-it-works #solutions .tab .course-themes .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c7cdd2;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer; }

#how-it-works #solutions .tab .course-themes .swiper-pagination-bullet:hover,
#how-it-works #solutions .tab .course-themes .swiper-pagination-bullet-active {
  background-color: #6d7a88; }

#how-it-works #solutions .tab .course-themes .bb.mobile {
  display: none; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .course-themes .bb.mobile {
      display: block; } }

#how-it-works #solutions .tab .course-themes ul {
  margin: 36px 0 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .course-themes ul {
      margin: 36px 0 0; } }

#how-it-works #solutions .tab .course-themes ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 12px;
  margin: 0; }

#how-it-works #solutions .tab .course-themes ul li img {
  width: 40px;
  margin-right: 12px;
  border-radius: 5px; }

#how-it-works #solutions .tab .course-themes ul li h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0; }

#how-it-works #solutions .tab .benefits {
  background-color: #ffffff;
  padding: 124px 0;
  overflow: hidden; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .benefits {
      padding: 72px 0; } }

#how-it-works #solutions .tab .benefits h2 {
  margin-bottom: 72px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .benefits h2 {
      margin-bottom: 48px; } }

#how-it-works #solutions .tab .benefits .tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  @media (max-width: 1024px) {
    #how-it-works #solutions .tab .benefits .tiles {
      display: none; } }

#how-it-works #solutions .tab .benefits .swiper-container {
  display: none; }
  @media (max-width: 1024px) {
    #how-it-works #solutions .tab .benefits .swiper-container {
      display: block; } }

#how-it-works #solutions .tab .benefits .tile,
#how-it-works #solutions .tab .benefits .swiper-slide {
  border-radius: 24px;
  text-align: left;
  padding: 36px; }

#how-it-works #solutions .tab .benefits .swiper-slide {
  height: auto; }

#how-it-works #solutions .tab .benefits .tile:nth-child(1) {
  background-color: #fef0d2; }

#how-it-works #solutions .tab .benefits .tile:nth-child(2) {
  background-color: #e8eef7; }

#how-it-works #solutions .tab .benefits .tile:nth-child(3) {
  background-color: #d1eedf; }

#how-it-works #solutions .tab .benefits .swiper-slide[data-theme="theme-1"] {
  background-color: #fef0d2; }

#how-it-works #solutions .tab .benefits .swiper-slide[data-theme="theme-2"] {
  background-color: #e8eef7; }

#how-it-works #solutions .tab .benefits .swiper-slide[data-theme="theme-3"] {
  background-color: #d1eedf; }

#how-it-works #solutions .tab .benefits .tile img,
#how-it-works #solutions .tab .benefits .swiper-slide img {
  height: 60px; }

#how-it-works #solutions .tab .benefits .tile h4,
#how-it-works #solutions .tab .benefits .swiper-slide h4 {
  margin: 36px 0 24px; }

#how-it-works #solutions .tab .resources {
  background-color: #ffffff;
  padding: 124px 0; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .resources {
      padding: 72px 0; } }

#how-it-works #solutions .tab .resources ul {
  margin: 72px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .resources ul {
      margin: 48px 0 0;
      gap: 36px; } }

#how-it-works #solutions .tab .resources ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  max-width: 768px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .resources ul li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

#how-it-works #solutions .tab .resources ul li img {
  width: 75px;
  margin-right: 24px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .resources ul li img {
      width: 60px;
      margin-bottom: 12px;
      margin-right: 0; } }

#how-it-works #solutions .tab .resources ul li h4 {
  margin-bottom: 12px; }

#how-it-works #solutions .tab .empowerment {
  background-color: #f4f5f6;
  padding: 124px 0 248px; }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .empowerment {
      padding: 124px 0; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .empowerment {
      padding: 72px 0; } }

#how-it-works #solutions .tab .empowerment h2 {
  margin-bottom: 36px; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .empowerment h2 {
      margin-bottom: 24px; } }

#how-it-works #solutions .tab .empowerment .statistics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 72px; }
  @media (max-width: 767px) {
    #how-it-works #solutions .tab .empowerment .statistics {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .empowerment .statistics {
      margin-top: 36px; } }

#how-it-works #solutions .tab .empowerment .statistics .tile {
  padding: 48px 96px;
  border-radius: 36px; }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .empowerment .statistics .tile {
      padding: 48px 72px; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .empowerment .statistics .tile {
      width: 100%;
      padding: 36px;
      border-radius: 24px; } }

#how-it-works #solutions .tab .empowerment .statistics .tile:first-child {
  background-color: #e4e0ea; }

#how-it-works #solutions .tab .empowerment .statistics .tile:first-child h1 {
  color: #ae72b7; }

#how-it-works #solutions .tab .empowerment .statistics .tile:nth-child(2) {
  background-color: #d1eedf; }

#how-it-works #solutions .tab .empowerment .statistics .tile:nth-child(2) h1 {
  color: #4d8e6d; }

#how-it-works #solutions .tab .empowerment .statistics .tile p {
  max-width: 360px;
  margin: 0 auto; }

#how-it-works #solutions .tab .empowerment .statistics img {
  position: absolute; }
  @media (max-width: 1023px) {
    #how-it-works #solutions .tab .empowerment .statistics img {
      display: none; } }

#how-it-works #solutions .tab .empowerment .statistics img:first-of-type {
  width: 240px;
  bottom: 80%;
  right: 85%; }
  @media (max-width: 1400px) {
    #how-it-works #solutions .tab .empowerment .statistics img:first-of-type {
      right: 80%;
      bottom: 75%; } }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .empowerment .statistics img:first-of-type {
      width: 180px;
      right: 84%;
      bottom: 71%; } }

#how-it-works #solutions .tab .empowerment .statistics img:last-of-type {
  width: 200px;
  top: 50%;
  left: 85%; }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .empowerment .statistics img:last-of-type {
      width: 150px;
      top: -40%;
      left: 82%; } }

#how-it-works #solutions .tab .focus {
  margin: 124px 0; }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .focus {
      margin: 72px 0; } }

#how-it-works #solutions .tab .focus .inner {
  background-image: url("../img/redesign/business-solutions-return-on-investment-bg.svg");
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 36px;
  width: 100%;
  padding: 96px 124px;
  text-align: left; }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .focus .inner {
      padding: 96px; } }
  @media (max-width: 1024px) {
    #how-it-works #solutions .tab .focus .inner {
      padding: 48px 72px; } }
  @media (max-width: 1023px) {
    #how-it-works #solutions .tab .focus .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      text-align: center; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .focus .inner {
      background-image: url("../img/redesign/how-it-works-coaching-promo-bg-mobile.svg");
      padding: 36px 24px; } }

#how-it-works #solutions .tab .focus .inner img {
  width: 50%;
  max-width: 450px;
  margin-right: 124px; }
  @media (max-width: 1200px) {
    #how-it-works #solutions .tab .focus .inner img {
      max-width: 350px;
      margin-right: 72px; } }
  @media (max-width: 1024px) {
    #how-it-works #solutions .tab .focus .inner img {
      max-width: 300px; } }
  @media (max-width: 1023px) {
    #how-it-works #solutions .tab .focus .inner img {
      margin-right: 0;
      margin-top: 48px; } }
  @media (max-width: 768px) {
    #how-it-works #solutions .tab .focus .inner img {
      width: 80%; } }
  @media (max-width: 600px) {
    #how-it-works #solutions .tab .focus .inner img {
      margin-top: 24px; } }

#how-it-works #solutions .tab .focus .inner h2 {
  margin-bottom: 24px; }

#how-it-works #support .inner {
  background-image: url("../img/redesign/how-it-works-support-bg-desktop.svg");
  background-size: cover;
  background-position: center center;
  border-radius: 36px;
  width: 100%;
  padding: 124px;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 1024px) {
    #how-it-works #support .inner {
      padding: 96px; } }
  @media (max-width: 768px) {
    #how-it-works #support .inner {
      padding: 72px; } }
  @media (max-width: 600px) {
    #how-it-works #support .inner {
      background-image: url("../img/redesign/how-it-works-support-bg-mobile.svg");
      padding: 200px 24px; } }

#how-it-works #support .inner h2,
#how-it-works #support .inner p {
  margin-bottom: 24px; }

#how-it-works #hero {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #how-it-works #hero {
      padding: 24px 0 72px; } }

#how-it-works #hero {
  background-color: #f4f5f6; }

#how-it-works #solutions, #how-it-works #support {
  background-color: #ffffff; }

#how-it-works #solutions {
  padding: 124px 0; }
  @media (max-width: 600px) {
    #how-it-works #solutions {
      padding: 72px 0; } }

#how-it-works #support {
  padding-bottom: 124px; }
  @media (max-width: 600px) {
    #how-it-works #support {
      padding-bottom: 72px; } }

#business-solutions #hero .bb {
  text-align: center; }

#business-solutions #hero h1 {
  max-width: 1024px;
  margin: 24px auto; }
  @media (max-width: 1200px) {
    #business-solutions #hero h1 {
      max-width: 768px; } }

#business-solutions #hero h1 p {
  font-size: inherit;
  line-height: inherit; }

#business-solutions #hero h1 img {
  width: auto;
  height: 60px;
  margin-right: 12px; }
  @media (max-width: 1200px) {
    #business-solutions #hero h1 img {
      height: 50px; } }
  @media (max-width: 767px) {
    #business-solutions #hero h1 img {
      display: none; } }

#business-solutions #hero h1 strong {
  font-weight: inherit; }

#business-solutions #hero h1 strong:nth-of-type(1) {
  color: #4d8e6d; }

#business-solutions #hero h1 strong:nth-of-type(2) {
  color: #ae72b7; }

#business-solutions #hero .body {
  max-width: 720px;
  margin: 0 auto 32px; }

#business-solutions #hero ul {
  margin: 60px 0 0;
  padding: 0 50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    #business-solutions #hero ul {
      display: none; } }

#business-solutions #hero ul a {
  display: inline-block;
  margin: 12px 8px 0; }

#business-solutions #hero ul li {
  white-space: nowrap;
  height: 48px;
  margin: 0;
  padding: 0 24px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: background-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease, -webkit-box-shadow 250ms ease; }

#business-solutions #hero ul li:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

#business-solutions #hero ul li img {
  height: 20px;
  margin-right: 12px; }

#business-solutions #hero ul li span {
  font-size: 16px; }

#business-solutions #hero a {
  text-decoration: none; }

#business-solutions #engagement .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 50px;
  max-width: 1800px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #business-solutions #engagement .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; } }

#business-solutions #engagement .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1023px) {
    #business-solutions #engagement .copy {
      padding: 0 50px; } }
  @media (max-width: 600px) {
    #business-solutions #engagement .copy {
      padding: 0 25px; } }

#business-solutions #engagement .images {
  width: 50%;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    #business-solutions #engagement .images {
      width: 70%;
      margin-left: 0;
      margin-top: 72px; } }
  @media (max-width: 600px) {
    #business-solutions #engagement .images {
      width: 100%; } }

#business-solutions #engagement .person {
  width: 40%;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    #business-solutions #engagement .person {
      margin-bottom: 12px; } }

#business-solutions #engagement .collage, #business-solutions #engagement .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#business-solutions #engagement .collage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#business-solutions #engagement .split img, #business-solutions #engagement .image {
  border-radius: 24px; }

#business-solutions #engagement .image {
  background-size: cover;
  background-position: center center;
  height: 0; }

#business-solutions #engagement .image.top {
  width: calc(100% - 40px);
  padding-top: 60%;
  margin-right: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media (max-width: 600px) {
    #business-solutions #engagement .image.top {
      width: calc(100% - 24px);
      margin-right: 12px; } }

#business-solutions #engagement .split {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px; }
  @media (max-width: 600px) {
    #business-solutions #engagement .split {
      margin-top: 12px; } }

#business-solutions #engagement .split img, #business-solutions #engagement .image.bottom {
  width: calc(50% - 20px); }
  @media (max-width: 600px) {
    #business-solutions #engagement .split img, #business-solutions #engagement .image.bottom {
      width: calc(50% - 12px); } }

#business-solutions #engagement .image.bottom {
  padding-top: 66%;
  margin-left: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  @media (min-width: 1800px) {
    #business-solutions #engagement .image.bottom {
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px; } }
  @media (max-width: 1023px) {
    #business-solutions #engagement .image.bottom {
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px; } }
  @media (max-width: 600px) {
    #business-solutions #engagement .image.bottom {
      margin-left: 12px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }

#business-solutions #culture .frame {
  border-radius: 50px;
  background-image: url("../img/redesign/business-solutions-culture-bg.svg");
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 96px 72px; }
  @media (max-width: 1024px) {
    #business-solutions #culture .frame {
      padding: 72px; } }
  @media (max-width: 1023px) {
    #business-solutions #culture .frame {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 600px) {
    #business-solutions #culture .frame {
      background-image: url("../img/redesign/business-solutions-culture-bg-mobile.svg");
      padding: 48px 24px 72px;
      border-radius: 40px; } }

#business-solutions #culture .illustration {
  width: 45%;
  margin-right: 48px; }
  @media (max-width: 1023px) {
    #business-solutions #culture .illustration {
      width: 100%;
      max-width: 500px;
      margin-right: 0;
      margin-top: 72px; } }
  @media (max-width: 600px) {
    #business-solutions #culture .illustration {
      max-width: 400px;
      margin-top: 48px; } }

#business-solutions #culture .c-tagged-copy {
  color: #f4f5f6; }

#business-solutions #diversity {
  /* Animations */ }
  #business-solutions #diversity .bb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #business-solutions #diversity .c-tagged-copy {
    max-width: 650px; }
  #business-solutions #diversity .illustrations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 148px; }
    @media (max-width: 600px) {
      #business-solutions #diversity .illustrations {
        margin-top: 96px; } }
  #business-solutions #diversity .illustration {
    height: 15vw; }
    @media (max-width: 767px) {
      #business-solutions #diversity .illustration {
        height: 25vw; } }
    @media (max-width: 600px) {
      #business-solutions #diversity .illustration {
        height: 35vw; } }
  #business-solutions #diversity .illustration:nth-child(1),
  #business-solutions #diversity .illustration:nth-child(4) {
    width: 20%; }
  #business-solutions #diversity .illustration:nth-child(2),
  #business-solutions #diversity .illustration:nth-child(3) {
    width: 30%;
    padding: 0 18px; }
    @media (max-width: 1024px) {
      #business-solutions #diversity .illustration:nth-child(2),
      #business-solutions #diversity .illustration:nth-child(3) {
        padding: 0 8px; } }
  #business-solutions #diversity .illustration:nth-child(1) {
    padding-right: 18px; }
    @media (max-width: 1024px) {
      #business-solutions #diversity .illustration:nth-child(1) {
        padding-right: 8px; } }
  @media (max-width: 767px) {
    #business-solutions #diversity .illustration:nth-child(2) {
      padding-left: 8px;
      padding-right: 0; } }
  #business-solutions #diversity .illustration:nth-child(4) {
    padding-left: 18px; }
    @media (max-width: 1024px) {
      #business-solutions #diversity .illustration:nth-child(4) {
        padding-left: 8px; } }
  @media (max-width: 767px) {
    #business-solutions #diversity .illustration:nth-child(1),
    #business-solutions #diversity .illustration:nth-child(2) {
      width: 50%; } }
  @media (max-width: 767px) {
    #business-solutions #diversity .illustration:nth-child(3),
    #business-solutions #diversity .illustration:nth-child(4) {
      display: none; } }
  #business-solutions #diversity .bg {
    position: relative;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.2);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 600px) {
      #business-solutions #diversity .bg {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; } }
  #business-solutions #diversity .illustration:nth-child(1) .bg {
    border-top-left-radius: 0;
    background-color: #fef0d2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #business-solutions #diversity .illustration:nth-child(2) .bg {
    background-color: #e8eef7;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      #business-solutions #diversity .illustration:nth-child(2) .bg {
        border-top-right-radius: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  #business-solutions #diversity .illustration:nth-child(3) .bg {
    background-color: #decddf;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #business-solutions #diversity .illustration:nth-child(4) .bg {
    border-top-right-radius: 0;
    background-color: #d1eedf;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #business-solutions #diversity .illustration:nth-child(1) .bg img.hair,
  #business-solutions #diversity .illustration:nth-child(2) .bg img.arm,
  #business-solutions #diversity .illustration:nth-child(2) .bg img.pencil,
  #business-solutions #diversity .illustration:nth-child(3) .bg img.arm,
  #business-solutions #diversity .illustration:nth-child(4) .bg img.head {
    position: absolute; }
  #business-solutions #diversity .illustration:nth-child(1) .bg img.base {
    position: relative;
    z-index: 5;
    width: 85%; }
    @media (max-width: 767px) {
      #business-solutions #diversity .illustration:nth-child(1) .bg img.base {
        width: 65%; } }
    @media (max-width: 600px) {
      #business-solutions #diversity .illustration:nth-child(1) .bg img.base {
        width: 85%; } }
  #business-solutions #diversity .illustration:nth-child(1) .bg img.hair {
    top: 10%;
    left: -18%;
    width: 100%;
    -webkit-animation: hair-1 1800ms ease-in-out alternate infinite;
            animation: hair-1 1800ms ease-in-out alternate infinite; }
    @media (max-width: 1200px) {
      #business-solutions #diversity .illustration:nth-child(1) .bg img.hair {
        top: 12%; } }
    @media (max-width: 1024px) {
      #business-solutions #diversity .illustration:nth-child(1) .bg img.hair {
        top: 9%; } }
    @media (max-width: 767px) {
      #business-solutions #diversity .illustration:nth-child(1) .bg img.hair {
        top: -12%;
        left: -16%;
        width: 80%; } }
    @media (max-width: 600px) {
      #business-solutions #diversity .illustration:nth-child(1) .bg img.hair {
        top: 0%;
        width: 100%; } }
  #business-solutions #diversity .illustration:nth-child(2) .bg img.base,
  #business-solutions #diversity .illustration:nth-child(3) .bg img.base {
    width: 55%; }
  #business-solutions #diversity .illustration:nth-child(2) .bg img.arm,
  #business-solutions #diversity .illustration:nth-child(3) .bg img.arm {
    bottom: 0;
    z-index: 5; }
  @media (max-width: 600px) {
    #business-solutions #diversity .illustration:nth-child(2) .bg img.base {
      width: 75%; } }
  #business-solutions #diversity .illustration:nth-child(2) .bg img.arm {
    left: 21%;
    width: 40%;
    -webkit-animation: arm-2 1200ms ease-in-out infinite;
            animation: arm-2 1200ms ease-in-out infinite; }
    @media (max-width: 767px) {
      #business-solutions #diversity .illustration:nth-child(2) .bg img.arm {
        left: 43%; } }
    @media (max-width: 600px) {
      #business-solutions #diversity .illustration:nth-child(2) .bg img.arm {
        width: 55%;
        left: 22%; } }
  #business-solutions #diversity .illustration:nth-child(2) .bg img.pencil {
    bottom: 5%;
    left: 45%;
    width: 10%;
    -webkit-animation: pencil-2 1200ms ease-in-out infinite;
            animation: pencil-2 1200ms ease-in-out infinite;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }
    @media (max-width: 767px) {
      #business-solutions #diversity .illustration:nth-child(2) .bg img.pencil {
        left: 67%; } }
    @media (max-width: 600px) {
      #business-solutions #diversity .illustration:nth-child(2) .bg img.pencil {
        left: 58%;
        width: 13%; } }
  #business-solutions #diversity .illustration:nth-child(3) .bg img.base {
    margin-left: 30%;
    margin-bottom: -1%; }
  #business-solutions #diversity .illustration:nth-child(3) .bg img.arm {
    left: 14%;
    width: 32%;
    -webkit-animation: arm-3 2000ms ease-in-out alternate infinite;
            animation: arm-3 2000ms ease-in-out alternate infinite;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }
  #business-solutions #diversity .illustration:nth-child(4) .bg img.base {
    width: 80%; }
  #business-solutions #diversity .illustration:nth-child(4) .bg img.head {
    bottom: 63%;
    right: -3%;
    z-index: 5;
    width: 42%;
    -webkit-animation: head-4 2400ms ease-in-out alternate infinite;
            animation: head-4 2400ms ease-in-out alternate infinite; }

@-webkit-keyframes hair-1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(4%);
            transform: translateX(4%); } }

@keyframes hair-1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(4%);
            transform: translateX(4%); } }

@-webkit-keyframes arm-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  50% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes arm-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  50% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes pencil-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(7px) translateY(0px) rotate(7deg);
            transform: translateX(7px) translateY(0px) rotate(7deg); }
  50% {
    -webkit-transform: translateX(7px) translateY(0px) rotate(7deg);
            transform: translateX(7px) translateY(0px) rotate(7deg); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes pencil-2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(7px) translateY(0px) rotate(7deg);
            transform: translateX(7px) translateY(0px) rotate(7deg); }
  50% {
    -webkit-transform: translateX(7px) translateY(0px) rotate(7deg);
            transform: translateX(7px) translateY(0px) rotate(7deg); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes arm-3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  90% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); } }

@keyframes arm-3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  90% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); } }

@-webkit-keyframes head-4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@keyframes head-4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

#business-solutions #growth {
  /*
.person {

    width: 40%;
    margin-bottom: 20px;

    @include phone {
        margin-bottom: 12px;
    }

}

.collage, .split {
    display: flex;
}

.collage {
    flex: 1;
    flex-direction: column;
}

.split img, .image {
    border-radius: 24px;
}

.image {
    
    background-size: cover;
    background-position: center center;

    height: 0;

}

.image.top {

    width: calc(100% - 40px);
    padding-top: 60%;
    margin-right: 20px;

    align-self: flex-end;

    @include phone {
        width: calc(100% - 24px);
        margin-right: 12px;
    }

}

.split {
    
    align-items: flex-start;
    justify-content: flex-end;

    margin-top: 20px;

    @include phone {
        margin-top: 12px;
    }

}

.split img, .image.bottom {

    width: calc(50% - 20px);

    @include phone {
        width: calc(50% - 12px);
    }

}

.image.bottom {
    
    padding-top: 66%;
    margin-left: 20px;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    @media (min-width: 1800px) {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    @include tablet-less {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    @include phone {

        margin-left: 12px;

        border-top-right-radius: 0;
        border-bottom-right-radius: 0;

    }

}
*/ }
  #business-solutions #growth .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 50px;
    max-width: 1800px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      #business-solutions #growth .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-right: 0; } }
  #business-solutions #growth .copy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1023px) {
      #business-solutions #growth .copy {
        padding: 0 50px; } }
    @media (max-width: 600px) {
      #business-solutions #growth .copy {
        padding: 0 25px; } }
  #business-solutions #growth .images {
    width: 50%;
    margin-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1023px) {
      #business-solutions #growth .images {
        width: 70%;
        margin-right: 0;
        margin-top: 72px; } }
    @media (max-width: 600px) {
      #business-solutions #growth .images {
        width: 100%; } }
  #business-solutions #growth .image {
    background-size: cover;
    background-position: center center;
    height: 0; }
  #business-solutions #growth .image, #business-solutions #growth .right img {
    border-radius: 24px; }
  #business-solutions #growth .image.left {
    width: 40%;
    padding-top: 50%;
    margin-right: 20px;
    margin-top: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    @media (min-width: 1800px) {
      #business-solutions #growth .image.left {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px; } }
    @media (max-width: 1023px) {
      #business-solutions #growth .image.left {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px; } }
    @media (max-width: 600px) {
      #business-solutions #growth .image.left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-right: 12px;
        margin-top: 24px; } }
  #business-solutions #growth .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #business-solutions #growth .right img {
    width: 70%; }
  #business-solutions #growth .right .image {
    width: 100%;
    padding-top: 70%;
    margin-top: 20px; }
    @media (max-width: 600px) {
      #business-solutions #growth .right .image {
        margin-top: 12px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }

#business-solutions #performance .frame {
  border-radius: 50px;
  background-image: url("../img/redesign/business-solutions-performance-bg.svg");
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 96px 72px; }
  @media (max-width: 1024px) {
    #business-solutions #performance .frame {
      padding: 72px; } }
  @media (max-width: 1023px) {
    #business-solutions #performance .frame {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 600px) {
    #business-solutions #performance .frame {
      background-image: url("../img/redesign/business-solutions-performance-bg-mobile.svg");
      padding: 48px 24px 72px;
      border-radius: 40px; } }

#business-solutions #performance .illustration {
  width: 45%;
  margin-left: 48px; }
  @media (max-width: 1023px) {
    #business-solutions #performance .illustration {
      width: 100%;
      max-width: 500px;
      margin-left: 0;
      margin-top: 72px; } }
  @media (max-width: 600px) {
    #business-solutions #performance .illustration {
      max-width: 400px;
      margin-top: 48px; } }

#business-solutions #performance .c-tagged-copy {
  color: #f4f5f6; }

#business-solutions #empowerment .bb {
  text-align: center; }

#business-solutions #empowerment h2 {
  max-width: 1024px;
  margin: 0 auto 24px; }

#business-solutions #empowerment .body {
  max-width: 720px;
  margin: 0 auto; }

#business-solutions #empowerment ul {
  margin: 72px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    #business-solutions #empowerment ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 600px) {
    #business-solutions #empowerment ul {
      margin-top: 48px; } }

#business-solutions #empowerment ul li {
  position: relative;
  width: calc((100% / 3) - (48px / 3));
  padding: 36px;
  margin: 0;
  border-radius: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  @media (max-width: 1024px) {
    #business-solutions #empowerment ul li {
      padding: 24px;
      border-radius: 24px; } }
  @media (max-width: 768px) {
    #business-solutions #empowerment ul li {
      width: 100%;
      margin-bottom: 24px; } }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:last-child {
    margin-bottom: 0; } }

#business-solutions #empowerment ul li:nth-child(1) {
  background-color: #e4e0ea; }
  #business-solutions #empowerment ul li:nth-child(1) h3 {
    color: #ae72b7; }

#business-solutions #empowerment ul li:nth-child(2) {
  background-color: #e8eef7; }
  #business-solutions #empowerment ul li:nth-child(2) h3 {
    color: #99acdd; }

#business-solutions #empowerment ul li:nth-child(3) {
  background-color: #d1eedf; }
  #business-solutions #empowerment ul li:nth-child(3) h3 {
    color: #4d8e6d; }

#business-solutions #empowerment ul li h3 {
  font-size: 80px;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    #business-solutions #empowerment ul li h3 {
      font-size: 60px; } }
  @media (max-width: 600px) {
    #business-solutions #empowerment ul li h3 {
      font-size: 40px; } }

#business-solutions #empowerment ul li img {
  position: absolute;
  top: 40%;
  left: 45%;
  width: 10%;
  -webkit-transition: opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 800ms cubic-bezier(0.76, 0, 0.24, 1), opacity 800ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 800ms cubic-bezier(0.76, 0, 0.24, 1), opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 0; }
  @media (max-width: 1023px) {
    #business-solutions #empowerment ul li img {
      top: 25%; } }
  @media (max-width: 768px) {
    #business-solutions #empowerment ul li img {
      width: 7%;
      top: 40%; } }

#business-solutions #empowerment ul li:nth-child(1):hover img:nth-of-type(1) {
  -webkit-transform: translateX(-350%) translateY(-50%);
          transform: translateX(-350%) translateY(-50%); }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:nth-child(1).icon-in img:nth-of-type(1) {
    -webkit-transform: translateX(-350%) translateY(-50%);
            transform: translateX(-350%) translateY(-50%); } }

#business-solutions #empowerment ul li:nth-child(1):hover img:nth-of-type(2) {
  -webkit-transform: translateX(350%) translateY(-85%);
          transform: translateX(350%) translateY(-85%); }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:nth-child(1).icon-in img:nth-of-type(2) {
    -webkit-transform: translateX(350%) translateY(-85%);
            transform: translateX(350%) translateY(-85%); } }

#business-solutions #empowerment ul li:nth-child(2):hover img:nth-of-type(1) {
  -webkit-transform: translateX(-350%) translateY(-50%);
          transform: translateX(-350%) translateY(-50%); }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:nth-child(2).icon-in img:nth-of-type(1) {
    -webkit-transform: translateX(-350%) translateY(-50%);
            transform: translateX(-350%) translateY(-50%); } }

#business-solutions #empowerment ul li:nth-child(2):hover img:nth-of-type(2) {
  -webkit-transform: translateX(350%) translateY(-85%);
          transform: translateX(350%) translateY(-85%); }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:nth-child(2).icon-in img:nth-of-type(2) {
    -webkit-transform: translateX(350%) translateY(-85%);
            transform: translateX(350%) translateY(-85%); } }

#business-solutions #empowerment ul li:nth-child(3):hover img:nth-of-type(1) {
  -webkit-transform: translateX(-350%) translateY(-85%);
          transform: translateX(-350%) translateY(-85%); }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:nth-child(3).icon-in img:nth-of-type(1) {
    -webkit-transform: translateX(-350%) translateY(-85%);
            transform: translateX(-350%) translateY(-85%); } }

#business-solutions #empowerment ul li:nth-child(3):hover img:nth-of-type(2) {
  -webkit-transform: translateX(350%) translateY(-70%);
          transform: translateX(350%) translateY(-70%); }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:nth-child(3).icon-in img:nth-of-type(2) {
    -webkit-transform: translateX(350%) translateY(-70%);
            transform: translateX(350%) translateY(-70%); } }

#business-solutions #empowerment ul li:nth-child(1):hover img:nth-of-type(1),
#business-solutions #empowerment ul li:nth-child(1):hover img:nth-of-type(2),
#business-solutions #empowerment ul li:nth-child(2):hover img:nth-of-type(1),
#business-solutions #empowerment ul li:nth-child(2):hover img:nth-of-type(2),
#business-solutions #empowerment ul li:nth-child(3):hover img:nth-of-type(1),
#business-solutions #empowerment ul li:nth-child(3):hover img:nth-of-type(2) {
  opacity: 1; }

@media (max-width: 768px) {
  #business-solutions #empowerment ul li:nth-child(1).icon-in img:nth-of-type(1),
  #business-solutions #empowerment ul li:nth-child(1).icon-in img:nth-of-type(2),
  #business-solutions #empowerment ul li:nth-child(2).icon-in img:nth-of-type(1),
  #business-solutions #empowerment ul li:nth-child(2).icon-in img:nth-of-type(2),
  #business-solutions #empowerment ul li:nth-child(3).icon-in img:nth-of-type(1),
  #business-solutions #empowerment ul li:nth-child(3).icon-in img:nth-of-type(2) {
    opacity: 1; } }

#business-solutions #organizations .c-marquee h3 {
  text-align: center;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto 72px; }
  @media (max-width: 600px) {
    #business-solutions #organizations .c-marquee h3 {
      margin: 0 auto 48px;
      padding: 0 25px; } }

@media (max-width: 1023px) {
  #business-solutions #organizations .bb {
    padding: 0; } }

#business-solutions #organizations .testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 96px 0 48px; }
  @media (max-width: 1023px) {
    #business-solutions #organizations .testimonials {
      padding: 0 50px 45px;
      margin-bottom: 0;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      #business-solutions #organizations .testimonials::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 600px) {
    #business-solutions #organizations .testimonials {
      padding: 0 25px 30px;
      margin-top: 48px; } }

#business-solutions #organizations .quote {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 60px;
  border-bottom-left-radius: 0;
  padding: 48px; }
  @media (max-width: 768px) {
    #business-solutions #organizations .quote {
      border-radius: 40px;
      border-bottom-left-radius: 0; } }
  @media (max-width: 600px) {
    #business-solutions #organizations .quote {
      border-radius: 24px;
      border-bottom-left-radius: 0;
      padding: 36px; } }

#business-solutions #organizations .quote:nth-child(1) {
  background-color: #e8eef7;
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  margin-right: 24px; }
  @media (max-width: 600px) {
    #business-solutions #organizations .quote:nth-child(1) {
      margin-right: 12px; } }

#business-solutions #organizations .quote:nth-child(2) {
  background-color: #d1eedf;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4; }

@media (max-width: 1023px) {
  #business-solutions #organizations .quote:nth-child(1),
  #business-solutions #organizations .quote:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 90%;
    max-width: 768px; } }

#business-solutions #organizations .quote blockquote {
  line-height: 1.3;
  margin: 0 0 24px; }

#business-solutions #organizations .quote h4 {
  margin-bottom: 8px;
  font-size: 28px; }
  @media (max-width: 600px) {
    #business-solutions #organizations .quote h4 {
      font-size: 24px; } }

#business-solutions #organizations .quote:nth-child(1) h4 {
  color: #99acdd; }

#business-solutions #organizations .quote:nth-child(2) h4 {
  color: #68b48e; }

#business-solutions #organizations .quote p {
  font-size: 16px; }
  @media (max-width: 600px) {
    #business-solutions #organizations .quote p {
      font-size: 14px; } }

#business-solutions #organizations .quote img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px; }
  @media (max-width: 1023px) {
    #business-solutions #organizations .quote img {
      width: auto;
      height: 45px; } }
  @media (max-width: 600px) {
    #business-solutions #organizations .quote img {
      height: 30px; } }

#business-solutions #return-on-investment .bb {
  text-align: center; }

#business-solutions #return-on-investment h2 {
  max-width: 1024px;
  margin: 0 auto 36px; }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment h2 {
      margin: 0 auto 24px; } }

#business-solutions #return-on-investment .swiper-container {
  padding: 0 50px;
  margin-top: 96px; }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment .swiper-container {
      padding: 0 25px;
      margin-top: 72px; } }

#business-solutions #return-on-investment .swiper-slide {
  height: auto; }

#business-solutions #return-on-investment .roi-card {
  background-color: #ffffff;
  color: #19253a;
  border-radius: 40px;
  height: 100%;
  padding: 48px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-box-shadow 250ms ease;
  transition: -webkit-box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease; }
  #business-solutions #return-on-investment .roi-card:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07); }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment .roi-card {
      padding: 36px 24px;
      border-radius: 24px; } }

#business-solutions #return-on-investment .roi-card h4 {
  margin-bottom: 18px; }

#business-solutions #return-on-investment .roi-card p {
  margin-bottom: 36px; }

#business-solutions #return-on-investment .roi-card a {
  text-decoration: none; }

#business-solutions #return-on-investment .promo {
  margin-top: 172px; }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment .promo {
      margin-top: 96px; } }

#business-solutions #return-on-investment .promo-card {
  background-image: url("../img/redesign/business-solutions-return-on-investment-bg.svg");
  background-size: cover;
  background-position: center center;
  border-radius: 50px;
  padding: 96px 72px 0; }
  @media (max-width: 1024px) {
    #business-solutions #return-on-investment .promo-card {
      padding: 72px 72px 0; } }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment .promo-card {
      background-image: url("../img/redesign/business-solutions-return-on-investment-bg-mobile.svg");
      border-radius: 40px;
      padding: 48px 24px 0; } }

#business-solutions #return-on-investment .promo-card h2 {
  font-size: 48px;
  letter-spacing: -0.01em;
  margin: 0 auto 12px; }
  @media (max-width: 1200px) {
    #business-solutions #return-on-investment .promo-card h2 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment .promo-card h2 {
      font-size: 24px; } }

#business-solutions #return-on-investment .promo-card p {
  margin-bottom: 24px; }

#business-solutions #return-on-investment .promo-card img {
  width: 100%; }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment .promo-card img {
      margin-top: 24px; } }

@media (max-width: 600px) {
  #business-solutions #return-on-investment .promo-card img.desktop {
    display: none; } }

#business-solutions #return-on-investment .promo-card img.mobile {
  display: none; }
  @media (max-width: 600px) {
    #business-solutions #return-on-investment .promo-card img.mobile {
      display: block; } }

#business-solutions #engagement, #business-solutions #empowerment, #business-solutions #organizations, #business-solutions #return-on-investment {
  padding: 124px 0; }
  @media (max-width: 600px) {
    #business-solutions #engagement, #business-solutions #empowerment, #business-solutions #organizations, #business-solutions #return-on-investment {
      padding: 72px 0; } }

#business-solutions #hero, #business-solutions #diversity, #business-solutions #empowerment, #business-solutions #return-on-investment {
  background-color: #f4f5f6; }

#business-solutions #engagement, #business-solutions #culture, #business-solutions #growth, #business-solutions #performance, #business-solutions #organizations {
  background-color: #ffffff; }

#business-solutions #diversity, #business-solutions #return-on-investment {
  overflow: hidden; }

#business-solutions #culture, #business-solutions #performance {
  padding: 0 0 124px; }
  @media (max-width: 600px) {
    #business-solutions #culture, #business-solutions #performance {
      padding: 0 0 72px; } }

#business-solutions #hero {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #business-solutions #hero {
      padding: 24px 0 72px; } }

#business-solutions #diversity {
  padding: 124px 0 0; }
  @media (max-width: 600px) {
    #business-solutions #diversity {
      padding: 72px 0 0; } }

#business-solutions #growth {
  padding: 248px 0; }
  @media (max-width: 1024px) {
    #business-solutions #growth {
      padding: 172px 0; } }
  @media (max-width: 600px) {
    #business-solutions #growth {
      padding: 124px 0; } }

#customers {
  background-color: #f4f5f6; }
  #customers #hero {
    position: relative;
    padding-top: 24px; }
    #customers #hero .bb {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 866px;
      gap: 70px; }
      @media (max-width: 1023px) {
        #customers #hero .bb {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (max-width: 600px) {
        #customers #hero .bb {
          min-height: 0 !important; } }
    #customers #hero .hero-background {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 1023px) {
        #customers #hero .hero-background {
          left: 0;
          -webkit-transform: scale(0.8) translateY(-35%);
                  transform: scale(0.8) translateY(-35%); } }
      @media (max-width: 600px) {
        #customers #hero .hero-background {
          -webkit-transform: scale(0.4) translateX(-55%) translateY(-80%);
                  transform: scale(0.4) translateX(-55%) translateY(-80%); } }
    #customers #hero .copy {
      width: 45%;
      max-width: 600px; }
      @media (max-width: 1023px) {
        #customers #hero .copy {
          width: auto;
          text-align: center; } }
    #customers #hero .body {
      color: #525c66; }
    #customers #hero .testimonials {
      width: 55%; }
      @media (max-width: 1023px) {
        #customers #hero .testimonials {
          width: auto; } }
    #customers #hero .rrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media (max-width: 600px) {
        #customers #hero .rrow {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #customers #hero .rrow.top {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 24px;
      gap: 24px; }
    #customers #hero .rrow.top > .figure {
      width: 50%; }
      @media (max-width: 600px) {
        #customers #hero .rrow.top > .figure {
          width: 100%; } }
    #customers #hero .rrow.top > .figure.figure-full {
      width: 100%; }
    #customers #hero .figure {
      position: relative;
      display: block;
      will-change: filter;
      -webkit-filter: drop-shadow(0px 32.4px 66.6px rgba(0, 0, 0, 0.07)) drop-shadow(0px 11.8265px 24.3101px rgba(0, 0, 0, 0.0482987)) drop-shadow(0px 5.74156px 11.8021px rgba(0, 0, 0, 0.0389404)) drop-shadow(0px 2.81462px 5.78561px rgba(0, 0, 0, 0.0310596)) drop-shadow(0px 1.11291px 2.28764px rgba(0, 0, 0, 0.0217013));
              filter: drop-shadow(0px 32.4px 66.6px rgba(0, 0, 0, 0.07)) drop-shadow(0px 11.8265px 24.3101px rgba(0, 0, 0, 0.0482987)) drop-shadow(0px 5.74156px 11.8021px rgba(0, 0, 0, 0.0389404)) drop-shadow(0px 2.81462px 5.78561px rgba(0, 0, 0, 0.0310596)) drop-shadow(0px 1.11291px 2.28764px rgba(0, 0, 0, 0.0217013)); }
    #customers #hero .rrow.bottom {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 600px) {
        #customers #hero .rrow.bottom {
          display: none; } }
    #customers #hero .tstack {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 50%; }
      @media (max-width: 600px) {
        #customers #hero .tstack {
          width: 100%;
          display: none; } }
    #customers #hero .rquote {
      padding: 0 0 50px 40px; }
      @media (max-width: 600px) {
        #customers #hero .rquote {
          display: none; } }
    #customers #hero .lquote {
      padding: 50px 50px 0 0; }
      @media (max-width: 600px) {
        #customers #hero .lquote {
          display: none; } }
    #customers #hero h1 {
      margin: 0 0 24px 0;
      font-size: 72px;
      letter-spacing: -0.02em; }
      @media (max-width: 1200px) {
        #customers #hero h1 {
          font-size: 60px; } }
      @media (max-width: 600px) {
        #customers #hero h1 {
          font-size: 40px; } }
    #customers #hero h1 p {
      font-size: inherit;
      line-height: inherit; }
    #customers #hero h1 strong {
      font-weight: inherit;
      color: #ae72b7; }
    #customers #hero .quote {
      position: relative;
      margin: 0;
      color: #525c66;
      background-color: #ffffff;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 72px 36px; }
      @media (max-width: 1200px) {
        #customers #hero .quote {
          padding: 36px 24px; } }
    #customers #hero .quote1 {
      border-radius: 60px;
      border-top-right-radius: 0; }
      @media (max-width: 1200px) {
        #customers #hero .quote1 {
          border-radius: 40px;
          border-top-right-radius: 0; } }
      @media (max-width: 600px) {
        #customers #hero .quote1 {
          border-radius: 24px;
          border-top-right-radius: 0; } }
    #customers #hero .figure1 svg {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: translateY(-29px) rotate(180deg);
              transform: translateY(-29px) rotate(180deg); }
    #customers #hero .figure3 svg {
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(29px);
              transform: translateY(29px); }
    #customers #hero .quote2 {
      border-radius: 60px; }
      @media (max-width: 1200px) {
        #customers #hero .quote2 {
          border-radius: 40px; } }
      @media (max-width: 600px) {
        #customers #hero .quote2 {
          border-radius: 24px; } }
    #customers #hero .quote3 {
      border-radius: 60px;
      border-bottom-left-radius: 0; }
      @media (max-width: 1200px) {
        #customers #hero .quote3 {
          border-radius: 40px;
          border-bottom-left-radius: 0; } }
      @media (max-width: 600px) {
        #customers #hero .quote3 {
          border-radius: 24px;
          border-bottom-left-radius: 0; } }
    #customers #hero .rrow.bottom .quote {
      max-width: 450px; }
      @media (max-width: 600px) {
        #customers #hero .rrow.bottom .quote {
          max-width: none; } }
    #customers #hero .quote blockquote {
      font-weight: 600; }
    #customers #hero .quote cite {
      font-size: 22px;
      font-style: normal;
      font-weight: 600; }
      @media (max-width: 1200px) {
        #customers #hero .quote cite {
          font-size: 18px; } }
    #customers #hero .quote p {
      font-size: 16px;
      margin-top: 4px; }
      @media (max-width: 1200px) {
        #customers #hero .quote p {
          font-size: 14px; } }
  #customers #objectives {
    padding: 124px 0 0 0; }
    #customers #objectives .bb {
      text-align: center; }
    #customers #objectives h2 {
      max-width: 1100px;
      margin: 0 auto 24px; }
    #customers #objectives .body {
      max-width: 720px;
      margin: 0 auto; }
    #customers #objectives div.company-logos-wrapper {
      max-width: 1400px;
      overflow: hidden;
      margin: 144px auto; }
      @media (max-width: 600px) {
        #customers #objectives div.company-logos-wrapper {
          margin: 72px auto 0 auto; } }
    #customers #objectives ul.company-logos {
      display: grid;
      width: calc(100% + 1px);
      padding: 0;
      gap: 0;
      -webkit-column-gap: 1px;
         -moz-column-gap: 1px;
              column-gap: 1px;
      list-style: none;
      grid-template-columns: repeat(6, 1fr); }
      @media (max-width: 1200px) {
        #customers #objectives ul.company-logos {
          grid-template-columns: repeat(5, 1fr); } }
      @media (max-width: 1024px) {
        #customers #objectives ul.company-logos {
          grid-template-columns: repeat(4, 1fr); } }
      @media (max-width: 768px) {
        #customers #objectives ul.company-logos {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 600px) {
        #customers #objectives ul.company-logos {
          grid-template-columns: repeat(2, 1fr); } }
    #customers #objectives ul.company-logos li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-right: 1px solid #e4e0ea;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      padding: 0 24px;
      height: 80px;
      width: 100%; }
    #customers #objectives ul.company-logos img {
      max-width: 100%;
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    #customers #objectives ul.results {
      margin: 72px 0 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 768px) {
        #customers #objectives ul.results {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 600px) {
        #customers #objectives ul.results {
          margin-top: 48px; } }
    #customers #objectives ul.results li {
      position: relative;
      width: calc((100% / 3) - (48px / 3));
      padding: 36px;
      margin: 0;
      min-height: 250px;
      color: #ffffff;
      border-radius: 40px;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      @media (max-width: 1024px) {
        #customers #objectives ul.results li {
          padding: 24px;
          border-radius: 24px; } }
      @media (max-width: 768px) {
        #customers #objectives ul.results li {
          min-height: auto;
          width: 100%;
          margin-bottom: 24px; } }
    @media (max-width: 768px) {
      #customers #objectives ul li:last-child {
        margin-bottom: 0; } }
    #customers #objectives ul.results li h3 {
      font-size: 80px;
      margin-bottom: 20px; }
      @media (max-width: 1200px) {
        #customers #objectives ul.results li h3 {
          font-size: 60px; } }
      @media (max-width: 600px) {
        #customers #objectives ul.results li h3 {
          font-size: 40px; } }
    #customers #objectives ul.results li p {
      margin: auto;
      max-width: 325px; }
    #customers #objectives ul.results li img {
      position: absolute;
      top: 40%;
      left: 45%;
      width: 10%;
      -webkit-transition: opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
      transition: opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
      transition: transform 800ms cubic-bezier(0.76, 0, 0.24, 1), opacity 800ms cubic-bezier(0.76, 0, 0.24, 1);
      transition: transform 800ms cubic-bezier(0.76, 0, 0.24, 1), opacity 800ms cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 800ms cubic-bezier(0.76, 0, 0.24, 1);
      opacity: 0; }
      @media (max-width: 1023px) {
        #customers #objectives ul.results li img {
          top: 25%; } }
      @media (max-width: 768px) {
        #customers #objectives ul.results li img {
          width: 7%;
          top: 40%; } }
    #customers #objectives ul.results li:nth-child(1):hover img:nth-of-type(1) {
      -webkit-transform: translateX(-350%) translateY(-50%);
              transform: translateX(-350%) translateY(-50%); }
    @media (max-width: 768px) {
      #customers #objectives ul.results li:nth-child(1).icon-in img:nth-of-type(1) {
        -webkit-transform: translateX(-350%) translateY(-50%);
                transform: translateX(-350%) translateY(-50%); } }
    #customers #objectives ul.results li:nth-child(1):hover img:nth-of-type(2) {
      -webkit-transform: translateX(350%) translateY(-85%);
              transform: translateX(350%) translateY(-85%); }
    @media (max-width: 768px) {
      #customers #objectives ul.results li:nth-child(1).icon-in img:nth-of-type(2) {
        -webkit-transform: translateX(350%) translateY(-85%);
                transform: translateX(350%) translateY(-85%); } }
    #customers #objectives ul.results li:nth-child(2):hover img:nth-of-type(1) {
      -webkit-transform: translateX(-350%) translateY(-50%);
              transform: translateX(-350%) translateY(-50%); }
    @media (max-width: 768px) {
      #customers #objectives ul.results li:nth-child(2).icon-in img:nth-of-type(1) {
        -webkit-transform: translateX(-350%) translateY(-50%);
                transform: translateX(-350%) translateY(-50%); } }
    #customers #objectives ul.results li:nth-child(2):hover img:nth-of-type(2) {
      -webkit-transform: translateX(350%) translateY(-85%);
              transform: translateX(350%) translateY(-85%); }
    @media (max-width: 768px) {
      #customers #objectives ul.results li:nth-child(2).icon-in img:nth-of-type(2) {
        -webkit-transform: translateX(350%) translateY(-85%);
                transform: translateX(350%) translateY(-85%); } }
    #customers #objectives ul.results li:nth-child(3):hover img:nth-of-type(1) {
      -webkit-transform: translateX(-350%) translateY(-85%);
              transform: translateX(-350%) translateY(-85%); }
    @media (max-width: 768px) {
      #customers #objectives ul.results li:nth-child(3).icon-in img:nth-of-type(1) {
        -webkit-transform: translateX(-350%) translateY(-85%);
                transform: translateX(-350%) translateY(-85%); } }
    #customers #objectives ul.results li:nth-child(3):hover img:nth-of-type(2) {
      -webkit-transform: translateX(350%) translateY(-70%);
              transform: translateX(350%) translateY(-70%); }
    @media (max-width: 768px) {
      #customers #objectives ul.results li:nth-child(3).icon-in img:nth-of-type(2) {
        -webkit-transform: translateX(350%) translateY(-70%);
                transform: translateX(350%) translateY(-70%); } }
    #customers #objectives ul.results li:nth-child(1):hover img:nth-of-type(1),
    #customers #objectives ul.results li:nth-child(1):hover img:nth-of-type(2),
    #customers #objectives ul.results li:nth-child(2):hover img:nth-of-type(1),
    #customers #objectives ul.results li:nth-child(2):hover img:nth-of-type(2),
    #customers #objectives ul.results li:nth-child(3):hover img:nth-of-type(1),
    #customers #objectives ul.results li:nth-child(3):hover img:nth-of-type(2) {
      opacity: 1; }
    @media (max-width: 768px) {
      #customers #objectives ul.results li:nth-child(1).icon-in img:nth-of-type(1),
      #customers #objectives ul.results li:nth-child(1).icon-in img:nth-of-type(2),
      #customers #objectives ul.results li:nth-child(2).icon-in img:nth-of-type(1),
      #customers #objectives ul.results li:nth-child(2).icon-in img:nth-of-type(2),
      #customers #objectives ul.results li:nth-child(3).icon-in img:nth-of-type(1),
      #customers #objectives ul.results li:nth-child(3).icon-in img:nth-of-type(2) {
        opacity: 1; } }
    @media (max-width: 600px) {
      #customers #objectives {
        padding: 72px 0 36px 0; } }
  #customers #case-studies {
    background-color: #f4f5f6;
    padding: 0; }
    #customers #case-studies .bb {
      text-align: center;
      max-width: none; }
    #customers #case-studies .more-button {
      margin: 0 auto;
      text-align: center;
      display: block; }
    #customers #case-studies .bb:nth-child(1),
    #customers #case-studies .bb:nth-child(2) {
      background-color: #ffffff; }
    #customers #case-studies .cs-side-by-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 124px 50px;
      max-width: 1440px;
      margin: 0 auto; }
      @media (max-width: 1023px) {
        #customers #case-studies .cs-side-by-side {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 48px; } }
      @media (max-width: 600px) {
        #customers #case-studies .cs-side-by-side {
          padding: 72px 25px;
          gap: 60px; } }
    #customers #case-studies .bb:nth-child(odd) .cs-side-by-side {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 1023px) {
        #customers #case-studies .bb:nth-child(odd) .cs-side-by-side {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 48px; } }
      @media (max-width: 600px) {
        #customers #case-studies .bb:nth-child(odd) .cs-side-by-side {
          gap: 60px; } }
    #customers #case-studies .cs-side-by-side .cs-logo-copy {
      text-align: left;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 10% 0 0; }
      @media (max-width: 1023px) {
        #customers #case-studies .cs-side-by-side .cs-logo-copy {
          text-align: center; } }
    #customers #case-studies .bb:nth-child(odd) .cs-side-by-side .cs-logo-copy {
      padding: 0 0 0 10%; }
    @media (max-width: 1023px) {
      #customers #case-studies .cs-side-by-side .cs-logo-copy,
      #customers #case-studies .bb:nth-child(odd) .cs-side-by-side .cs-logo-copy {
        padding: 0; } }
    #customers #case-studies .cs-side-by-side .cs-logo-copy img {
      max-width: 210px;
      max-height: 100%; }
      @media (max-width: 600px) {
        #customers #case-studies .cs-side-by-side .cs-logo-copy img {
          max-width: 140px; } }
    #customers #case-studies .cs-logo-copy h2,
    #customers #case-studies .cs-logo-copy p {
      margin: 8px 0 24px; }
      @media (max-width: 600px) {
        #customers #case-studies .cs-logo-copy h2,
        #customers #case-studies .cs-logo-copy p {
          margin: 8px 0 18px; } }
    #customers #case-studies .cs-side-by-side.highlighted {
      background-image: url("../img/redesign/business-solutions-performance-bg.svg");
      background-size: cover;
      background-position: center center;
      background-color: #ae72b7;
      padding: 96px 72px;
      border-radius: 50px;
      margin: 124px auto; }
      @media (max-width: 1024px) {
        #customers #case-studies .cs-side-by-side.highlighted {
          padding: 72px; } }
      @media (max-width: 600px) {
        #customers #case-studies .cs-side-by-side.highlighted {
          background-image: url("../img/redesign/business-solutions-performance-bg-mobile.svg");
          margin: 72px auto;
          padding: 48px 24px 72px;
          border-radius: 40px; } }
    #customers #case-studies .cs-side-by-side.highlighted h2,
    #customers #case-studies .cs-side-by-side.highlighted p {
      color: #f4f5f6; }
    #customers #case-studies .cs-side-by-side.highlighted .cs-logo-copy {
      padding: 0 7% 0 0; }
      @media (max-width: 1023px) {
        #customers #case-studies .cs-side-by-side.highlighted .cs-logo-copy {
          padding: 0; } }
    #customers #case-studies .bb:nth-child(odd) .cs-side-by-side.highlighted .cs-logo-copy {
      padding: 0 0 0 7%; }
      @media (max-width: 1023px) {
        #customers #case-studies .bb:nth-child(odd) .cs-side-by-side.highlighted .cs-logo-copy {
          padding: 0; } }
    #customers #case-studies .cs-side-by-side .cs-image {
      width: 50%; }
      @media (max-width: 1023px) {
        #customers #case-studies .cs-side-by-side .cs-image {
          width: 100%; } }
    #customers #case-studies .cs-side-by-side .cs-inner-image {
      width: 100%;
      height: auto;
      aspect-ratio: 746 / 549;
      background-size: cover;
      background-position: center center;
      border-radius: 24px; }
      @media (max-width: 600px) {
        #customers #case-studies .cs-side-by-side .cs-inner-image {
          border-radius: 16px; } }
  #customers #contact {
    background-color: #f4f5f6;
    padding: 124px 0; }
    #customers #contact .bb {
      text-align: center; }
    #customers #contact .promo-card {
      background-image: url("../img/redesign/customers-contact-cta-bg.svg");
      background-size: cover;
      background-position: center center;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 700px;
      border-radius: 50px;
      padding: 96px 72px 0; }
      @media (max-width: 1024px) {
        #customers #contact .promo-card {
          padding: 72px 72px 0; } }
      @media (max-width: 600px) {
        #customers #contact .promo-card {
          min-height: 570px;
          background-image: url("../img/redesign/customers-contact-cta-bg-mobile.svg");
          border-radius: 40px;
          padding: 48px 24px 0; } }
    #customers #contact .promo-card .copy {
      grid-column: 1;
      grid-row: 1;
      margin-top: -96px; }
      @media (max-width: 1024px) {
        #customers #contact .promo-card .copy {
          margin-top: 0; } }
    #customers #contact .promo-card h2 {
      font-size: 80px;
      max-width: 900px;
      margin: 0 auto 12px; }
      @media (max-width: 1200px) {
        #customers #contact .promo-card h2 {
          font-size: 60px; } }
      @media (max-width: 767px) {
        #customers #contact .promo-card h2 {
          font-size: 40px; } }
      @media (max-width: 600px) {
        #customers #contact .promo-card h2 {
          font-size: 28px; } }
    #customers #contact .promo-card p {
      margin-bottom: 24px; }
    #customers #contact .promo-card img {
      grid-column: 1;
      grid-row: 1;
      width: 100%;
      pointer-events: none; }
      @media (max-width: 1024px) {
        #customers #contact .promo-card img {
          grid-row: 2;
          margin-top: -72px; } }
      @media (max-width: 600px) {
        #customers #contact .promo-card img {
          margin-top: -72px; } }
    @media (max-width: 600px) {
      #customers #contact .promo-card img.desktop {
        display: none; } }
    #customers #contact .promo-card img.mobile {
      display: none; }
      @media (max-width: 600px) {
        #customers #contact .promo-card img.mobile {
          display: block; } }
    @media (max-width: 600px) {
      #customers #contact {
        padding: 72px 0; } }

#blog-list #featured {
  background-color: #f4f5f6;
  position: relative; }
  #blog-list #featured .bb {
    text-align: center; }
  #blog-list #featured .f-side-by-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0 124px 0; }
    @media (max-width: 1023px) {
      #blog-list #featured .f-side-by-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 48px; } }
    @media (max-width: 600px) {
      #blog-list #featured .f-side-by-side {
        padding: 24px 0 72px 0;
        gap: 36px; } }
  #blog-list #featured .f-side-by-side .f-copy {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10% 0 0; }
    @media (max-width: 1023px) {
      #blog-list #featured .f-side-by-side .f-copy {
        text-align: center; } }
  @media (max-width: 1023px) {
    #blog-list #featured .f-side-by-side .f-copy {
      padding: 0; } }
  #blog-list #featured .f-side-by-side .f-copy img {
    max-width: 210px;
    max-height: 100%; }
    @media (max-width: 600px) {
      #blog-list #featured .f-side-by-side .f-copy img {
        max-width: 140px; } }
  #blog-list #featured .f-copy h2 {
    font-size: 72px;
    letter-spacing: -0.02em; }
    @media (max-width: 1200px) {
      #blog-list #featured .f-copy h2 {
        font-size: 60px; } }
    @media (max-width: 600px) {
      #blog-list #featured .f-copy h2 {
        font-size: 40px; } }
  #blog-list #featured .f-copy h2,
  #blog-list #featured .f-copy p {
    margin: 8px 0 24px; }
    @media (max-width: 600px) {
      #blog-list #featured .f-copy h2,
      #blog-list #featured .f-copy p {
        margin: 8px 0 18px; } }
  #blog-list #featured .f-copy p {
    color: #525c66; }
  #blog-list #featured .f-side-by-side .f-image {
    width: 50%; }
    @media (max-width: 1023px) {
      #blog-list #featured .f-side-by-side .f-image {
        width: 100%; } }
  #blog-list #featured .f-side-by-side .f-inner-image {
    width: 100%;
    height: auto;
    aspect-ratio: 748 / 620;
    background-size: cover;
    background-position: center center;
    border-radius: 24px; }
    @media (max-width: 600px) {
      #blog-list #featured .f-side-by-side .f-inner-image {
        border-radius: 16px; } }

#blog-list #subscribe {
  background-color: #ffffff;
  /* Animations */
  position: relative; }
  #blog-list #subscribe .subscribe-copy {
    margin-top: 124px; }
    @media (max-width: 600px) {
      #blog-list #subscribe .subscribe-copy {
        margin-top: 72px; } }
  #blog-list #subscribe .subscribe-copy h2 {
    text-align: center; }
  #blog-list #subscribe .subscribe-form form {
    margin: 80px auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 600px) {
      #blog-list #subscribe .subscribe-form form {
        margin: 40px auto 0 auto; } }
  #blog-list #subscribe .illustrations {
    display: grid;
    width: 111.904762%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 148px; }
    @media (max-width: 1024px) {
      #blog-list #subscribe .illustrations {
        gap: 8px; } }
    @media (max-width: 767px) {
      #blog-list #subscribe .illustrations {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) {
      #blog-list #subscribe .illustrations {
        margin-top: 96px; } }
  #blog-list #subscribe .illustration {
    height: 15vw;
    width: 100%; }
    @media (max-width: 767px) {
      #blog-list #subscribe .illustration {
        height: 35vw; } }
  #blog-list #subscribe .bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.2);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 600px) {
      #blog-list #subscribe .bg {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; } }
  #blog-list #subscribe .bg svg,
  #blog-list #subscribe .bg img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    #blog-list #subscribe .illustration:nth-child(3),
    #blog-list #subscribe .illustration:nth-child(4) {
      display: none; } }
  #blog-list #subscribe .illustration:nth-child(1) .bg {
    border-top-left-radius: 0;
    background-color: #decddf;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #blog-list #subscribe .illustration:nth-child(2) .bg {
    background-color: #fee6b4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      #blog-list #subscribe .illustration:nth-child(2) .bg {
        border-top-right-radius: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  #blog-list #subscribe .illustration:nth-child(3) .bg {
    background-color: #b9c8ea;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #blog-list #subscribe .illustration:nth-child(4) .bg {
    border-top-right-radius: 0;
    background-color: #a0debd;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #blog-list #subscribe .pencil {
    position: relative;
    -webkit-animation: pencil 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
            animation: pencil 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    -webkit-transform-origin: 55% 86%;
            transform-origin: 55% 86%; }
  #blog-list #subscribe .arm {
    position: relative;
    -webkit-animation: arm 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
            animation: arm 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }
  #blog-list #subscribe .cactus1 {
    opacity: 1;
    position: relative;
    -webkit-animation: cactus1 3600ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
            animation: cactus1 3600ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    -webkit-transform-origin: 20% 70%;
            transform-origin: 20% 70%; }

@-webkit-keyframes arm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes arm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes pencil {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(4px) translateY(0px) rotate(-7deg);
            transform: translateX(4px) translateY(0px) rotate(-7deg); }
  50% {
    -webkit-transform: translateX(4px) translateY(0px) rotate(-7deg);
            transform: translateX(4px) translateY(0px) rotate(-7deg); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes pencil {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  35% {
    -webkit-transform: translateX(4px) translateY(0px) rotate(-7deg);
            transform: translateX(4px) translateY(0px) rotate(-7deg); }
  50% {
    -webkit-transform: translateX(4px) translateY(0px) rotate(-7deg);
            transform: translateX(4px) translateY(0px) rotate(-7deg); }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes cactus1 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  35% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  65% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

@keyframes cactus1 {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  35% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  65% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

#blog-list #latest {
  background-color: #ffffff;
  position: relative;
  padding: 160px 0; }
  #blog-list #latest .bb {
    text-align: center; }
  #blog-list #latest .bb > h2 {
    margin-bottom: 80px; }
    @media (max-width: 600px) {
      #blog-list #latest .bb > h2 {
        margin-bottom: 60px; } }
  #blog-list #latest .blog-tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 80px 24px;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 1023px) {
      #blog-list #latest .blog-tiles {
        grid-template-columns: 1fr; } }
    @media (max-width: 600px) {
      #blog-list #latest .blog-tiles {
        gap: 36px; } }
  #blog-list #latest li {
    margin: 0; }
  @media (max-width: 600px) {
    #blog-list #latest {
      padding: 80px 0; } }

#blog-list #blog-grid {
  background-color: #f4f5f6;
  position: relative;
  padding: 160px 0; }
  #blog-list #blog-grid .bb {
    text-align: center; }
  #blog-list #blog-grid .bb > h2 {
    margin-bottom: 80px; }
    @media (max-width: 600px) {
      #blog-list #blog-grid .bb > h2 {
        margin-bottom: 60px; } }
  #blog-list #blog-grid #blog-list__filter-bar {
    margin: 120px auto 80px auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px; }
    @media (max-width: 1023px) {
      #blog-list #blog-grid #blog-list__filter-bar {
        margin: 80px auto 60px auto;
        gap: 20px; } }
    @media (max-width: 600px) {
      #blog-list #blog-grid #blog-list__filter-bar {
        margin: 40px auto 40px auto;
        gap: 16px; } }
  #blog-list #blog-grid .blog-tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 80px 24px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 1200px) {
      #blog-list #blog-grid .blog-tiles {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 1023px) {
      #blog-list #blog-grid .blog-tiles {
        grid-template-columns: 1fr; } }
    @media (max-width: 600px) {
      #blog-list #blog-grid .blog-tiles {
        gap: 36px; } }
  #blog-list #blog-grid li {
    margin: 0; }
  #blog-list #blog-grid .blog-card {
    background-color: #ffffff; }
  #blog-list #blog-grid .blog-card img {
    aspect-ratio: 491 / 279; }
    @media (max-width: 600px) {
      #blog-list #blog-grid .blog-card img {
        aspect-ratio: 366 / 218; } }
  @media (max-width: 600px) {
    #blog-list #blog-grid {
      padding: 80px 0; } }

#blog-list #final-cta {
  background-color: #f4f5f6;
  position: relative;
  padding: 80px 0 160px 0; }
  #blog-list #final-cta .bb {
    text-align: center; }
  #blog-list #final-cta .promo {
    position: relative;
    z-index: 5;
    text-align: left;
    padding: 96px 72px;
    min-height: 770px;
    background-image: url("../img/redesign/business-solutions-return-on-investment-bg.svg");
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      #blog-list #final-cta .promo {
        padding: 72px 48px; } }
    @media (max-width: 768px) {
      #blog-list #final-cta .promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 96px; } }
    @media (max-width: 600px) {
      #blog-list #final-cta .promo {
        padding: 48px 24px; } }
  #blog-list #final-cta .promo .copy {
    width: 50%;
    padding-right: 48px; }
    @media (max-width: 1023px) {
      #blog-list #final-cta .promo .copy {
        padding-right: 24px; } }
    @media (max-width: 768px) {
      #blog-list #final-cta .promo .copy {
        text-align: center;
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px; } }
  #blog-list #final-cta .promo h2 {
    font-size: 80px;
    letter-spacing: -0.02em;
    max-width: 540px;
    margin-bottom: 12px; }
    @media (max-width: 1200px) {
      #blog-list #final-cta .promo h2 {
        font-size: 60px; } }
    @media (max-width: 1023px) {
      #blog-list #final-cta .promo h2 {
        font-size: 40px; } }
  #blog-list #final-cta .promo p {
    margin-bottom: 24px;
    color: #525c66; }
  #blog-list #final-cta .promo img {
    width: 50%;
    max-width: 610px; }
    @media (max-width: 768px) {
      #blog-list #final-cta .promo img {
        width: 100%; } }
  #blog-list #final-cta .promo a {
    text-decoration: none; }
  @media (max-width: 600px) {
    #blog-list #final-cta {
      padding: 40px 0 80px 0; } }

#blog-detail #blog-grid {
  background-color: #f4f5f6;
  position: relative;
  padding: 160px 0; }
  #blog-detail #blog-grid .bb {
    text-align: center; }
  #blog-detail #blog-grid .bb > h2 {
    margin-bottom: 80px; }
    @media (max-width: 600px) {
      #blog-detail #blog-grid .bb > h2 {
        margin-bottom: 60px; } }
  #blog-detail #blog-grid #blog-list__filter-bar {
    margin: 120px auto 80px auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px; }
    @media (max-width: 1023px) {
      #blog-detail #blog-grid #blog-list__filter-bar {
        margin: 80px auto 60px auto;
        gap: 20px; } }
    @media (max-width: 600px) {
      #blog-detail #blog-grid #blog-list__filter-bar {
        margin: 40px auto 40px auto;
        gap: 16px; } }
  #blog-detail #blog-grid .blog-tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 80px 24px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 1200px) {
      #blog-detail #blog-grid .blog-tiles {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 1023px) {
      #blog-detail #blog-grid .blog-tiles {
        grid-template-columns: 1fr; } }
    @media (max-width: 600px) {
      #blog-detail #blog-grid .blog-tiles {
        gap: 36px; } }
  #blog-detail #blog-grid li {
    margin: 0; }
  #blog-detail #blog-grid .blog-card {
    background-color: #ffffff; }
  #blog-detail #blog-grid .blog-card img {
    aspect-ratio: 491 / 279; }
    @media (max-width: 600px) {
      #blog-detail #blog-grid .blog-card img {
        aspect-ratio: 366 / 218; } }
  @media (max-width: 600px) {
    #blog-detail #blog-grid {
      padding: 80px 0; } }

#blog-detail #partner {
  background-color: #f4f5f6;
  position: relative;
  padding: 40px 0 160px 0; }
  #blog-detail #partner .bb {
    position: relative;
    text-align: center;
    z-index: 1; }
  #blog-detail #partner .promo-card {
    background-image: url("../img/redesign/blog-partner-cta-bg.svg");
    background-size: cover;
    background-position: center center;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 790px;
    border-radius: 50px;
    padding: 70px; }
    @media (max-width: 1024px) {
      #blog-detail #partner .promo-card {
        min-height: 680px; } }
    @media (max-width: 600px) {
      #blog-detail #partner .promo-card {
        min-height: 570px;
        background-image: url("../img/redesign/blog-partner-cta-bg-mobile.svg");
        border-radius: 40px;
        padding: 48px 24px; } }
  #blog-detail #partner .promo-card .copy {
    grid-column: 1;
    grid-row: 1;
    margin-top: 7%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    align-self: flex-start; }
  #blog-detail #partner .promo-card h2 {
    font-size: 80px;
    color: #f4f5f6;
    max-width: 900px;
    margin: 0 auto 20px; }
    @media (max-width: 1024px) {
      #blog-detail #partner .promo-card h2 {
        font-size: 60px; } }
    @media (max-width: 600px) {
      #blog-detail #partner .promo-card h2 {
        font-size: 28px; } }
  #blog-detail #partner .promo-card p {
    color: #f4f5f6;
    margin-bottom: 24px; }
  #blog-detail #partner .promo-card img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    pointer-events: none;
    align-self: flex-end;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1024px) {
      #blog-detail #partner .promo-card img {
        grid-row: 2; } }
  @media (max-width: 1024px) {
    #blog-detail #partner .promo-card img.desktop {
      display: none; } }
  #blog-detail #partner .promo-card img.mobile {
    display: none; }
    @media (max-width: 1024px) {
      #blog-detail #partner .promo-card img.mobile {
        display: block; } }
  @media (max-width: 600px) {
    #blog-detail #partner {
      padding: 0 0 60px 0; } }

#blog-detail #partner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #ffffff; }

#education #featured {
  background-color: #f4f5f6;
  position: relative;
  padding: 70px 0 30px 0; }
  #education #featured .bb {
    text-align: center;
    max-width: 1360px; }
  #education #featured .c-tag {
    margin-bottom: 12px; }
  #education #featured .bb > .heading1 {
    margin: 0 auto 24px;
    max-width: 1260px; }
  #education #featured .bb > p {
    margin: 0 auto 24px;
    max-width: 750px;
    color: #525c66; }
  #education #featured .bb > .featured-image {
    margin: 80px auto 0 auto;
    border-radius: 40px;
    aspect-ratio: 1260 / 605;
    overflow: hidden; }
    @media (max-width: 600px) {
      #education #featured .bb > .featured-image {
        margin: 60px auto 0 auto;
        border-radius: 24px;
        aspect-ratio: 366 / 304; } }
  #education #featured .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 600px) {
    #education #featured {
      padding: 40px 0; } }

#education #blog-grid {
  background-color: #f4f5f6;
  padding: 160px 0; }
  #education #blog-grid .bb {
    text-align: center; }
  #education #blog-grid .bb > h2 {
    margin-bottom: 80px; }
    @media (max-width: 600px) {
      #education #blog-grid .bb > h2 {
        margin-bottom: 60px; } }
  #education #blog-grid #blog-list__filter-bar {
    margin: 120px auto 80px auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px; }
    @media (max-width: 1023px) {
      #education #blog-grid #blog-list__filter-bar {
        margin: 80px auto 60px auto;
        gap: 20px; } }
    @media (max-width: 600px) {
      #education #blog-grid #blog-list__filter-bar {
        margin: 40px auto 40px auto;
        gap: 16px; } }
  #education #blog-grid .blog-tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 80px 24px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 1200px) {
      #education #blog-grid .blog-tiles {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 1023px) {
      #education #blog-grid .blog-tiles {
        grid-template-columns: 1fr; } }
    @media (max-width: 600px) {
      #education #blog-grid .blog-tiles {
        gap: 36px; } }
  #education #blog-grid li {
    margin: 0; }
  #education #blog-grid .blog-card {
    background-color: #ffffff; }
  #education #blog-grid .blog-card img {
    aspect-ratio: 491 / 279; }
    @media (max-width: 600px) {
      #education #blog-grid .blog-card img {
        aspect-ratio: 366 / 218; } }
  @media (max-width: 600px) {
    #education #blog-grid {
      padding: 80px 0; } }

#education #demo-cta {
  background-color: #f4f5f6;
  position: relative;
  padding: 0 0 160px 0; }
  #education #demo-cta .bb {
    text-align: center;
    max-width: 1620px; }
  #education #demo-cta .promo {
    position: relative;
    z-index: 5;
    text-align: left;
    padding: 96px 72px;
    min-height: 770px;
    background-image: url("../img/redesign/education-demo-cta-bg.svg");
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    color: #f4f5f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      #education #demo-cta .promo {
        padding: 72px 48px; } }
    @media (max-width: 768px) {
      #education #demo-cta .promo {
        min-height: 640px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 96px; } }
    @media (max-width: 600px) {
      #education #demo-cta .promo {
        background-image: url("../img/redesign/education-demo-cta-bg-mobile.svg");
        padding: 48px 24px; } }
  #education #demo-cta .promo .copy {
    width: 45%;
    padding-left: 48px; }
    @media (max-width: 1023px) {
      #education #demo-cta .promo .copy {
        padding-left: 24px; } }
    @media (max-width: 768px) {
      #education #demo-cta .promo .copy {
        text-align: center;
        width: 100%;
        padding-left: 0;
        margin-bottom: 48px; } }
  #education #demo-cta .promo h2 {
    font-size: 80px;
    letter-spacing: -0.02em;
    margin-bottom: 12px; }
    @media (max-width: 1200px) {
      #education #demo-cta .promo h2 {
        font-size: 60px; } }
    @media (max-width: 1023px) {
      #education #demo-cta .promo h2 {
        font-size: 40px; } }
  #education #demo-cta .promo p {
    margin-bottom: 24px; }
  #education #demo-cta .promo img {
    width: 55%;
    max-width: 670px; }
    @media (max-width: 768px) {
      #education #demo-cta .promo img {
        width: 100%; } }
  #education #demo-cta .promo a {
    text-decoration: none; }
  @media (max-width: 600px) {
    #education #demo-cta {
      padding: 5px 0 60px 0; } }

#education #demo-cta::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #ffffff; }

#about-us #careers {
  background-color: #f4f5f6;
  position: relative;
  padding: 70px 0; }
  #about-us #careers .bb {
    text-align: center; }
  #about-us #careers .c-tag {
    margin-bottom: 12px; }
  #about-us #careers .bb > .heading1 {
    margin: 0 auto 24px;
    max-width: 960px; }
  #about-us #careers .bb > h2 strong:nth-child(odd) {
    font-weight: inherit;
    color: #4d8e6d; }
  #about-us #careers .bb > h2 strong:nth-child(even) {
    font-weight: inherit;
    color: #efb341; }
  #about-us #careers .bb > p {
    margin: 0 auto 24px;
    max-width: 750px;
    color: #525c66; }
  #about-us #careers .bb > .featured-image {
    position: relative;
    z-index: 1;
    margin: 80px auto 0 auto;
    border-radius: 40px;
    aspect-ratio: 1520 / 618;
    overflow: hidden; }
    @media (max-width: 600px) {
      #about-us #careers .bb > .featured-image {
        margin: 60px auto 0 auto;
        border-radius: 24px;
        aspect-ratio: 366 / 304; } }
  #about-us #careers .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 600px) {
    #about-us #careers {
      padding: 40px 0; } }

#about-us #careers::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff; }

#about-us #mission {
  background-color: #ffffff;
  position: relative;
  padding: 70px 0; }
  #about-us #mission .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      #about-us #mission .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0; } }
    @media (max-width: 600px) {
      #about-us #mission .content {
        padding: 0 25px; } }
  #about-us #mission .copy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px; }
    @media (max-width: 1023px) {
      #about-us #mission .copy {
        padding-right: 0; } }
  #about-us #mission .c-tagged-copy h2 {
    max-width: 500px; }
  #about-us #mission .image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      #about-us #mission .image {
        width: 70%;
        margin-top: 72px; } }
    @media (max-width: 600px) {
      #about-us #mission .image {
        width: 100%;
        margin-top: 45px; } }
  #about-us #mission .image img {
    width: 100%;
    height: auto; }
  @media (max-width: 600px) {
    #about-us #mission {
      padding: 40px 0; } }

#about-us #testimonials {
  background-color: #f4f5f6;
  position: relative;
  padding: 124px 0; }
  #about-us #testimonials .bb > h2,
  #about-us #testimonials .bb > p {
    text-align: center;
    max-width: 750px;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      #about-us #testimonials .bb > h2,
      #about-us #testimonials .bb > p {
        max-width: 650px; } }
  #about-us #testimonials .bb > h2 {
    margin-bottom: 24px; }
  #about-us #testimonials .bb > p {
    margin-bottom: 48px; }
  #about-us #testimonials .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      #about-us #testimonials .testimonials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  #about-us #testimonials .controls {
    margin-right: 24px; }
    @media (max-width: 768px) {
      #about-us #testimonials .controls {
        margin-right: 0;
        margin-top: 96px; } }
    @media (max-width: 600px) {
      #about-us #testimonials .controls {
        margin-top: 72px; } }
  #about-us #testimonials .controls .image {
    width: 200px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    border-radius: 24px; }
    @media (max-width: 600px) {
      #about-us #testimonials .controls .image {
        width: 140px;
        height: 175px; } }
  #about-us #testimonials .controls .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 24px; }
    @media (max-width: 768px) {
      #about-us #testimonials .controls .arrows {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #about-us #testimonials .controls .arrows button {
    background: #19253a;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background 250ms ease;
    transition: background 250ms ease; }
    #about-us #testimonials .controls .arrows button:hover {
      background: #ae72b7; }
  #about-us #testimonials .controls .arrows .prev {
    margin-right: 12px; }
  #about-us #testimonials .controls .arrows .next {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  #about-us #testimonials .controls .arrows img {
    width: 50%; }
  #about-us #testimonials .quote {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #e4e0ea;
    border-radius: 80px;
    border-bottom-left-radius: 0;
    padding: 96px 72px;
    margin-top: 48px;
    text-align: left; }
    @media (max-width: 768px) {
      #about-us #testimonials .quote {
        padding: 72px 48px;
        margin-top: 0;
        border-radius: 40px; } }
    @media (max-width: 600px) {
      #about-us #testimonials .quote {
        padding: 48px 36px; } }
  #about-us #testimonials .quote blockquote {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 24px; }
    @media (max-width: 768px) {
      #about-us #testimonials .quote blockquote {
        font-size: 20px; } }
    @media (max-width: 600px) {
      #about-us #testimonials .quote blockquote {
        font-size: 16px; } }
  #about-us #testimonials .quote h4 {
    color: #ae72b7;
    margin-bottom: 8px; }
  #about-us #testimonials .quote img {
    position: absolute;
    top: 100%;
    left: 0;
    width: 110px; }
    @media (max-width: 768px) {
      #about-us #testimonials .quote img {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 80px; } }
    @media (max-width: 600px) {
      #about-us #testimonials .quote img {
        width: 60px; } }
  @media (max-width: 600px) {
    #about-us #testimonials {
      padding: 72px 0; } }

#about-us #values {
  background-color: #f4f5f6;
  position: relative;
  padding: 70px 0; }
  #about-us #values .bb {
    text-align: center;
    position: relative;
    z-index: 1; }
  #about-us #values .values-wrapper {
    background-color: #4d8e6d;
    border-radius: 50px;
    color: #f4f5f6;
    padding: 140px 120px; }
    @media (max-width: 1200px) {
      #about-us #values .values-wrapper {
        padding: 105px 75px; } }
    @media (max-width: 768px) {
      #about-us #values .values-wrapper {
        border-radius: 40px;
        padding: 60px 30px; } }
  #about-us #values .values-wrapper h2 {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      #about-us #values .values-wrapper h2 {
        margin-bottom: 0; } }
  #about-us #values .value-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none; }
  #about-us #values .value-tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 90px 0 0 0;
    padding: 0 45px;
    gap: 30px; }
    @media (max-width: 1200px) {
      #about-us #values .value-tile {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin: 75px 0 0 0;
        padding: 0 35px;
        gap: 25px; } }
    @media (max-width: 768px) {
      #about-us #values .value-tile {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin: 60px 0 0 0;
        padding: 0 25px;
        gap: 20px; } }
  #about-us #values .value-icon {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      #about-us #values .value-icon {
        width: 60px;
        height: 60px; } }
  #about-us #values .value-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 600px) {
    #about-us #values {
      padding: 40px 0; } }

#about-us #values::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #ffffff; }

#about-us #companies {
  background-color: #ffffff;
  position: relative;
  padding: 70px 0 210px 0; }
  #about-us #companies .bb {
    text-align: center;
    position: relative; }
  #about-us #companies .copy-wrapper {
    margin: 80px auto 120px auto; }
    @media (max-width: 1200px) {
      #about-us #companies .copy-wrapper {
        margin: 45px auto 90px auto; } }
    @media (max-width: 768px) {
      #about-us #companies .copy-wrapper {
        margin: 10px auto 60px auto; } }
  #about-us #companies .copy-wrapper p {
    margin: 35px auto 0 auto;
    color: #525c66;
    max-width: 750px; }
  @media (max-width: 600px) {
    #about-us #companies {
      padding: 40px 0 90px 0; } }

#about-us #people-grid {
  background-color: #f4f5f6;
  padding: 160px 0; }
  #about-us #people-grid .bb {
    text-align: center; }
  #about-us #people-grid .bb > h2 {
    max-width: 750px;
    margin: 8px auto 24px auto; }
    @media (max-width: 600px) {
      #about-us #people-grid .bb > h2 {
        margin: 8px auto 18px auto; } }
  #about-us #people-grid .bb > p {
    max-width: 750px;
    color: #525c66;
    margin: 0 auto;
    margin-bottom: 120px; }
    @media (max-width: 767px) {
      #about-us #people-grid .bb > p {
        margin-bottom: 120px; } }
    @media (max-width: 600px) {
      #about-us #people-grid .bb > p {
        margin-bottom: 60px; } }
  #about-us #people-grid .people-tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 40px 24px;
    grid-template-columns: 1fr 1fr 1fr; }
    @media (max-width: 1200px) {
      #about-us #people-grid .people-tiles {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      #about-us #people-grid .people-tiles {
        grid-template-columns: 1fr; } }
    @media (max-width: 600px) {
      #about-us #people-grid .people-tiles {
        gap: 36px; } }
  #about-us #people-grid li {
    margin: 0; }
  @media (max-width: 600px) {
    #about-us #people-grid {
      padding: 80px 0; } }

#about-us #culture-cta {
  background-color: #f4f5f6;
  position: relative;
  padding: 40px 0 160px 0; }
  #about-us #culture-cta .bb {
    text-align: center; }
  #about-us #culture-cta .promo {
    position: relative;
    z-index: 5;
    text-align: left;
    padding: 96px 72px;
    min-height: 770px;
    background-image: url("../img/redesign/education-demo-cta-bg.svg");
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
    color: #f4f5f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      #about-us #culture-cta .promo {
        padding: 72px 48px; } }
    @media (max-width: 768px) {
      #about-us #culture-cta .promo {
        min-height: 640px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 96px; } }
    @media (max-width: 600px) {
      #about-us #culture-cta .promo {
        background-image: url("../img/redesign/education-demo-cta-bg-mobile.svg");
        padding: 48px 24px; } }
  #about-us #culture-cta .promo .copy {
    width: 45%;
    padding-right: 48px; }
    @media (max-width: 1023px) {
      #about-us #culture-cta .promo .copy {
        padding-right: 24px; } }
    @media (max-width: 768px) {
      #about-us #culture-cta .promo .copy {
        text-align: center;
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px; } }
  #about-us #culture-cta .promo h2 {
    font-size: 80px;
    letter-spacing: -0.02em;
    margin-bottom: 12px; }
    @media (max-width: 1200px) {
      #about-us #culture-cta .promo h2 {
        font-size: 60px; } }
    @media (max-width: 1023px) {
      #about-us #culture-cta .promo h2 {
        font-size: 40px; } }
  #about-us #culture-cta .promo p {
    margin-bottom: 24px; }
  #about-us #culture-cta .promo img {
    width: 55%;
    max-width: 670px; }
    @media (max-width: 768px) {
      #about-us #culture-cta .promo img {
        width: 100%; } }
  #about-us #culture-cta .promo a {
    text-decoration: none; }
  @media (max-width: 600px) {
    #about-us #culture-cta {
      padding: 1px 0 65px 0; } }

.single-post .single__share {
  display: none !important; }

input#optInSubmit {
  background-color: #AD72B0;
  border: none;
  border-radius: 5px;
  padding: 3px 8px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

input#optInSubmit:hover {
  background-color: #19253A;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

/*-----Career Page Css--------*/
body.page-template-career-page {
  padding: 0;
  margin: 0; }

body.page-template-career-page .container {
  max-width: 1190px;
  margin: 0 auto;
  float: none;
  width: 100%; }

.page-template-career-page input,
.page-template-career-page button,
.page-template-career-page textarea,
.page-template-career-page img {
  outline: none !important;
  max-width: 100%; }

body.page-template-career-page h1 {
  font-family: 'Inter' !important;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
  color: #fff; }

body.page-template-career-page h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: normal;
  font-family: 'Inter' !important;
  color: #18253A;
  letter-spacing: 0; }

body.page-template-career-page li, body.page-template-career-page p {
  font-family: 'Inter' !important;
  font-size: 18px;
  line-height: 24px;
  color: #18253A;
  font-weight: normal; }

.page-template-career-page h3, .page-template-career-page h4, .page-template-career-page h5,
.page-template-career-page h6, .page-template-career-page div, .page-template-career-page span {
  font-family: 'Inter' !important; }

.page-template-career-page .banner-sect {
  background-color: #18253A; }

.page-template-career-page .banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-template-career-page .banner-top .left-sect {
  width: 52%; }

.page-template-career-page .banner-top .right-sect {
  width: 48%;
  padding-left: 74px; }

.page-template-career-page .top-logo img {
  max-width: 157px !important;
  width: 100%; }

.page-template-career-page .banner-top .desc {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: 'Inter';
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 40px; }

.page-template-career-page .common-button:hover,
.page-template-career-page .common-button:focus,
.page-template-career-page .common-button:active {
  background-color: #fff !important;
  color: #AD72B0 !important; }

.page-template-career-page .common-button {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background-color: #AD72B0;
  font-family: 'Inter' !important;
  font-weight: 700;
  border-radius: 4px;
  width: 100%;
  display: block;
  max-width: 258px;
  text-align: center;
  padding: 16.5px 10px;
  line-height: normal;
  text-decoration: none !important; }

.page-template-career-page .banner-top .right-sect img {
  width: 100%;
  display: block; }

.page-template-career-page .top-logo {
  margin-bottom: 60px;
  padding-top: 100px; }

.page-template-career-page .banner-top .right-sect img.team-top-member1 {
  max-width: 366px;
  margin-left: auto;
  margin-bottom: 25px; }

.page-template-career-page .banner-sect .container {
  max-width: 100%;
  margin-right: 0;
  width: calc(50% + 592px);
  padding-right: 0; }

.page-template-career-page .banner-bottom .bottom-team-member img {
  width: 100%; }

.page-template-career-page .banner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 47px; }

.page-template-career-page .banner-bottom .bottom-team-member:first-child {
  padding-right: 60px;
  width: 28%; }

.page-template-career-page .banner-bottom .bottom-team-member:last-child {
  padding-right: 0;
  width: 31%; }

.page-template-career-page .banner-bottom .bottom-team-member {
  width: 41%;
  padding-right: 40px; }

.page-template-career-page .banner-bottom .bottom-team-member img {
  width: 100%; }

.page-template-career-page .value-sect {
  margin-top: -190px;
  background-color: #fff;
  padding-top: 210px; }

.page-template-career-page .heading h4 {
  color: #AD72B0;
  font-size: 20px;
  line-height: 24.18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Inter' !important;
  margin-bottom: 30px; }

.page-template-career-page .content-sect .we-work .content h5 {
  color: #18253A;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  letter-spacing: 0; }

.page-template-career-page .content-sect {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-template-career-page .content-sect .we-work {
  width: 30%; }

.page-template-career-page .content-sect .we-work .icon {
  margin-bottom: 16px; }

.page-template-career-page .content-sect .we-work .icon img {
  width: 100%;
  max-width: 118px; }

.page-template-career-page .content-sect .we-work {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 4%; }

.page-template-career-page .content-sect .we-work:nth-child(3n) {
  margin-right: 0; }

.page-template-career-page .innr-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px; }

.page-template-career-page .innr-sect .benifits-point {
  width: 21%;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 60px; }

.page-template-career-page .innr-sect .benifits-point:nth-child(4n) {
  margin-right: 0; }

.page-template-career-page .innr-sect .benifits-point .icon {
  margin-bottom: 10px; }

.page-template-career-page .innr-sect .benifits-point .icon img {
  width: 100%;
  max-width: 92px;
  display: block;
  margin: 00 auto; }

.page-template-career-page .innr-sect .benifits-point .content h5 {
  font-size: 18px;
  line-height: normal;
  color: #18253A;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 15px; }

.page-template-career-page .benifits-sect .content {
  margin-top: 23px;
  max-width: 790px; }

.page-template-career-page .benifits-sect .innr-sect .content {
  margin-top: 0;
  max-width: 100%; }

.page-template-career-page .deib-bravely-sect {
  background-color: #E8EEF7;
  padding-top: 135px;
  text-align: center;
  padding-bottom: 118px;
  margin-top: 60px;
  position: relative; }

.page-template-career-page .deib-bravely-sect .content {
  margin-top: 37px;
  max-width: 654px;
  margin-left: auto;
  margin-right: auto; }

.page-template-career-page .deib-bravely-sect .content p {
  margin-bottom: 25px;
  line-height: 26px; }

.page-template-career-page .deib-bravely-sect .innr-sect .bravely-title {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #18253A;
  margin-bottom: 50px; }

.page-template-career-page .deib-bravely-sect .innr-sect {
  margin-top: 50px;
  text-align: center; }

.page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit .content {
  margin-top: 0;
  max-width: 100%; }

.page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit .icon {
  margin-bottom: 5px; }

.page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit .icon img {
  width: 100%;
  max-width: 80px; }

.page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit .content {
  margin-top: 0;
  max-width: 100%; }

.page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px; }

.page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit:last-child {
  margin-right: 0; }

.page-template-career-page .deib-bravely-sect .bottom-sect {
  border-top: 1px solid #B9C8EA;
  padding-top: 100px;
  margin-top: 50px; }

.page-template-career-page .deib-bravely-sect .bottom-sect .content {
  margin-top: 17px;
  max-width: 793px; }

.page-template-career-page .testimonal-innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 57px; }

.page-template-career-page .testimonal-innr .left-sect {
  width: 48%;
  margin-right: -5%; }

.page-template-career-page .testimonal-innr .right-sect {
  width: 57%;
  background-color: #E8EEF7;
  padding: 68px 72px 53px; }

.page-template-career-page .testimonal-innr .left-sect img {
  width: 100%; }

.page-template-career-page .testimonal-sect .slick-next.slick-arrow {
  left: auto;
  right: 30px; }

.page-template-career-page .testimonal-sect .slick-arrow {
  padding: 0;
  border: 0;
  font-size: 0;
  background-color: #18253A !important;
  width: 38px;
  height: 162px;
  position: absolute;
  left: 31px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.page-template-career-page .testimonal-sect .slick-arrow::before {
  content: "";
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 8px; }

.page-template-career-page .testimonal-sect .slick-next.slick-arrow::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-right: 15px; }

.page-template-career-page .our-people-sect {
  padding-top: 110px;
  padding-bottom: 150px; }

.page-template-career-page .testimonal-innr .right-sect p {
  font-size: 18px;
  line-height: 28px;
  color: #18253A; }

.page-template-career-page .testimonal-innr .right-sect h6 {
  font-size: 16px;
  line-height: 22px;
  color: #18253A;
  margin-top: 38px;
  letter-spacing: 0;
  font-family: 'Inter' !important;
  font-weight: 600; }

.page-template-career-page .matters-counter {
  width: 100%;
  margin-top: 50px; }

.page-template-career-page .matters-counter ul#counter {
  padding: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  width: 100%;
  list-style: none; }

.page-template-career-page .matters-counter ul#counter .counter-value {
  font-size: 100px;
  color: #AD72B0;
  font-family: Inter !important;
  font-style: normal;
  font-weight: normal;
  line-height: 116px;
  display: inline-block;
  vertical-align: middle; }

.page-template-career-page .matters-counter ul#counter li span {
  font-size: 100px;
  color: #2d4972;
  font-family: Inter !important;
  font-style: normal;
  font-weight: normal;
  line-height: 116px;
  display: inline-block;
  vertical-align: middle; }

.page-template-career-page .counter-content {
  font-family: 'Inter' !important;
  font-size: 16px;
  line-height: normal;
  color: #2D4972;
  font-weight: normal;
  margin-top: 17px;
  display: block;
  margin-bottom: 120px;
  letter-spacing: 0; }

.page-template-career-page .matters-counter ul#counter .text-white.text {
  border-top: 1px solid #B9C8EA;
  display: block;
  max-width: 172px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 34px;
  color: #AD72B0 !important;
  font-weight: 600;
  padding-top: 22px; }

.page-template-career-page .join-our-sect .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px; }

.page-template-career-page .deib-bravely-sect::before {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/Illustration_left.png");
  width: 290px;
  height: 305px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 110px; }

.page-template-career-page .deib-bravely-sect::after {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/Illustration_right.png");
  width: 290px;
  height: 305px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 110px; }

.page-template-career-page .global-imc-section {
  background-color: #18253A;
  padding: 150px 0 140px;
  text-align: center; }

.page-template-career-page .global-map-img img {
  width: 100%;
  max-width: 716px;
  margin: 0 auto; }

.page-template-career-page .partner-main-list .part-img img {
  width: 100%;
  max-width: 176px; }

.page-template-career-page .partner-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-template-career-page .partner-main-list .part-img {
  margin-right: 6%;
  width: 15%;
  margin-top: 20px;
  margin-bottom: 20px; }

.page-template-career-page .partner-main-list .part-img:nth-child(5n) {
  margin-right: 0; }

.page-template-career-page .you-can-content h2 {
  color: #fff !important;
  margin-bottom: 32px; }

.page-template-career-page .you-can-content .common-button,
.page-template-career-page .you-read-content .common-button {
  display: inline-block; }

.page-template-career-page .you-can-content {
  margin-top: 130px; }

.page-template-career-page .our-founder-sec {
  text-align: center;
  padding: 121px 0 96px; }

.page-template-career-page .part-title {
  margin-bottom: 30px; }

.page-template-career-page .part-title h3 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: normal; }

.page-template-career-page .global-map-img {
  padding: 80px 0 64px; }

.page-template-career-page .global-imp-top.heading {
  max-width: 610px;
  margin: 0 auto; }

.page-template-career-page .global-imp-top h2 {
  color: #fff;
  margin-bottom: 30px; }

.page-template-career-page .global-imp-top p {
  color: #fff; }

.page-template-career-page .founder-content.heading h2 {
  margin-bottom: 30px; }

.page-template-career-page .founder-content.heading {
  max-width: 667px;
  margin: 0 auto;
  margin-bottom: 58px; }

.page-template-career-page .video-info iframe {
  width: 100%;
  border: 0; }

.page-template-career-page .video-info {
  max-width: 1010px;
  margin: 0 auto;
  margin-bottom: 96px; }

.page-template-career-page .you-read-content h2 {
  margin-bottom: 32px; }

.page-template-career-page .main-career,
.page-template-career-page .page-template-career-page .footer {
  margin: 0 !important; }

/*
.page-template-career-page .footer {
  background: #19253a;
  padding: 80px 0;
}*/
.page-template-career-page .footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-template-career-page .footer .footer__icon {
  padding-right: 50px; }

.page-template-career-page .footer .footer__icon img {
  width: 100%;
  max-width: 20px; }

.page-template-career-page .footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-template-career-page .footer .footer__column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.page-template-career-page .footer .footer__heading {
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Inter' !important;
  margin-bottom: 35px;
  display: block;
  background-color: transparent !important;
  text-decoration: none;
  display: inline-block;
  background-color: transparent !important; }

.page-template-career-page .footer .footer__column ul {
  margin: 0;
  padding: 0; }

.page-template-career-page .footer .footer__column ul li {
  margin-bottom: 5px; }

.page-template-career-page .footer .footer__column ul li a {
  color: #99acdd;
  font-size: 15px;
  font-family: 'Inter' !important;
  word-wrap: break-word;
  background-color: transparent !important; }

.page-template-career-page .footer .footer__column > p {
  color: #fff;
  font-family: 'Inter' !important;
  font-size: 15px;
  word-wrap: break-word; }

.page-template-career-page .footer .footer__column > p a {
  color: #99acdd;
  font-size: 15px;
  font-family: 'Inter' !important;
  word-wrap: break-word;
  background-color: transparent !important; }

.page-template-career-page .footer .footer__social li:first-child {
  margin-left: 0; }

.page-template-career-page .footer .footer__social-button {
  background-color: #ffffff;
  border-radius: 50%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-template-career-page .footer .footer__social-button img {
  height: 16px;
  width: auto;
  margin: auto; }

.page-template-career-page .footer .footer__social li {
  margin-left: 20px; }

.page-template-career-page .footer #footer a:hover {
  text-decoration: underline; }

.page-template-career-page .footer .footer__social-button:hover {
  background-color: #ae72b7; }

.page-template-career-page .footer .footer__copyright {
  padding-top: 40px;
  margin-top: 40px;
  margin-left: 70px; }

.page-template-career-page .footer .footer__copyright p {
  color: white;
  font-size: 14px;
  font-family: 'Inter' !important;
  font-weight: 300;
  word-wrap: break-word;
  margin-bottom: 0; }

.page-template-career-page .footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.page-template-career-page .video-info p {
  font-size: 0;
  line-height: 0; }

.page-template-career-page .heading {
  position: relative;
  z-index: 9; }

.page-template-career-page .you-read-content .common-button:hover {
  -webkit-box-shadow: 0 0 10px #d9d9d9;
          box-shadow: 0 0 10px #d9d9d9; }

.page-template-career-page .footer .footer__column .top-space-footer {
  margin-top: 16px; }

.page-template-career-page .testimonal-sect.slick-initialized .slick-slide {
  padding-left: 30px;
  height: auto;
  padding-right: 30px; }

.page-template-career-page .global-imp-top.heading h4,
.page-template-career-page .global-imp-top.heading h2,
.page-template-career-page .global-imp-top.heading p {
  color: #fff; }

#counter #show-value-main {
  position: relative; }

#counter #show-value-main:hover .value-hover-count {
  visibility: visible;
  opacity: 1; }

.value-hover-count {
  position: absolute;
  top: -150px;
  padding: 10px 20px 15px;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  width: 135px;
  background-color: #b9c8ea;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  visibility: visible; }

.value-hover-count::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #b9c8ea;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.value-hover-count .toggle-values.main-toggle-values {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  font-size: 0;
  margin: 10px 0; }

.page-template-career-page .matters-counter ul#counter .value-hover-count .text-white.text {
  border-top: 0;
  max-width: inherit;
  font-size: 16px;
  line-height: normal;
  color: #2D4972 !important;
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-left: 5px;
  text-decoration: none !important; }

.page-template-career-page .matters-counter ul#counter .value-hover-count .counter-value, .page-template-career-page .matters-counter ul#counter .value-hover-count li > span {
  color: #2D4972;
  font-size: 16px;
  line-height: normal;
  font-weight: bold; }

#counter #show-value-main:hover .text {
  text-decoration: underline; }

@media (max-width: 1200px) {
  body.page-template-career-page .container {
    max-width: 970px; }
  .page-template-career-page .banner-sect .container {
    width: calc(50% + 485px); }
  .page-template-career-page .banner-top .left-sect {
    width: 57%; }
  .page-template-career-page .banner-top .right-sect {
    width: 43%;
    padding-left: 50px; }
  .page-template-career-page .banner-top .right-sect img.team-top-member1 {
    max-width: 300px; }
  .page-template-career-page .testimonal-innr .right-sect {
    padding: 50px 40px 50px; }
  .page-template-career-page .testimonal-innr .right-sect p {
    font-size: 18px;
    line-height: 28px; }
  .page-template-career-page .testimonal-innr .right-sect h6 {
    margin-top: 20px; }
  .page-template-career-page .deib-bravely-sect::before {
    width: 280px;
    height: 295px;
    top: 50px; }
  .page-template-career-page .deib-bravely-sect::after {
    width: 280px;
    height: 295px;
    top: 50px; }
  .page-template-career-page .deib-bravely-sect {
    padding-top: 220px; }
  .page-template-career-page .deib-bravely-sect .heading h4 {
    margin-bottom: 70px; } }

@media (max-width: 991px) {
  body.page-template-career-page .container {
    max-width: 750px; }
  .page-template-career-page .banner-sect .container {
    width: calc(50% + 375px); }
  body.page-template-career-page h1 {
    font-size: 40px;
    line-height: 50px; }
  .page-template-career-page .banner-top .desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .page-template-career-page .top-logo {
    margin-bottom: 30px;
    padding-top: 60px; }
  .page-template-career-page .banner-top .left-sect {
    width: 55%; }
  .page-template-career-page .banner-top .right-sect {
    width: 45%;
    padding-left: 30px; }
  .page-template-career-page .banner-top .right-sect img.team-top-member1 {
    max-width: 200px;
    margin-bottom: 20px; }
  .page-template-career-page .banner-bottom {
    margin-top: 30px; }
  .page-template-career-page .banner-bottom .bottom-team-member:first-child,
  .page-template-career-page .banner-bottom .bottom-team-member {
    padding-right: 30px; }
  .page-template-career-page .common-button {
    font-size: 16px;
    width: auto;
    display: inline-block;
    max-width: inherit;
    padding: 15px 40px; }
  .page-template-career-page .value-sect {
    margin-top: -120px;
    padding-top: 150px; }
  .page-template-career-page .heading h4 {
    margin-bottom: 20px; }
  .page-template-career-page .content-sect {
    margin-top: 40px; }
  .page-template-career-page .content-sect .we-work .icon img {
    max-width: 100px; }
  .page-template-career-page .content-sect .we-work .content h5 {
    font-size: 22px;
    line-height: normal; }
  .page-template-career-page .content-sect .we-work .icon {
    margin-bottom: 10px; }
  .page-template-career-page .content-sect .we-work {
    margin-bottom: 30px; }
  .page-template-career-page .our-people-sect {
    padding-top: 60px;
    padding-bottom: 60px; }
  body.page-template-career-page h2 {
    font-size: 35px;
    line-height: 40px; }
  .page-template-career-page .testimonal-innr {
    margin-top: 40px; }
  .page-template-career-page .testimonal-innr .left-sect {
    width: 100%;
    margin-right: 0; }
  .page-template-career-page .testimonal-innr .right-sect {
    padding: 40px;
    width: 100%; }
  .page-template-career-page .testimonal-sect .slick-list {
    padding: 0 !important; }
  .page-template-career-page .testimonal-sect {
    background-color: #fff;
    padding: 0 50px; }
  .page-template-career-page .benifits-sect .content {
    margin-top: 20px;
    max-width: 100%; }
  .page-template-career-page .innr-sect {
    margin-top: 40px; }
  .page-template-career-page .innr-sect .benifits-point {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 30px; }
  .page-template-career-page .deib-bravely-sect {
    padding-top: 160px;
    padding-bottom: 60px;
    margin-top: 40px; }
  .page-template-career-page .deib-bravely-sect .heading h4 {
    margin-bottom: 60px; }
  .page-template-career-page .deib-bravely-sect::after {
    width: 220px;
    height: 235px;
    top: 20px; }
  .page-template-career-page .deib-bravely-sect::before {
    width: 230px;
    height: 245px;
    top: 20px; }
  .page-template-career-page .deib-bravely-sect .content {
    margin-top: 20px; }
  .page-template-career-page .deib-bravely-sect .innr-sect .bravely-title {
    margin-bottom: 30px; }
  .page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 20px; }
  .page-template-career-page .deib-bravely-sect .bottom-sect {
    padding-top: 60px;
    margin-top: 30px; }
  .page-template-career-page .matters-counter {
    margin-top: 0; }
  .page-template-career-page .matters-counter ul#counter li span,
  .page-template-career-page .matters-counter ul#counter .counter-value {
    font-size: 70px;
    line-height: 86px; }
  .page-template-career-page .matters-counter ul#counter .text-white.text {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px; }
  .page-template-career-page .counter-content {
    margin-bottom: 60px; }
  .page-template-career-page .global-imc-section {
    padding: 60px 0; }
  .page-template-career-page .global-map-img {
    padding: 60px 0; }
  .page-template-career-page .part-title {
    margin-bottom: 10px; }
  .page-template-career-page .you-can-content {
    margin-top: 60px; }
  .page-template-career-page .our-founder-sec {
    padding: 60px 0; }
  .page-template-career-page .founder-content.heading h2 {
    margin-bottom: 20px; }
  .page-template-career-page .founder-content.heading {
    max-width: 100%;
    margin-bottom: 30px; }
  .page-template-career-page .video-info {
    max-width: 100%;
    margin-bottom: 50px; }
  .page-template-career-page .partner-main-list .part-img {
    margin-right: 3%;
    width: 17%; }
  .page-template-career-page .footer .footer__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-template-career-page .footer .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-template-career-page .footer .footer__column {
    width: 33%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin: 10px 0; }
  .page-template-career-page .footer .footer__heading {
    margin-bottom: 15px; }
  .page-template-career-page .footer .footer__copyright {
    padding-top: 20px;
    margin-top: 0;
    margin-left: 0; }
  /*
.page-template-career-page .footer {
  padding: 50px 0;
}*/
  .page-template-career-page .testimonal-sect.slick-initialized .slick-slide {
    padding-left: 0;
    padding-right: 0; }
  .page-template-career-page .testimonal-sect .slick-arrow {
    left: 6px; }
  .page-template-career-page .testimonal-sect .slick-next.slick-arrow {
    right: 6px; }
  .page-template-career-page .video-info iframe {
    width: 100%;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
  .page-template-career-page .video-info p {
    position: relative;
    padding-bottom: 56%; } }

@media (max-width: 767px) {
  body.page-template-career-page .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-career-page .banner-sect .container {
    width: 100%; }
  .page-template-career-page .banner-top .left-sect {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
  .page-template-career-page .banner-top .right-sect {
    width: 100%;
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
  .page-template-career-page .banner-top .right-sect img.team-top-member1 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0; }
  .page-template-career-page .banner-top .right-sect img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .page-template-career-page .top-logo img {
    max-width: 140px !important; }
  .page-template-career-page .banner-bottom .bottom-team-member img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 200px; }
  .page-template-career-page .banner-bottom .bottom-team-member:first-child,
  .page-template-career-page .banner-bottom .bottom-team-member {
    padding-right: 20px; }
  .page-template-career-page .banner-bottom .bottom-team-member:first-child {
    width: 33%; }
  .page-template-career-page .banner-bottom .bottom-team-member {
    width: 34%; }
  .page-template-career-page .banner-bottom .bottom-team-member:last-child {
    width: 33%; }
  .page-template-career-page .heading {
    text-align: center; }
  .page-template-career-page .value-sect {
    margin-top: -70px;
    padding-top: 120px; }
  .page-template-career-page .content-sect .we-work {
    width: calc(100% / 2 - 4%);
    text-align: center;
    margin: 15px 2% !important; }
  .page-template-career-page .content-sect {
    margin-top: 20px; }
  .page-template-career-page .testimonal-innr .right-sect {
    padding: 30px;
    text-align: center; }
  .page-template-career-page .innr-sect .benifits-point {
    width: calc(100% / 2 - 4%);
    margin: 20px 2% !important; }
  .page-template-career-page .innr-sect {
    margin-top: 20px; }
  .page-template-career-page .innr-sect .benifits-point .content h5 {
    margin-bottom: 10px; }
  .page-template-career-page .deib-bravely-sect::before {
    width: 210px;
    height: 225px; }
  .page-template-career-page .deib-bravely-sect::after {
    width: 200px;
    height: 215px; }
  .page-template-career-page .matters-counter ul#counter {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .page-template-career-page .deib-bravely-sect .innr-sect {
    margin-top: 20px;
    margin-bottom: 20px; }
  .page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit {
    width: calc(100% / 2 - 4%);
    margin: 10px 2% !important; }
  .page-template-career-page .deib-bravely-sect .innr-sect .bravely-title {
    margin-bottom: 10px; }
  .page-template-career-page .partner-main-list .part-img {
    margin: 10px 2% !important;
    width: calc(100% / 3 - 4%); }
  .page-template-career-page .partner-main-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-template-career-page .partner-main-list .part-img img {
    max-width: 150px; }
  .page-template-career-page .deib-bravely-sect .heading h4 {
    margin-bottom: 40px; }
  .page-template-career-page .banner-sect .container {
    padding-right: 15px; } }

@media (max-width: 639px) {
  .page-template-career-page .top-logo {
    margin-bottom: 20px;
    padding-top: 40px; }
  body.page-template-career-page h1 {
    font-size: 35px;
    line-height: 45px; }
  .page-template-career-page .banner-bottom .bottom-team-member:first-child,
  .page-template-career-page .banner-bottom .bottom-team-member {
    padding-right: 10px; }
  .page-template-career-page .banner-bottom {
    margin-top: 20px; }
  .page-template-career-page .value-sect {
    margin-top: -50px;
    padding-top: 100px; }
  .page-template-career-page .heading h4 {
    margin-bottom: 15px; }
  body.page-template-career-page h2 {
    font-size: 30px;
    line-height: 35px; }
  .page-template-career-page .content-sect {
    margin-top: 10px; }
  .page-template-career-page .content-sect .we-work .icon img {
    max-width: 80px; }
  .page-template-career-page .our-people-sect {
    padding-top: 50px;
    padding-bottom: 50px; }
  .page-template-career-page .testimonal-sect .slick-arrow {
    width: 30px;
    height: 100px; }
  .page-template-career-page .testimonal-sect .slick-next.slick-arrow::before {
    margin-right: 0;
    position: relative;
    right: 7px; }
  .page-template-career-page .testimonal-sect .slick-arrow::before {
    margin-left: 7px; }
  .page-template-career-page .testimonal-innr .right-sect {
    padding: 20px; }
  .page-template-career-page .testimonal-innr .right-sect h6 {
    margin-top: 15px; }
  .page-template-career-page .testimonal-innr {
    margin-top: 20px; }
  .page-template-career-page .testimonal-sect {
    padding: 0 42px; }
  .page-template-career-page .testimonal-innr .right-sect p {
    font-size: 16px;
    line-height: 24px; }
  .page-template-career-page .benifits-sect .content {
    margin-top: 15px; }
  .page-template-career-page .innr-sect {
    margin-top: 10px; }
  .page-template-career-page .innr-sect .benifits-point {
    margin: 10px 2% !important; }
  .page-template-career-page .deib-bravely-sect {
    padding-bottom: 50px;
    margin-top: 40px;
    padding-top: 200px; }
  .page-template-career-page .deib-bravely-sect .content p {
    margin-bottom: 20px; }
  .page-template-career-page .deib-bravely-sect .bottom-sect {
    padding-top: 40px;
    margin-top: 0; }
  .page-template-career-page .deib-bravely-sect .bottom-sect .content {
    margin-top: 10px;
    max-width: 100%; }
  .page-template-career-page .matters-counter ul#counter li span,
  .page-template-career-page .matters-counter ul#counter .counter-value {
    font-size: 60px;
    line-height: 76px; }
  .page-template-career-page .counter-content {
    margin-bottom: 40px;
    margin-top: 30px; }
  .page-template-career-page .join-our-sect .btn {
    margin-top: 20px; }
  .page-template-career-page .global-imc-section {
    padding: 50px 0; }
  .page-template-career-page .global-imp-top h2 {
    margin-bottom: 20px; }
  .page-template-career-page .global-map-img img {
    max-width: 100%; }
  .page-template-career-page .global-map-img {
    padding: 40px 0; }
  .page-template-career-page .part-title h3 {
    font-size: 22px;
    line-height: normal; }
  .page-template-career-page .you-can-content {
    margin-top: 30px; }
  .page-template-career-page .you-can-content h2,
  .page-template-career-page .you-read-content h2 {
    margin-bottom: 20px; }
  .page-template-career-page .our-founder-sec {
    padding: 50px 0; }
  .page-template-career-page .founder-content.heading h2 {
    margin-bottom: 15px; }
  .page-template-career-page .video-info {
    margin-bottom: 20px; }
  /*
.page-template-career-page .footer {
  padding: 40px 0;
}*/
  .page-template-career-page .footer .footer__column {
    width: 50%; }
  .page-template-career-page .deib-bravely-sect::before,
  .page-template-career-page .deib-bravely-sect::after {
    top: 10px; }
  .page-template-career-page .deib-bravely-sect .heading h4 {
    margin-bottom: 30px; }
  .page-template-career-page .banner-bottom .bottom-team-member img {
    height: 150px;
    max-height: 150px; } }

@media (max-width: 479px) {
  .page-template-career-page .top-logo img {
    max-width: 120px !important; }
  body.page-template-career-page h1 {
    font-size: 30px;
    line-height: 38px; }
  body.page-template-career-page h2 {
    font-size: 25px;
    line-height: 30px; }
  .page-template-career-page .content-sect .we-work {
    width: 100%;
    margin: 15px 0 !important; }
  .page-template-career-page .innr-sect .benifits-point,
  .page-template-career-page .deib-bravely-sect .innr-sect .bravely-commit {
    margin: 10px 0 !important;
    width: 100%; }
  .page-template-career-page .matters-counter ul#counter li span,
  .page-template-career-page .matters-counter ul#counter .counter-value {
    font-size: 50px;
    line-height: 66px; }
  .page-template-career-page .matters-counter ul#counter .text-white.text {
    font-size: 18px;
    line-height: normal; }
  .page-template-career-page .partner-main-list .part-img {
    width: calc(100% / 2 - 4%); }
  .page-template-career-page .deib-bravely-sect::before {
    width: 160px;
    height: 175px; }
  .page-template-career-page .deib-bravely-sect::after {
    width: 150px;
    height: 165px; }
  .page-template-career-page .deib-bravely-sect {
    padding-top: 180px; }
  .value-hover-count {
    top: -130px;
    padding: 5px 20px 10px;
    width: 120px; }
  .page-template-career-page .banner-bottom .bottom-team-member img {
    height: 100px;
    max-height: 100px; } }

@media (max-width: 400px) {
  .page-template-career-page .banner-bottom .bottom-team-member img {
    height: 70px;
    max-height: 70px; } }

.body-mobile .header {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  background: white;
  padding: 40px 0px 15px;
  -webkit-transition: border-bottom-color 0.1s ease-in-out;
  transition: border-bottom-color 0.1s ease-in-out;
  border-bottom: 1px solid white; }

.body-mobile .header .header__container {
  margin: 0 auto;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px; }

.body-mobile .header .header__logo {
  margin-right: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.body-mobile .header .header__logo img {
  height: 30px; }

.body-mobile .header .header__nav_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto; }

input.hs-button.primary.large {
  width: 160px;
  height: 66px;
  /* Primary / Bravely Ink */
  background: #18253A;
  /* Elevation/02 */
  -webkit-box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
          box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 40px; }

input.hs-button.primary.large:hover {
  background: #AE72B7;
  color: #FFFFFF;
  border: none; }

input#email-3894e218-a2c9-4e4b-99e9-4d42f161b707 {
  width: 350px;
  height: 66px;
  background: #F4F5F6;
  border-radius: 40px;
  border: none; }

.subscribe-form form .hs-input[type='checkbox'] {
  width: 25px;
  margin-top: 10px; }

.subscribe-form form .hs-form-booleancheckbox-display > span {
  margin-top: 10px; }

.single-redesign__content .wp-block-quote.is-style-large {
  padding: 80px 80px 80px 215px !important;
  margin: 120px auto !important; }

@media (max-width: 1200px) {
  .single-redesign__content .wp-block-quote.is-style-large {
    padding: 60px 60px 60px 185px !important;
    margin: 100px auto !important; } }

@media (max-width: 600px) {
  .single-redesign__content .wp-block-quote.is-style-large {
    padding: 40px 30px 40px 95px !important;
    margin: 80px auto !important; } }

#bravely-advance #hero .bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1023px) {
    #bravely-advance #hero .bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#bravely-advance #hero .hero-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(3.2) translateX(36%) translateY(-25%);
          transform: scale(3.2) translateX(36%) translateY(-25%); }
  @media (max-width: 1023px) {
    #bravely-advance #hero .hero-background {
      left: 0;
      -webkit-transform: scale(2.5) translateX(-18%) translateY(-22%);
              transform: scale(2.5) translateX(-18%) translateY(-22%); } }
  @media (max-width: 600px) {
    #bravely-advance #hero .hero-background {
      -webkit-transform: scale(2) translateX(-23%) translateY(-54%);
              transform: scale(2) translateX(-23%) translateY(-54%); } }

#bravely-advance #hero .copy,
#bravely-advance #hero .images {
  width: 50%; }
  @media (max-width: 1023px) {
    #bravely-advance #hero .copy,
    #bravely-advance #hero .images {
      width: auto; } }

#bravely-advance #hero .copy {
  padding-right: 40px; }
  @media (max-width: 1023px) {
    #bravely-advance #hero .copy {
      text-align: center;
      padding-right: 0;
      margin-bottom: 72px; } }
  @media (max-width: 600px) {
    #bravely-advance #hero .copy {
      margin-bottom: 56px; } }

#bravely-advance #hero h1 {
  margin: 24px 0; }

#bravely-advance #hero h1 p {
  font-size: inherit;
  line-height: inherit; }

#bravely-advance #hero h1 strong {
  font-weight: inherit;
  color: #ae72b7; }

#bravely-advance #hero .copy > p {
  max-width: 480px; }
  @media (max-width: 1023px) {
    #bravely-advance #hero .copy > p {
      margin: 0 auto; } }

#bravely-advance #hero .cta {
  margin-top: 32px; }

#bravely-advance #hero .cta a {
  text-decoration: none; }

#bravely-advance #hero .image {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    #bravely-advance #hero .image {
      width: 100%; } }

#bravely-advance #skills .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #bravely-advance #skills .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0; } }
  @media (max-width: 600px) {
    #bravely-advance #skills .content {
      padding: 0 25px; } }

#bravely-advance #skills .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px; }
  @media (max-width: 1023px) {
    #bravely-advance #skills .copy {
      padding-left: 0;
      margin-top: 30px; } }
  @media (max-width: 600px) {
    #bravely-advance #skills .copy {
      margin-top: 10px; } }

#bravely-advance #skills .c-tagged-copy {
  max-width: 500px; }
  @media (max-width: 1023px) {
    #bravely-advance #skills .c-tagged-copy {
      text-align: center;
      max-width: 600px; } }

#bravely-advance #skills .c-tagged-copy h2 {
  max-width: 500px; }
  @media (max-width: 1023px) {
    #bravely-advance #skills .c-tagged-copy h2 {
      max-width: 600px; } }

#bravely-advance #skills .image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    #bravely-advance #skills .image {
      width: 70%;
      margin-top: 72px; } }
  @media (max-width: 600px) {
    #bravely-advance #skills .image {
      width: 100%;
      margin-top: 45px; } }

#bravely-advance #skills .image img {
  width: 100%;
  height: auto; }

#bravely-advance #method .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #bravely-advance #method .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 50px; } }
  @media (max-width: 600px) {
    #bravely-advance #method .content {
      padding: 0 25px; } }

#bravely-advance #method .content h2 {
  margin-bottom: 70px;
  max-width: 700px;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-advance #method .content h2 {
      margin-bottom: 0; } }

#bravely-advance #method .method-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 600px) {
    #bravely-advance #method .method-tiles {
      grid-template-columns: 1fr;
      max-width: 600px; } }

#bravely-advance #method .method-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 50px 0 0 0;
  gap: 25px; }
  @media (max-width: 1023px) {
    #bravely-advance #method .method-tile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

#bravely-advance #method .method-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px; }
  @media (max-width: 768px) {
    #bravely-advance #method .method-icon {
      text-align: center; } }

#bravely-advance #method .method-icon img {
  width: 100%;
  height: auto; }
  @media (max-width: 1023px) {
    #bravely-advance #method .method-icon img {
      width: 80px; } }
  @media (max-width: 600px) {
    #bravely-advance #method .method-icon img {
      width: 70px; } }

#bravely-advance #method .method-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 768px) {
    #bravely-advance #method .method-copy {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

#bravely-advance #method .method-copy h3 {
  margin-bottom: 15px;
  font-size: 30px; }
  @media (max-width: 1023px) {
    #bravely-advance #method .method-copy h3 {
      max-width: 500px; } }
  @media (max-width: 600px) {
    #bravely-advance #method .method-copy h3 {
      font-size: 24px; } }

#bravely-advance #unlimited-coaching .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #bravely-advance #unlimited-coaching .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; } }
  @media (max-width: 600px) {
    #bravely-advance #unlimited-coaching .content {
      padding: 0 25px; } }

#bravely-advance #unlimited-coaching .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 100px;
  gap: 20px; }
  @media (max-width: 1023px) {
    #bravely-advance #unlimited-coaching .copy {
      padding-left: 0;
      margin-top: 20px;
      text-align: center;
      max-width: 600px;
      gap: 15px; } }

@media (max-width: 1023px) {
  #bravely-advance #unlimited-coaching .copy h2 {
    max-width: 600px; } }

#bravely-advance #unlimited-coaching .image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    #bravely-advance #unlimited-coaching .image {
      width: 70%;
      margin-top: 72px; } }
  @media (max-width: 600px) {
    #bravely-advance #unlimited-coaching .image {
      width: 100%;
      margin-top: 45px; } }

#bravely-advance #unlimited-coaching .image img {
  width: 100%;
  height: auto; }

#bravely-advance #reports .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #bravely-advance #reports .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 600px;
      padding: 0; } }
  @media (max-width: 600px) {
    #bravely-advance #reports .content {
      padding: 0 25px; } }

#bravely-advance #reports .content .copy {
  margin-bottom: 70px;
  max-width: 700px;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-advance #reports .content .copy {
      margin-bottom: 0; } }

#bravely-advance #reports .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px auto;
  padding: 70px 0px;
  gap: 80px; }
  @media (max-width: 1023px) {
    #bravely-advance #reports .items .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 48px; } }
  @media (max-width: 600px) {
    #bravely-advance #reports .items .item {
      padding: 20px 0px;
      gap: 15px; } }

#bravely-advance #reports .items .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 1023px) {
    #bravely-advance #reports .items .item:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 48px; } }
  @media (max-width: 600px) {
    #bravely-advance #reports .items .item:nth-child(odd) {
      padding: 20px 0px;
      gap: 15px; } }

#bravely-advance #reports .item .item-copy {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 1023px) {
    #bravely-advance #reports .item .item-copy {
      text-align: center; } }

@media (max-width: 1023px) {
  #bravely-advance #reports .item .item-copy,
  #bravely-advance #reports .content .item:nth-child(odd) .item-copy {
    padding: 0; } }

#bravely-advance #reports .item-copy h2,
#bravely-advance #reports .item-copy p {
  margin: 8px 0 24px; }
  @media (max-width: 600px) {
    #bravely-advance #reports .item-copy h2,
    #bravely-advance #reports .item-copy p {
      margin: 8px 0 18px; } }

#bravely-advance #reports .item .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

#bravely-advance #reports .item .item-image img {
  max-width: 100%; }
  @media (max-width: 1023px) {
    #bravely-advance #reports .item .item-image img {
      width: 100%; } }

#bravely-advance #companies .bb {
  text-align: center;
  position: relative; }

#bravely-advance #companies .copy-wrapper {
  margin: 80px auto; }
  @media (max-width: 1200px) {
    #bravely-advance #companies .copy-wrapper {
      margin: 45px auto 60px auto; } }
  @media (max-width: 768px) {
    #bravely-advance #companies .copy-wrapper {
      margin: 20px auto 0px;
      overflow: hidden; } }

#bravely-advance #companies .copy-wrapper p {
  margin: 35px auto 0 auto;
  color: #525c66;
  max-width: 750px; }

#bravely-advance #contact-cta .bb {
  text-align: center; }

#bravely-advance #contact-cta .promo-card {
  background-image: url("../img/redesign/customers-contact-cta-bg.svg");
  background-size: cover;
  background-position: center center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  border-radius: 50px;
  padding: 96px 72px 0; }
  @media (max-width: 1024px) {
    #bravely-advance #contact-cta .promo-card {
      padding: 72px 72px 0; } }
  @media (max-width: 600px) {
    #bravely-advance #contact-cta .promo-card {
      min-height: 570px;
      background-image: url("../img/redesign/customers-contact-cta-bg-mobile.svg");
      border-radius: 40px;
      padding: 48px 24px 0; } }

#bravely-advance #contact-cta .promo-card .copy {
  grid-column: 1;
  grid-row: 1;
  margin: -96px auto 0px;
  max-width: 740px; }
  @media (max-width: 1024px) {
    #bravely-advance #contact-cta .promo-card .copy {
      max-width: 400px;
      margin-top: 0; } }

#bravely-advance #contact-cta .promo-card h2 {
  font-size: 48px;
  letter-spacing: -0.01em;
  margin: 0 auto 12px; }
  @media (max-width: 1200px) {
    #bravely-advance #contact-cta .promo-card h2 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #bravely-advance #contact-cta .promo-card h2 {
      font-size: 24px; } }

#bravely-advance #contact-cta .promo-card p {
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    #bravely-advance #contact-cta .promo-card p {
      max-width: 300px;
      margin: 0 auto 10px; } }

#bravely-advance #contact-cta .promo-card img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  pointer-events: none; }
  @media (max-width: 1024px) {
    #bravely-advance #contact-cta .promo-card img {
      grid-row: 2;
      margin-top: -210px; } }
  @media (max-width: 600px) {
    #bravely-advance #contact-cta .promo-card img {
      margin-top: -210px; } }

@media (max-width: 600px) {
  #bravely-advance #contact-cta .promo-card img.desktop {
    display: none; } }

#bravely-advance #contact-cta .promo-card img.mobile {
  display: none; }
  @media (max-width: 600px) {
    #bravely-advance #contact-cta .promo-card img.mobile {
      display: block; } }

#bravely-advance #hero {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #bravely-advance #hero {
      padding: 24px 0 72px; } }

#bravely-advance #hero,
#bravely-advance #skills,
#bravely-advance #companies,
#bravely-advance #contact-cta {
  background-color: #f4f5f6;
  overflow: hidden;
  position: relative; }

#bravely-advance #method,
#bravely-advance #reports {
  background-color: #ffffff; }

#bravely-advance #unlimited-coaching {
  background: #99acdd url("../img/redesign/unlimited-coaching-bg.svg") center center no-repeat;
  background-size: cover;
  padding: 200px 0; }

#bravely-advance #companies {
  padding: 124px 0; }
  @media (max-width: 1024px) {
    #bravely-advance #companies {
      padding: 72px 0; } }
  @media (max-width: 600px) {
    #bravely-advance #companies {
      padding: 24px 0; } }

#bravely-advance #contact-cta {
  padding: 0px 0 150px; }
  @media (max-width: 600px) {
    #bravely-advance #contact-cta {
      padding: 24px 0 72px; } }

#bravely-advance #skills,
#bravely-advance #method,
#bravely-advance #reports,
#bravely-advance #unlimited-coaching {
  padding: 124px 0; }
  @media (max-width: 600px) {
    #bravely-advance #skills,
    #bravely-advance #method,
    #bravely-advance #reports,
    #bravely-advance #unlimited-coaching {
      padding: 72px 0; } }

#bravely-boost #hero .bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1023px) {
    #bravely-boost #hero .bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#bravely-boost #hero .hero-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(3.2) translateX(53%) translateY(-37%);
          transform: scale(3.2) translateX(53%) translateY(-37%); }
  @media (max-width: 1023px) {
    #bravely-boost #hero .hero-background {
      left: 0;
      -webkit-transform: scale(2.5) translateX(-27%) translateY(-22%);
              transform: scale(2.5) translateX(-27%) translateY(-22%); } }
  @media (max-width: 600px) {
    #bravely-boost #hero .hero-background {
      -webkit-transform: scale(2) translateX(-32%) translateY(-72%);
              transform: scale(2) translateX(-32%) translateY(-72%); } }

#bravely-boost #hero .copy,
#bravely-boost #hero .images {
  width: 50%; }
  @media (max-width: 1023px) {
    #bravely-boost #hero .copy,
    #bravely-boost #hero .images {
      width: auto; } }

#bravely-boost #hero .copy {
  padding-right: 40px; }
  @media (max-width: 1023px) {
    #bravely-boost #hero .copy {
      text-align: center;
      padding-right: 0;
      margin-bottom: 72px; } }
  @media (max-width: 600px) {
    #bravely-boost #hero .copy {
      margin-bottom: 56px; } }

#bravely-boost #hero h1 {
  margin: 24px 0; }

#bravely-boost #hero h1 p {
  font-size: inherit;
  line-height: inherit; }

#bravely-boost #hero h1 strong {
  font-weight: inherit;
  color: #ae72b7; }

#bravely-boost #hero .copy > p {
  max-width: 480px; }
  @media (max-width: 1023px) {
    #bravely-boost #hero .copy > p {
      margin: 0 auto; } }

#bravely-boost #hero .cta {
  margin-top: 32px; }

#bravely-boost #hero .cta a {
  text-decoration: none; }

#bravely-boost #hero .image {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    #bravely-boost #hero .image {
      width: 100%; } }

#bravely-boost #benefits .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
  gap: 100px; }
  @media (max-width: 1023px) {
    #bravely-boost #benefits .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 50px;
      gap: 50px; } }
  @media (max-width: 600px) {
    #bravely-boost #benefits .content {
      padding: 0 25px; } }

#bravely-boost #benefits .content .copy {
  max-width: 800px;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-boost #benefits .content .copy {
      margin-bottom: 0; } }

#bravely-boost #benefits .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    #bravely-boost #benefits .items {
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px; } }
  @media (max-width: 600px) {
    #bravely-boost #benefits .items {
      grid-template-columns: 1fr;
      max-width: 600px;
      gap: 25px; } }

#bravely-boost #benefits .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 25px; }

#bravely-boost #benefits .item-icon {
  text-align: center; }

#bravely-boost #benefits .item-icon img {
  width: 150px;
  height: auto; }
  @media (max-width: 1023px) {
    #bravely-boost #benefits .item-icon img {
      width: 80px; } }
  @media (max-width: 600px) {
    #bravely-boost #benefits .item-icon img {
      width: 70px; } }

#bravely-boost #benefits .item-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-boost #benefits .item-copy {
      text-align: center; } }

#bravely-boost #benefits .item-copy h3 {
  margin-bottom: 15px;
  font-size: 30px; }
  @media (max-width: 1023px) {
    #bravely-boost #benefits .item-copy h3 {
      max-width: 500px; } }
  @media (max-width: 600px) {
    #bravely-boost #benefits .item-copy h3 {
      font-size: 24px; } }

#bravely-boost #coaching .content {
  max-width: 1440px;
  margin: 0 auto; }

#bravely-boost #coaching .content .copy {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 72px;
  padding: 0 50px;
  color: #ffffff; }
  @media (max-width: 600px) {
    #bravely-boost #coaching .content .copy {
      margin-bottom: 24px; } }

#bravely-boost #coaching .tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  @media (max-width: 1024px) {
    #bravely-boost #coaching .tiles {
      display: none; } }

#bravely-boost #coaching .swiper-container {
  display: none; }
  @media (max-width: 1024px) {
    #bravely-boost #coaching .swiper-container {
      display: block; } }

#bravely-boost #coaching .tile,
#bravely-boost #coaching .swiper-slide {
  border-radius: 24px;
  text-align: left;
  padding: 36px; }

#bravely-boost #coaching .swiper-slide {
  height: auto; }

#bravely-boost #coaching .tile {
  background-color: #ffffff; }

#bravely-boost #coaching .swiper-slide[data-theme='theme-1'] {
  background-color: #ffffff; }

#bravely-boost #coaching .swiper-slide[data-theme='theme-2'] {
  background-color: #ffffff; }

#bravely-boost #coaching .swiper-slide[data-theme='theme-3'] {
  background-color: #ffffff; }

#bravely-boost #coaching .tile img,
#bravely-boost #coaching .swiper-slide img {
  height: 60px; }

#bravely-boost #coaching .tile h3,
#bravely-boost #coaching .swiper-slide h3 {
  margin: 36px 0 24px;
  font-size: 30px; }
  @media (max-width: 600px) {
    #bravely-boost #coaching .tile h3,
    #bravely-boost #coaching .swiper-slide h3 {
      font-size: 24px; } }

#bravely-boost #coaching .cta-link {
  text-align: center;
  padding-top: 72px; }
  @media (max-width: 1024px) {
    #bravely-boost #coaching .cta-link {
      padding-top: 48px; } }

#bravely-boost #reports .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
  gap: 50px; }
  @media (max-width: 1023px) {
    #bravely-boost #reports .content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 600px;
      padding: 0; } }
  @media (max-width: 600px) {
    #bravely-boost #reports .content {
      padding: 0 25px; } }

#bravely-boost #reports .content .copy {
  max-width: 700px;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-boost #reports .content .copy {
      margin-bottom: 0; } }

#bravely-boost #reports .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px auto;
  padding: 70px 0px;
  gap: 80px; }
  @media (max-width: 1023px) {
    #bravely-boost #reports .items .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 48px; } }
  @media (max-width: 600px) {
    #bravely-boost #reports .items .item {
      padding: 20px 0px;
      gap: 15px; } }

#bravely-boost #reports .items .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 1023px) {
    #bravely-boost #reports .items .item:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 48px; } }
  @media (max-width: 600px) {
    #bravely-boost #reports .items .item:nth-child(even) {
      padding: 20px 0px;
      gap: 15px; } }

#bravely-boost #reports .item .item-copy {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 1023px) {
    #bravely-boost #reports .item .item-copy {
      text-align: center; } }

@media (max-width: 1023px) {
  #bravely-boost #reports .item .item-copy,
  #bravely-boost #reports .content .item:nth-child(even) .item-copy {
    padding: 0; } }

#bravely-boost #reports .item-copy h3 {
  font-size: 60px;
  letter-spacing: -0.02em; }
  @media (max-width: 1200px) {
    #bravely-boost #reports .item-copy h3 {
      font-size: 48px; } }
  @media (max-width: 600px) {
    #bravely-boost #reports .item-copy h3 {
      font-size: 28px; } }

#bravely-boost #reports .item-copy h3,
#bravely-boost #reports .item-copy p {
  margin: 8px 0 24px; }
  @media (max-width: 600px) {
    #bravely-boost #reports .item-copy h3,
    #bravely-boost #reports .item-copy p {
      margin: 8px 0 18px; } }

#bravely-boost #reports .item .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

#bravely-boost #reports .item .item-image img {
  max-width: 100%; }
  @media (max-width: 1023px) {
    #bravely-boost #reports .item .item-image img {
      width: 100%; } }

#bravely-boost #companies .bb {
  text-align: center;
  position: relative; }

#bravely-boost #companies .copy-wrapper {
  margin: 80px auto; }
  @media (max-width: 1200px) {
    #bravely-boost #companies .copy-wrapper {
      margin: 45px auto 60px auto; } }
  @media (max-width: 768px) {
    #bravely-boost #companies .copy-wrapper {
      margin: 20px auto 0px;
      overflow: hidden; } }

#bravely-boost #companies .copy-wrapper p {
  margin: 35px auto 0 auto;
  color: #525c66;
  max-width: 750px; }

#bravely-boost #contact-cta .bb {
  text-align: center; }

#bravely-boost #contact-cta .promo-card {
  background-image: url("../img/redesign/customers-contact-cta-bg.svg");
  background-size: cover;
  background-position: center center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  border-radius: 50px;
  padding: 96px 72px 0; }
  @media (max-width: 1024px) {
    #bravely-boost #contact-cta .promo-card {
      padding: 72px 72px 0; } }
  @media (max-width: 600px) {
    #bravely-boost #contact-cta .promo-card {
      min-height: 570px;
      background-image: url("../img/redesign/customers-contact-cta-bg-mobile.svg");
      border-radius: 40px;
      padding: 48px 24px 0; } }

#bravely-boost #contact-cta .promo-card .copy {
  grid-column: 1;
  grid-row: 1;
  margin: -96px auto 0px;
  max-width: 740px; }
  @media (max-width: 1024px) {
    #bravely-boost #contact-cta .promo-card .copy {
      max-width: 400px;
      margin-top: 0; } }

#bravely-boost #contact-cta .promo-card h2 {
  font-size: 48px;
  letter-spacing: -0.01em;
  margin: 0 auto 12px; }
  @media (max-width: 1200px) {
    #bravely-boost #contact-cta .promo-card h2 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #bravely-boost #contact-cta .promo-card h2 {
      font-size: 24px; } }

#bravely-boost #contact-cta .promo-card p {
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    #bravely-boost #contact-cta .promo-card p {
      max-width: 300px;
      margin: 0 auto 10px; } }

#bravely-boost #contact-cta .promo-card img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  pointer-events: none; }
  @media (max-width: 1024px) {
    #bravely-boost #contact-cta .promo-card img {
      grid-row: 2;
      margin-top: -210px; } }
  @media (max-width: 600px) {
    #bravely-boost #contact-cta .promo-card img {
      margin-top: -210px; } }

@media (max-width: 600px) {
  #bravely-boost #contact-cta .promo-card img.desktop {
    display: none; } }

#bravely-boost #contact-cta .promo-card img.mobile {
  display: none; }
  @media (max-width: 600px) {
    #bravely-boost #contact-cta .promo-card img.mobile {
      display: block; } }

#bravely-boost #hero {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #bravely-boost #hero {
      padding: 24px 0 72px; } }

#bravely-boost #hero,
#bravely-boost #skills,
#bravely-boost #companies,
#bravely-boost #contact-cta {
  background-color: #f4f5f6;
  overflow: hidden;
  position: relative; }

#bravely-boost #benefits,
#bravely-boost #reports {
  background-color: #ffffff; }

#bravely-boost #unlimited-coaching {
  background: #99acdd url("../img/redesign/unlimited-coaching-bg.svg") no-repeat;
  background-size: cover;
  padding: 200px 0; }

#bravely-boost #coaching {
  background: #ae72b7 url("../img/redesign/coaching-benefits-bg.svg") center center no-repeat;
  background-size: cover;
  padding: 200px 0;
  overflow: hidden; }
  @media (max-width: 600px) {
    #bravely-boost #coaching {
      padding: 100px 0; } }

#bravely-boost #companies {
  padding: 124px 0; }
  @media (max-width: 1024px) {
    #bravely-boost #companies {
      padding: 72px 0; } }
  @media (max-width: 600px) {
    #bravely-boost #companies {
      padding: 24px 0; } }

#bravely-boost #contact-cta {
  padding: 0px 0 150px; }
  @media (max-width: 600px) {
    #bravely-boost #contact-cta {
      padding: 24px 0 72px; } }

#bravely-boost #skills,
#bravely-boost #benefits,
#bravely-boost #reports {
  padding: 124px 0; }
  @media (max-width: 600px) {
    #bravely-boost #skills,
    #bravely-boost #benefits,
    #bravely-boost #reports {
      padding: 72px 0; } }

#bravely-edge #hero .bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1023px) {
    #bravely-edge #hero .bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#bravely-edge #hero .hero-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(3.2) translateX(31%) translateY(-37%);
          transform: scale(3.2) translateX(31%) translateY(-37%); }
  @media (max-width: 1023px) {
    #bravely-edge #hero .hero-background {
      left: 0;
      -webkit-transform: scale(2.5) translateX(-27%) translateY(-22%);
              transform: scale(2.5) translateX(-27%) translateY(-22%); } }
  @media (max-width: 600px) {
    #bravely-edge #hero .hero-background {
      -webkit-transform: scale(2) translateX(-32%) translateY(-72%);
              transform: scale(2) translateX(-32%) translateY(-72%); } }

#bravely-edge #hero .copy,
#bravely-edge #hero .images {
  width: 50%; }
  @media (max-width: 1023px) {
    #bravely-edge #hero .copy,
    #bravely-edge #hero .images {
      width: auto; } }

#bravely-edge #hero .copy {
  padding-right: 40px; }
  @media (max-width: 1023px) {
    #bravely-edge #hero .copy {
      text-align: center;
      padding-right: 0;
      margin-bottom: 72px; } }
  @media (max-width: 600px) {
    #bravely-edge #hero .copy {
      margin-bottom: 56px; } }

#bravely-edge #hero h1 {
  margin: 24px 0; }

#bravely-edge #hero h1 p {
  font-size: inherit;
  line-height: inherit; }

#bravely-edge #hero h1 strong {
  font-weight: inherit;
  color: #ae72b7; }

#bravely-edge #hero .copy > p {
  max-width: 480px; }
  @media (max-width: 1023px) {
    #bravely-edge #hero .copy > p {
      margin: 0 auto; } }

#bravely-edge #hero .cta {
  margin-top: 32px; }

#bravely-edge #hero .cta a {
  text-decoration: none; }

#bravely-edge #hero .image {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    #bravely-edge #hero .image {
      width: 100%; } }

#bravely-edge #training .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    #bravely-edge #training .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; } }
  @media (max-width: 600px) {
    #bravely-edge #training .content {
      padding: 0 25px; } }

#bravely-edge #training .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 100px;
  gap: 20px; }
  @media (max-width: 1023px) {
    #bravely-edge #training .copy {
      padding-left: 0;
      margin-top: 20px;
      text-align: center;
      max-width: 600px;
      gap: 15px; } }

@media (max-width: 1023px) {
  #bravely-edge #training .copy h2 {
    max-width: 600px; } }

#bravely-edge #training .image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    #bravely-edge #training .image {
      width: 70%;
      margin-top: 72px; } }
  @media (max-width: 600px) {
    #bravely-edge #training .image {
      width: 100%;
      margin-top: 45px; } }

#bravely-edge #training .image img {
  width: 100%;
  height: auto; }

#bravely-edge #courses .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
  gap: 100px; }
  @media (max-width: 1023px) {
    #bravely-edge #courses .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 50px;
      gap: 50px; } }
  @media (max-width: 600px) {
    #bravely-edge #courses .content {
      padding: 0 25px; } }

#bravely-edge #courses .content .copy {
  max-width: 900px;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 768px) {
    #bravely-edge #courses .content .copy {
      margin-bottom: 0; } }

#bravely-edge #courses .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    #bravely-edge #courses .items {
      grid-template-columns: 1fr 1fr;
      gap: 25px; } }
  @media (max-width: 600px) {
    #bravely-edge #courses .items {
      grid-template-columns: 1fr;
      max-width: 600px;
      gap: 25px; } }

#bravely-edge #courses .item {
  padding: 48px 32px;
  background-color: #ffffff;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  gap: 25px;
  text-align: center; }

#bravely-edge #courses .item-icon img {
  width: auto;
  height: 70px; }
  @media (max-width: 1024px) {
    #bravely-edge #courses .item-icon img {
      height: 50px; } }
  @media (max-width: 600px) {
    #bravely-edge #courses .item-icon img {
      height: 50px; } }

#bravely-edge #courses .item-copy h3 {
  margin-bottom: 15px;
  font-size: 30px; }
  @media (max-width: 600px) {
    #bravely-edge #courses .item-copy h3 {
      font-size: 24px; } }

#bravely-edge #course-themes .bb {
  text-align: center; }

#bravely-edge #course-themes .swiper-container {
  margin: 60px 0 90px;
  padding: 0 50px; }
  @media (max-width: 600px) {
    #bravely-edge #course-themes .swiper-container {
      display: none; } }

#bravely-edge #course-themes .swiper-slide {
  text-align: center; }

#bravely-edge #course-themes .swiper-slide img {
  width: 100%;
  max-width: 350px;
  border-radius: 24px; }

#bravely-edge #course-themes .swiper-slide h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 12px; }

#bravely-edge #course-themes .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px; }
  @media (max-width: 600px) {
    #bravely-edge #course-themes .swiper-pagination {
      display: none; } }

#bravely-edge #course-themes .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c7cdd2;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer; }

#bravely-edge #course-themes .swiper-pagination-bullet:hover,
#bravely-edge #course-themes .swiper-pagination-bullet-active {
  background-color: #6d7a88; }

#bravely-edge #course-themes .bb.mobile {
  display: none; }
  @media (max-width: 600px) {
    #bravely-edge #course-themes .bb.mobile {
      display: block; } }

#bravely-edge #course-themes ul {
  margin: 36px 0 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px; }
  @media (max-width: 600px) {
    #bravely-edge #course-themes ul {
      margin: 36px 0 0; } }

#bravely-edge #course-themes ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 12px;
  margin: 0; }

#bravely-edge #course-themes ul li img {
  width: 40px;
  margin-right: 12px;
  border-radius: 5px; }

#bravely-edge #course-themes ul li h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0; }

#bravely-edge #solution .content {
  max-width: 1440px;
  margin: 0 auto; }

#bravely-edge #solution .content .copy {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 72px;
  padding: 0 50px; }
  @media (max-width: 600px) {
    #bravely-edge #solution .content .copy {
      margin-bottom: 24px; } }

#bravely-edge #solution .tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  @media (max-width: 1024px) {
    #bravely-edge #solution .tiles {
      display: none; } }

#bravely-edge #solution .swiper-container {
  display: none; }
  @media (max-width: 1024px) {
    #bravely-edge #solution .swiper-container {
      display: block; } }

#bravely-edge #solution .tile,
#bravely-edge #solution .swiper-slide {
  border-radius: 24px;
  text-align: left;
  padding: 36px; }

#bravely-edge #solution .swiper-slide {
  height: auto; }

#bravely-edge #solution .tile:nth-child(1) {
  background-color: #fef0d2; }

#bravely-edge #solution .tile:nth-child(2) {
  background-color: #e8eef7; }

#bravely-edge #solution .tile:nth-child(3) {
  background-color: #d1eedf; }

#bravely-edge #solution .swiper-slide[data-theme='theme-1'] {
  background-color: #fef0d2; }

#bravely-edge #solution .swiper-slide[data-theme='theme-2'] {
  background-color: #e8eef7; }

#bravely-edge #solution .swiper-slide[data-theme='theme-3'] {
  background-color: #d1eedf; }

#bravely-edge #solution .tile img,
#bravely-edge #solution .swiper-slide img {
  height: 60px; }

#bravely-edge #solution .tile h3,
#bravely-edge #solution .swiper-slide h3 {
  margin: 36px 0 24px;
  font-size: 30px; }
  @media (max-width: 600px) {
    #bravely-edge #solution .tile h3,
    #bravely-edge #solution .swiper-slide h3 {
      font-size: 24px; } }

#bravely-edge #solution .cta-link {
  text-align: center;
  padding-top: 72px; }
  @media (max-width: 1024px) {
    #bravely-edge #solution .cta-link {
      padding-top: 48px; } }

#bravely-edge #companies .bb {
  text-align: center;
  position: relative; }

#bravely-edge #companies .copy-wrapper {
  margin: 80px auto; }
  @media (max-width: 1200px) {
    #bravely-edge #companies .copy-wrapper {
      margin: 45px auto 60px auto; } }
  @media (max-width: 768px) {
    #bravely-edge #companies .copy-wrapper {
      margin: 20px auto 0px;
      overflow: hidden; } }

#bravely-edge #companies .copy-wrapper p {
  margin: 35px auto 0 auto;
  color: #525c66;
  max-width: 750px; }

#bravely-edge #contact-cta .bb {
  text-align: center; }

#bravely-edge #contact-cta .promo-card {
  background-image: url("../img/redesign/customers-contact-cta-bg.svg");
  background-size: cover;
  background-position: center center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  border-radius: 50px;
  padding: 96px 72px 0; }
  @media (max-width: 1024px) {
    #bravely-edge #contact-cta .promo-card {
      padding: 72px 72px 0; } }
  @media (max-width: 600px) {
    #bravely-edge #contact-cta .promo-card {
      min-height: 570px;
      background-image: url("../img/redesign/customers-contact-cta-bg-mobile.svg");
      border-radius: 40px;
      padding: 48px 24px 0; } }

#bravely-edge #contact-cta .promo-card .copy {
  grid-column: 1;
  grid-row: 1;
  margin: -96px auto 0px;
  max-width: 740px; }
  @media (max-width: 1024px) {
    #bravely-edge #contact-cta .promo-card .copy {
      max-width: 400px;
      margin-top: 0; } }

#bravely-edge #contact-cta .promo-card h2 {
  font-size: 48px;
  letter-spacing: -0.01em;
  margin: 0 auto 12px; }
  @media (max-width: 1200px) {
    #bravely-edge #contact-cta .promo-card h2 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #bravely-edge #contact-cta .promo-card h2 {
      font-size: 24px; } }

#bravely-edge #contact-cta .promo-card p {
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    #bravely-edge #contact-cta .promo-card p {
      max-width: 300px;
      margin: 0 auto 10px; } }

#bravely-edge #contact-cta .promo-card img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  pointer-events: none; }
  @media (max-width: 1024px) {
    #bravely-edge #contact-cta .promo-card img {
      grid-row: 2;
      margin-top: -210px; } }
  @media (max-width: 600px) {
    #bravely-edge #contact-cta .promo-card img {
      margin-top: -210px; } }

@media (max-width: 600px) {
  #bravely-edge #contact-cta .promo-card img.desktop {
    display: none; } }

#bravely-edge #contact-cta .promo-card img.mobile {
  display: none; }
  @media (max-width: 600px) {
    #bravely-edge #contact-cta .promo-card img.mobile {
      display: block; } }

#bravely-edge #hero {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #bravely-edge #hero {
      padding: 24px 0 72px; } }

#bravely-edge #hero,
#bravely-edge #training,
#bravely-edge #course-themes,
#bravely-edge #companies,
#bravely-edge #contact-cta {
  background-color: #f4f5f6;
  overflow: hidden;
  position: relative; }

#bravely-edge #courses {
  background: #68b48e url("../img/redesign/bravely-courses-bg.svg") center center no-repeat;
  background-size: cover;
  padding: 200px 0; }
  @media (max-width: 600px) {
    #bravely-edge #courses {
      padding: 100px 0; } }

#bravely-edge #companies {
  padding: 124px 0; }
  @media (max-width: 1024px) {
    #bravely-edge #companies {
      padding: 72px 0; } }
  @media (max-width: 600px) {
    #bravely-edge #companies {
      padding: 24px 0; } }

#bravely-edge #contact-cta {
  padding: 0px 0 150px; }
  @media (max-width: 600px) {
    #bravely-edge #contact-cta {
      padding: 24px 0 72px; } }

#bravely-edge #training,
#bravely-edge #solution,
#bravely-edge #course-themes {
  padding: 124px 0;
  overflow: hidden; }
  @media (max-width: 600px) {
    #bravely-edge #training,
    #bravely-edge #solution,
    #bravely-edge #course-themes {
      padding: 72px 0; } }

#bravely-exec #hero .bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1023px) {
    #bravely-exec #hero .bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#bravely-exec #hero .hero-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translateX(-4%) translateY(-60%);
          transform: scale(1) translateX(-4%) translateY(-60%); }
  @media (max-width: 1023px) {
    #bravely-exec #hero .hero-background {
      left: 0;
      -webkit-transform: scale(1) translateX(54%) translateY(-50%);
              transform: scale(1) translateX(54%) translateY(-50%); } }
  @media (max-width: 600px) {
    #bravely-exec #hero .hero-background {
      -webkit-transform: scale(1) translateX(-1%) translateY(-86%);
              transform: scale(1) translateX(-1%) translateY(-86%); } }

#bravely-exec #hero .copy,
#bravely-exec #hero .images {
  width: 50%; }
  @media (max-width: 1023px) {
    #bravely-exec #hero .copy,
    #bravely-exec #hero .images {
      width: auto; } }

#bravely-exec #hero .copy {
  padding-right: 40px; }
  @media (max-width: 1023px) {
    #bravely-exec #hero .copy {
      text-align: center;
      padding-right: 0;
      margin-bottom: 72px; } }
  @media (max-width: 600px) {
    #bravely-exec #hero .copy {
      margin-bottom: 56px; } }

#bravely-exec #hero h1 {
  margin: 24px 0; }

#bravely-exec #hero h1 p {
  font-size: inherit;
  line-height: inherit; }

#bravely-exec #hero h1 strong {
  font-weight: inherit;
  color: #ae72b7; }

#bravely-exec #hero .copy > p {
  max-width: 480px; }
  @media (max-width: 1023px) {
    #bravely-exec #hero .copy > p {
      margin: 0 auto; } }

#bravely-exec #hero .cta {
  margin-top: 32px; }

#bravely-exec #hero .cta a {
  text-decoration: none; }

#bravely-exec #hero .image {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    #bravely-exec #hero .image {
      width: 100%; } }

#bravely-exec #benefits .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
  gap: 100px; }
  @media (max-width: 1023px) {
    #bravely-exec #benefits .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 50px;
      gap: 50px; } }
  @media (max-width: 600px) {
    #bravely-exec #benefits .content {
      padding: 0 25px; } }

#bravely-exec #benefits .content .copy {
  max-width: 800px;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-exec #benefits .content .copy {
      margin-bottom: 0; } }

#bravely-exec #benefits .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    #bravely-exec #benefits .items {
      grid-template-columns: 1fr 1fr;
      gap: 50px; } }
  @media (max-width: 600px) {
    #bravely-exec #benefits .items {
      grid-template-columns: 1fr;
      max-width: 600px;
      gap: 40px; } }

#bravely-exec #benefits .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 25px; }

#bravely-exec #benefits .item-icon {
  text-align: center; }

#bravely-exec #benefits .item-icon img {
  width: 150px;
  height: auto; }
  @media (max-width: 1023px) {
    #bravely-exec #benefits .item-icon img {
      width: 80px; } }
  @media (max-width: 600px) {
    #bravely-exec #benefits .item-icon img {
      width: 70px; } }

#bravely-exec #benefits .item-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-exec #benefits .item-copy {
      text-align: center; } }

#bravely-exec #benefits .item-copy h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px; }
  @media (max-width: 1023px) {
    #bravely-exec #benefits .item-copy h3 {
      max-width: 500px; } }
  @media (max-width: 600px) {
    #bravely-exec #benefits .item-copy h3 {
      font-size: 16px;
      line-height: 20px; } }

#bravely-exec #coaching .content {
  max-width: 1440px;
  margin: 0 auto; }

#bravely-exec #coaching .content .copy {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 72px;
  padding: 0 50px;
  color: #ffffff; }
  @media (max-width: 600px) {
    #bravely-exec #coaching .content .copy {
      margin-bottom: 24px; } }

#bravely-exec #coaching .areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 30px; }
  #bravely-exec #coaching .areas li {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #bravely-exec #coaching .areas li span {
      color: white;
      font-weight: 600; }

#bravely-exec #coaching .cta-link {
  text-align: center;
  padding-top: 72px; }
  @media (max-width: 1024px) {
    #bravely-exec #coaching .cta-link {
      padding-top: 48px; } }

#bravely-exec #companies .bb {
  text-align: center;
  position: relative; }

#bravely-exec #companies .copy-wrapper {
  margin: 80px auto; }
  @media (max-width: 1200px) {
    #bravely-exec #companies .copy-wrapper {
      margin: 45px auto 60px auto; } }
  @media (max-width: 768px) {
    #bravely-exec #companies .copy-wrapper {
      margin: 20px auto 0px;
      overflow: hidden; } }

#bravely-exec #companies .copy-wrapper p {
  margin: 35px auto 0 auto;
  color: #525c66;
  max-width: 750px; }

#bravely-exec #contact-cta .bb {
  text-align: center; }

#bravely-exec #contact-cta .promo-card {
  background-image: url("../img/redesign/customers-contact-cta-bg.svg");
  background-size: cover;
  background-position: center center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  border-radius: 50px;
  padding: 96px 72px 0; }
  @media (max-width: 1024px) {
    #bravely-exec #contact-cta .promo-card {
      padding: 72px 72px 0; } }
  @media (max-width: 600px) {
    #bravely-exec #contact-cta .promo-card {
      min-height: 570px;
      background-image: url("../img/redesign/customers-contact-cta-bg-mobile.svg");
      border-radius: 40px;
      padding: 48px 24px 0; } }

#bravely-exec #contact-cta .promo-card .copy {
  grid-column: 1;
  grid-row: 1;
  margin: -96px auto 0px;
  max-width: 740px; }
  @media (max-width: 1024px) {
    #bravely-exec #contact-cta .promo-card .copy {
      max-width: 400px;
      margin-top: 0; } }

#bravely-exec #contact-cta .promo-card h2 {
  font-size: 48px;
  letter-spacing: -0.01em;
  margin: 0 auto 12px; }
  @media (max-width: 1200px) {
    #bravely-exec #contact-cta .promo-card h2 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #bravely-exec #contact-cta .promo-card h2 {
      font-size: 24px; } }

#bravely-exec #contact-cta .promo-card p {
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    #bravely-exec #contact-cta .promo-card p {
      max-width: 300px;
      margin: 0 auto 10px; } }

#bravely-exec #contact-cta .promo-card img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  pointer-events: none; }
  @media (max-width: 1024px) {
    #bravely-exec #contact-cta .promo-card img {
      grid-row: 2;
      margin-top: -210px; } }
  @media (max-width: 600px) {
    #bravely-exec #contact-cta .promo-card img {
      margin-top: -210px; } }

@media (max-width: 600px) {
  #bravely-exec #contact-cta .promo-card img.desktop {
    display: none; } }

#bravely-exec #contact-cta .promo-card img.mobile {
  display: none; }
  @media (max-width: 600px) {
    #bravely-exec #contact-cta .promo-card img.mobile {
      display: block; } }

#bravely-exec #hero {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #bravely-exec #hero {
      padding: 24px 0 72px; } }

#bravely-exec #hero,
#bravely-exec #skills,
#bravely-exec #companies,
#bravely-exec #contact-cta {
  background-color: #f4f5f6;
  overflow: hidden;
  position: relative; }

#bravely-exec #benefits,
#bravely-exec #reports {
  background-color: #ffffff; }

#bravely-exec #unlimited-coaching {
  background: #99acdd url("../img/redesign/unlimited-coaching-bg.svg") no-repeat;
  background-size: cover;
  padding: 200px 0; }

#bravely-exec #coaching {
  background: #ae72b7 url("../img/redesign/coaching-benefits-bg.svg") center center no-repeat;
  background-size: cover;
  padding: 200px 0;
  overflow: hidden; }
  @media (max-width: 600px) {
    #bravely-exec #coaching {
      padding: 100px 0; } }

#bravely-exec #companies {
  padding: 124px 0; }
  @media (max-width: 1024px) {
    #bravely-exec #companies {
      padding: 72px 0; } }
  @media (max-width: 600px) {
    #bravely-exec #companies {
      padding: 24px 0; } }

#bravely-exec #contact-cta {
  padding: 0px 0 150px; }
  @media (max-width: 600px) {
    #bravely-exec #contact-cta {
      padding: 24px 0 72px; } }

#bravely-exec #skills,
#bravely-exec #benefits,
#bravely-exec #reports {
  padding: 124px 0; }
  @media (max-width: 600px) {
    #bravely-exec #skills,
    #bravely-exec #benefits,
    #bravely-exec #reports {
      padding: 72px 0; } }

#bravely-workshops #hero .bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1024px) {
    #bravely-workshops #hero .bb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 600px) {
    #bravely-workshops #hero .bb {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

#bravely-workshops #hero .hero-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translateX(7%) translateY(-60%);
          transform: scale(1) translateX(7%) translateY(-60%); }
  @media (max-width: 1024px) {
    #bravely-workshops #hero .hero-background {
      left: 0;
      -webkit-transform: scale(1) translateX(50%) translateY(-65%);
              transform: scale(1) translateX(50%) translateY(-65%); } }
  @media (max-width: 600px) {
    #bravely-workshops #hero .hero-background {
      -webkit-transform: scale(0.4) translateX(6%) translateY(-165%);
              transform: scale(0.4) translateX(6%) translateY(-165%); } }

#bravely-workshops #hero .copy,
#bravely-workshops #hero .images {
  width: 50%; }
  @media (max-width: 1023px) {
    #bravely-workshops #hero .copy,
    #bravely-workshops #hero .images {
      width: auto; } }

#bravely-workshops #hero .copy {
  padding-right: 40px; }
  @media (max-width: 1024px) {
    #bravely-workshops #hero .copy {
      text-align: center;
      padding-right: 0;
      margin-bottom: 72px; } }
  @media (max-width: 600px) {
    #bravely-workshops #hero .copy {
      margin-bottom: 56px; } }

#bravely-workshops #hero h1 {
  margin: 24px 0; }

#bravely-workshops #hero h1 p {
  font-size: inherit;
  line-height: inherit; }

#bravely-workshops #hero h1 strong {
  font-weight: inherit;
  color: #ae72b7; }

#bravely-workshops #hero .copy > p {
  max-width: 480px; }
  @media (max-width: 1024px) {
    #bravely-workshops #hero .copy > p {
      margin: 0 auto; } }

#bravely-workshops #hero .cta {
  margin-top: 32px; }

#bravely-workshops #hero .cta a {
  text-decoration: none; }

#bravely-workshops #hero .image {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1024px) {
    #bravely-workshops #hero .image {
      width: 100%; } }

#bravely-workshops #benefits .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
  gap: 100px; }
  @media (max-width: 1023px) {
    #bravely-workshops #benefits .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 50px;
      gap: 50px; } }
  @media (max-width: 600px) {
    #bravely-workshops #benefits .content {
      padding: 0 25px; } }

#bravely-workshops #benefits .content .copy {
  max-width: 600px;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-workshops #benefits .content .copy {
      margin-bottom: 0; } }

#bravely-workshops #benefits .items {
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    #bravely-workshops #benefits .items {
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px; } }
  @media (max-width: 600px) {
    #bravely-workshops #benefits .items {
      grid-template-columns: 1fr;
      max-width: 600px;
      gap: 25px; } }

#bravely-workshops #benefits .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 25px; }

#bravely-workshops #benefits .item-icon {
  text-align: center; }

#bravely-workshops #benefits .item-icon img {
  width: 150px;
  height: auto; }
  @media (max-width: 1023px) {
    #bravely-workshops #benefits .item-icon img {
      width: 80px; } }
  @media (max-width: 600px) {
    #bravely-workshops #benefits .item-icon img {
      width: 70px; } }

#bravely-workshops #benefits .item-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }
  @media (max-width: 768px) {
    #bravely-workshops #benefits .item-copy {
      text-align: center; } }

#bravely-workshops #benefits .item-copy h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px; }
  @media (max-width: 1023px) {
    #bravely-workshops #benefits .item-copy h3 {
      max-width: 500px; } }
  @media (max-width: 600px) {
    #bravely-workshops #benefits .item-copy h3 {
      font-size: 24px; } }

#bravely-workshops #coaching .content {
  max-width: 1440px;
  margin: 0 auto; }

#bravely-workshops #coaching .content .copy {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 72px;
  padding: 0 50px;
  color: #ffffff; }
  @media (max-width: 600px) {
    #bravely-workshops #coaching .content .copy {
      margin-bottom: 24px; } }

#bravely-workshops #coaching .tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  @media (max-width: 1024px) {
    #bravely-workshops #coaching .tiles {
      display: none; } }

#bravely-workshops #coaching .swiper-container {
  display: none; }
  @media (max-width: 1024px) {
    #bravely-workshops #coaching .swiper-container {
      display: block; } }

#bravely-workshops #coaching .tile,
#bravely-workshops #coaching .swiper-slide {
  border-radius: 24px;
  text-align: left;
  padding: 36px; }

#bravely-workshops #coaching .swiper-slide {
  height: auto; }

#bravely-workshops #coaching .tile {
  background-color: #ffffff; }

#bravely-workshops #coaching ul.topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0px;
  padding: 0px; }
  @media (max-width: 1024px) {
    #bravely-workshops #coaching ul.topics {
      grid-template-columns: 1fr;
      gap: 30px; } }
  #bravely-workshops #coaching ul.topics > li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
    gap: 15px; }
    #bravely-workshops #coaching ul.topics > li .topic-heading {
      font-weight: 600; }
    #bravely-workshops #coaching ul.topics > li .topic-items {
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 5px; }
      #bravely-workshops #coaching ul.topics > li .topic-items > li {
        list-style: none;
        margin: 0px;
        font-size: 15px; }
        #bravely-workshops #coaching ul.topics > li .topic-items > li svg {
          -webkit-transform: scale(0.8) translateX(-4px);
                  transform: scale(0.8) translateX(-4px); }

#bravely-workshops #coaching .swiper-slide[data-theme='theme-1'] {
  background-color: #ffffff; }

#bravely-workshops #coaching .swiper-slide[data-theme='theme-2'] {
  background-color: #ffffff; }

#bravely-workshops #coaching .swiper-slide[data-theme='theme-3'] {
  background-color: #ffffff; }

#bravely-workshops #coaching .tile img,
#bravely-workshops #coaching .swiper-slide img {
  height: 60px; }

#bravely-workshops #coaching .tile h3,
#bravely-workshops #coaching .swiper-slide h3 {
  margin: 36px 0 24px;
  font-size: 30px; }
  @media (max-width: 600px) {
    #bravely-workshops #coaching .tile h3,
    #bravely-workshops #coaching .swiper-slide h3 {
      font-size: 24px; } }

#bravely-workshops #coaching .cta-link {
  text-align: center;
  padding-top: 72px; }
  @media (max-width: 1024px) {
    #bravely-workshops #coaching .cta-link {
      padding-top: 48px; } }

#bravely-workshops #companies .bb {
  text-align: center;
  position: relative; }

#bravely-workshops #companies .copy-wrapper {
  margin: 80px auto; }
  @media (max-width: 1200px) {
    #bravely-workshops #companies .copy-wrapper {
      margin: 45px auto 60px auto; } }
  @media (max-width: 768px) {
    #bravely-workshops #companies .copy-wrapper {
      margin: 20px auto 0px;
      overflow: hidden; } }

#bravely-workshops #companies .copy-wrapper p {
  margin: 35px auto 0 auto;
  color: #525c66;
  max-width: 750px; }

#bravely-workshops #contact-cta .bb {
  text-align: center; }

#bravely-workshops #contact-cta .promo-card {
  background-image: url("../img/redesign/customers-contact-cta-bg.svg");
  background-size: cover;
  background-position: center center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  border-radius: 50px;
  padding: 96px 72px 0; }
  @media (max-width: 1024px) {
    #bravely-workshops #contact-cta .promo-card {
      padding: 72px 72px 0; } }
  @media (max-width: 600px) {
    #bravely-workshops #contact-cta .promo-card {
      min-height: 570px;
      background-image: url("../img/redesign/customers-contact-cta-bg-mobile.svg");
      border-radius: 40px;
      padding: 48px 24px 0; } }

#bravely-workshops #contact-cta .promo-card .copy {
  grid-column: 1;
  grid-row: 1;
  margin: -96px auto 0px;
  max-width: 740px; }
  @media (max-width: 1024px) {
    #bravely-workshops #contact-cta .promo-card .copy {
      max-width: 400px;
      margin-top: 0; } }

#bravely-workshops #contact-cta .promo-card h2 {
  font-size: 48px;
  letter-spacing: -0.01em;
  margin: 0 auto 12px; }
  @media (max-width: 1200px) {
    #bravely-workshops #contact-cta .promo-card h2 {
      font-size: 40px; } }
  @media (max-width: 600px) {
    #bravely-workshops #contact-cta .promo-card h2 {
      font-size: 24px; } }

#bravely-workshops #contact-cta .promo-card p {
  margin-bottom: 24px; }
  @media (max-width: 1024px) {
    #bravely-workshops #contact-cta .promo-card p {
      max-width: 300px;
      margin: 0 auto 10px; } }

#bravely-workshops #contact-cta .promo-card img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  pointer-events: none; }
  @media (max-width: 1024px) {
    #bravely-workshops #contact-cta .promo-card img {
      grid-row: 2;
      margin-top: -210px; } }
  @media (max-width: 600px) {
    #bravely-workshops #contact-cta .promo-card img {
      margin-top: -210px; } }

@media (max-width: 600px) {
  #bravely-workshops #contact-cta .promo-card img.desktop {
    display: none; } }

#bravely-workshops #contact-cta .promo-card img.mobile {
  display: none; }
  @media (max-width: 600px) {
    #bravely-workshops #contact-cta .promo-card img.mobile {
      display: block; } }

#bravely-workshops #hero {
  padding: 48px 0 124px; }
  @media (max-width: 600px) {
    #bravely-workshops #hero {
      padding: 24px 0 72px; } }

#bravely-workshops #hero,
#bravely-workshops #skills,
#bravely-workshops #companies,
#bravely-workshops #benefits,
#bravely-workshops #contact-cta {
  background-color: #f4f5f6;
  overflow: hidden;
  position: relative; }

#bravely-workshops #reports {
  background-color: #ffffff; }

#bravely-workshops #unlimited-coaching {
  background: #99acdd url("../img/redesign/unlimited-coaching-bg.svg") no-repeat;
  background-size: cover;
  padding: 200px 0; }

#bravely-workshops #coaching {
  background: #552059 url("../img/redesign/coaching-topics-bg.svg") center center no-repeat;
  background-size: cover;
  padding: 200px 0;
  overflow: hidden; }
  @media (max-width: 600px) {
    #bravely-workshops #coaching {
      padding: 100px 0; } }

#bravely-workshops #companies {
  padding: 124px 0; }
  @media (max-width: 1024px) {
    #bravely-workshops #companies {
      padding: 72px 0; } }
  @media (max-width: 600px) {
    #bravely-workshops #companies {
      padding: 24px 0; } }

#bravely-workshops #contact-cta {
  padding: 0px 0 150px; }
  @media (max-width: 600px) {
    #bravely-workshops #contact-cta {
      padding: 24px 0 72px; } }

#bravely-workshops #skills,
#bravely-workshops #benefits {
  padding: 124px 0; }
  @media (max-width: 600px) {
    #bravely-workshops #skills,
    #bravely-workshops #benefits {
      padding: 72px 0; } }

#request-a-demo {
  background: #f5f5f5;
  padding: 50px 0px 100px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    #request-a-demo #details .schedule {
      display: none; } }
  #request-a-demo #details .schedule ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  #request-a-demo #details .schedule li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -5px; }
  #request-a-demo #details .schedule li img {
    width: 45px; }
  #request-a-demo #details .brands ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 600px) {
      #request-a-demo #details .brands ul {
        gap: 15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #request-a-demo #details .brands li {
    list-style: none;
    padding: 0;
    margin: 0; }
  #request-a-demo #details .brands li img {
    max-width: none;
    height: 28px;
    width: auto; }
    @media (max-width: 600px) {
      #request-a-demo #details .brands li img {
        height: 18px; } }
  #request-a-demo #form ul,
  #request-a-demo #form li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  #request-a-demo #form .form-field {
    margin: 0 0 25px; }
  #request-a-demo #form .form-field > label {
    display: block;
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 9px;
    font-weight: 500; }
  #request-a-demo #form input:not([type='checkbox']):not([type='radio']),
  #request-a-demo #form select {
    background: #fff;
    border: 1px solid #b9c8ea;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: inherit;
    height: 45px;
    padding: 0 20px;
    width: 100%; }
  #request-a-demo #form input[type='checkbox'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #b9c8ea;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 16px;
    margin: 2px 0 0;
    width: 16px; }
  #request-a-demo #form input[type='checkbox']:checked {
    background-color: #ae72b7;
    border-color: #ae72b7; }
  #request-a-demo #form input[type='checkbox'] + span:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: '';
    height: 3px;
    left: 3.45px;
    opacity: 0;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    width: 7px; }
  #request-a-demo #form input[type='checkbox']:checked + span:before {
    opacity: 1;
    visibility: visible; }
  #request-a-demo #form li.hs-form-booleancheckbox {
    position: relative; }
  #request-a-demo #form span.hs-form-required {
    line-height: 1; }
  #request-a-demo #form button[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ae72b7;
    border: 1px solid #ae72b7;
    border-radius: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin: 25px 0 0;
    padding: 18px 30px;
    text-align: center;
    width: 100%; }
  #request-a-demo #form button[type='submit']:hover {
    background-color: #19253a;
    border-color: #19253a; }
  #request-a-demo #form .hs-error-msg {
    color: red !important;
    font-size: 14px !important; }
  #request-a-demo #form .hs_error_rollup {
    display: none; }
  #request-a-demo #form .submitted-message {
    border: 1px solid green;
    border-radius: 10px;
    color: green;
    padding: 20px;
    text-align: center; }
  #request-a-demo .bb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1023px) {
      #request-a-demo .bb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 40px; } }
    @media (max-width: 600px) {
      #request-a-demo .bb {
        gap: 20px; } }
  #request-a-demo #details {
    max-width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
    padding: 20px 0px; }
    #request-a-demo #details div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px; }
    @media (max-width: 1023px) {
      #request-a-demo #details {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: none;
        text-align: center; } }
    @media (max-width: 600px) {
      #request-a-demo #details {
        gap: 30px; } }
  #request-a-demo #form {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    background-color: #ffffff;
    padding: 50px 35px 43px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px rgba(24, 37, 58, 0.1);
            box-shadow: 0 0 30px rgba(24, 37, 58, 0.1); }
    @media (max-width: 1023px) {
      #request-a-demo #form {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: none; } }
    @media (max-width: 600px) {
      #request-a-demo #form {
        padding: 30px 25px 33px; } }

#roi-guide {
  background: #f5f5f5;
  padding: 50px 0px 100px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    #roi-guide #details .schedule {
      display: none; } }
  #roi-guide #details .schedule ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }
  #roi-guide #details .schedule li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -5px; }
  #roi-guide #details .schedule li img {
    width: 45px;
    margin-top: -20px; }
  #roi-guide #details .brands ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (max-width: 600px) {
      #roi-guide #details .brands ul {
        gap: 15px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #roi-guide #details .brands li {
    list-style: none;
    padding: 0;
    margin: 0; }
  #roi-guide #details .brands li img {
    max-width: none;
    height: 28px;
    width: auto; }
    @media (max-width: 600px) {
      #roi-guide #details .brands li img {
        height: 18px; } }
  #roi-guide #form .hbspt-form ul,
  #roi-guide #form .hbspt-form li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  #roi-guide #form .hbspt-form form.hs-form .hs-form-field {
    margin: 0 0 20px; }
  #roi-guide #form .hbspt-form form.hs-form .hs-form-field > label {
    display: block;
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 9px;
    font-weight: 500; }
  #roi-guide #form .hbspt-form form.hs-form .hs-input:not([type='checkbox']):not([type='radio']) {
    background: #fff;
    border: 1px solid #b9c8ea;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: inherit;
    height: 45px;
    padding: 0 20px;
    width: 100%; }
  #roi-guide #form .legal-consent-container p {
    font-size: 12px;
    line-height: 14px; }
  #roi-guide #form form.hs-form .hs-form-booleancheckbox-display > span {
    line-height: 1.2;
    margin-left: 30px;
    font-weight: 500; }
  #roi-guide #form form.hs-form .hs-form-booleancheckbox-display input {
    float: left; }
  #roi-guide #form form.hs-form .hs-form-booleancheckbox-display > span {
    display: block; }
  #roi-guide #form .hbspt-form form.hs-form .hs-input[type='checkbox'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #b9c8ea;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 16px;
    margin: 2px 0 0;
    width: 16px; }
  #roi-guide #form .hbspt-form form.hs-form .hs-input[type='checkbox']:checked {
    background-color: #ae72b7;
    border-color: #ae72b7; }
  #roi-guide #form .hbspt-form form.hs-form .hs-input[type='checkbox'] + span:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: '';
    height: 3px;
    left: 3.45px;
    opacity: 0;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    width: 7px; }
  #roi-guide #form .hbspt-form form.hs-form .hs-input[type='checkbox']:checked + span:before {
    opacity: 1;
    visibility: visible; }
  #roi-guide #form li.hs-form-booleancheckbox {
    position: relative; }
  #roi-guide #form span.hs-form-required {
    line-height: 1; }
  #roi-guide #form form.hs-form input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ae72b7;
    border: 1px solid #ae72b7;
    border-radius: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin: 25px 0 0;
    padding: 14px 30px;
    text-align: center;
    width: 100%; }
  #roi-guide #form form.hs-form input[type='submit']:hover {
    background-color: #19253a;
    border-color: #19253a; }
  #roi-guide #form .hs-error-msg {
    color: red !important;
    font-size: 14px !important; }
  #roi-guide #form .hs_error_rollup {
    display: none; }
  #roi-guide #form .submitted-message {
    border: 1px solid green;
    border-radius: 10px;
    color: green;
    padding: 20px;
    text-align: center; }
  #roi-guide .bb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1023px) {
      #roi-guide .bb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 40px; } }
    @media (max-width: 600px) {
      #roi-guide .bb {
        gap: 20px; } }
  #roi-guide #details {
    max-width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
    padding: 20px 0px; }
    #roi-guide #details div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px; }
    @media (max-width: 1023px) {
      #roi-guide #details {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: none;
        text-align: center; } }
    @media (max-width: 600px) {
      #roi-guide #details {
        gap: 30px; } }
  #roi-guide #form {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    background-color: #ffffff;
    padding: 50px 35px 43px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px rgba(24, 37, 58, 0.1);
            box-shadow: 0 0 30px rgba(24, 37, 58, 0.1); }
    @media (max-width: 1023px) {
      #roi-guide #form {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: none; } }
    @media (max-width: 600px) {
      #roi-guide #form {
        padding: 30px 25px 33px; } }
