@charset "UTF-8";
@import url("../fonts/stylesheet.css");
@import url("base.css");
@import url("modal.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 | (c) 2019 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/tabby */
/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.5;
  font-family: "Inter";
  font-weight: normal;
  color: #333333;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

h6,
.h6 {
  font-size: 18px;
  letter-spacing: -0.03em;
}

.text-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
}
.text-link:hover, .text-link.visible {
  opacity: 0.6;
}

.text-black {
  color: #333333;
}

.text-black2 {
  color: #595959;
}

.text-white {
  color: #ffffff;
}

.text-white2 {
  color: rgba(255, 255, 255, 0.75);
}

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

.bold {
  font-weight: bold;
}

.underline {
	text-decoration: underline;
}

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

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

.pt-0 {
  padding-top: 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-left: auto;
  margin-right: auto;
}

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

.relative {
  position: relative;
}

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

.flex-1 {
  flex: 1;
}

.flex-col {
	flex-direction: column;
}

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

.mw-600 {
  max-width: 600px;
}

.full {
  width: 100%;
}

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

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  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: #595959;
  max-width: 900px;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  padding: 14px 24px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  color: #E97924;
  border: 1px solid #E97924;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.btn.btn-sm {
  padding: 8px 14px;
}
.btn.btn-orange {
  background: linear-gradient(180deg, #ff9e55 0%, #e97924 50%);
  color: #ffffff;
}
.btn.btn-orange .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(130deg) brightness(104%) contrast(103%);
}
.btn.btn-outline-w {
  color: #ffffff;
}
.btn:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #ff9e55 0%, #e97924 100%);
  box-shadow: 0 6px 6px rgba(16, 24, 40, 0.24);
}
.btn:hover .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(130deg) brightness(104%) contrast(103%);
}
.btn .icon {
  width: 20px;
  height: 20px;
  flex: none;
  filter: brightness(0) saturate(100%) invert(57%) sepia(22%) saturate(1684%) hue-rotate(342deg) brightness(93%) contrast(95%);
}

.btn-circle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-color: rgba(0, 0, 0, 0);
}
.btn-circle:hover {
  border-color: #1B5E99;
}

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

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

.input {
  padding: 12px 16px;
  transition: border-color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  border-radius: 8px;
  width: 100%;
}
.input.input-search {
  background-image: url("../img/icons/search.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 16px center;
  padding-right: 60px;
}

select.input {
  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-repeat: no-repeat;
  background-size: 16px;
  background-position: right 16px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  padding-right: 44px;
}

.input-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.input-group > * {
  flex: 1 1 200px;
}

.input-check[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 0.125ch;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #595959;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-check[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #1B5E99;
}

.input-check[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 0.125ch;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #595959;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-check[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #1B5E99;
}

.check-wrapper {
  display: flex;
  gap: 8px;
}
.check-wrapper label {
  cursor: pointer;
}

.logo {
  width: 282.5px;
  height: 50px;
  background-image: url("../img/brand/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
}
.bg-1 {
  background-color: #EFF7FE;
}

.bg-2 {
  background: linear-gradient(180deg, #266dac 0%, #1b5e99 100%);
  color: #ffffff;
}
.bg-2 p {
  color: rgba(255, 255, 255, 0.75);
}

.nav {
  padding: 24px 32px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-menus {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav .dropdown:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/chevron-d.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  display: inline-flex;
  margin-left: 4px;
  vertical-align: middle;
}
.nav .dropdown + .dropdown-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  flex-direction: column;
  margin-left: -12px;
  padding: 20px;
  gap: 12px;
  min-width: 160px;
  border-radius: 10px;
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(16, 24, 40, 0.24);
  z-index: 1;
}
.nav .dropdown.is-open::after {
  transform: rotate(180deg);
}
.nav .dropdown.is-open + .dropdown-menu {
  display: flex;
}
.nav .menu-btn {
  display: none;
}
.nav .text-link.is-active {
  font-weight: 700;
}

.badge {
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-align: left;
}
.badge::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/check-badge.png") no-repeat center;
  background-size: contain;
  flex: none;
}

.title-wrapper .badge + .title {
  margin-top: 24px;
}
.title-wrapper.text-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.resources-wrapper {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.resources-wrapper .btn {
  flex: none;
}

.content-row {
  display: flex;
  gap: 80px;
}
.content-row.reversed {
  flex-direction: row-reverse;
}
.content-row .img-in {
  border-radius: 24px;
  min-height: 220px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 36px 36px 36px 0 rgba(0, 0, 0, 0.16);
}
.content-row .img-fill {
  flex: 1;
}
.content-row .limit-height {
  max-height: 600px;
}
.content-row .img-decors {
  position: relative;
}
.content-row .img-decors .decor-1 {
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  filter: drop-shadow(0 6px 6px rgba(16, 24, 40, 0.24));
}
.content-row .img-decors .decor-2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.content-row .img-decors .decor-3 {
  position: absolute;
  bottom: 20px;
  left: -20px;
  filter: drop-shadow(0 6px 6px rgba(16, 24, 40, 0.24));
}
.content-row .img-decors .decor-4 {
  position: absolute;
  bottom: 28px;
  left: 28px;
  width: calc(100% - 56px);
  max-width: 340px;
  filter: drop-shadow(0 6px 6px rgba(16, 24, 40, 0.24));
}
.content-row .content {
  width: 100%;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-row.align-top {
  align-items: flex-start;
}

.faq-wrapper {
  align-items: flex-start;
}
.faq-wrapper .content:nth-child(2) {
  flex: 1.5;
}

.contact-wrapper {
  align-items: flex-start;
}
.contact-wrapper .content:nth-child(2) {
  flex: 0 1 33%;
}

.diff-wrapper {
  gap: 28px;
}
.diff-wrapper .content:nth-child(2) {
  flex: 0.5;
}
.diff-wrapper .content:nth-child(2) .img-in {
  height: 100%;
}

.diff-panel {
  background: linear-gradient(180deg, #266dac 0%, #1b5e99 100%);
  color: #ffffff;
  padding: 20px 40px;
  border-radius: 24px;
}
.diff-panel .row {
  display: flex;
  padding: 20px 0px;
  grid-template-columns: repeat(3, 1fr);
}
.diff-panel .row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.diff-panel .icon {
  flex: none;
}
.diff-panel .cell {
  display: flex;
  align-items: center;
  flex: 1;
}
.diff-panel .cell-1 {
  font-weight: 500;
}
.diff-panel .cell-2,
.diff-panel .cell-3 {
  text-align: center;
  justify-content: center;
}

.service-list {
  padding: 60px 0px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.resources-tab {
  padding: 60px 0px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.resources-tab li {
  display: block;
  flex: 1 1 280px;
}
.resources-tab button {
  border: 1px solid #d3d3d3;
  border-radius: 16px;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  padding: 32px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.resources-tab button::before, .resources-tab button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.resources-tab button::before {
  background: linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0.75));
}
.resources-tab button:hover::after {
  background-color: rgba(27, 94, 153, 0.1);
}
.resources-tab button.is-active {
  border-bottom: 1px solid #d3d3d3;
  color: #ffffff;
  box-shadow: 36px 36px 36px 0 rgba(0, 0, 0, 0.16);
}
.resources-tab button.is-active p {
  color: rgba(255, 255, 255, 0.75);
}
.resources-tab button.is-active::before {
  background: linear-gradient(90deg, #1B5E99 25%, rgba(27, 94, 153, 0.75));
}
.resources-tab .text-wrapper {
  position: relative;
  z-index: 1;
}

.chip {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 8px 16px;
  transition: background 0.25s;
}
.chip .icon {
  flex: none;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(22%) saturate(1684%) hue-rotate(342deg) brightness(93%) contrast(95%);
}
.chip:hover, .chip.is-active {
  color: #ffffff;
  background-color: #1B5E99;
}
.chip:hover .icon, .chip.is-active .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(130deg) brightness(104%) contrast(103%);
}

.icon-circle {
  width: 68px;
  height: 68px;
  background: linear-gradient(180deg, #ff9e55 0%, #e97924 50%);
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.icon-circle img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(130deg) brightness(104%) contrast(103%);
  width: 40px;
  height: 40px;
}

ul.list {
  display: flex;
  flex-direction: column;
  gap: 0.75ch;
}
ul.list li {
  position: relative;
  margin-left: 1.5ch;
}
ul.list li::before {
  content: "•";
  font-size: 2ch;
  top: -0.25ch;
  left: -1.5ch;
  position: absolute;
}

.marquee-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.marquee-wrapper .marquee {
  display: flex;
}
.marquee-wrapper .content {
  display: flex;
  flex: none;
  white-space: nowrap;
  animation: loopText 5s infinite linear;
}
.marquee-wrapper .item {
  padding: 0px 12px;
}
.marquee-wrapper img {
  border-radius: 12px;
  width: 50vw;
  max-width: 320px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes loopText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.brand-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.brand-wrapper .brand {
  height: 48px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: saturate(0%);
  mix-blend-mode: exclusion;
  opacity: 0.4;
}

.section {
  padding: 120px 0px;
}

.section-top {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 80px;
  gap: 72px;
}
.section-top .container {
  width: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.cards .card {
  flex: 1 1 320px;
}

.card-solution {
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background-color: #ffffff;
  transition: background 0.5s ease;
}
.card-solution .icon-wrapper {
  width: 68px;
  height: 68px;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.card-solution .icon {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(22%) saturate(1684%) hue-rotate(342deg) brightness(93%) contrast(95%);
}
.card-solution:hover {
  background-color: #1B5E99;
  color: #ffffff;
  box-shadow: 36px 36px 36px 0 rgba(0, 0, 0, 0.16);
}
.card-solution:hover .icon-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
}
.card-solution:hover .icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(130deg) brightness(104%) contrast(103%);
}
.card-solution:hover p {
  color: rgba(255, 255, 255, 0.75);
}
.card-general {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.product-listing .card-general {
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.16);
	max-width: 330px;
}
.card-general .img-cover {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.card-general .text-wrapper {
  padding: 20px;
  flex: 1;
}
.card-general .text-wrapper.alt-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-general .text-wrapper.alt-1 .title {
  flex: 1;
}

.overline {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 12px;
}

.boxed {
  display: flex;
  gap: 24px;
  padding: 24px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.boxed .icon-wrapper {
  flex: none;
  width: 56px;
  height: 56px;
  background-color: #1B5E99;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.boxed .icon {
  width: 24px;
  height: 24px;
}
.boxed.border-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.boxed.dark {
  border-color: rgba(255, 255, 255, 0.2);
}
.boxed.dark p {
  color: rgba(255, 255, 255, 0.75);
}
.boxed.dark .icon-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
}

.product-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.product-listing .product-filters {
  grid-column: span 1;
}
.product-listing .product-items {
  grid-column: span 3;
}

.product-listing-mobile {
  display: none;
}

.product-filters {
  position: sticky;
  top: 0px;
  align-self: flex-start;
}
.product-filters .section-title {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-filters .section-title .title {
  flex: 1;
}
.product-filters .section-title .btn-close {
  display: none;
}
.product-filters .filter-group {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-filters .filter-group .content {
  display: none;
  padding-bottom: 20px;
}
.product-filters .filter-group.is-open .header-btn::after {
  transform: rotate(180deg);
}
.product-filters .filter-group.is-open .content {
  display: block;
}
.product-filters .header,
.product-filters .header-btn {
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 20px 0px;
  width: 100%;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
}
.product-filters .header:hover,
.product-filters .header-btn:hover {
  opacity: 0.75;
}
.product-filters .header-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/chevron-d.svg") center no-repeat;
  background-size: contain;
}
.product-filters .check-wrapper {
  padding: 4px 0px;
}
.product-filters .chip-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.stars {
  display: flex;
  gap: 4px;
}
.stars .star {
  width: 20px;
  height: 20px;
  background: url("../img/icons/star.svg") center no-repeat;
  background-size: contain;
}

.getting-started {
  margin-bottom: 60px;
}
.getting-started .getting-panel {
  padding: 28px;
  background-color: #EFF7FE;
  border-radius: 24px;
}

.splide-getting .video-item {
  display: block;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.splide-getting .img-wrapper {
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.splide-getting .img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.splide-getting .img-wrapper .time {
  padding: 0px 6px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 14px;
}

.splide-stories .splide__slide {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  width: 75vw;
  max-width: 800px;
}
.splide-stories .quote {
  flex: 1;
}
.splide-stories .who {
  display: flex;
  gap: 16px;
  align-items: center;
}
.splide-stories .avatar {
  flex: none;
  width: 52px;
  height: 52px;
  background-color: #1B5E99;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 32px;
  font-weight: 600;
  border-radius: 8px;
}
.splide-stories .role {
  color: #595959;
}

.splide__pagination.alt-1 {
  border: none;
  gap: 8px;
}
.splide__pagination.alt-1 .splide__pagination__page {
  width: 12px;
  height: 12px;
  background-color: #1B5E99;
  opacity: 0.25;
  border-radius: 50%;
  padding: 0px;
}
.splide__pagination.alt-1 .splide__pagination__page:hover {
  opacity: 0.5;
}
.splide__pagination.alt-1 .splide__pagination__page.is-active {
  opacity: 1;
}

.accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion .title {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  gap: 20px;
	color: #333333;
}
.accordion .title::after {
  flex: none;
  content: "";
  background: url("../img/icons/chevron-d.svg") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  transition: 0.25s;
}
.accordion .title:hover {
  opacity: 0.8;
}
.accordion ul {
	list-style: unset;
	padding-left: 20px;
}
.accordion img {
	max-width: 300px;
	border-radius: 16px;
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.16)
}
.accordion .desc {
  display: none;
  padding-bottom: 20px;
  animation: accordionx 0.25s;
}
.accordion .desc p {
	margin-bottom: 12px;
}
.accordion .desc p:last-of-type {
	margin-bottom: 0px;
}
.accordion.is-open .title:after {
  transform: rotate(180deg);
}
.accordion.is-open .desc {
  display: block;
}

@keyframes accordionx {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.panel {
  background: linear-gradient(180deg, #266dac 0%, #1b5e99 100%);
  padding: 80px;
  color: #ffffff;
  border-radius: 24px;
}
.panel p {
  color: rgba(255, 255, 255, 0.75);
}
.panel .content-wrapper {
  max-width: 700px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.panel .btn-group {
  justify-content: center;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .footer-top {
  display: flex;
  padding: 60px 0px;
  gap: 40px 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .group-wrapper.left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .group-wrapper.right {
  display: flex;
  gap: 36px 48px;
  flex: 1;
  justify-content: space-around;
}
.footer .infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 100px;
}
.footer .infos.alt-1 {
  max-width: 240px;
}
.footer .info {
  display: flex;
  gap: 12px;
}
.footer .info .icon {
  flex: none;
}
.footer .info .title {
  font-weight: 700;
}
.footer .footer-bottom {
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 28px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .tnc {
  display: flex;
  gap: 24px;
}
.faq-table {
	width: 100%;
	border-collapse: separate;   /* keeps the corner radius intact */
	border-spacing: 0;
	border: 1px solid #e0e0e0;   /* outer border */
	border-radius: 16px;
	overflow: hidden;            /* clips corners */
	font-size: 0.95rem;
	margin-top: 1rem;
}

.faq-table th,
.faq-table td {
	padding: 0.75rem 1rem;
	vertical-align: top;
}

.faq-table th {
	background: #f5f5f5;
	text-align: left;
	font-weight: 600;
}

.faq-table .border-left {
	border-left: 1px solid #e0e0e0; 
}

.faq-table .border-right {
	border-right: 1px solid #e0e0e0;
}

.faq-table .border-top {
	border-top: 1px solid #e0e0e0;
}

.faq-table tbody tr:nth-child(odd)  { background: #ffffff; }
.faq-table tbody tr:nth-child(even) { background: #fafafa; }

.faq-table ul {
	margin: 0;
	padding-left: 1.25rem;
}

.faq-table li {
	line-height: 1.4em;
}

@media only screen and (max-width: 1200px) {
  .nav .menu-btn {
    display: flex;
  }
  .nav .menu-btn:hover .navicon, .nav .menu-btn:hover .navicon::before, .nav .menu-btn:hover .navicon::after {
    background: #ffffff;
  }
  .nav .dropdown + .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 8px;
  }
  .nav .dropdown:after {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  .nav .navicon {
    background: #E97924;
    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: #E97924;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .nav .nav-menus {
    position: absolute;
    top: 92px;
    right: 40px;
    background-color: #ffffff;
    display: block;
    width: calc(100% - 40px);
    max-width: 420px;
    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 8px 36px 0 rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nav .nav-menus li {
    width: 100%;
  }
  .nav .nav-menus .btn {
    margin-top: 12px;
    width: 100%;
  }
  .nav .text-link {
    font-size: 24px;
  }
  .menu-open .nav-menus {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .menu-open .menu-btn .navicon {
    background: rgba(0, 0, 0, 0) !important;
  }
  .menu-open .menu-btn .navicon::before, .menu-open .menu-btn .navicon::after {
    top: 0px;
  }
  .menu-open .menu-btn .navicon::before {
    transform: rotate(-45deg);
  }
  .menu-open .menu-btn .navicon::after {
    transform: rotate(45deg);
  }
  .footer .footer-top {
    flex-direction: column;
  }
  .footer .group-wrapper.right {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .infos {
    flex: 1 1 200px;
  }
  .footer .infos.alt-1 {
    max-width: none;
  }
  .footer .infos.alt-2 {
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-tab {
    display: none;
  }
  .tab-only {
    display: block;
  }
  .content-row {
    gap: 60px;
  }
  .content-row, .content-row.reversed {
    flex-direction: column;
  }
  .content-row.align-top {
    align-items: stretch;
  }
  .content-row .img-in {
    max-height: 500px;
  }
  .diff-wrapper .content:nth-child(2) .img-in {
    height: 360px;
  }
  .product-listing {
    grid-template-columns: 1fr;
    display: block;
  }
  .product-filters {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .product-filters .wrapper {
    position: absolute;
    max-width: 500px;
    width: 100%;
    height: inherit;
    top: 0px;
    right: 0px;
    padding: 32px;
    background-color: #ffffff;
    overflow: auto;
    animation: slideInFromRight 0.35s ease-out forwards;
  }
  .product-filters .section-title {
    padding-top: 0px;
  }
  .product-filters .section-title .btn-close {
    display: block;
  }
  .product-filters.is-open {
    display: block;
  }
  .product-listing-mobile {
    display: block;
    margin-bottom: 28px;
    text-align: right;
  }
  .product-listing-mobile .btn {
    width: auto;
  }
  @keyframes slideInFromRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .btn {
    width: 100%;
  }
  .btn-group {
    gap: 12px;
  }
  .badge {
    font-size: 10px;
  }
  .badge::before {
    width: 20px;
    height: 20px;
  }
  .nav {
    padding: 16px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .nav .menu-btn {
    height: 48px;
    width: 48px;
    padding: 0px;
    border: none;
  }
  .nav .menu-btn .text {
    display: none;
  }
  .nav .nav-menus {
    right: 12px;
    width: calc(100% - 24px);
  }
  .section-top {
    padding-top: 12px;
    gap: 60px;
  }
  .section {
    padding: 80px 0px;
  }
  .splide-stories .splide__slide {
    width: 85vw;
  }
  .content-row {
    gap: 40px;
  }
  .content-row .img-decors .decor-1 {
    top: 16px;
    left: 16px;
    transform: scale(0.8);
    transform-origin: left top;
  }
  .content-row .img-decors .decor-2 {
    transform: scale(0.8);
    transform-origin: right bottom;
    right: 16px;
    bottom: 16px;
  }
  .content-row .img-decors .decor-3 {
    transform: scale(0.8);
    left: 16px;
    transform-origin: left bottom;
  }
  .card-general .text-wrapper {
    flex-direction: column;
  }
  .card-general .btn {
    width: auto;
  }
  .panel {
    padding: 40px 20px;
  }
  .cards {
    gap: 20px;
  }
  .brand-wrapper {
    justify-content: center;
  }
  .brand-wrapper .brand {
    height: 40px;
    width: 140px;
  }
  .diff-panel {
    padding: 20px 0px;
  }
  .diff-panel .row {
    flex-wrap: wrap;
    padding: 0px;
    padding-bottom: 24px;
  }
  .diff-panel .row.heading {
    padding-bottom: 12px;
  }
  .diff-panel .row.heading .cell-1 {
    display: none;
  }
  .diff-panel .cell {
    padding: 0px 12px;
  }
  .diff-panel .cell-1 {
    flex: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    justify-content: center;
  }
  .service-list {
    align-items: stretch;
  }
  .service-list .chip {
    flex: 1 1 140px;
    flex-direction: column;
    align-items: flex-start;
  }
  .resources-wrapper {
    padding: 0px;
  }
  .resources-tab {
    padding: 40px 0px;
  }
  .resources-tab button {
    padding: 24px;
  }
  .getting-started .getting-panel {
    padding: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer .footer-top .group-wrapper.left {
    justify-content: space-between;
  }
}