@import url("../fonts/stylesheet.css");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */
}

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

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 {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */
}

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

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* -------------------------------------------------------------------------- */
/*                             splide-core.min.css                            */
/* -------------------------------------------------------------------------- */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #10192d;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 28px;
  line-height: 1.2;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.text-link:hover, .text-link.visible {
  text-decoration: underline;
}

.text-black {
  color: #10192d;
}

.text-black2 {
  color: #333333;
}

.text-black3 {
  color: #8e8992;
}

.text-blue {
  color: #577fff;
}

.text-blue2 {
  color: #00035b;
}

.text-white {
  color: #fff;
}

.text-xs {
  font-size: 14px;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

.uppercase {
  text-transform: uppercase;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-12 {
  margin-left: 12px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center;
}
.text-center p {
  margin-right: auto;
  margin-left: auto;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}

.flex-1 {
  flex: 1;
}

.container {
  position: relative;
  max-width: 1360px;
  padding: 0px 40px;
  margin-right: auto;
  margin-left: auto;
}

.full {
  width: 100%;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-sc-in {
  background-image: url("../img/icons/sc-in.svg");
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  color: #333333;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #00035b;
  background-color: #dde5ff;
  transition: background 0.25s, color 0.25s;
}
.btn:hover {
  background-color: rgb(195.5, 209.5, 255);
}
.btn.btn-primary {
  color: #fff;
  background-color: #00035b;
}
.btn.btn-primary:hover {
  background-color: #577fff;
}
.btn.btn-blue {
  color: #fff;
  background-color: #577fff;
}
.btn.btn-blue:hover {
  background-color: #00035b;
}
.btn.btn-white {
  background-color: #fff;
}
.btn.btn-white:hover {
  background-color: #dde5ff;
}
.btn .icon {
  width: 20px;
  height: 20px;
}

.btn-group {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}

.label {
  display: block;
}
.label.required::after {
  content: "*";
  margin-left: 4px;
}

.input {
  display: flex;
  padding: 16px 0px;
  border: none;
  border-bottom: 1px solid #10192d;
  transition: border-color 0.25s;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

select.input {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-group {
  display: flex;
}
.input-group > .input-wrapper, .input-group > .input {
  flex: 1;
}
.input-group > .input-wrapper:not(:first-child), .input-group > .input:not(:first-child) {
  margin-left: 48px;
}
.input-group.nowrap {
  flex-wrap: nowrap;
}
.input-group + .input-group {
  margin-top: 48px;
}

.logo {
  flex: none;
  width: 132px;
  height: 34px;
  background-image: url("../img/brand/logo-color-accent.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.badge {
  display: inline-flex;
  padding: 2px 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  font-size: 16px;
  color: #00035b;
  background-color: #dde5ff;
}

.nav {
  position: sticky;
  top: 0px;
  z-index: 2;
  padding: 16px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.nav .nav-menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.nav .nav-menus.mobile {
  display: none;
}
.nav .menu-group {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav .menu-group.middle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.content-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
}
.content-row.align-start {
  align-items: start;
}
.content-row.align-stretch {
  align-items: stretch;
}
.content-row.reversed {
  flex-direction: row-reverse;
}
.content-row.title-wrapper {
  align-items: start;
}
.content-row .content {
  flex: 1;
}
.content-row .img-in {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 100%;
  z-index: 1;
  background-color: #00035b;
  background-image: url("../img/icons/play-w.svg");
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 40px rgb(87, 127, 255);
  transition: 0.35s all;
  transform: translate(-50%, -50%);
}
.play-btn:hover, .play-btn:focus-visible {
  width: 120px;
  height: 120px;
}

.section-hero .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-hero .content.right {
  position: relative;
}

.statistic {
  margin: 32px 0px;
  position: relative;
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 40px 0 rgba(87, 127, 255, 0.2);
}
.statistic .statistic-item {
  padding: 32px 28px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 28px;
}
.statistic .statistic-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.statistic .statistic-item .value {
	display: flex;
	font-size: 56px;
	line-height: 1;
	color: #00035b;
}

.statistic .statistic-item .value > * {
	color: #00035b;
	background: linear-gradient(145deg, #00035b, #b0a1ff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.statistic .statistic-item .title {
  margin-top: 12px;
  font-weight: 500;
  color: #00035b;
}

.mw-1 {
  max-width: 880px;
}

.mw-2 {
  max-width: 1040px;
}

.mw-3 {
  max-width: 680px;
}

.mw-1,
.mw-2,
.mw-3 {
  margin-left: auto;
  margin-right: auto;
}

.icon-box {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #f4f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-box.blue {
  background-color: #577fff;
}
.icon-box img.icon {
  width: 65%;
  height: auto;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.img-decor {
  width: 100%;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.shadow-1 {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.15);
}

.shadow-2 {
  box-shadow: 0 49px 49px 0 rgba(0, 0, 0, 0.1), 0 111px 67px 0 rgba(0, 0, 0, 0.05);
}

.shadow-3 {
  filter: drop-shadow(0px 0px 40px rgba(171, 161, 255, 0.35));
}

.tag {
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 16px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #10192d;
  border-radius: 8px;
  gap: 8px;
}
.tag .icon {
  flex: none;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tag.alt-1 {
  font-weight: 500;
  font-size: 18px;
}
.tag.alt-1 .icon {
  width: 20px;
  height: 20px;
}
.tag.alt-2 {
  font-weight: 700;
  color: #00035b;
  background-color: #dde5ff;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.15);
}
.tag.alt-3 {
  background-color: #f4f5ff;
  padding: 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  gap: 16px;
}

.tag-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tag-wrapper.loose {
  gap: 20px;
}

.modal {
  display: none;
}
.modal .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
}
.modal .modal-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 800px;
}
.modal.is-open {
  position: relative;
  display: block;
  z-index: 2;
}
.modal.is-open .overlay {
  animation: fade-in 0.3s ease;
}
.modal.is-open .modal-container {
  animation: zoom-in 0.3s ease;
}

.video-wrapper {
  flex: 1;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px 40px rgba(171, 161, 255, 0.35));
}
.video-wrapper .video {
  display: block;
}
#modal-1 .modal-container {
	width: 100%;
	height: auto;
	max-height: calc(100vh - 64px);
	justify-content: center;
}

#modal-1 .video-wrapper {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	border-radius: 16px;
	background-color: #000;
}

#modal-1 .video-wrapper .video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
.bg-1 {
  background: #f0f3ff;
}

.bg-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f0f3ff 100%);
}

.img-container {
  background: url("../img/illustrations/img-container.jpg") no-repeat center;
  background-size: cover;
  padding: 32px;
  border-radius: 16px;
  position: relative;
}
.img-container .caption-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	width: fit-content;
	max-width: calc(100% - 40px);
	padding: 18px 20px 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 16px;
	color: #fff;
	background:
		radial-gradient(
			circle at 100% 0%,
			rgba(176, 161, 255, 0.78),
			transparent 38%
		),
		linear-gradient(
			135deg,
			rgba(0, 3, 91, 0.98) 0%,
			rgba(34, 63, 172, 0.97) 58%,
			rgba(87, 127, 255, 0.96) 100%
		);
	box-shadow:
		0 20px 44px rgba(0, 3, 91, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.img-container .caption-box::after {
	content: "";
	position: absolute;
	top: -64px;
	right: -58px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.04);
	pointer-events: none;
}

.img-container .caption-box > * {
	position: relative;
	z-index: 1;
}

.img-container .caption-kicker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.12);
}

.img-container .caption-dot {
	width: 7px;
	height: 7px;
	flex: none;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.img-container .caption-copy {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.img-container .caption-copy strong {
	display: block;
	color: #dde5ff;
}

.img-container:hover .caption-box {
	transform: translateY(-4px);
	box-shadow:
		0 26px 56px rgba(0, 3, 91, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.img-container-2 {
  position: relative;
}
.img-container-2 .caption-tag {
  position: absolute;
}
.img-container-2 .caption-tag.no-1 {
  top: 4%;
  left: -2%;
}
.img-container-2 .caption-tag.no-2 {
  top: 8%;
  right: -2%;
}
.img-container-2 .caption-tag.no-3 {
  bottom: 5%;
  left: -2%;
}
.img-container-2 .caption-tag.no-4 {
  bottom: 0%;
  right: -2%;
}
.img-container-2 .video-crop {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 58.7755%;
	overflow: hidden;
	border-radius: 12px;
	background-color: #000;
}

.img-container-2 .video-crop video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transform: translate(-50%, -50%) scale(1.11);
}

@supports (aspect-ratio: 245 / 144) {
	.img-container-2 .video-crop {
		height: auto;
		padding-top: 0;
		aspect-ratio: 245 / 144;
	}
}

.img-box {
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #577fff 0%, rgba(87, 127, 255, 0.1) 75%);
}

.list-icon {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}
.list-icon .item {
  display: flex;
  gap: 8px;
}
.list-icon .item .icon {
  margin-top: 0.3ch;
  flex: none;
  width: 16px;
  height: 16px;
}
.list-icon .item.alt-2 {
  font-size: 16px;
}

.column-list {
  display: flex;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.column-list .list-icon {
  flex: 1 1 240px;
}

.card {
  padding: 28px;
  background-color: #f4f5ff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}

.card-wrapper {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.card-wrapper .card {
  flex: 1 1 300px;
}
.card-wrapper.alt-2 {
  gap: 20px;
  flex-wrap: nowrap;
}

.accordion {
  background-color: #fff;
  border-radius: 16px;
}
.accordion .title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 20px;
  font-weight: 700;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  color: #10192d;
}
.accordion .title::after {
  content: "";
  flex: none;
  width: 32px;
  height: 32px;
  background: url("../img/icons/circle-plus.svg") no-repeat center;
  background-size: contain;
}
.accordion .title:hover {
  color: #577fff;
}
.accordion .desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}
.accordion .desc .wrapper {
  overflow: hidden;
}
.accordion.is-open .title:after {
  background-image: url("../img/icons/circle-min.svg");
}
.accordion.is-open .desc {
  grid-template-rows: 1fr;
  padding-bottom: 20px;
}
.accordion.faq {
  background-color: #fff;
  filter: none;
  transition: filter 0.3s;
}
.accordion.faq .title {
  padding: 16px 20px;
}
.accordion.faq.is-open {
  filter: drop-shadow(0px 0px 40px rgba(87, 127, 255, 0.17));
}

@keyframes accordionx {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.panel-1 {
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 40px rgba(171, 161, 255, 0.35));
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.pricing-wrapper {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.pricing {
  background-color: #fff;
  position: relative;
  flex: 1 1 340px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 28px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.pricing .price {
  display: flex;
  align-items: baseline;
  color: #00035b;
  line-height: 1;
}
.pricing .price .big {
  font-size: 56px;
  font-weight: 700;
}
.pricing .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.pricing .cta-wrapper {
  margin-top: auto;
}
.pricing.recommend {
  border-color: #00035b;
  border-width: 2px;
}
.pricing.recommend .head {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #00035b;
  padding: 8px 16px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.panel-cta {
  background: url("../img/illustrations/cta-bg.jpg") no-repeat center;
  background-size: cover;
  border-radius: 16px;
  padding: 52px;
  overflow: hidden;
}
.panel-cta .cta-logo {
  width: 88px;
  height: 88px;
  filter: drop-shadow(0px 0px 12px rgba(0, 3, 91, 0.5));
}
.panel-cta .img-box {
  margin-top: 52px;
  height: 200px;
  max-width: 800px;
  padding-bottom: 0px;
  margin-bottom: -52px;
  margin-left: auto;
  margin-right: auto;
  background: #00035b;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-cta .img-box .img-in {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
}

.footer {
  font-size: 16px;
  color: #fff;
  background-color: #00035b;
}
.footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 40px;
  padding: 60px 0px;
}
.footer .footer-group.alt-1 .text {
  margin-top: 24px;
  font-size: 32px;
}
.footer .footer-group.alt-1 .text span {
  color: #577fff;
}
.footer .footer-group.alt-2 {
  display: flex;
  gap: 12px 20px;
}
.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 20px;
  padding: 28px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .logo {
  background-image: url("../img/brand/logo-w.svg");
}
.solution-highlight {
	padding: 0 0.1em 0.04em;
	color: inherit;
	background-color: transparent;
	background-image: linear-gradient(
		90deg,
		rgba(176, 161, 255, 0.58),
		rgba(87, 127, 255, 0.34)
	);
	background-repeat: no-repeat;
	background-position: 0 88%;
	background-size: 0% 0.58em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	transition: background-size 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.solution-statement.is-highlighted .solution-highlight {
	background-size: 100% 0.58em;
}
.media-expand-btn {
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 100px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0, 3, 91, 0.86);
	box-shadow: 0 8px 20px rgba(0, 3, 91, 0.24);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition:
		background-color 0.25s,
		transform 0.25s;
}
.media-expand-btn:hover,
.media-expand-btn:focus-visible {
	background-color: #577fff;
	transform: translateY(-2px);
}
.media-modal .media-modal-overlay {
	padding: 20px;
	background-color: rgba(0, 3, 45, 0.94);
}

.media-modal .media-modal-container {
	width: 100%;
	max-width: 1400px;
	height: auto;
	max-height: calc(100vh - 40px);
	max-height: calc(100dvh - 40px);
	justify-content: center;
}

.media-modal .video-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 140px);
	max-height: calc(100dvh - 140px);
	background-color: #000;
}

.media-modal-video,
.media-modal-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 140px);
	max-height: calc(100dvh - 140px);
	object-fit: contain;
	background-color: #000;
}

.media-modal-image {
	border-radius: 12px;
}

.expandable-media {
	position: relative;
}
.pricing .price.price-per-group {
	align-items: center;
	gap: 10px;
}

.pricing .price-unit {
	display: flex;
	flex-direction: column;
	gap: 1px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #00035b;
}

.price-unit .small {
  font-size: 20px;
  font-weight: normal;
}

.pricing-billing-note {
	color: #666b78;
}

.feature-status {
	display: inline-flex;
	align-items: center;
	margin-left: 6px;
	padding: 2px 7px;
	border: 1px solid rgba(87, 127, 255, 0.28);
	border-radius: 100px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #00035b;
	background-color: #dde5ff;
	vertical-align: 1px;
}
/* -------------------------------------------------------------------------- */
/*                     Legacy Safari Flexbox gap fallback                     */
/* -------------------------------------------------------------------------- */

.no-flex-gap .btn > .icon {
	margin-left: 12px;
}

/* Navigation rows */
.no-flex-gap .nav .menu-group > * + * {
	margin-left: 32px;
}

/* Main two-column content rows */
.no-flex-gap .content-row > * + * {
	margin-left: 80px;
}

/* Statistics */
.no-flex-gap .statistic .statistic-item > * + * {
	margin-left: 28px;
}

/* Inline tag contents */
.no-flex-gap .tag > .icon,
.no-flex-gap .tag > .icon-box {
	margin-right: 8px;
}

.no-flex-gap .tag.alt-3 > .icon,
.no-flex-gap .tag.alt-3 > .icon-box {
	margin-right: 16px;
}

/* Vertical lists */
.no-flex-gap .list-icon > * + * {
	margin-top: 8px;
}

/* Icon and text inside each list item */
.no-flex-gap .list-icon .item > .icon {
	margin-right: 8px;
}

/* Accordion title and trailing plus/minus icon */
.no-flex-gap .accordion .title::after {
	margin-left: 12px;
}

/* Video caption badge */
.no-flex-gap .img-container .caption-dot {
	margin-right: 7px;
}

/* Network price */
.no-flex-gap .pricing .price.price-per-group > * + * {
	margin-left: 10px;
}

.no-flex-gap .pricing .price-unit > * + * {
	margin-top: 1px;
}

/* Footer link row */
.no-flex-gap .footer .footer-group.alt-2 > * + * {
	margin-left: 20px;
}

/* Button groups: gap 12px */
.no-flex-gap .btn-group {
	margin-right: -12px;
	margin-bottom: -12px;
}

.no-flex-gap .btn-group > * {
	margin-right: 12px;
	margin-bottom: 12px;
}

/* Standard tag wrappers: gap 8px */
.no-flex-gap .tag-wrapper {
	margin-right: -8px;
	margin-bottom: -8px;
}

.no-flex-gap .tag-wrapper > * {
	margin-right: 8px;
	margin-bottom: 8px;
}

/* Loose tag wrappers: gap 20px */
.no-flex-gap .tag-wrapper.loose {
	margin-right: -20px;
	margin-bottom: -20px;
}

.no-flex-gap .tag-wrapper.loose > * {
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Two-column lists: row gap 8px, column gap 12px */
.no-flex-gap .column-list {
	margin-right: -12px;
	margin-bottom: -8px;
}

.no-flex-gap .column-list > * {
	margin-right: 12px;
	margin-bottom: 8px;
}

/* Card wrappers: gap 28px */
.no-flex-gap .card-wrapper {
	margin-right: -28px;
	margin-bottom: -28px;
}

.no-flex-gap .card-wrapper > * {
	margin-right: 28px;
	margin-bottom: 28px;
}

/* Setup cards: gap 20px */
.no-flex-gap .card-wrapper.alt-2 {
	margin-right: -20px;
	margin-bottom: -20px;
}

.no-flex-gap .card-wrapper.alt-2 > * {
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Pricing cards: gap 28px */
.no-flex-gap .pricing-wrapper {
	margin-right: -28px;
	margin-bottom: -28px;
}

.no-flex-gap .pricing-wrapper > * {
	margin-right: 28px;
	margin-bottom: 28px;
}

/* Footer top: gap 40px */
.no-flex-gap .footer .footer-top {
	margin-right: -40px;
	margin-bottom: -40px;
}

.no-flex-gap .footer .footer-top > * {
	margin-right: 40px;
	margin-bottom: 40px;
}

/* Footer bottom: row gap 32px, column gap 20px */
.no-flex-gap .footer .footer-bottom {
	margin-right: -20px;
	margin-bottom: -32px;
}

.no-flex-gap .footer .footer-bottom > * {
	margin-right: 20px;
	margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .nav .nav-menus.desktop {
    display: none;
  }
  .nav .nav-menus.mobile {
    display: flex;
  }
  .nav .navicon {
    background: #00035b;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 24px;
  }
  .nav .navicon::before {
    top: 7px;
  }
  .nav .navicon::after {
    top: -7px;
  }
  .nav .navicon::before, .nav .navicon::after {
    background: #00035b;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .nav .menu-btn:hover .navicon {
    background: #00035b;
  }
  .nav .menu-btn:hover .navicon::before, .nav .menu-btn:hover .navicon::after {
    background: #00035b;
  }
  .nav .nav-menus.desktop {
    position: absolute;
    top: 48px;
    right: 40px;
    background-color: #fff;
    width: calc(100% - 20px);
    max-width: 360px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s;
    transform: scale(0.95);
    transform-origin: top right;
    visibility: hidden;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 49px 49px 0 rgba(0, 0, 0, 0.1), 0 111px 67px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 24px;
  }
  .nav .nav-menus.desktop .logo {
    display: none;
  }
  .nav .nav-menus.desktop .menu-group {
    align-items: flex-start;
    position: relative;
    left: 0px;
    transform: none;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .nav .nav-menus.desktop li {
    width: 100%;
  }
  .nav .nav-menus.desktop .btn {
    width: 100%;
  }
  .menu-show .nav-menus.desktop {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .menu-show .menu-btn .navicon {
    background: rgba(0, 0, 0, 0) !important;
  }
  .menu-show .menu-btn .navicon::before, .menu-show .menu-btn .navicon::after {
    top: 0px;
  }
  .menu-show .menu-btn .navicon::before {
    transform: rotate(-45deg);
  }
  .menu-show .menu-btn .navicon::after {
    transform: rotate(45deg);
  }
  .section-hero .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-row {
    gap: 60px;
    flex-direction: column;
  }
  .content-row.align-start {
    align-items: center;
  }
  .statistic .statistic-item {
    flex-direction: column;
    text-align: center;
  }
  .statistic .value {
    align-items: center;
    justify-content: center;
  }
  .no-flex-gap .content-row > * + * {
    margin-top: 60px;
    margin-left: 0;
  }

  .no-flex-gap .statistic .statistic-item > * + * {
    margin-top: 28px;
    margin-left: 0;
  }

  .no-flex-gap .nav .menu-group > * + * {
    margin-top: 24px;
    margin-left: 0;
  }

  .no-flex-gap .nav .nav-menus.desktop .menu-group + .menu-group {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .card-wrapper.alt-2 {
    flex-direction: column;
  }
  .card-wrapper.alt-2 .arrow {
    display: none;
  }
  .card-wrapper.alt-2 .card {
    flex: 1;
  }
  .no-flex-gap .card-wrapper.alt-2 {
    margin-right: 0;
    margin-bottom: 0;
  }

  .no-flex-gap .card-wrapper.alt-2 > * {
    margin-right: 0;
    margin-bottom: 0;
  }

  .no-flex-gap .card-wrapper.alt-2 > * + * {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
  h5,
  .h5 {
    font-size: 24px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .btn-group {
    width: 100%;
  }
  .btn-group .btn {
    width: 100%;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .section {
    padding: 80px 0px;
  }
  .card {
    padding: 24px;
  }
  .nav {
    padding: 8px 0px;
  }
  .nav .logo {
    width: 110px;
    height: 30px;
  }
  .nav .menu-btn {
    width: 44px;
    height: 44px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
  }
  .nav .menu-btn .text {
    display: none;
  }
  .nav .nav-menus.desktop {
    right: 10px;
  }
  .statistic {
    flex-direction: column;
  }
  .statistic .statistic-item {
    gap: 20px;
    padding: 20px;
  }
  .statistic .statistic-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .img-container {
    padding: 12px 12px 20px;
    border-radius: 16px;
  }

  .img-container .img-box {
    padding: 6px;
    border-radius: 14px;
  }

  .img-container .caption-box {
    position: relative;
    inset: auto;
    z-index: 2;
    width: calc(100% - 24px);
    max-width: 330px;
    margin: -18px auto 0;
    padding: 11px 14px 13px;
    border-radius: 12px;
  }

  .img-container .caption-kicker {
    gap: 5px;
    margin-bottom: 7px;
    padding: 4px 7px;
    font-size: 9px;
    letter-spacing: 0.07em;
  }

  .img-container .caption-dot {
    width: 6px;
    height: 6px;
  }

  .img-container .caption-copy {
    font-size: 17px;
    line-height: 1.3;
  }

  .img-container .caption-copy strong {
    display: inline;
  }
  .img-container-2 .img-box {
    padding: 6px;
    border-radius: 14px;
  }
  .img-container-2 .wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: -10px 10px 0;
  }
  .img-container-2 .caption-tag {
    position: static;
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 10px 12px;
    justify-content: flex-start;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    box-shadow:
      0 10px 22px rgba(0, 3, 91, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  .tag-wrapper {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .tag-wrapper .tag {
    width: 100%;
  }
  .accordion .title:hover {
    color: #00035b;
  }
  .img-box {
    padding: 8px;
  }
  .panel-cta,
  .panel-1 {
    padding: 20px;
  }
  .footer .footer-group.alt-2 {
    flex-direction: column;
    width: 100%;
  }
  #modal-1 .overlay {
		padding: 16px;
	}
	#modal-1 .modal-container {
		max-height: calc(100vh - 32px);
	}
  .play-btn {
    width: 72px;
    height: 72px;
    border-width: 3px;
    box-shadow: 0 0 24px rgba(87, 127, 255, 0.8);
  }

  .play-btn:hover,
  .play-btn:focus-visible {
    width: 78px;
    height: 78px;
  }
  .media-modal .media-modal-overlay {
		padding: 10px;
	}

	.media-modal .media-modal-container {
		max-height: calc(100vh - 20px);
		max-height: calc(100dvh - 20px);
	}

	.media-modal .video-wrapper,
	.media-modal-video,
	.media-modal-image {
		max-height: calc(100vh - 110px);
		max-height: calc(100dvh - 110px);
	}

	.media-modal-close {
		top: 8px;
		right: 8px;
	}
  /* Smaller statistic gap on mobile */
  .no-flex-gap .statistic .statistic-item > * + * {
    margin-top: 20px;
    margin-left: 0;
  }

  /* Smaller caption badge gap */
  .no-flex-gap .img-container .caption-dot {
    margin-right: 5px;
  }

  /*
  * These components are effectively one column on mobile.
  * Remove horizontal fallback margins so full-width children do not shrink.
  */
  .no-flex-gap .btn-group,
  .no-flex-gap .tag-wrapper,
  .no-flex-gap .tag-wrapper.loose,
  .no-flex-gap .column-list,
  .no-flex-gap .card-wrapper,
  .no-flex-gap .pricing-wrapper,
  .no-flex-gap .footer .footer-top,
  .no-flex-gap .footer .footer-bottom {
    margin-right: 0;
  }

  .no-flex-gap .btn-group > *,
  .no-flex-gap .tag-wrapper > *,
  .no-flex-gap .tag-wrapper.loose > *,
  .no-flex-gap .column-list > *,
  .no-flex-gap .card-wrapper > *,
  .no-flex-gap .pricing-wrapper > *,
  .no-flex-gap .footer .footer-top > *,
  .no-flex-gap .footer .footer-bottom > * {
    margin-right: 0;
  }

  /* Footer links switch to a vertical layout */
  .no-flex-gap .footer .footer-group.alt-2 > * + * {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 380px) {
	.img-container-2 .caption-tag {
		min-height: 54px;
		padding: 9px 10px;
		font-size: 13px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.img-container .caption-box {
		transition: none;
	}

	.img-container:hover .caption-box {
		transform: none;
	}

	.solution-highlight {
		background-size: 100% 0.58em;
		transition: none;
	}
}