@charset "UTF-8";
/*--------------------------------------------------------------
# Variables, functions and mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
	* normalize.css v7.0.0 | MIT License
	* github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.web-app {
  /*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Helpers
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  /* Reveal animations */
  /*--------------------------------------------------------------
  # Buttons
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # TryOut Component Styles
  --------------------------------------------------------------*/
  /* TryOut Isolated wrapper - prevents CLS and style conflicts */
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Hero
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Features extended
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Site content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
}
.web-app html {
  box-sizing: border-box;
}
.web-app *,
.web-app *:before,
.web-app *:after {
  /* Apply border-box globally to match Ant Design and prevent CLS when app.css loads */
  box-sizing: border-box;
}
.web-app body {
  background: #FFFFFF; /* Fallback for when there is no custom background color defined. */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.web-app hr {
  border: 0;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
  margin-top: 24px;
  margin-bottom: 24px;
}
.web-app ul, .web-app ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
}
.web-app ul {
  list-style: disc;
}
.web-app ol {
  list-style: decimal;
}
.web-app li > ul,
.web-app li > ol {
  margin-bottom: 0;
}
.web-app dl {
  margin-top: 0;
  margin-bottom: 24px;
}
.web-app dt {
  font-weight: 700;
}
.web-app dd {
  margin-left: 24px;
  margin-bottom: 24px;
}
.web-app img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}
.web-app figure {
  margin: 24px 0; /* Extra wide images within figure tags don't overflow the content area. */
}
.web-app figcaption {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
}
.web-app img,
.web-app svg {
  display: block;
}
.web-app table {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}
.web-app tr {
  border-bottom: 1px solid #E3E7EB;
}
.web-app th {
  text-align: left;
}
.web-app th,
.web-app td {
  padding: 10px 16px;
}
.web-app th:first-child,
.web-app td:first-child {
  padding-left: 0;
}
.web-app th:last-child,
.web-app td:last-child {
  padding-right: 0;
}
.web-app html {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 641px) {
  .web-app html {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
}
.web-app body {
  color: #5B6F82;
  font-size: 1rem;
}
.web-app body,
.web-app button,
.web-app input,
.web-app select,
.web-app textarea {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.web-app a {
  color: inherit;
  text-decoration: underline;
}
.web-app a:hover, .web-app a:active {
  outline: 0;
  text-decoration: none;
}
.web-app h1, .web-app h2, .web-app h3, .web-app h4, .web-app h5, .web-app h6,
.web-app .h1, .web-app .h2, .web-app .h3, .web-app .h4, .web-app .h5, .web-app .h6 {
  clear: both;
  color: #202B36;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.web-app h1,
.web-app .h1 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.2px;
}
@media (min-width: 641px) {
  .web-app h1,
  .web-app .h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.1px;
  }
}
.web-app h2,
.web-app .h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  .web-app h2,
  .web-app .h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.2px;
  }
}
.web-app h3,
.web-app .h3,
.web-app blockquote {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  .web-app h3,
  .web-app .h3,
  .web-app blockquote {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px;
  }
}
.web-app h4,
.web-app h5,
.web-app h6,
.web-app .h4,
.web-app .h5,
.web-app .h6 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  .web-app h4,
  .web-app h5,
  .web-app h6,
  .web-app .h4,
  .web-app .h5,
  .web-app .h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 640px) {
  .web-app .h1-mobile {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.2px;
  }
  .web-app .h2-mobile {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px;
  }
  .web-app .h3-mobile {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
  .web-app .h4-mobile,
  .web-app .h5-mobile,
  .web-app .h6-mobile {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
}
.web-app .text-light {
  color: rgba(255, 255, 255, 0.8);
}
.web-app .text-light a {
  color: rgba(255, 255, 255, 0.8);
}
.web-app .text-light h1, .web-app .text-light h2, .web-app .text-light h3, .web-app .text-light h4, .web-app .text-light h5, .web-app .text-light h6,
.web-app .text-light .h1, .web-app .text-light .h2, .web-app .text-light .h3, .web-app .text-light .h4, .web-app .text-light .h5, .web-app .text-light .h6 {
  color: #FFF !important;
}
.web-app .text-sm {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}
.web-app .text-xs {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.web-app h1, .web-app h2,
.web-app .h1, .web-app .h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}
.web-app h3,
.web-app .h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}
.web-app h4, .web-app h5, .web-app h6,
.web-app .h4, .web-app .h5, .web-app .h6 {
  margin-top: 24px;
  margin-bottom: 4px;
}
.web-app p {
  margin-top: 0;
  margin-bottom: 24px;
}
.web-app dfn, .web-app cite, .web-app em, .web-app i {
  font-style: italic;
}
.web-app blockquote {
  color: #6B7280;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
}
.web-app blockquote::before {
  content: "“";
}
.web-app blockquote::after {
  content: "”";
}
.web-app blockquote p {
  display: inline;
}
.web-app address {
  color: #5B6F82;
  border-width: 1px 0;
  border-style: solid;
  border-color: #E3E7EB;
  padding: 24px 0;
  margin: 0 0 24px;
}
.web-app pre,
.web-app pre h1,
.web-app pre h2,
.web-app pre h3,
.web-app pre h4,
.web-app pre h5,
.web-app pre h6,
.web-app pre .h1,
.web-app pre .h2,
.web-app pre .h3,
.web-app pre .h4,
.web-app pre .h5,
.web-app pre .h6 {
  font-family: "Courier 10 Pitch", Courier, monospace;
}
.web-app pre, .web-app code, .web-app kbd, .web-app tt, .web-app var {
  background: #F6F8FA;
}
.web-app pre {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.web-app code, .web-app kbd, .web-app tt, .web-app var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
  padding: 2px 4px;
}
.web-app abbr, .web-app acronym {
  cursor: help;
}
.web-app mark, .web-app ins {
  text-decoration: none;
}
.web-app small {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}
.web-app b,
.web-app strong {
  font-weight: 700;
}
.web-app button,
.web-app input,
.web-app select,
.web-app textarea,
.web-app label {
  font-size: 18px;
  line-height: 27px;
}
.web-app .container,
.web-app .container-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 481px) {
  .web-app .container,
  .web-app .container-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.web-app .container {
  max-width: 1328px;
}
.web-app .container-sm {
  max-width: 848px;
}
.web-app .container .container-sm {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}
.web-app .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.web-app .screen-reader-text:focus {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #002466 !important;
  border: none;
  height: auto;
  left: 8px;
  padding: 16px 32px;
  top: 8px;
  width: auto;
  z-index: 100000;
}
.web-app .list-reset {
  list-style: none;
  padding: 0;
}
.web-app .text-left {
  text-align: left;
}
.web-app .text-center {
  text-align: center;
}
.web-app .text-right {
  text-align: right;
}
.web-app .text-primary {
  color: #002466;
}
.web-app .text-secondary {
  color: #5B6F82;
}
.web-app .has-top-divider {
  position: relative;
}
.web-app .has-top-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
}
.web-app .has-bottom-divider {
  position: relative;
}
.web-app .has-bottom-divider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
}
.web-app .m-0 {
  margin: 0;
}
.web-app .mt-0 {
  margin-top: 0;
}
.web-app .mr-0 {
  margin-right: 0;
}
.web-app .mb-0 {
  margin-bottom: 0;
}
.web-app .mb-4 {
  margin-bottom: 4px;
}
.web-app .mb-3 {
  margin-bottom: 3px;
}
.web-app .ml-0 {
  margin-left: 0;
}
.web-app .m-8 {
  margin: 8px;
}
.web-app .mt-8 {
  margin-top: 8px;
}
.web-app .mr-8 {
  margin-right: 8px;
}
.web-app .mb-8 {
  margin-bottom: 8px;
}
.web-app .ml-8 {
  margin-left: 8px;
}
.web-app .m-16 {
  margin: 16px;
}
.web-app .mt-16 {
  margin-top: 16px;
}
.web-app .mr-16 {
  margin-right: 16px;
}
.web-app .mb-16 {
  margin-bottom: 16px;
}
.web-app .ml-16 {
  margin-left: 16px;
}
.web-app .m-24 {
  margin: 24px;
}
.web-app .mt-24 {
  margin-top: 24px;
}
.web-app .mr-24 {
  margin-right: 24px;
}
.web-app .mb-24 {
  margin-bottom: 24px;
}
.web-app .ml-24 {
  margin-left: 24px;
}
.web-app .m-32 {
  margin: 32px;
}
.web-app .mt-32 {
  margin-top: 32px;
}
.web-app .mr-32 {
  margin-right: 32px;
}
.web-app .mb-32 {
  margin-bottom: 32px;
}
.web-app .ml-32 {
  margin-left: 32px;
}
.web-app .m-40 {
  margin: 40px;
}
.web-app .mt-40 {
  margin-top: 40px;
}
.web-app .mr-40 {
  margin-right: 40px;
}
.web-app .mb-40 {
  margin-bottom: 40px;
}
.web-app .ml-40 {
  margin-left: 40px;
}
.web-app .m-48 {
  margin: 48px;
}
.web-app .mt-48 {
  margin-top: 48px;
}
.web-app .mr-48 {
  margin-right: 48px;
}
.web-app .mb-48 {
  margin-bottom: 48px;
}
.web-app .ml-48 {
  margin-left: 48px;
}
.web-app .m-56 {
  margin: 56px;
}
.web-app .mt-56 {
  margin-top: 56px;
}
.web-app .mr-56 {
  margin-right: 56px;
}
.web-app .mb-56 {
  margin-bottom: 56px;
}
.web-app .ml-56 {
  margin-left: 56px;
}
.web-app .m-64 {
  margin: 64px;
}
.web-app .mt-64 {
  margin-top: 64px;
}
.web-app .mr-64 {
  margin-right: 64px;
}
.web-app .mb-64 {
  margin-bottom: 64px;
}
.web-app .ml-64 {
  margin-left: 64px;
}
.web-app .p-0 {
  padding: 0;
}
.web-app .pt-0 {
  padding-top: 0;
}
.web-app .pr-0 {
  padding-right: 0;
}
.web-app .pb-0 {
  padding-bottom: 0;
}
.web-app .pl-0 {
  padding-left: 0;
}
.web-app .p-8 {
  padding: 8px;
}
.web-app .pt-8 {
  padding-top: 8px;
}
.web-app .pr-8 {
  padding-right: 8px;
}
.web-app .pb-8 {
  padding-bottom: 8px;
}
.web-app .pl-8 {
  padding-left: 8px;
}
.web-app .p-16 {
  padding: 16px;
}
.web-app .pt-16 {
  padding-top: 16px;
}
.web-app .pr-16 {
  padding-right: 16px;
}
.web-app .pb-16 {
  padding-bottom: 16px;
}
.web-app .pl-16 {
  padding-left: 16px;
}
.web-app .p-24 {
  padding: 24px;
}
.web-app .pt-24 {
  padding-top: 24px;
}
.web-app .pr-24 {
  padding-right: 24px;
}
.web-app .pb-24 {
  padding-bottom: 24px;
}
.web-app .pl-24 {
  padding-left: 24px;
}
.web-app .p-32 {
  padding: 32px;
}
.web-app .pt-32 {
  padding-top: 32px;
}
.web-app .pr-32 {
  padding-right: 32px;
}
.web-app .pb-32 {
  padding-bottom: 32px;
}
.web-app .pl-32 {
  padding-left: 32px;
}
.web-app .p-40 {
  padding: 40px;
}
.web-app .pt-40 {
  padding-top: 40px;
}
.web-app .pr-40 {
  padding-right: 40px;
}
.web-app .pb-40 {
  padding-bottom: 40px;
}
.web-app .pl-40 {
  padding-left: 40px;
}
.web-app .p-48 {
  padding: 48px;
}
.web-app .pt-48 {
  padding-top: 48px;
}
.web-app .pr-48 {
  padding-right: 48px;
}
.web-app .pb-48 {
  padding-bottom: 48px;
}
.web-app .pl-48 {
  padding-left: 48px;
}
.web-app .p-56 {
  padding: 56px;
}
.web-app .pt-56 {
  padding-top: 56px;
}
.web-app .pr-56 {
  padding-right: 56px;
}
.web-app .pb-56 {
  padding-bottom: 56px;
}
.web-app .pl-56 {
  padding-left: 56px;
}
.web-app .p-64 {
  padding: 64px;
}
.web-app .pt-64 {
  padding-top: 64px;
}
.web-app .pr-64 {
  padding-right: 64px;
}
.web-app .pb-64 {
  padding-bottom: 64px;
}
.web-app .pl-64 {
  padding-left: 64px;
}
.web-app .sr .has-animations .is-revealing {
  visibility: hidden;
}
.web-app .button {
  display: inline-flex;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #FFFFFF;
  color: #002466 !important;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  padding: 16px 32px;
  text-align: center;
  white-space: nowrap;
}
.web-app .button:focus-visible {
  outline: 2px solid #0176ff;
  outline-offset: 2px;
}
.web-app .button::before {
  border-radius: 2px;
}
.web-app .button-shadow {
  position: relative;
}
.web-app .button-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 8px 24px rgba(32, 43, 54, 0.12);
  mix-blend-mode: multiply;
  transition: box-shadow 0.15s ease;
}
.web-app .button-shadow:hover::before {
  box-shadow: 0 8px 24px rgba(32, 43, 54, 0.25);
}
.web-app .button-sm {
  padding: 8px 24px;
}
.web-app .button-sm.button-shadow::before {
  box-shadow: 0 4px 16px rgba(32, 43, 54, 0.12);
}
.web-app .button-sm.button-shadow:hover::before {
  box-shadow: 0 4px 16px rgba(32, 43, 54, 0.25);
}
.web-app .button-primary,
.web-app .button-secondary {
  color: #FFF !important;
  transition: background 0.15s ease;
}
.web-app .button-secondary {
  color: black !important;
}
.web-app .button-primary {
  background: #014db3;
  background: linear-gradient(65deg, #002466 -25%, #0176ff 100%);
}
.web-app .button-primary:hover {
  background: #014eb6;
  background: linear-gradient(65deg, #002569 -25%, #0477ff 100%);
}
.web-app .button-secondary {
  background: #d0f65e;
  background: linear-gradient(65deg, #FFFC31 -25%, #A1EF8B 100%);
}
.web-app .button-secondary:hover {
  background: #d1f660;
  background: linear-gradient(65deg, #fffc34 -25%, #a3ef8d 100%);
}
.web-app .button-block {
  display: flex;
}
.web-app .accordion {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  padding: 0;
}
.web-app .accordion li::before, .web-app .accordion li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.web-app .accordion li + li::before {
  content: normal;
}
.web-app .accordion p {
  margin-top: 0;
}
.web-app .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  color: #202B36;
  font-weight: 600;
}
.web-app .accordion-title span {
  width: calc(100% - 32px);
}
.web-app .accordion-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}
.web-app .accordion-body p:last-child {
  margin-bottom: 24px;
}
.web-app .accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.web-app .accordion-icon::before, .web-app .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #002466;
  transition: transform 0.25s ease-out;
}
.web-app .accordion-icon::before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.web-app .accordion-icon::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.web-app .is-open .accordion-body {
  opacity: 1;
}
.web-app .is-open .accordion-icon {
  cursor: pointer;
}
.web-app .is-open .accordion-icon::before {
  transform: rotate(90deg);
}
.web-app .is-open .accordion-icon::after {
  transform: rotate(180deg);
}
@media (min-width: 641px) {
  .web-app .accordion {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
.web-app svg.pulse {
  display: inline;
}
.web-app svg.pulse .pulse-disk {
  fill: white;
}
.web-app svg.pulse .pulse-circle, .web-app svg.pulse .pulse-circle-2 {
  stroke: white;
}
.web-app .pulse-circle,
.web-app .pulse-circle-2 {
  transform-origin: center;
  stroke-width: 2;
  fill: none;
  transform: translate3d(0, 0, 0);
}
.web-app .pulse-disk {
  r: 6;
}
.web-app .pulse-circle {
  r: 4;
  animation: pulse 3s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;
}
.web-app .pulse-circle-2 {
  r: 16;
  animation: pulse-2 3s cubic-bezier(0.39, 0.54, 0.41, 1.5) infinite;
}
@keyframes pulse {
  0% {
    r: 4;
  }
  50% {
    r: 16;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    r: 16;
  }
}
@keyframes pulse-2 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.99% {
    r: 16;
    opacity: 0;
  }
  50% {
    r: 4;
    opacity: 1;
  }
  100% {
    r: 16;
    opacity: 1;
  }
}
.web-app .simple-create .options-card .tracking-options .fullpage-options {
  padding: 16px;
  background: #fafafa;
  border-radius: 6px;
}
.web-app .simple-create .options-card .tracking-options .tracking-mode-group {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}
.web-app .tryout-isolated {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  min-height: 580px; /* Reserve space for try-out component to prevent CLS */
  /* Override website heading styles */
  /* URL input row on same line */
  /* Tracking mode buttons fit in one line */
  /* Page preview container */
  /* Favicon loader centered */
  /* Fullpage options - icons inline with text */
  /* All icons inline by default */
  /* Typography line height fix */
  /* Select height */
  /* Checkbox font size */
  /* Submit button centered */
  /* Critical SimpleCreate styles to prevent CLS (loaded before SimpleCreate.less) */
}
@media (max-width: 639px) {
  .web-app .tryout-isolated {
    min-height: 650px; /* More space on mobile due to stacked layout */
  }
}
.web-app .tryout-isolated *, .web-app .tryout-isolated *::before, .web-app .tryout-isolated *::after {
  box-sizing: border-box;
}
.web-app .tryout-isolated h1, .web-app .tryout-isolated h2, .web-app .tryout-isolated h3, .web-app .tryout-isolated h4, .web-app .tryout-isolated h5, .web-app .tryout-isolated h6 {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
}
.web-app .tryout-isolated .url-input-row {
  display: flex;
  gap: 12px;
}
.web-app .tryout-isolated .tracking-mode-group {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.web-app .tryout-isolated .tracking-mode-group .ant-radio-button-wrapper {
  flex: 1;
  text-align: center;
  padding: 10px 6px;
  font-size: 12px;
  line-height: 1.4;
  height: auto;
}
.web-app .tryout-isolated .tracking-mode-group .ant-radio-button-wrapper svg {
  display: block;
  margin: 0 auto 4px;
  height: 16px;
}
.web-app .tryout-isolated .page-preview-container {
  min-height: 400px;
  max-height: 550px;
}
.web-app .tryout-isolated .favicon-loader,
.web-app .tryout-isolated .loading-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.web-app .tryout-isolated .fullpage-options .ant-radio-wrapper {
  font-size: 14px;
}
.web-app .tryout-isolated .fullpage-options .ant-radio-wrapper svg {
  display: inline-block;
  margin-right: 8px;
  vertical-align: -0.125em;
}
.web-app .tryout-isolated svg.svg-inline--fa {
  display: inline-block;
  vertical-align: -0.125em;
}
.web-app .tryout-isolated .ant-card-head-title svg,
.web-app .tryout-isolated .ant-typography svg {
  margin-right: 8px;
}
.web-app .tryout-isolated .ant-typography {
  line-height: 1.5715;
}
.web-app .tryout-isolated span.ant-typography {
  display: inline;
  line-height: 1.5715;
}
.web-app .tryout-isolated .ant-select-selector {
  height: 48px !important;
}
.web-app .tryout-isolated .ant-select-selection-item {
  line-height: 46px !important;
}
.web-app .tryout-isolated .ant-checkbox-wrapper {
  font-size: 12px;
}
.web-app .tryout-isolated .simple-create > .ant-btn-primary {
  display: block;
  margin: 24px auto 0;
}
.web-app .tryout-isolated .simple-create {
  margin: 0 auto;
  /* Match Ant Design Row gutter={[16, 16]} - horizontal margins only */
  /* Note: Ant Design uses padding on Cols for vertical gutter, not row-gap */
  /* Match Ant Design's horizontal gutter only */
  /* Vertical padding is handled by Ant Design's inline styles for rows with vertical gutter */
}
.web-app .tryout-isolated .simple-create .ant-row {
  margin-left: -8px;
  margin-right: -8px;
}
.web-app .tryout-isolated .simple-create .ant-col {
  padding-left: 8px;
  padding-right: 8px;
}
.web-app .tryout-isolated .simple-create .url-input-card .url-input-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.web-app .tryout-isolated .simple-create .url-input-card .url-input-row {
  display: flex;
  gap: 12px;
}
@media (max-width: 479px) {
  .web-app .tryout-isolated .simple-create .url-input-card .url-input-row {
    flex-direction: column;
  }
}
.web-app .tryout-isolated .simple-create .preview-card .ant-card-body {
  padding: 0;
}
.web-app .tryout-isolated .simple-create .preview-card .page-preview-container {
  position: relative;
  overflow: auto;
  background: #f5f5f5;
  min-height: 500px;
  max-height: 760px;
}
.web-app .tryout-isolated .simple-create .loading-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  margin-top: 20px;
}
.web-app .tryout-isolated .simple-create .favicon-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.web-app .tryout-container {
  padding: 60px 20px;
}
@media (max-width: 639px) {
  .web-app .tryout-container {
    padding: 30px 15px;
  }
}
.web-app .tryout-container .ant-form-item {
  margin-bottom: 0;
}
.web-app .tryout-container .ant-form-item-control-input {
  min-height: 56px;
}
.web-app .tryout-container .ant-input-affix-wrapper,
.web-app .tryout-container .ant-select-selector,
.web-app .tryout-container .ant-input {
  height: 56px;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.web-app .tryout-container .ant-input-affix-wrapper:hover,
.web-app .tryout-container .ant-select-selector:hover,
.web-app .tryout-container .ant-input:hover {
  border-color: #40a9ff;
}
.web-app .tryout-container .ant-input-affix-wrapper:focus, .web-app .tryout-container .ant-input-affix-wrapper.ant-input-focused,
.web-app .tryout-container .ant-select-selector:focus,
.web-app .tryout-container .ant-select-selector.ant-input-focused,
.web-app .tryout-container .ant-input:focus,
.web-app .tryout-container .ant-input.ant-input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.web-app .tryout-container .ant-select-selector .ant-select-selection-placeholder {
  line-height: 54px;
}
.web-app .tryout-container .ant-select-selection-item {
  line-height: 54px;
}
.web-app .tryout-container .submit-button {
  height: 64px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}
.web-app .tryout-container .submit-button svg {
  margin-right: 8px;
}
.web-app .site-header {
  position: relative;
  padding: 16px 0;
}
.web-app .site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 510px;
  background: #163f95;
  background: linear-gradient(57deg, #002466 0%, #2B59C3 100%);
  transform-origin: 0;
  transform: skewY(-11deg);
}
@media (max-width: 479px) {
  .web-app .site-header::before {
    height: 480px;
  }
}
@media (min-width: 1025px) {
  .web-app .site-header::before {
    height: 640px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .web-app .site-header::before {
    transform: skewY(-14deg);
  }
}
@media (min-width: 2001px) {
  .web-app .site-header::before {
    transform: skewY(-8deg);
  }
}
.web-app .site-header-small::before {
  height: 105px !important;
  transform: inherit;
}
.web-app .site-header-inner {
  position: relative; /* To display all elements above the background color */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-app .header-links {
  display: inline-flex;
}
.web-app .header-links li {
  display: inline-flex;
}
.web-app .header-links a:not(.button) {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
  padding: 8px 24px;
}
.web-app .header-links a:not(.button):hover, .web-app .header-links a:not(.button):active {
  color: #FFF;
}
.web-app .hero {
  position: relative;
  padding-top: 24px;
  overflow: hidden;
  min-height: 180px; /* Prevent CLS when Raleway font loads */
}
.web-app .hero-paragraph {
  padding-bottom: 16px; /* Use padding instead of margin to prevent CLS from collapsing */
  margin-bottom: 0;
}
.web-app .hero-media {
  position: relative;
  height: 200px;
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 0 0;
}
.web-app .hero-media::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 16px 48px #E3E7EB;
  /* Edge fallback */
  mix-blend-mode: multiply;
}
@supports (-ms-ime-align: auto) {
  .web-app .hero-media::before {
    box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12);
  }
}
@media (min-width: 641px) {
  .web-app .hero-paragraph {
    padding-bottom: 40px; /* Use padding instead of margin */
    margin-bottom: 0;
    padding-left: 72px;
    padding-right: 72px;
  }
  .web-app .hero-media {
    margin-top: 64px;
    height: 400px;
  }
}
.web-app .clients .section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.web-app .clients ul {
  display: flex;
  flex-wrap: wrap;
}
.web-app .clients li {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 641px) {
  .web-app .clients .section-inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .web-app .clients ul {
    justify-content: space-around;
  }
  .web-app .clients li {
    width: auto;
  }
}
.web-app .features .section-title {
  margin-bottom: 48px;
}
.web-app .features-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
}
.web-app .features-wrap:first-child {
  margin-top: -12px;
}
.web-app .features-wrap:last-child {
  margin-bottom: -12px;
}
.web-app .features-wrap a {
  color: inherit;
  text-decoration: none;
}
.web-app .feature {
  padding: 12px;
  width: 276px;
  max-width: 276px;
  flex-grow: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.5, -0.01, 0, 1.005), transform 0.6s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition-delay: var(--reveal-delay, 0ms);
}
.web-app .feature.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 640px) {
  .web-app .feature {
    width: 100%;
    max-width: 100%;
  }
}
.web-app .feature-title {
  font-size: 20px !important;
  letter-spacing: -0.1px;
  line-height: 30px;
}
.web-app .feature-inner {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  padding: 40px 24px;
}
.web-app .feature-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 16px 48px #E3E7EB;
  /* Edge fallback */
  mix-blend-mode: multiply;
}
@supports (-ms-ime-align: auto) {
  .web-app .feature-inner::before {
    box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12);
  }
}
.web-app .feature-icon {
  display: flex;
  justify-content: center;
}
@media (min-width: 641px) {
  .web-app .features .section-title {
    margin-bottom: 56px;
  }
  .web-app .features .section-inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
.web-app .feature-extended {
  padding-top: 48px;
}
.web-app .feature-extended-image,
.web-app .feature-extended-body {
  width: 100%;
}
.web-app .feature-extended-image {
  margin-bottom: 24px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s cubic-bezier(0.5, -0.01, 0, 1.005), transform 0.6s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition-delay: var(--reveal-delay, 0ms);
}
.web-app .feature-extended-image.is-revealed {
  opacity: 1;
  transform: scale(1);
}
.web-app .feature-extended-image img,
.web-app .feature-extended-image svg {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
.web-app .feature-extended-body {
  text-align: center;
}
@media (min-width: 641px) {
  .web-app .features-extended .section-paragraph {
    padding-left: 72px;
    padding-right: 72px;
    margin-bottom: 0;
  }
  .web-app .feature-extended {
    display: flex;
    align-items: center;
    padding-top: 72px;
  }
  .web-app .feature-extended:nth-child(even) .feature-extended-image {
    order: 1;
  }
  .web-app .feature-extended-image,
  .web-app .feature-extended-body {
    width: auto;
    padding: 0 24px;
  }
  .web-app .feature-extended-image {
    margin-bottom: 0;
  }
  .web-app .feature-extended-image img,
  .web-app .feature-extended-image svg {
    max-width: none;
    width: 320px;
  }
  .web-app .feature-extended-body {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .web-app .feature-extended {
    padding-left: 40px;
    padding-right: 40px;
  }
  .web-app .feature-extended-image,
  .web-app .feature-extended-body {
    padding: 0 40px;
  }
  .web-app .feature-extended-image img,
  .web-app .feature-extended-image svg {
    width: 480px;
  }
}
.web-app .pricing {
  position: relative;
  overflow: hidden;
}
.web-app .pricing::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 640px;
  background: #F6F8FA;
  transform-origin: 0;
  transform: skewY(-40deg);
  overflow: hidden;
}
.web-app .pricing .section-title {
  margin-bottom: 48px;
}
.web-app .pricing-tables-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
}
.web-app .pricing-tables-wrap:first-child {
  margin-top: -12px;
}
.web-app .pricing-tables-wrap:last-child {
  margin-bottom: -12px;
}
.web-app .pricing-table {
  padding: 12px;
  width: 400px;
  max-width: 400px;
  flex-grow: 1;
}
.web-app .pricing-table span.info-tooltip {
  display: inline-flex;
}
.web-app .pricing-table-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 24px;
  height: 100%;
}
.web-app .pricing-table-inner > * {
  position: relative; /* To display all elements above the box with shadow */
  width: 100%;
}
.web-app .pricing-table-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 16px 48px #E3E7EB;
  /* Edge fallback */
  mix-blend-mode: multiply;
}
@supports (-ms-ime-align: auto) {
  .web-app .pricing-table-inner::before {
    box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12);
  }
}
.web-app .pricing-table-header {
  position: relative;
}
.web-app .pricing-table-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
}
.web-app .pricing-table-features {
  color: #6B7280;
}
.web-app .pricing-table-features li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.web-app .pricing-table-features li .list-icon {
  display: inline-flex;
  width: 16px;
  height: 12px;
  margin-right: 12px;
}
.web-app .pricing-table-cta {
  align-self: flex-end;
}
.web-app .pricing-table .ant-select-disabled .ant-select-selector {
  color: #6B7280 !important;
  background: #f5f5f5 !important;
}
.web-app .pricing-table .ant-select-disabled .ant-select-selection-item {
  color: #6B7280 !important;
}
.web-app .pricing-table .ant-select-disabled .ant-select-selection-item b {
  color: #374151 !important;
}
@media (min-width: 641px) {
  .web-app .pricing::before {
    transform: skewY(-13deg);
  }
  .web-app .pricing .section-title {
    margin-bottom: 64px;
  }
}
.web-app .testimonials-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 80px 0;
}
.web-app .testimonials-section .testimonials-header {
  margin-bottom: 60px;
}
.web-app .testimonials-section .testimonials-header .section-title {
  margin-bottom: 10px;
}
.web-app .testimonials-section .g2-badge-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.web-app .testimonials-section .g2-badge-container .g2-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.web-app .testimonials-section .g2-badge-container .g2-rating .stars {
  display: flex;
  gap: 4px;
}
.web-app .testimonials-section .g2-badge-container .g2-rating .stars .star-filled {
  color: #ff492c;
  font-size: 20px;
}
.web-app .testimonials-section .g2-badge-container .g2-rating .rating-text {
  font-size: 16px;
  color: get-color(dark, 2);
}
.web-app .testimonials-section .g2-badge-container .g2-rating .g2-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.web-app .testimonials-section .g2-badge-container .g2-rating .g2-link:hover {
  opacity: 0.8;
}
.web-app .testimonials-section .testimonials-gallery-wrapper {
  position: relative;
  margin-bottom: 40px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}
@media (max-width: 1023px) {
  .web-app .testimonials-section .testimonials-gallery-wrapper {
    max-width: 900px;
  }
}
@media (max-width: 640px) {
  .web-app .testimonials-section .testimonials-gallery-wrapper {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .web-app .testimonials-section .testimonials-gallery-wrapper {
    padding: 0 40px;
  }
}
.web-app .testimonials-section .testimonials-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.web-app .testimonials-section .testimonials-scroll-container::-webkit-scrollbar {
  display: none;
}
.web-app .testimonials-section .testimonials-scroll-track {
  display: flex;
  gap: 30px;
  padding: 10px 0;
}
.web-app .testimonials-section .testimonial-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: get-color(dark, 2);
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
.web-app .testimonials-section .testimonial-scroll-btn:hover {
  opacity: 1;
}
@media (max-width: 639px) {
  .web-app .testimonials-section .testimonial-scroll-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.web-app .testimonials-section .testimonial-scroll-btn-left {
  left: 0;
}
.web-app .testimonials-section .testimonial-scroll-btn-right {
  right: 0;
}
.web-app .testimonials-section .testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  min-width: 350px;
  max-width: 350px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .web-app .testimonials-section .testimonial-card {
    min-width: calc(100vw - 140px);
    max-width: calc(100vw - 140px);
  }
}
@media (max-width: 480px) {
  .web-app .testimonials-section .testimonial-card {
    min-width: calc(100vw - 100px);
    max-width: calc(100vw - 100px);
    padding: 24px;
  }
}
.web-app .testimonials-section .testimonial-card .testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.web-app .testimonials-section .testimonial-card .testimonial-header .quote-icon {
  color: get-color(primary, 1);
  font-size: 28px;
  opacity: 0.3;
}
.web-app .testimonials-section .testimonial-card .testimonial-header .testimonial-rating {
  display: flex;
  gap: 4px;
}
.web-app .testimonials-section .testimonial-card .testimonial-header .testimonial-rating .star-filled {
  color: #ffc107;
  font-size: 16px;
}
.web-app .testimonials-section .testimonial-card .testimonial-header .testimonial-rating .star-empty {
  color: #e0e0e0;
  font-size: 16px;
}
.web-app .testimonials-section .testimonial-card .testimonial-title {
  font-size: 18px;
  font-weight: 600;
  color: get-color(dark, 1);
  margin-bottom: 12px;
  margin-top: 0;
}
.web-app .testimonials-section .testimonial-card .testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: get-color(dark, 2);
  margin-bottom: 20px;
  flex-grow: 1;
  font-style: italic;
}
.web-app .testimonials-section .testimonial-card .testimonial-author {
  border-top: 1px solid get-color(dark, 3);
  padding-top: 16px;
  margin-top: auto;
}
.web-app .testimonials-section .testimonial-card .testimonial-author .author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.web-app .testimonials-section .testimonial-card .testimonial-author .author-info .author-name {
  font-weight: 600;
  color: get-color(dark, 1);
  font-size: 15px;
}
.web-app .testimonials-section .testimonial-card .testimonial-author .author-info .author-role {
  font-size: 14px;
  color: get-color(dark, 2);
}
.web-app .testimonials-section .testimonial-card .testimonial-author .author-info .author-company {
  font-size: 13px;
  color: get-color(primary, 1);
  font-weight: 500;
}
.web-app .is-boxed {
  background: #F6F8FA;
}
.web-app .body-wrap {
  background: #FFFFFF;
  overflow: hidden;
  /* Sticky footer */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.web-app .boxed-container {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 16px 48px #E3E7EB;
  /* Edge fallback */
}
@supports (-ms-ime-align: auto) {
  .web-app .boxed-container {
    box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12);
  }
}
.web-app main {
  flex: 1 0 auto;
}
.web-app .section-inner {
  position: relative; /* To always display inner elements above pseudo decorative stuff */
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 641px) {
  .web-app .section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.web-app .site-footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  border-top: 1px solid #E3E7EB;
  background: #004bae;
}
.web-app .site-footer a {
  color: #6B7280;
  text-decoration: none;
  color: #fff;
}
.web-app .site-footer a:hover, .web-app .site-footer a:active {
  color: #5B6F82;
  text-decoration: underline;
}
.web-app .footer-ul-links {
  list-style: none;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0;
}
.web-app .site-footer-inner > div {
  flex: 1;
}
.web-app .site-footer-inner > div h5 {
  color: #ffffff;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.web-app .site-footer-inner > div li {
  margin: 10px 0;
  font-weight: 400;
}
.web-app .site-footer-inner > div li a:hover, .web-app .site-footer-inner > div li a:active {
  color: #afb4bc;
  text-decoration: none;
}
@media (max-width: 640px) {
  .web-app .site-footer-inner > div {
    flex: 100%;
    margin-bottom: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .web-app .site-footer-inner > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .web-app .footer-copyright {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.web-app .site-footer-inner {
  position: relative; /* To display all elements above the background color */
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}
.web-app .footer-brand,
.web-app .footer-links,
.web-app .footer-social-links,
.web-app .footer-copyright {
  flex: none;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.web-app .footer-brand,
.web-app .footer-links,
.web-app .footer-social-links {
  margin-bottom: 24px;
}
.web-app .footer-links li + li,
.web-app .footer-social-links li + li {
  margin-left: 16px;
}
.web-app .footer-social-links li {
  display: inline-flex;
}
.web-app .footer-social-links li a {
  padding: 8px;
}
@media (min-width: 641px) {
  .web-app .site-footer-inner {
    justify-content: space-between;
  }
  .web-app .footer-brand,
  .web-app .footer-links,
  .web-app .footer-social-links,
  .web-app .footer-copyright {
    flex: 50%;
  }
  .web-app .footer-brand,
  .web-app .footer-copyright {
    justify-content: flex-start;
  }
  .web-app .footer-links,
  .web-app .footer-social-links {
    justify-content: flex-end;
  }
  .web-app .footer-links {
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .web-app .footer-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .web-app .footer-links li {
    margin: 6px !important;
    text-align: center;
  }
}
.web-app .site-footer a.active {
  font-weight: 600;
}
.web-app .show-medium {
  display: none;
}
.web-app .logo {
  height: 70px;
  width: 154px; /* Explicit width to prevent CLS (aspect ratio 309:140 = 2.2:1) */
  aspect-ratio: 309/140;
}
@media (max-width: 639px) {
  .web-app .logo {
    height: 50px;
    width: 110px; /* Explicit width to prevent CLS */
    aspect-ratio: 309/140;
  }
  .web-app .hidden-medium {
    display: none !important;
  }
  .web-app .show-medium {
    display: block !important;
  }
}
.web-app .section-bg-light {
  background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
  padding: 80px 0;
}
.web-app .section-bg-white {
  background: #ffffff;
  padding: 80px 0;
}
