.page-enter-active {
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
}

.page-leave-active {
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.page-enter-from,
.page-leave-to {
  opacity: 0;
}

:root {
  --rebranding-loading-bg: #e5e5e5;
  --rebranding-loading-bar: #222;
}

.app[data-v-d12de11f] {
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.title[data-v-d12de11f] {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 2.45px;
  line-height: 30px;
  margin: 30px;
}

.spinner[data-v-36413753] {
  animation: loading-spin-36413753 1s linear infinite;
  height: 16px;
  pointer-events: none;
  width: 16px;
}

.spinner[data-v-36413753]:before {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-color: transparent currentcolor currentcolor transparent;
  border-style: solid;
  border-width: 2px;
  opacity: 0.2;
}

.spinner[data-v-36413753]:after,
.spinner[data-v-36413753]:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.spinner[data-v-36413753]:after {
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-color: currentcolor transparent transparent currentcolor;
  border-style: solid;
  border-width: 2px;
  opacity: 1;
}

@keyframes loading-spin-36413753 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.LoadMoreAnnouncer[data-v-4f7a7294] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}

.publish-studio-style[data-v-5a0c3720] {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

.product-font-style[data-v-51f515bd] {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

@font-face {
  font-family: grandam;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/studio-front/fonts/grandam.ttf) format("truetype");
}
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff2) format("woff2"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.woff) format("woff"),
    url(https://storage.googleapis.com/production-os-assets/assets/material-icons/1629704621943/MaterialIcons-Regular.ttf) format("truetype");
}
.StudioCanvas {
  display: flex;
  height: auto;
  min-height: 100dvh;
}

.StudioCanvas > .sd {
  min-height: 100dvh;
  overflow: clip;
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  font-family: sans-serif;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  color: #333;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  word-spacing: 1px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  outline: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a,
button {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

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

[slot="after"] button {
  overflow-anchor: none;
}

.sd {
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  position: relative;
}

.sd::-webkit-scrollbar {
  display: none;
}

.sd,
.sd.richText * {
  transition-property: all, --g-angle, --g-color-0, --g-position-0, --g-color-1, --g-position-1, --g-color-2, --g-position-2, --g-color-3, --g-position-3, --g-color-4, --g-position-4, --g-color-5,
    --g-position-5, --g-color-6, --g-position-6, --g-color-7, --g-position-7, --g-color-8, --g-position-8, --g-color-9, --g-position-9, --g-color-10, --g-position-10, --g-color-11, --g-position-11;
}

input.sd,
textarea.sd {
  align-content: normal;
}

.sd[tabindex]:focus {
  outline: none;
}

.sd[tabindex]:focus-visible {
  outline: 1px solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}

input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
}

select {
  cursor: pointer;
}

.frame {
  display: block;
  overflow: hidden;
}

.frame > iframe {
  height: 100%;
  width: 100%;
}

.frame .formrun-embed > iframe:not(:first-child) {
  display: none !important;
}

.image {
  position: relative;
}

.image:before {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  z-index: -2;
}

.sd.file {
  cursor: pointer;
  flex-direction: row;
  outline: 2px solid transparent;
  outline-offset: -1px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sd.file:focus-within {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}

.file > input[type="file"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.sd.icon,
.sd.text {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.material-icons {
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.sd.material-symbols {
  font-style: normal;
  font-variation-settings: "FILL" var(--symbol-fill, 0), "wght" var(--symbol-weight, 400);
}

.sd.material-symbols.font-loading {
  height: 24px;
  opacity: 0;
  overflow: hidden;
  width: 24px;
}

.sd.material-symbols-outlined {
  font-family: Material Symbols Outlined;
}

.sd.material-symbols-rounded {
  font-family: Material Symbols Rounded;
}

.sd.material-symbols-sharp {
  font-family: Material Symbols Sharp;
}

.sd.material-symbols-weight-100 {
  --symbol-weight: 100;
}

.sd.material-symbols-weight-200 {
  --symbol-weight: 200;
}

.sd.material-symbols-weight-300 {
  --symbol-weight: 300;
}

.sd.material-symbols-weight-400 {
  --symbol-weight: 400;
}

.sd.material-symbols-weight-500 {
  --symbol-weight: 500;
}

.sd.material-symbols-weight-600 {
  --symbol-weight: 600;
}

.sd.material-symbols-weight-700 {
  --symbol-weight: 700;
}

.sd.material-symbols-fill {
  --symbol-fill: 1;
}

a,
a.icon,
a.text {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}

.fixed {
  z-index: 2;
}

.sticky {
  z-index: 1;
}

.button {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

.button,
.link {
  cursor: pointer;
}

.submitLoading {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.richText {
  display: block;
  word-break: break-word;
}

.richText [data-thread],
.richText a,
.richText blockquote,
.richText em,
.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText li,
.richText ol,
.richText p,
.richText p > code,
.richText pre,
.richText pre > code,
.richText s,
.richText strong,
.richText table tbody,
.richText table tbody tr,
.richText table tbody tr > td,
.richText table tbody tr > th,
.richText u,
.richText ul {
  backface-visibility: visible;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}

.richText p {
  display: block;
  margin: 10px 0;
}

.richText > p {
  min-height: 1em;
}

.richText img,
.richText video {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.richText h1 {
  display: block;
  font-size: 3em;
  font-weight: 700;
  margin: 20px 0;
}

.richText h2 {
  font-size: 2em;
}

.richText h2,
.richText h3 {
  display: block;
  font-weight: 700;
  margin: 10px 0;
}

.richText h3 {
  font-size: 1em;
}

.richText h4,
.richText h5 {
  font-weight: 600;
}

.richText h4,
.richText h5,
.richText h6 {
  display: block;
  font-size: 1em;
  margin: 10px 0;
}

.richText h6 {
  font-weight: 500;
}

.richText [data-type="table"] {
  overflow-x: auto;
}

.richText [data-type="table"] p {
  white-space: pre-line;
  word-break: break-all;
}

.richText table {
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
  border-spacing: unset;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
  table-layout: auto;
}

.richText table tr th {
  background: hsla(0, 0%, 96%, 0.5);
}

.richText table tr td,
.richText table tr th {
  border: 1px solid #f2f2f2;
  max-width: 240px;
  min-width: 100px;
  padding: 12px;
}

.richText table tr td p,
.richText table tr th p {
  margin: 0;
}

.richText blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.15);
  font-style: italic;
  margin: 10px 0;
  padding: 10px 15px;
}

.richText [data-type="embed_code"] {
  margin: 20px 0;
  position: relative;
}

.richText [data-type="embed_code"] > .height-adjuster > .wrapper {
  position: relative;
}

.richText [data-type="embed_code"] > .height-adjuster > .wrapper[style*="padding-top"] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.richText [data-type="embed_code"][data-embed-sandbox="true"] {
  display: block;
  overflow: hidden;
}

.richText [data-type="embed_code"][data-embed-code-type="instagram"] > .height-adjuster > .wrapper[style*="padding-top"] {
  padding-top: 100%;
}

.richText [data-type="embed_code"][data-embed-code-type="instagram"] > .height-adjuster > .wrapper[style*="padding-top"] blockquote {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.richText [data-type="embed_code"][data-embed-code-type="codepen"] > .height-adjuster > .wrapper {
  padding-top: 50%;
}

.richText [data-type="embed_code"][data-embed-code-type="codepen"] > .height-adjuster > .wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.richText [data-type="embed_code"][data-embed-code-type="slideshare"] > .height-adjuster > .wrapper {
  padding-top: 56.25%;
}

.richText [data-type="embed_code"][data-embed-code-type="slideshare"] > .height-adjuster > .wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.richText [data-type="embed_code"][data-embed-code-type="speakerdeck"] > .height-adjuster > .wrapper {
  padding-top: 56.25%;
}

.richText [data-type="embed_code"][data-embed-code-type="speakerdeck"] > .height-adjuster > .wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.richText [data-type="embed_code"][data-embed-code-type="snapwidget"] > .height-adjuster > .wrapper {
  padding-top: 30%;
}

.richText [data-type="embed_code"][data-embed-code-type="snapwidget"] > .height-adjuster > .wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.richText [data-type="embed_code"][data-embed-code-type="firework"] > .height-adjuster > .wrapper fw-embed-feed {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.richText [data-type="embed_code_empty"] {
  display: none;
}

.richText ul {
  margin: 0 0 0 20px;
}

.richText ul li {
  list-style: disc;
  margin: 10px 0;
}

.richText ul li p {
  margin: 0;
}

.richText ol {
  margin: 0 0 0 20px;
}

.richText ol li {
  list-style: decimal;
  margin: 10px 0;
}

.richText ol li p {
  margin: 0;
}

.richText hr {
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.richText p > code {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: inline;
  margin: 2px;
  padding: 0 5px;
}

.richText pre {
  background: #eee;
  border-radius: 6px;
  font-family: Menlo, Monaco, Courier New, monospace;
  margin: 20px 0;
  padding: 25px 35px;
  white-space: pre-wrap;
}

.richText pre code {
  border: none;
  padding: 0;
}

.richText strong {
  color: inherit;
  display: inline;
  font-family: inherit;
  font-weight: 900;
}

.richText em {
  font-style: italic;
}

.richText a,
.richText u {
  text-decoration: underline;
}

.richText a {
  color: #007cff;
  display: inline;
}

.richText s {
  text-decoration: line-through;
}

.richText [data-type="table_of_contents"] {
  background-color: #f5f5f5;
  border-radius: 2px;
  color: #616161;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 24px 24px 8px;
  text-decoration: underline;
}

.richText [data-type="table_of_contents"] .toc_list {
  margin: 0;
}

.richText [data-type="table_of_contents"] .toc_item {
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  list-style: none;
}

.richText [data-type="table_of_contents"] .toc_item > a {
  border: none;
  color: currentColor;
  font-size: inherit !important;
  font-weight: inherit;
  text-decoration: none;
}

.richText [data-type="table_of_contents"] .toc_item > a:hover {
  opacity: 0.7;
}

.richText [data-type="table_of_contents"] .toc_item--1 {
  margin: 0 0 16px;
}

.richText [data-type="table_of_contents"] .toc_item--2 {
  margin: 0 0 16px;
  padding-left: 2rem;
}

.richText [data-type="table_of_contents"] .toc_item--3 {
  margin: 0 0 16px;
  padding-left: 4rem;
}

.sd.section {
  align-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

.sd.section-inner {
  position: static !important;
}

@property --g-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 180deg;
}
@property --g-color-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0.01%;
}
@property --g-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-5 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-5 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-6 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-6 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-7 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-7 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-8 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-8 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-9 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-9 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-10 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-10 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --g-color-11 {
  syntax: "<color>";
  inherits: false;
  initial-value: transparent;
}
@property --g-position-11 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
.snackbar[data-v-3129703d] {
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: 0 16px 48px -8px rgba(0, 0, 0, 0.08), 0 10px 25px -5px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  left: 50%;
  max-width: 90vw;
  padding: 16px 20px;
  position: fixed;
  top: 32px;
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 480px;
  z-index: 9999;
}

.snackbar.v-enter-active[data-v-3129703d],
.snackbar.v-leave-active[data-v-3129703d] {
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

.snackbar.v-enter-from[data-v-3129703d],
.snackbar.v-leave-to[data-v-3129703d] {
  opacity: 0;
  transform: translate(-50%, -10px);
}

.snackbar .convey[data-v-3129703d] {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0;
}

.snackbar .convey .icon[data-v-3129703d] {
  background-position: 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

.snackbar .convey .message[data-v-3129703d] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: pre-line;
}

.snackbar .convey.error .message[data-v-3129703d] {
  color: #f84f65;
}

.snackbar .convey.success .message[data-v-3129703d] {
  color: #111;
}

.snackbar .button[data-v-3129703d] {
  align-items: center;
  border-radius: 40px;
  color: #4b9cfb;
  display: flex;
  flex-shrink: 0;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 16px;
  padding: 4px 8px;
}

.snackbar .button[data-v-3129703d]:hover {
  background: #f5f5f5;
}

a[data-v-60d33773] {
  align-items: center;
  border-radius: 4px;
  bottom: 20px;
  height: 20px;
  justify-content: center;
  left: 20px;
  perspective: 300px;
  position: fixed;
  transition: 0s linear;
  width: 84px;
  z-index: 2000;
}

@media (hover: hover) {
  a[data-v-60d33773] {
    transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  }
  a[data-v-60d33773]:hover {
    height: 32px;
    width: 200px;
  }
}
[data-v-60d33773] .custom-fill path {
  fill: var(--01abf230);
}

.fade-enter-active[data-v-60d33773],
.fade-leave-active[data-v-60d33773] {
  transition: opacity 0.2s cubic-bezier(0.4, 0.4, 0, 1);
}

.fade-enter[data-v-60d33773],
.fade-leave-to[data-v-60d33773] {
  opacity: 0;
}

.sd.header {
  align-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  left: 0;
  margin: 0 0 0 0;
  padding: 16px 0px 16px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.header {
    padding: 16px 10px 16px 10px;
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 866px) {
  .sd.header {
    padding: 8px 8px 8px 8px;
  }
}
.sd.container {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 1280px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.container {
    height: 40px;
    max-width: 100%;
  }
}
.sd.element {
  flex: none;
  height: 44px;
  width: 190px;
  max-width: 100%;
}

.sd.element:before {
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1280px) {
  .sd.element {
    flex: none;
  }
}
@media screen and (max-width: 866px) {
  .sd.element {
    flex: none;
    height: 35px;
    width: 160px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.element {
    flex: none;
  }
}
.sd.layout {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  height: auto;
  justify-content: center;
  margin: 6px 0px 0px 0px;
  padding: 0px;
  --gap-h-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 32px;
  --gap-v-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 0px;
  --gap-uuid: 0c688920-d3ec-4d60-a2f5-e8b90044f92a;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout {
    gap: 20px;
    --gap-h-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 20px;
    --gap-v-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 0px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout {
    display: none;
    --gap-h-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 32px;
    --gap-v-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd.layout {
    display: none;
    --gap-h-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 32px;
    --gap-v-0c688920-d3ec-4d60-a2f5-e8b90044f92a: 0px;
  }
}
.sd.layout-2 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-e425e18a-43be-403d-ad79-02e7f0acb74c: 0px;
  --gap-v-e425e18a-43be-403d-ad79-02e7f0acb74c: 4px;
  --gap-uuid: e425e18a-43be-403d-ad79-02e7f0acb74c;
}

.sd.layout-2:hover {
  opacity: 1;
  --gap-h-e425e18a-43be-403d-ad79-02e7f0acb74c: 0px;
  --gap-v-e425e18a-43be-403d-ad79-02e7f0acb74c: 4px;
}

.sd.text {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-2:hover .sd.text {
  opacity: 0.7;
}

.sd.element-2 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-2:hover .sd.element-2 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-e425e18a-43be-403d-ad79-02e7f0acb74c) * 0);
  max-width: calc(100% - var(--gap-h-e425e18a-43be-403d-ad79-02e7f0acb74c) * 0);
}

.sd.layout-3 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-b28e7498-5682-4cd3-8809-9fa792d32670: 0px;
  --gap-v-b28e7498-5682-4cd3-8809-9fa792d32670: 4px;
  --gap-uuid: b28e7498-5682-4cd3-8809-9fa792d32670;
}

.sd.layout-3:hover {
  opacity: 1;
  --gap-h-b28e7498-5682-4cd3-8809-9fa792d32670: 0px;
  --gap-v-b28e7498-5682-4cd3-8809-9fa792d32670: 4px;
}

.sd.text-2 {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-3:hover .sd.text-2 {
  opacity: 0.7;
}

.sd.element-3 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-3:hover .sd.element-3 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-b28e7498-5682-4cd3-8809-9fa792d32670) * 0);
  max-width: calc(100% - var(--gap-h-b28e7498-5682-4cd3-8809-9fa792d32670) * 0);
}

.sd.layout-4 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-da4e048b-c77c-4f63-9565-702b9c675836: 0px;
  --gap-v-da4e048b-c77c-4f63-9565-702b9c675836: 4px;
  --gap-uuid: da4e048b-c77c-4f63-9565-702b9c675836;
}

.sd.layout-4:hover {
  opacity: 1;
  --gap-h-da4e048b-c77c-4f63-9565-702b9c675836: 0px;
  --gap-v-da4e048b-c77c-4f63-9565-702b9c675836: 4px;
}

.sd.text-3 {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-4:hover .sd.text-3 {
  opacity: 0.7;
}

.sd.element-4 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-4:hover .sd.element-4 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-da4e048b-c77c-4f63-9565-702b9c675836) * 0);
  max-width: calc(100% - var(--gap-h-da4e048b-c77c-4f63-9565-702b9c675836) * 0);
}

.sd.layout-5 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-68da4f40-8164-4469-8f79-ef718f6d06de: 0px;
  --gap-v-68da4f40-8164-4469-8f79-ef718f6d06de: 4px;
  --gap-uuid: 68da4f40-8164-4469-8f79-ef718f6d06de;
}

.sd.layout-5:hover {
  opacity: 1;
  --gap-h-68da4f40-8164-4469-8f79-ef718f6d06de: 0px;
  --gap-v-68da4f40-8164-4469-8f79-ef718f6d06de: 4px;
}

.sd.text-4 {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-5:hover .sd.text-4 {
  opacity: 0.7;
}

.sd.element-5 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-5:hover .sd.element-5 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-68da4f40-8164-4469-8f79-ef718f6d06de) * 0);
  max-width: calc(100% - var(--gap-h-68da4f40-8164-4469-8f79-ef718f6d06de) * 0);
}

.sd.layout-6 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-9112cfd9-7d33-4356-bdb8-59dbf06e6f4d: 0px;
  --gap-v-9112cfd9-7d33-4356-bdb8-59dbf06e6f4d: 4px;
  --gap-uuid: 9112cfd9-7d33-4356-bdb8-59dbf06e6f4d;
}

.sd.layout-6:hover {
  opacity: 1;
  --gap-h-9112cfd9-7d33-4356-bdb8-59dbf06e6f4d: 0px;
  --gap-v-9112cfd9-7d33-4356-bdb8-59dbf06e6f4d: 4px;
}

.sd.text-5 {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-6:hover .sd.text-5 {
  opacity: 0.7;
}

.sd.element-6 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-6:hover .sd.element-6 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-9112cfd9-7d33-4356-bdb8-59dbf06e6f4d) * 0);
  max-width: calc(100% - var(--gap-h-9112cfd9-7d33-4356-bdb8-59dbf06e6f4d) * 0);
}

.sd.layout-7 {
  align-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 0px;
  --gap-v-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 4px;
  --gap-uuid: b6b264d2-19cf-4e2e-8694-b85b0ec7e42a;
}

.sd.layout-7:hover {
  opacity: 1;
  --gap-h-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 0px;
  --gap-v-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 4px;
}

@media screen and (max-width: 1280px) {
  .sd.layout-7 {
    display: flex;
    --gap-h-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 0px;
    --gap-v-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 4px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-7 {
    display: flex;
    --gap-h-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 0px;
    --gap-v-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 4px;
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-7 {
    display: flex;
    --gap-h-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 0px;
    --gap-v-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a: 4px;
  }
}
.sd.text-6 {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-7:hover .sd.text-6 {
  opacity: 0.7;
}

.sd.element-7 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-7:hover .sd.element-7 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a) * 0);
  max-width: calc(100% - var(--gap-h-b6b264d2-19cf-4e2e-8694-b85b0ec7e42a) * 0);
}

.sd.layout-8 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-7fa16646-5719-4ecd-9ec1-867f04432ddf: 0px;
  --gap-v-7fa16646-5719-4ecd-9ec1-867f04432ddf: 4px;
  --gap-uuid: 7fa16646-5719-4ecd-9ec1-867f04432ddf;
}

.sd.layout-8:hover {
  opacity: 1;
  --gap-h-7fa16646-5719-4ecd-9ec1-867f04432ddf: 0px;
  --gap-v-7fa16646-5719-4ecd-9ec1-867f04432ddf: 4px;
}

.sd.text-7 {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-8:hover .sd.text-7 {
  opacity: 0.7;
}

.sd.element-8 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-8:hover .sd.element-8 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-7fa16646-5719-4ecd-9ec1-867f04432ddf) * 0);
  max-width: calc(100% - var(--gap-h-7fa16646-5719-4ecd-9ec1-867f04432ddf) * 0);
}

.sd.row {
  align-content: center;
  align-items: center;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}

@media screen and (max-width: 1280px) {
  .sd.row {
    display: none;
    flex: none;
    height: 50px;
    width: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.row {
    display: flex;
    flex: none;
    height: 40px;
    width: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.row {
    display: flex;
    flex: none;
    height: 40px;
    width: 40px;
    max-width: 100%;
  }
}
.sd.text-8 {
  color: #4a77ac;
  display: flex;
  font-size: 24px;
}

@media screen and (max-width: 1280px) {
  .sd.text-8 {
    color: #0346ab;
    display: flex;
    font-size: 36px;
  }
}
@media screen and (max-width: 866px) {
  .sd.text-8 {
    color: #001e43;
    display: flex;
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-8 {
    display: flex;
    font-size: 24px;
  }
}
.sd.header-2 {
  align-content: center;
  align-items: center;
  background: #000000;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 143px;
  justify-content: flex-end;
  padding: 0px 0px;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.header-2 {
    bottom: 0;
    flex: none;
    height: auto;
    left: 0;
    margin: 0 0 0 0;
    padding: 8px 0px;
    position: relative;
    right: 0;
    top: 0;
    max-width: 100%;
  }
}
.sd.layout-9 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  height: 45px;
  justify-content: center;
  margin: 0px 0px 27px 0px;
  padding: 0px;
  position: relative;
  --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 32px;
  --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  --gap-uuid: d6ce4d46-fa15-4625-a3a0-0235eb6a6a10;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout-9 {
    gap: 20px;
    --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 20px;
    --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-9 {
    display: none;
    --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 32px;
    --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-9 {
    display: none;
    --gap-h-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 32px;
    --gap-v-d6ce4d46-fa15-4625-a3a0-0235eb6a6a10: 0px;
  }
}
.sd.layout-10 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-7c2371e0-c317-4709-a542-900eb9091b88: 0px;
  --gap-v-7c2371e0-c317-4709-a542-900eb9091b88: 4px;
  --gap-uuid: 7c2371e0-c317-4709-a542-900eb9091b88;
}

.sd.layout-10:hover {
  opacity: 1;
  --gap-h-7c2371e0-c317-4709-a542-900eb9091b88: 0px;
  --gap-v-7c2371e0-c317-4709-a542-900eb9091b88: 4px;
}

.sd.text-9 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-10:hover .sd.text-9 {
  opacity: 0.7;
}

.sd.element-9 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-10:hover .sd.element-9 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-7c2371e0-c317-4709-a542-900eb9091b88) * 0);
  max-width: calc(100% - var(--gap-h-7c2371e0-c317-4709-a542-900eb9091b88) * 0);
}

.sd.layout-11 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-d6b4a666-0065-4d5a-b526-a2498f17313e: 0px;
  --gap-v-d6b4a666-0065-4d5a-b526-a2498f17313e: 4px;
  --gap-uuid: d6b4a666-0065-4d5a-b526-a2498f17313e;
}

.sd.layout-11:hover {
  opacity: 1;
  --gap-h-d6b4a666-0065-4d5a-b526-a2498f17313e: 0px;
  --gap-v-d6b4a666-0065-4d5a-b526-a2498f17313e: 4px;
}

.sd.text-10 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-11:hover .sd.text-10 {
  opacity: 0.7;
}

.sd.element-10 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-11:hover .sd.element-10 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-d6b4a666-0065-4d5a-b526-a2498f17313e) * 0);
  max-width: calc(100% - var(--gap-h-d6b4a666-0065-4d5a-b526-a2498f17313e) * 0);
}

.sd.layout-12 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-5e4ce0fe-7681-4b47-b03b-5a10a7a8e506: 0px;
  --gap-v-5e4ce0fe-7681-4b47-b03b-5a10a7a8e506: 4px;
  --gap-uuid: 5e4ce0fe-7681-4b47-b03b-5a10a7a8e506;
}

.sd.layout-12:hover {
  opacity: 1;
  --gap-h-5e4ce0fe-7681-4b47-b03b-5a10a7a8e506: 0px;
  --gap-v-5e4ce0fe-7681-4b47-b03b-5a10a7a8e506: 4px;
}

.sd.text-11 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-12:hover .sd.text-11 {
  opacity: 0.7;
}

.sd.element-11 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-12:hover .sd.element-11 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-5e4ce0fe-7681-4b47-b03b-5a10a7a8e506) * 0);
  max-width: calc(100% - var(--gap-h-5e4ce0fe-7681-4b47-b03b-5a10a7a8e506) * 0);
}

.sd.layout-13 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-8e484ea2-b6ac-4a48-8ff2-8f1d4aaa568a: 0px;
  --gap-v-8e484ea2-b6ac-4a48-8ff2-8f1d4aaa568a: 4px;
  --gap-uuid: 8e484ea2-b6ac-4a48-8ff2-8f1d4aaa568a;
}

.sd.layout-13:hover {
  opacity: 1;
  --gap-h-8e484ea2-b6ac-4a48-8ff2-8f1d4aaa568a: 0px;
  --gap-v-8e484ea2-b6ac-4a48-8ff2-8f1d4aaa568a: 4px;
}

.sd.text-12 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-13:hover .sd.text-12 {
  opacity: 0.7;
}

.sd.element-12 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-13:hover .sd.element-12 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-8e484ea2-b6ac-4a48-8ff2-8f1d4aaa568a) * 0);
  max-width: calc(100% - var(--gap-h-8e484ea2-b6ac-4a48-8ff2-8f1d4aaa568a) * 0);
}

.sd.layout-14 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-9a0a5c43-7a6a-4204-823d-a38d0772fd47: 0px;
  --gap-v-9a0a5c43-7a6a-4204-823d-a38d0772fd47: 4px;
  --gap-uuid: 9a0a5c43-7a6a-4204-823d-a38d0772fd47;
}

.sd.layout-14:hover {
  opacity: 1;
  --gap-h-9a0a5c43-7a6a-4204-823d-a38d0772fd47: 0px;
  --gap-v-9a0a5c43-7a6a-4204-823d-a38d0772fd47: 4px;
}

.sd.text-13 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-14:hover .sd.text-13 {
  opacity: 0.7;
}

.sd.element-13 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-14:hover .sd.element-13 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-9a0a5c43-7a6a-4204-823d-a38d0772fd47) * 0);
  max-width: calc(100% - var(--gap-h-9a0a5c43-7a6a-4204-823d-a38d0772fd47) * 0);
}

.sd.layout-15 {
  align-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 0px;
  --gap-v-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 4px;
  --gap-uuid: 3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e;
}

.sd.layout-15:hover {
  opacity: 1;
  --gap-h-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 0px;
  --gap-v-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 4px;
}

@media screen and (max-width: 1280px) {
  .sd.layout-15 {
    display: none;
    --gap-h-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 0px;
    --gap-v-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 4px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-15 {
    display: none;
    --gap-h-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 0px;
    --gap-v-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 4px;
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-15 {
    display: none;
    --gap-h-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 0px;
    --gap-v-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e: 4px;
  }
}
.sd.text-14 {
  color: white;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-15:hover .sd.text-14 {
  opacity: 0.7;
}

@media screen and (max-width: 1280px) {
  .sd.text-14 {
    display: flex;
  }
}
@media screen and (max-width: 866px) {
  .sd.text-14 {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-14 {
    display: none;
  }
}
.sd.element-14 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-15:hover .sd.element-14 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e) * 0);
  max-width: calc(100% - var(--gap-h-3cc8b71d-ab5d-488f-bbfb-8fe67ad2ef2e) * 0);
}

.sd.layout-16 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: center;
  padding: 0px;
  --gap-h-e9605e4e-1490-40fc-8701-d774e769bbb7: 0px;
  --gap-v-e9605e4e-1490-40fc-8701-d774e769bbb7: 4px;
  --gap-uuid: e9605e4e-1490-40fc-8701-d774e769bbb7;
}

.sd.layout-16:hover {
  opacity: 1;
  --gap-h-e9605e4e-1490-40fc-8701-d774e769bbb7: 0px;
  --gap-v-e9605e4e-1490-40fc-8701-d774e769bbb7: 4px;
}

.sd.text-15 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-16:hover .sd.text-15 {
  opacity: 0.7;
}

.sd.element-15 {
  background: #4a77ac;
  flex: none;
  height: 1px;
  width: 0px;
  max-width: 100%;
}

.sd.layout-16:hover .sd.element-15 {
  flex: none;
  height: 1px;
  width: calc(100% - var(--gap-h-e9605e4e-1490-40fc-8701-d774e769bbb7) * 0);
  max-width: calc(100% - var(--gap-h-e9605e4e-1490-40fc-8701-d774e769bbb7) * 0);
}

.sd.header-3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  margin: 0px 0px 14px 0px;
  position: sticky;
  text-align: left;
  top: 0;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.header-3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .sd.header-3 {
    font-size: 11px;
  }
}
.sd.column-4 {
  align-content: center;
  align-items: center;
  background: #fdfeff;
  border-radius: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}

.sd.header-8 {
  align-content: center;
  align-items: center;
  background: #ffffff;
  border-bottom: 0px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  border-top: 0px solid #000000;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 595.78px;
  justify-content: flex-start;
  margin: 77px 0px 0px 0px;
  padding: 0 0;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.header-8 {
    flex: none;
    height: auto;
    margin: 60px 0px 30px 0px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.header-8 {
    margin: 40px 0px 30px 0px;
    width: 100%;
    max-width: 100%;
  }
}
.index_hero__inner {
  padding: 0 0;
  width: 100%;
  height: 595.78px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .index_hero__inner {
    height: auto;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .index_hero__inner {
    flex-direction: column;
  }
}
.sd.container-5 {
  align-content: flex-end;
  align-items: flex-end;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 22px;
  height: auto;
  justify-content: flex-start;
  margin: 120px 0px 0px 0px;
  padding: 0px 0px 0px 24px;
  width: 1280px;
  --gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9: 22px;
  --gap-v-007b687c-1d47-4f45-ab13-ad838da45eb9: 0px;
  --gap-uuid: 007b687c-1d47-4f45-ab13-ad838da45eb9;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-5 {
    align-content: center;
    align-items: center;
    gap: 0px;
    justify-content: flex-start;
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
    --gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9: 0px;
    --gap-v-007b687c-1d47-4f45-ab13-ad838da45eb9: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-5 {
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    --gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9: 22px;
    --gap-v-007b687c-1d47-4f45-ab13-ad838da45eb9: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.container-5 {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 40px 0px 0px 0px;
    --gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9: 22px;
    --gap-v-007b687c-1d47-4f45-ab13-ad838da45eb9: 0px;
  }
}
.sd.layout-24 {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 22px;
  justify-content: center;
  padding: 0px;
  --gap-h-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 0px;
  --gap-v-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 22px;
  --gap-uuid: bf02baa8-e4ad-4b21-9add-e67a2f1acacf;
}

@media screen and (max-width: 1280px) {
  .sd.layout-24 {
    flex: none;
    z-index: 1;
    --gap-h-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 0px;
    --gap-v-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 22px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-24 {
    flex: none;
    gap: 16px;
    width: calc(50% - var(--gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9) * 0.5);
    --gap-h-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 0px;
    --gap-v-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 16px;
    max-width: calc(50% - var(--gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9) * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-24 {
    flex: none;
    width: calc(60% - var(--gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9) * 0.4);
    --gap-h-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 0px;
    --gap-v-bf02baa8-e4ad-4b21-9add-e67a2f1acacf: 22px;
    max-width: calc(60% - var(--gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9) * 0.4);
  }
}
.sd.text-55 {
  color: #4a77ac;
  font-size: 64px;
  font-weight: 700;
  height: auto;
  line-height: 1.3;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-55 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-55 {
    flex: none;
  }
}
.sd.text-56 {
  color: #001e43;
  font-size: 21px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-56 {
    flex: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-56 {
    font-size: 13px;
  }
}
.sd.column-5 {
  align-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #4a77ac;
  border-left: 2px solid #4a77ac;
  border-radius: 32px;
  border-right: 2px solid #4a77ac;
  border-top: 2px solid #4a77ac;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 63px;
  justify-content: center;
  padding: 0px;
  width: 301px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-5 {
    height: 47px;
    width: 267px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.column-5 {
    height: 31px;
    width: 189px;
    max-width: 100%;
  }
}
.sd.header-9 {
  color: #4a77ac;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  margin: 0 0 0 0;
  position: sticky;
  text-align: center;
  top: 0;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.header-9 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sd.header-9 {
    font-size: 14px;
  }
}
.sd.column-6 {
  align-content: center;
  align-items: center;
  background: #4a77ac;
  border-bottom: 2px solid #4a77ac;
  border-left: 2px solid #4a77ac;
  border-radius: 32px;
  border-right: 2px solid #4a77ac;
  border-top: 2px solid #4a77ac;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 63px;
  justify-content: center;
  padding: 0px;
  width: 301px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-6 {
    height: 47px;
    width: 267px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.column-6 {
    height: 31px;
    width: 189px;
    max-width: 100%;
  }
}
.sd.text-57 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-57 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-57 {
    font-size: 14px;
  }
}
.sd.layout-25 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 22px;
  height: 0px;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9) * 0);
  --gap-h-ced5895b-98fb-4ea9-9127-c19bbc1680c7: 0px;
  --gap-v-ced5895b-98fb-4ea9-9127-c19bbc1680c7: 22px;
  --gap-uuid: ced5895b-98fb-4ea9-9127-c19bbc1680c7;
  max-width: calc(100% - var(--gap-h-007b687c-1d47-4f45-ab13-ad838da45eb9) * 0);
}

@media screen and (max-width: 866px) {
  .sd.layout-25 {
    flex: none;
    --gap-h-ced5895b-98fb-4ea9-9127-c19bbc1680c7: 0px;
    --gap-v-ced5895b-98fb-4ea9-9127-c19bbc1680c7: 22px;
  }
}
.sd.column-7 {
  align-content: center;
  align-items: center;
  bottom: -142px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 1362px;
  justify-content: flex-end;
  left: -24px;
  margin: 0 0 0 0;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0px;
  position: absolute;
  right: -440px;
  top: -1220px;
  width: 1720px;
  z-index: 1;
  max-width: 100%;
}

.sd.column-7:before {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/hero_image.svg);
}

@media screen and (max-width: 1280px) {
  .sd.column-7 {
    bottom: -329px;
    flex: none;
    height: 1142px;
    left: -23px;
    right: -441px;
    top: -813px;
    width: 1400px;
    z-index: -3;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.column-7:before {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 713px;
  }
  .sd.column-7 {
    bottom: -161px;
    flex: none;
    height: 448px;
    left: -87px;
    margin: 0 0 0 0;
    right: auto;
    top: -287px;
    width: 650px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.column-7 {
    bottom: -301px;
    flex: none;
    height: 418px;
    left: -161px;
    opacity: 0.2;
    right: 15px;
    top: -117px;
    transform: scale(0.8, 0.8);
    width: 490px;
    max-width: 100%;
  }
}
.sd.column-8 {
  align-content: center;
  align-items: center;
  background: #ffffff;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 0 0;
  width: 1920px;
  z-index: 1;
  max-width: 100%;
}

.sd[data-s-section-inner-4d406644-fca4-4bdf-8d6a-eabf252f9189] {
  padding: 0 0;
  width: 1920px;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.sd.container-6 {
  align-content: flex-start;
  align-items: flex-start;
  background: #fff8e7;
  border-radius: 20px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 28px;
  height: auto;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 32px 40px 32px 40px;
  width: 1280px;
  --gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80: 0px;
  --gap-v-f5b75b56-5057-4dfd-9655-bed1ddb07c80: 28px;
  --gap-uuid: f5b75b56-5057-4dfd-9655-bed1ddb07c80;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-6 {
    padding: 32px 20px 32px 20px;
    --gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80: 0px;
    --gap-v-f5b75b56-5057-4dfd-9655-bed1ddb07c80: 28px;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-6 {
    gap: 16px;
    padding: 32px 16px 32px 16px;
    --gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80: 0px;
    --gap-v-f5b75b56-5057-4dfd-9655-bed1ddb07c80: 16px;
  }
}
.sd.layout-26 {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-7ad50c23-538d-4851-ba8a-18a1bdadc7f9: 12px;
  --gap-v-7ad50c23-538d-4851-ba8a-18a1bdadc7f9: 0px;
  --gap-uuid: 7ad50c23-538d-4851-ba8a-18a1bdadc7f9;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-26 {
    gap: 6px;
    --gap-h-7ad50c23-538d-4851-ba8a-18a1bdadc7f9: 6px;
    --gap-v-7ad50c23-538d-4851-ba8a-18a1bdadc7f9: 0px;
  }
}
.sd.text-58 {
  color: #001e43;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-58 {
    font-size: 24px;
  }
}
.sd.text-59 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-59 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.sd.layout-27 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 28px;
  justify-content: center;
  padding: 0px;
  --gap-h-ee839cbe-2650-4605-9947-283ed220b444: 0px;
  --gap-v-ee839cbe-2650-4605-9947-283ed220b444: 28px;
  --gap-uuid: ee839cbe-2650-4605-9947-283ed220b444;
}

@media screen and (max-width: 866px) {
  .sd.layout-27 {
    gap: 16px;
    --gap-h-ee839cbe-2650-4605-9947-283ed220b444: 0px;
    --gap-v-ee839cbe-2650-4605-9947-283ed220b444: 16px;
  }
}
.sd.text-60 {
  color: #232323;
  flex: none;
  font-size: 21px;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  text-align: left;
  width: calc(80% - var(--gap-h-ee839cbe-2650-4605-9947-283ed220b444) * 0.2);
  max-width: calc(80% - var(--gap-h-ee839cbe-2650-4605-9947-283ed220b444) * 0.2);
  justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
  .sd.text-60 {
    flex: none;
    width: calc(90% - var(--gap-h-ee839cbe-2650-4605-9947-283ed220b444) * 0.1);
    max-width: calc(90% - var(--gap-h-ee839cbe-2650-4605-9947-283ed220b444) * 0.1);
  }
}
@media screen and (max-width: 866px) {
  .sd.text-60 {
    flex: none;
    font-size: 16px;
    width: calc(100% - var(--gap-h-ee839cbe-2650-4605-9947-283ed220b444) * 0);
    max-width: calc(100% - var(--gap-h-ee839cbe-2650-4605-9947-283ed220b444) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.text-60 {
    flex: none;
    width: 100%;
  }
}
.sd.layout-28 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 28px;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80) * 0);
  --gap-h-7f3f5248-e029-4bce-ba61-6ed8d8387c04: 0px;
  --gap-v-7f3f5248-e029-4bce-ba61-6ed8d8387c04: 28px;
  --gap-uuid: 7f3f5248-e029-4bce-ba61-6ed8d8387c04;
  max-width: calc(100% - var(--gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80) * 0);
}

@media screen and (max-width: 866px) {
  .sd.layout-28 {
    gap: 16px;
    --gap-h-7f3f5248-e029-4bce-ba61-6ed8d8387c04: 0px;
    --gap-v-7f3f5248-e029-4bce-ba61-6ed8d8387c04: 16px;
  }
}
.sd.layout-29 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: calc(70% - var(--gap-h-7f3f5248-e029-4bce-ba61-6ed8d8387c04) * 0.3);
  --gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d: 24px;
  --gap-v-421737e7-1f23-4c55-9107-acb9d7d01d1d: 24px;
  --gap-uuid: 421737e7-1f23-4c55-9107-acb9d7d01d1d;
  max-width: calc(70% - var(--gap-h-7f3f5248-e029-4bce-ba61-6ed8d8387c04) * 0.3);
}

@media screen and (max-width: 1280px) {
  .sd.layout-29 {
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    --gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d: 24px;
    --gap-v-421737e7-1f23-4c55-9107-acb9d7d01d1d: 24px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-29 {
    flex: none;
    gap: 8px;
    width: calc(100% - var(--gap-h-7f3f5248-e029-4bce-ba61-6ed8d8387c04) * 0);
    --gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d: 8px;
    --gap-v-421737e7-1f23-4c55-9107-acb9d7d01d1d: 8px;
    max-width: calc(100% - var(--gap-h-7f3f5248-e029-4bce-ba61-6ed8d8387c04) * 0);
  }
}
.sd.column-9 {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 12px;
  width: 204px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-9 {
    flex: none;
    width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
    max-width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .sd.column-9 {
    flex: none;
    width: 50%;
  }
}
.sd.layout-30 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-ea034e5b-ccad-442f-885f-87f7be9ef737: 8px;
  --gap-v-ea034e5b-ccad-442f-885f-87f7be9ef737: 0px;
  --gap-uuid: ea034e5b-ccad-442f-885f-87f7be9ef737;
}

.sd.element-31 {
  flex: none;
  height: 33px;
  width: 31px;
  max-width: 100%;
}

.sd.element-31:before {
  background-repeat: no-repeat;
  background-size: contain;
}

.sd.text-61 {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.column-10 {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 12px;
  width: 204px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-10 {
    flex: none;
    width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
    max-width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .sd.column-10 {
    flex: none;
    width: 50%;
  }
}
.sd.layout-31 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-87c63503-e281-4b6d-b49f-7de1c9a5aa86: 8px;
  --gap-v-87c63503-e281-4b6d-b49f-7de1c9a5aa86: 0px;
  --gap-uuid: 87c63503-e281-4b6d-b49f-7de1c9a5aa86;
}

.sd.element-32 {
  flex: none;
  height: 33px;
  width: 31px;
  max-width: 100%;
}

.sd.element-32:before {
  background-repeat: no-repeat;
  background-size: contain;
}

.sd.text-62 {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.column-11 {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 12px;
  width: 204px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-11 {
    flex: none;
    width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
    max-width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .sd.column-11 {
    flex: none;
    width: 50%;
  }
}
.sd.layout-32 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-8e940846-3bd2-4c93-a7af-aef3c598315c: 8px;
  --gap-v-8e940846-3bd2-4c93-a7af-aef3c598315c: 0px;
  --gap-uuid: 8e940846-3bd2-4c93-a7af-aef3c598315c;
}

.sd.element-33 {
  flex: none;
  height: 33px;
  width: 31px;
  max-width: 100%;
}

.sd.element-33:before {
  background-repeat: no-repeat;
  background-size: contain;
}

.sd.text-63 {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.column-12 {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 12px;
  width: 204px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-12 {
    flex: none;
    width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
    max-width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .sd.column-12 {
    flex: none;
    width: 50%;
  }
}
.sd.layout-33 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-1c337b35-8cb0-4382-a2ef-7c76e14766f5: 8px;
  --gap-v-1c337b35-8cb0-4382-a2ef-7c76e14766f5: 0px;
  --gap-uuid: 1c337b35-8cb0-4382-a2ef-7c76e14766f5;
}

.sd.element-34 {
  flex: none;
  height: 33px;
  width: 31px;
  max-width: 100%;
}

.sd.element-34:before {
  background-repeat: no-repeat;
  background-size: contain;
}

.sd.text-64 {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.column-13 {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 12px;
  width: 204px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-13 {
    flex: none;
    width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
    max-width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .sd.column-13 {
    flex: none;
    width: 50%;
  }
}
.sd.layout-34 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-5d7abe0d-b166-4376-b0d2-64c0fe00ad91: 8px;
  --gap-v-5d7abe0d-b166-4376-b0d2-64c0fe00ad91: 0px;
  --gap-uuid: 5d7abe0d-b166-4376-b0d2-64c0fe00ad91;
}

.sd.element-35 {
  flex: none;
  height: 33px;
  width: 31px;
  max-width: 100%;
}

.sd.element-35:before {
  background-repeat: no-repeat;
  background-size: contain;
}

.sd.text-65 {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.column-14 {
  align-content: flex-start;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 12px;
  width: 204px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-14 {
    flex: none;
    width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
    max-width: calc(50% - var(--gap-h-421737e7-1f23-4c55-9107-acb9d7d01d1d) * 0.5);
  }
}
@media screen and (max-width: 480px) {
  .sd.column-14 {
    flex: none;
    width: 50%;
  }
}
.sd.layout-35 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  --gap-h-418a017e-bbae-4980-819b-a1d5afdd86eb: 8px;
  --gap-v-418a017e-bbae-4980-819b-a1d5afdd86eb: 0px;
  --gap-uuid: 418a017e-bbae-4980-819b-a1d5afdd86eb;
}

.sd.element-36 {
  flex: none;
  height: 33px;
  width: 31px;
  max-width: 100%;
}

.sd.element-36:before {
  background-repeat: no-repeat;
  background-size: contain;
}

.index_service__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sd.text-66 {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: 1.2;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-36 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  margin: 24px 0px 24px 0px;
  padding: 0px;
  width: calc(100% - var(--gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80) * 0);
  --gap-h-c1c63710-e876-4172-b010-bb244903ded0: 0px;
  --gap-v-c1c63710-e876-4172-b010-bb244903ded0: 32px;
  --gap-uuid: c1c63710-e876-4172-b010-bb244903ded0;
  max-width: calc(100% - var(--gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80) * 0);
}

@media screen and (max-width: 866px) {
  .sd.layout-36 {
    margin: 20px 0px 20px 0px;
    --gap-h-c1c63710-e876-4172-b010-bb244903ded0: 0px;
    --gap-v-c1c63710-e876-4172-b010-bb244903ded0: 32px;
    width: calc(100% - var(--gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80) * 0);
    max-width: calc(100% - var(--gap-h-f5b75b56-5057-4dfd-9655-bed1ddb07c80) * 0);
  }
}
.sd.layout-37 {
  align-content: center;
  align-items: center;
  background: #001e43;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: 48px;
  justify-content: center;
  padding: 0px 16px 0px 0px;
  width: 250px;
  --gap-h-b9909623-671d-4203-b5ba-941eeaaf2f29: 10px;
  --gap-v-b9909623-671d-4203-b5ba-941eeaaf2f29: 0px;
  --gap-uuid: b9909623-671d-4203-b5ba-941eeaaf2f29;
  max-width: 100%;
}

.sd.layout-37:hover {
  opacity: 0.8;
  --gap-h-b9909623-671d-4203-b5ba-941eeaaf2f29: 10px;
  --gap-v-b9909623-671d-4203-b5ba-941eeaaf2f29: 0px;
}

@media screen and (max-width: 866px) {
  .sd.layout-37 {
    flex: none;
    height: 44px;
    --gap-h-b9909623-671d-4203-b5ba-941eeaaf2f29: 10px;
    --gap-v-b9909623-671d-4203-b5ba-941eeaaf2f29: 0px;
    max-width: 100%;
  }
}
.sd.text-67 {
  color: rgba(51, 51, 51, 0);
  font-size: 24px;
}

.sd.text-68 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-68 {
    font-size: 16px;
  }
}
.sd.text-69 {
  color: #ffffff;
  font-size: 18px;
}

.sd.column-15 {
  align-content: center;
  align-items: center;
  background: #ffffff;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 56px 0px 80px 0px;
  padding: 0 0;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-15 {
    margin: 20px 0px 20px 0px;
    max-width: 100%;
  }
}
.sd[data-s-section-inner-b126c2da-894f-4f40-8f29-e73a325e083a] {
  padding: 0 0;
  width: 1920px;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd[data-s-section-inner-b126c2da-894f-4f40-8f29-e73a325e083a] {
    flex-direction: column;
  }
}
.sd.container-7 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 32px 40px 32px 40px;
  width: 1280px;
  --gap-h-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 0px;
  --gap-v-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 24px;
  --gap-uuid: 57cb0ea8-c9ad-4bb0-8096-6471e39a5888;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-7 {
    padding: 32px 20px 32px 20px;
    --gap-h-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 0px;
    --gap-v-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 24px;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-7 {
    gap: 16px;
    padding: 24px 16px 24px 16px;
    --gap-h-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 0px;
    --gap-v-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sd.container-7 {
    --gap-h-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 0px;
    --gap-v-57cb0ea8-c9ad-4bb0-8096-6471e39a5888: 24px;
  }
}
.sd.column-16 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-57cb0ea8-c9ad-4bb0-8096-6471e39a5888) * 0);
  max-width: calc(100% - var(--gap-h-57cb0ea8-c9ad-4bb0-8096-6471e39a5888) * 0);
}

.sd.layout-38 {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-f7a72b3a-71a8-422b-8a51-73a3fa6c7215: 12px;
  --gap-v-f7a72b3a-71a8-422b-8a51-73a3fa6c7215: 0px;
  --gap-uuid: f7a72b3a-71a8-422b-8a51-73a3fa6c7215;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-38 {
    gap: 6px;
    --gap-h-f7a72b3a-71a8-422b-8a51-73a3fa6c7215: 6px;
    --gap-v-f7a72b3a-71a8-422b-8a51-73a3fa6c7215: 0px;
  }
}
.sd.text-70 {
  color: #001e43;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-70 {
    font-size: 24px;
  }
}
.sd.text-71 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-71 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.sd.layout-39 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
  padding: 0px;
  --gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36: 40px;
  --gap-v-80d952bc-1ad0-406a-bb1e-3134317fcd36: 0px;
  --gap-uuid: 80d952bc-1ad0-406a-bb1e-3134317fcd36;
}

@media screen and (max-width: 1280px) {
  .sd.layout-39 {
    gap: 16px;
    --gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36: 16px;
    --gap-v-80d952bc-1ad0-406a-bb1e-3134317fcd36: 0px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-39 {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 250px;
    --gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36: 40px;
    --gap-v-80d952bc-1ad0-406a-bb1e-3134317fcd36: 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-39 {
    flex-direction: column;
    flex-wrap: nowrap;
    flex: none;
    width: auto;
    height: auto;
    --gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36: 0px;
    --gap-v-80d952bc-1ad0-406a-bb1e-3134317fcd36: 40px;
    max-width: 100%;
  }
}
.sd.layout-40 {
  align-content: center;
  align-items: center;
  background: #f7fbff;
  border-radius: 8px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  height: 300px;
  justify-content: center;
  padding: 50px 20px 24px 20px;
  width: 350px;
  --gap-h-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 0px;
  --gap-v-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 24px;
  --gap-uuid: 8fe2bfa2-791a-4da7-9e5-dc9df5a1df21;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout-40 {
    flex: none;
    width: calc(33% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0.67);
    --gap-h-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 0px;
    --gap-v-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 24px;
    max-width: calc(33% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0.67);
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-40 {
    flex: none;
    gap: 12px;
    padding: 24px 16px 24px 16px;
    width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
    --gap-h-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 0px;
    --gap-v-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 12px;
    max-width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-40 {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0px 0px 0px 0px;
    height: 164px;
    --gap-h-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 0px;
    --gap-v-8fe2bfa2-791a-4da7-9e05-dc9df5a1df21: 24px;
    width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
    max-width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
  }
}
.sd.layout-41 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  padding: 0px;
  --gap-h-56a93d01-ee43-4256-8c78-2f966c9b8a2c: 0px;
  --gap-v-56a93d01-ee43-4256-8c78-2f966c9b8a2c: 20px;
  --gap-uuid: 56a93d01-ee43-4256-8c78-2f966c9b8a2c;
}

@media screen and (max-width: 866px) {
  .sd.layout-41 {
    gap: 8px;
    --gap-h-56a93d01-ee43-4256-8c78-2f966c9b8a2c: 0px;
    --gap-v-56a93d01-ee43-4256-8c78-2f966c9b8a2c: 8px;
  }
}
.sd.text-72 {
  color: #4a77ac;
  font-size: 21px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-72 {
    font-size: 16px;
  }
}
.sd.text-73 {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-73 {
    font-size: 14px;
  }
}
.sd.text-74 {
  color: #81b4d9;
  font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  height: auto;
  left: 10px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 0 0;
  position: absolute;
  text-align: left;
  top: 10px;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-42 {
  align-content: center;
  align-items: center;
  background: #f7fbff;
  border-radius: 8px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  height: 300px;
  justify-content: center;
  padding: 50px 20px 24px 20px;
  width: 350px;
  --gap-h-b6b12074-268a-451f-a293-ba971458fa31: 0px;
  --gap-v-b6b12074-268a-451f-a293-ba971458fa31: 24px;
  --gap-uuid: b6b12074-268a-451f-a293-ba971458fa31;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout-42 {
    flex: none;
    width: calc(33% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0.67);
    --gap-h-b6b12074-268a-451f-a293-ba971458fa31: 0px;
    --gap-v-b6b12074-268a-451f-a293-ba971458fa31: 24px;
    max-width: calc(33% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0.67);
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-42 {
    flex: none;
    gap: 12px;
    padding: 24px 16px 24px 16px;
    width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
    --gap-h-b6b12074-268a-451f-a293-ba971458fa31: 0px;
    --gap-v-b6b12074-268a-451f-a293-ba971458fa31: 12px;
    max-width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-42 {
    margin: 0px 0px 0px 0px;
    height: 164px;
    --gap-h-b6b12074-268a-451f-a293-ba971458fa31: 0px;
    --gap-v-b6b12074-268a-451f-a293-ba971458fa31: 24px;
    width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
    max-width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
  }
}
.sd.layout-43 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  padding: 0px;
  --gap-h-02c98b45-6976-48ab-bfd6-0e1622bd201a: 0px;
  --gap-v-02c98b45-6976-48ab-bfd6-0e1622bd201a: 20px;
  --gap-uuid: 02c98b45-6976-48ab-bfd6-0e1622bd201a;
}

@media screen and (max-width: 866px) {
  .sd.layout-43 {
    gap: 8px;
    --gap-h-02c98b45-6976-48ab-bfd6-0e1622bd201a: 0px;
    --gap-v-02c98b45-6976-48ab-bfd6-0e1622bd201a: 8px;
  }
}
.sd.text-75 {
  color: #4a77ac;
  font-size: 21px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-75 {
    font-size: 16px;
  }
}
.sd.text-76 {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-76 {
    font-size: 14px;
  }
}
.sd.text-77 {
  color: #81b4d9;
  font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  height: auto;
  left: 10px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 0 0;
  position: absolute;
  text-align: left;
  top: 10px;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.layout-44 {
  align-content: center;
  align-items: center;
  background: #f7fbff;
  border-radius: 8px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  height: 300px;
  justify-content: center;
  padding: 50px 20px 24px 20px;
  width: 350px;
  --gap-h-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 0px;
  --gap-v-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 24px;
  --gap-uuid: 440e7067-96ac-4509-ac85-fb6a8fdf7f12;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout-44 {
    flex: none;
    width: calc(33% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0.67);
    --gap-h-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 0px;
    --gap-v-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 24px;
    max-width: calc(33% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0.67);
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-44 {
    flex: none;
    gap: 12px;
    padding: 24px 16px 24px 16px;
    width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
    --gap-h-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 0px;
    --gap-v-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 12px;
    max-width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-44 {
    margin: 0px 0px 0px 0px;
    height: 164px;
    --gap-h-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 0px;
    --gap-v-440e7067-96ac-4509-ac85-fb6a8fdf7f12: 24px;
    width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
    max-width: calc(100% - var(--gap-h-80d952bc-1ad0-406a-bb1e-3134317fcd36) * 0);
  }
}
.sd.layout-45 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  padding: 0px;
  --gap-h-9dd1ae6e-78a5-4480-b621-f79cfcfa4052: 0px;
  --gap-v-9dd1ae6e-78a5-4480-b621-f79cfcfa4052: 20px;
  --gap-uuid: 9dd1ae6e-78a5-4480-b621-f79cfcfa4052;
}

@media screen and (max-width: 866px) {
  .sd.layout-45 {
    gap: 8px;
    --gap-h-9dd1ae6e-78a5-4480-b621-f79cfcfa4052: 0px;
    --gap-v-9dd1ae6e-78a5-4480-b621-f79cfcfa4052: 8px;
  }
}
.sd.text-78 {
  color: #4a77ac;
  font-size: 21px;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-78 {
    font-size: 16px;
  }
}
.sd.text-79 {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-79 {
    font-size: 14px;
  }
}
.sd.text-80 {
  color: #81b4d9;
  font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  height: auto;
  left: 10px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 0 0;
  position: absolute;
  text-align: left;
  top: 10px;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.sd.column-17 {
  align-content: center;
  align-items: center;
  background: #ffffff;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 56px 0px 0px 0px;
  padding: 0 0;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.column-17 {
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.column-17 {
    flex: none;
    height: auto;
  }
}
.sd[data-s-section-inner-cf6eed5f-564e-4bda-8240-701a217695af] {
  padding: 0 0;
  width: 1920px;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd[data-s-section-inner-cf6eed5f-564e-4bda-8240-701a217695af] {
    flex-direction: column;
  }
}
@media screen and (max-width: 866px) {
  .sd[data-s-section-inner-cf6eed5f-564e-4bda-8240-701a217695af] {
    height: auto;
    flex-direction: column;
  }
}
.sd.header-10 {
  background: rgba(247, 251, 255, 0.9);
  border-radius: 40px 0px 0px 40px;
  bottom: 0px;
  flex: none;
  height: auto;
  left: auto;
  margin: 0 0 0 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1790px;
  z-index: -2;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.header-10 {
    left: 0px;
    right: 0px;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.header-10 {
    border-radius: 20px 0px 0px 20px;
  }
}
.sd.container-8 {
  background: rgba(0, 0, 0, 0);
  display: none;
  flex: none;
  height: auto;
  margin: 0px 0px 16px 0px;
  padding: 0 0;
  width: 1280px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-8 {
    display: none;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-8 {
    display: none;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.container-8 {
    display: none;
  }
}
.sd[data-s-section-inner-beb9b6c3-8582-4db5-be06-6b436bdb05b1] {
  padding: 0 0;
  width: 1280px;
  height: auto;
  flex-direction: column;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd[data-s-section-inner-beb9b6c3-8582-4db5-be06-6b436bdb05b1] {
    flex-direction: column;
  }
}
@media screen and (max-width: 866px) {
  .sd[data-s-section-inner-beb9b6c3-8582-4db5-be06-6b436bdb05b1] {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-section-inner-beb9b6c3-8582-4db5-be06-6b436bdb05b1] {
    flex-direction: column;
  }
}
.sd.container-9 {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  margin: 32px 0px 0px 0px;
  padding: 32px 40px 32px 40px;
  width: 1280px;
  --gap-h-8c5934b5-7489-4bd1-952b-17a91c287340: 0px;
  --gap-v-8c5934b5-7489-4bd1-952b-17a91c287340: 24px;
  --gap-uuid: 8c5934b5-7489-4bd1-952b-17a91c287340;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-9 {
    display: flex;
    padding: 32px 20px 32px 20px;
    --gap-h-8c5934b5-7489-4bd1-952b-17a91c287340: 0px;
    --gap-v-8c5934b5-7489-4bd1-952b-17a91c287340: 24px;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-9 {
    display: flex;
    gap: 16px;
    padding: 32px 16px 20px 16px;
    --gap-h-8c5934b5-7489-4bd1-952b-17a91c287340: 0px;
    --gap-v-8c5934b5-7489-4bd1-952b-17a91c287340: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sd.container-9 {
    display: flex;
    margin: 0px 0px 0px 0px;
    --gap-h-8c5934b5-7489-4bd1-952b-17a91c287340: 0px;
    --gap-v-8c5934b5-7489-4bd1-952b-17a91c287340: 24px;
    max-width: 100%;
  }
}
.sd.column-18 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-8c5934b5-7489-4bd1-952b-17a91c287340) * 0);
  max-width: calc(100% - var(--gap-h-8c5934b5-7489-4bd1-952b-17a91c287340) * 0);
}

.sd.layout-46 {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-1d8ab0b5-c938-4123-97f5-0f57ad198800: 12px;
  --gap-v-1d8ab0b5-c938-4123-97f5-0f57ad198800: 0px;
  --gap-uuid: 1d8ab0b5-c938-4123-97f5-0f57ad198800;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-46 {
    gap: 6px;
    --gap-h-1d8ab0b5-c938-4123-97f5-0f57ad198800: 6px;
    --gap-v-1d8ab0b5-c938-4123-97f5-0f57ad198800: 0px;
  }
}
.sd.text-81 {
  color: #001e43;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-81 {
    font-size: 24px;
  }
}
.sd.text-82 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-82 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.sd.layout-47 {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 56px;
  justify-content: center;
  padding: 10px;
  --gap-h-7fd7701c-67be-43af-818c-c595210d283b: 56px;
  --gap-v-7fd7701c-67be-43af-818c-c595210d283b: 0px;
  --gap-uuid: 7fd7701c-67be-43af-818c-c595210d283b;
}

.sd.layout-48 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 0px;
  --gap-h-5e82d093-a6d6-441d-a0f5-80939fc8cdf4: 0px;
  --gap-v-5e82d093-a6d6-441d-a0f5-80939fc8cdf4: 24px;
  --gap-uuid: 5e82d093-a6d6-441d-a0f5-80939fc8cdf4;
}

@media screen and (max-width: 866px) {
  .sd.layout-48 {
    flex: none;
    width: calc(100% - var(--gap-h-7fd7701c-67be-43af-818c-c595210d283b) * 0);
    --gap-h-5e82d093-a6d6-441d-a0f5-80939fc8cdf4: 0px;
    --gap-v-5e82d093-a6d6-441d-a0f5-80939fc8cdf4: 24px;
    max-width: calc(100% - var(--gap-h-7fd7701c-67be-43af-818c-c595210d283b) * 0);
  }
}
.sd.layout-49 {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 280px;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 24px 16px 0px 16px;
  width: auto;
  --gap-uuid: 8c189081-986e-4e33-a16b-b7a8a6424bdc;
  --gap-h-8c189081-986e-4e33-a16b-b7a8a6424bdc: 0px;
  --gap-v-8c189081-986e-4e33-a16b-b7a8a6424bdc: 0px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout-49 {
    flex: none;
    height: 240px;
    padding: 16px 12px 0px 12px;
    width: calc(33% - var(--gap-h-5e82d093-a6d6-441d-a0f5-80939fc8cdf4) * 0.67);
    max-width: calc(33% - var(--gap-h-5e82d093-a6d6-441d-a0f5-80939fc8cdf4) * 0.67);
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-49 {
    flex: none;
    flex-direction: column;
    gap: 4px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px 16px 12px;
    width: calc(100% - var(--gap-h-5e82d093-a6d6-441d-a0f5-80939fc8cdf4) * 0);
    --gap-h-8c189081-986e-4e33-a16b-b7a8a6424bdc: 0px;
    --gap-v-8c189081-986e-4e33-a16b-b7a8a6424bdc: 4px;
    max-width: calc(100% - var(--gap-h-5e82d093-a6d6-441d-a0f5-80939fc8cdf4) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-49 {
    flex: none;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px 16px 12px;
    width: 100%;
  }
}
.sd.element-37 {
  flex: none;
  height: 144px;
  width: 318px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.element-37 {
    flex: none;
    height: 240px;
    width: calc(100% - var(--gap-h-8c189081-986e-4e33-a16b-b7a8a6424bdc) * 0);
    max-width: calc(100% - var(--gap-h-8c189081-986e-4e33-a16b-b7a8a6424bdc) * 0);
  }
}
.sd.element-38 {
  flex: none;
  height: 144px;
  width: 318px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.element-38 {
    flex: none;
    height: 120px;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.element-38 {
    flex: none;
    height: 92px;
    width: 300px;
    max-width: 100%;
  }
}
.sd.element-39 {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: calc(100% - var(--gap-h-8c189081-986e-4e33-a16b-b7a8a6424bdc) * 0);
  max-width: calc(100% - var(--gap-h-8c189081-986e-4e33-a16b-b7a8a6424bdc) * 0);
}

@media screen and (max-width: 866px) {
  .sd.element-39 {
    margin: 0px 0px 0px 0px;
  }
}
.sd.text-83 {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin: 12px 0px 8px 0px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.text-83 {
    font-size: 12px;
  }
}
.sd.text-84 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px 0px 4px 0px;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-84 {
    font-size: 16px;
  }
}
.sd.text-85 {
  color: #666666;
  flex: none;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  line-height: 1.2;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  width: 318px;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
  .sd.text-85 {
    display: none;
    flex: none;
    height: 38px;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.text-85 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-85 {
    display: none;
  }
}
.sd.text-86 {
  color: #666666;
  display: none;
  flex: none;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  line-height: 1.2;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  width: 318px;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
  .sd.text-86 {
    display: flex;
    flex: none;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.text-86 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-86 {
    display: none;
  }
}
.sd.text-87 {
  color: #666666;
  display: none;
  flex: none;
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  line-height: 1.2;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  width: 318px;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
  .sd.text-87 {
    display: none;
    flex: none;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.text-87 {
    display: flex;
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-87 {
    display: flex;
  }
}
.sd.layout-50 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  margin: 24px 0px 32px 0px;
  padding: 0px;
  width: 100%;
  --gap-h-efca66dc-6e5e-4b59-a06b-968e2ae34330: 0px;
  --gap-v-efca66dc-6e5e-4b59-a06b-968e2ae34330: 32px;
  --gap-uuid: efca66dc-6e5e-4b59-a06b-968e2ae34330;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout-50 {
    margin: 0px 0px 32px 0px;
    --gap-h-efca66dc-6e5e-4b59-a06b-968e2ae34330: 0px;
    --gap-v-efca66dc-6e5e-4b59-a06b-968e2ae34330: 32px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-50 {
    margin: 16px 0px 32px 0px;
    --gap-h-efca66dc-6e5e-4b59-a06b-968e2ae34330: 0px;
    --gap-v-efca66dc-6e5e-4b59-a06b-968e2ae34330: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.sd.layout-51 {
  align-content: center;
  align-items: center;
  background: #001e43;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: 48px;
  justify-content: center;
  padding: 0px 16px 0px 0px;
  width: 250px;
  --gap-h-3fca09bf-5c09-4e86-ba94-90717b69b063: 10px;
  --gap-v-3fca09bf-5c09-4e86-ba94-90717b69b063: 0px;
  --gap-uuid: 3fca09bf-5c09-4e86-ba94-90717b69b063;
  max-width: 100%;
}

.sd.layout-51:hover {
  opacity: 0.8;
  --gap-h-3fca09bf-5c09-4e86-ba94-90717b69b063: 10px;
  --gap-v-3fca09bf-5c09-4e86-ba94-90717b69b063: 0px;
}

@media screen and (max-width: 866px) {
  .sd.layout-51 {
    flex: none;
    height: 44px;
    --gap-h-3fca09bf-5c09-4e86-ba94-90717b69b063: 10px;
    --gap-v-3fca09bf-5c09-4e86-ba94-90717b69b063: 0px;
    max-width: 100%;
  }
}
.sd.text-88 {
  color: rgba(51, 51, 51, 0);
  font-size: 24px;
}

.sd.text-89 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-89 {
    font-size: 16px;
  }
}
.sd.text-90 {
  color: #ffffff;
  font-size: 18px;
}

.sd.container-10 {
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex: none;
  height: auto;
  margin: 0px 0px 40px 0px;
  padding: 0 0;
  width: 1280px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-10 {
    display: flex;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-10 {
    display: flex;
    margin: 0px 0px 32px 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.container-10 {
    display: flex;
  }
}
.sd[data-s-section-inner-935f9d05-2b1d-4385-87b8-9480c0d01ba7] {
  padding: 0 0;
  width: 1280px;
  height: auto;
  flex-direction: column;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd[data-s-section-inner-935f9d05-2b1d-4385-87b8-9480c0d01ba7] {
    flex-direction: column;
  }
}
@media screen and (max-width: 866px) {
  .sd[data-s-section-inner-935f9d05-2b1d-4385-87b8-9480c0d01ba7] {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-section-inner-935f9d05-2b1d-4385-87b8-9480c0d01ba7] {
    flex-direction: column;
  }
}
.sd.container-11 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 32px 40px;
  width: 1280px;
  --gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726: 0px;
  --gap-v-fb2be031-f24c-45bc-a4aa-0f8025c69726: 24px;
  --gap-uuid: fb2be031-f24c-45bc-a4aa-0f8025c69726;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-11 {
    padding: 0px 20px 32px 20px;
    --gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726: 0px;
    --gap-v-fb2be031-f24c-45bc-a4aa-0f8025c69726: 24px;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-11 {
    gap: 16px;
    padding: 0px 16px 20px 16px;
    --gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726: 0px;
    --gap-v-fb2be031-f24c-45bc-a4aa-0f8025c69726: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sd.container-11 {
    flex: none;
    height: auto;
    --gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726: 0px;
    --gap-v-fb2be031-f24c-45bc-a4aa-0f8025c69726: 24px;
    max-width: 100%;
  }
}
.sd.element-40 {
  background: rgba(159, 201, 229, 0.6);
  flex: none;
  height: 1px;
  margin: 0px 0px 24px 0px;
  width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
  max-width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
}

@media screen and (max-width: 866px) {
  .sd.element-40 {
    margin: 0px 0px 16px 0px;
    width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
    max-width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
  }
}
.sd.column-19 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
  max-width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
}

.sd.layout-52 {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-2d055363-0047-4cd8-92bc-df1a2d491a18: 12px;
  --gap-v-2d055363-0047-4cd8-92bc-df1a2d491a18: 0px;
  --gap-uuid: 2d055363-0047-4cd8-92bc-df1a2d491a18;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-52 {
    gap: 6px;
    --gap-h-2d055363-0047-4cd8-92bc-df1a2d491a18: 6px;
    --gap-v-2d055363-0047-4cd8-92bc-df1a2d491a18: 0px;
  }
}
.sd.text-91 {
  color: #001e43;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-91 {
    font-size: 24px;
  }
}
.sd.text-92 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-92 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.sd.layout-53 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 56px;
  justify-content: flex-start;
  width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
  --gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a: 56px;
  --gap-v-34b98a33-b676-42fa-9f9a-40d50b4d722a: 0px;
  --gap-uuid: 34b98a33-b676-42fa-9f9a-40d50b4d722a;
  max-width: calc(100% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0);
}

@media screen and (max-width: 1280px) {
  .sd.layout-53 {
    gap: 24px;
    --gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a: 24px;
    --gap-v-34b98a33-b676-42fa-9f9a-40d50b4d722a: 0px;
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-53 {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    width: 250px;
    --gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a: 0px;
    --gap-v-34b98a33-b676-42fa-9f9a-40d50b4d722a: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-53 {
    flex: none;
    width: calc(50% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0.5);
    --gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a: 56px;
    --gap-v-34b98a33-b676-42fa-9f9a-40d50b4d722a: 0px;
    max-width: calc(50% - var(--gap-h-fb2be031-f24c-45bc-a4aa-0f8025c69726) * 0.5);
  }
}
.sd.layout-54 {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 280px;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 24px 16px 0px 16px;
  width: 363px;
  --gap-uuid: 621b79d1-abd7-4ff7-89de-53d3d9df4eab;
  --gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab: 0px;
  --gap-v-621b79d1-abd7-4ff7-89de-53d3d9df4eab: 0px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.layout-54 {
    flex: none;
    height: 250px;
    padding: 16px 12px 0px 12px;
    width: calc(33% - var(--gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a) * 0.67);
    max-width: calc(33% - var(--gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a) * 0.67);
  }
}
@media screen and (max-width: 866px) {
  .sd.layout-54 {
    flex: none;
    flex-direction: column;
    gap: 4px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px 16px 12px;
    width: calc(100% - var(--gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a) * 0);
    flex-wrap: nowrap;
    --gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab: 0px;
    --gap-v-621b79d1-abd7-4ff7-89de-53d3d9df4eab: 4px;
    max-width: calc(100% - var(--gap-h-34b98a33-b676-42fa-9f9a-40d50b4d722a) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.layout-54 {
    flex: none;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 12px 16px 12px;
    width: 100%;
  }
}
.sd.element-41 {
  flex: none;
  height: 144px;
  width: 318px;
  max-width: 100%;
}

.sd.element-41 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 866px) {
  .sd.element-41 {
    flex: none;
    height: 104px;
    width: calc(100% - var(--gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab) * 0);
    max-width: calc(100% - var(--gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.element-41 {
    height: 90px;
    width: calc(100% - var(--gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab) * 0);
    max-width: calc(100% - var(--gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab) * 0);
  }
}
.sd.element-42 {
  align-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: calc(100% - var(--gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab) * 0);
  max-width: calc(100% - var(--gap-h-621b79d1-abd7-4ff7-89de-53d3d9df4eab) * 0);
}

@media screen and (max-width: 866px) {
  .sd.element-42 {
    margin: 0px 0px 0px 0px;
  }
}
.sd.text-93 {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin: 12px 0px 8px 0px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.text-93 {
    font-size: 12px;
  }
}
.sd.text-94 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px 0px 4px 0px;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-94 {
    font-size: 16px;
  }
}
.sd.layout-55 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  --gap-h-133d441a-89f2-48cd-b78e-9b1fc18ffe2f: 0px;
  --gap-v-133d441a-89f2-48cd-b78e-9b1fc18ffe2f: 32px;
  --gap-uuid: 133d441a-89f2-48cd-b78e-9b1fc18ffe2f;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-55 {
    margin: 16px 0px 24px 0px;
    --gap-h-133d441a-89f2-48cd-b78e-9b1fc18ffe2f: 0px;
    --gap-v-133d441a-89f2-48cd-b78e-9b1fc18ffe2f: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.sd.layout-56 {
  align-content: center;
  align-items: center;
  background: #001e43;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: 48px;
  justify-content: center;
  padding: 0px 16px 0px 0px;
  width: 250px;
  --gap-h-f23763bf-1b97-464d-a5b9-c9fd3e14cd99: 10px;
  --gap-v-f23763bf-1b97-464d-a5b9-c9fd3e14cd99: 0px;
  --gap-uuid: f23763bf-1b97-464d-a5b9-c9fd3e14cd99;
  max-width: 100%;
}

.sd.layout-56:hover {
  opacity: 0.8;
  --gap-h-f23763bf-1b97-464d-a5b9-c9fd3e14cd99: 10px;
  --gap-v-f23763bf-1b97-464d-a5b9-c9fd3e14cd99: 0px;
}

@media screen and (max-width: 866px) {
  .sd.layout-56 {
    flex: none;
    height: 44px;
    --gap-h-f23763bf-1b97-464d-a5b9-c9fd3e14cd99: 10px;
    --gap-v-f23763bf-1b97-464d-a5b9-c9fd3e14cd99: 0px;
    max-width: 100%;
  }
}
.sd.text-95 {
  color: rgba(51, 51, 51, 0);
  font-size: 24px;
}

.sd.text-96 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-96 {
    font-size: 16px;
  }
}
.sd.text-97 {
  color: #ffffff;
  font-size: 18px;
}

.sd.column-20 {
  align-content: center;
  align-items: center;
  background: #ffffff;
  display: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 80px 0px 0px 0px;
  padding: 0 0;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.column-20 {
    display: none;
    margin: 62px 0px 0px 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 866px) {
  .sd.column-20 {
    display: none;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sd.column-20 {
    display: none;
  }
}
.sd[data-s-section-inner-3fe71241-433d-4a30-8a43-d26ea4af7621] {
  padding: 0 0;
  width: 1920px;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd[data-s-section-inner-3fe71241-433d-4a30-8a43-d26ea4af7621] {
    flex-direction: column;
  }
}
@media screen and (max-width: 866px) {
  .sd[data-s-section-inner-3fe71241-433d-4a30-8a43-d26ea4af7621] {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .sd[data-s-section-inner-3fe71241-433d-4a30-8a43-d26ea4af7621] {
    flex-direction: column;
  }
}
.sd.container-12 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 32px 40px 32px 40px;
  width: 1280px;
  --gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217: 0px;
  --gap-v-c8656a16-bc08-436b-b5e7-ae0117e50217: 24px;
  --gap-uuid: c8656a16-bc08-436b-b5e7-ae0117e50217;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-12 {
    padding: 32px 20px 32px 20px;
    --gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217: 0px;
    --gap-v-c8656a16-bc08-436b-b5e7-ae0117e50217: 24px;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-12 {
    gap: 16px;
    padding: 32px 16px 32px 16px;
    --gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217: 0px;
    --gap-v-c8656a16-bc08-436b-b5e7-ae0117e50217: 16px;
  }
}
.sd.column-21 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217) * 0);
  max-width: calc(100% - var(--gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217) * 0);
}

.sd.layout-57 {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-f8e97fb2-5120-49dc-a386-991ea8fd27c3: 12px;
  --gap-v-f8e97fb2-5120-49dc-a386-991ea8fd27c3: 0px;
  --gap-uuid: f8e97fb2-5120-49dc-a386-991ea8fd27c3;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-57 {
    gap: 6px;
    --gap-h-f8e97fb2-5120-49dc-a386-991ea8fd27c3: 6px;
    --gap-v-f8e97fb2-5120-49dc-a386-991ea8fd27c3: 0px;
  }
}
.sd.text-98 {
  color: #001e43;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-98 {
    font-size: 24px;
  }
}
.sd.text-99 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-99 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.sd.layout-58 {
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 0px;
  --gap-h-50dbd3de-086f-4b7c-9bd8-d2b85f741a44: 0px;
  --gap-v-50dbd3de-086f-4b7c-9bd8-d2b85f741a44: 24px;
  --gap-uuid: 50dbd3de-086f-4b7c-9bd8-d2b85f741a44;
}

@media screen and (max-width: 866px) {
  .sd.layout-58 {
    gap: 16px;
    --gap-h-50dbd3de-086f-4b7c-9bd8-d2b85f741a44: 0px;
    --gap-v-50dbd3de-086f-4b7c-9bd8-d2b85f741a44: 16px;
  }
}
.sd.layout-59 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-50dbd3de-086f-4b7c-9bd8-d2b85f741a44) * 0);
  --gap-h-c3f8ee61-ba2e-4d80-957d-1ac21f11230d: 0px;
  --gap-v-c3f8ee61-ba2e-4d80-957d-1ac21f11230d: 24px;
  --gap-uuid: c3f8ee61-ba2e-4d80-957d-1ac21f11230d;
  max-width: calc(100% - var(--gap-h-50dbd3de-086f-4b7c-9bd8-d2b85f741a44) * 0);
}

.sd.text-100 {
  color: #232323;
  flex: none;
  font-size: 21px;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  text-align: left;
  width: calc(72% - var(--gap-h-c3f8ee61-ba2e-4d80-957d-1ac21f11230d) * 0.28);
  max-width: calc(72% - var(--gap-h-c3f8ee61-ba2e-4d80-957d-1ac21f11230d) * 0.28);
  justify-content: flex-start;
}

@media screen and (max-width: 1280px) {
  .sd.text-100 {
    flex: none;
    width: calc(90% - var(--gap-h-c3f8ee61-ba2e-4d80-957d-1ac21f11230d) * 0.1);
    max-width: calc(90% - var(--gap-h-c3f8ee61-ba2e-4d80-957d-1ac21f11230d) * 0.1);
  }
}
@media screen and (max-width: 866px) {
  .sd.text-100 {
    flex: none;
    font-size: 16px;
    width: calc(100% - var(--gap-h-c3f8ee61-ba2e-4d80-957d-1ac21f11230d) * 0);
    max-width: calc(100% - var(--gap-h-c3f8ee61-ba2e-4d80-957d-1ac21f11230d) * 0);
  }
}
.sd.layout-60 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: 48px;
  justify-content: center;
  margin: 24px 0px 24px 0px;
  padding: 0px;
  width: calc(100% - var(--gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217) * 0);
  --gap-h-a273918e-91f6-455d-ba71-e85884e9748a: 0px;
  --gap-v-a273918e-91f6-455d-ba71-e85884e9748a: 32px;
  --gap-uuid: a273918e-91f6-455d-ba71-e85884e9748a;
  max-width: calc(100% - var(--gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217) * 0);
}

@media screen and (max-width: 866px) {
  .sd.layout-60 {
    margin: 8px 0px 0px 0px;
    --gap-h-a273918e-91f6-455d-ba71-e85884e9748a: 0px;
    --gap-v-a273918e-91f6-455d-ba71-e85884e9748a: 32px;
    width: calc(100% - var(--gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217) * 0);
    max-width: calc(100% - var(--gap-h-c8656a16-bc08-436b-b5e7-ae0117e50217) * 0);
  }
}
.sd.layout-61 {
  align-content: center;
  align-items: center;
  background: #001e43;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: 48px;
  justify-content: center;
  padding: 0px 16px 0px 0px;
  width: 250px;
  --gap-h-d3e21730-f065-440a-a02d-4fca3df7c40d: 10px;
  --gap-v-d3e21730-f065-440a-a02d-4fca3df7c40d: 0px;
  --gap-uuid: d3e21730-f065-440a-a02d-4fca3df7c40d;
  max-width: 100%;
}

.sd.layout-61:hover {
  opacity: 0.8;
  --gap-h-d3e21730-f065-440a-a02d-4fca3df7c40d: 10px;
  --gap-v-d3e21730-f065-440a-a02d-4fca3df7c40d: 0px;
}

@media screen and (max-width: 866px) {
  .sd.layout-61 {
    flex: none;
    height: 44px;
    --gap-h-d3e21730-f065-440a-a02d-4fca3df7c40d: 10px;
    --gap-v-d3e21730-f065-440a-a02d-4fca3df7c40d: 0px;
    max-width: 100%;
  }
}
.sd.text-101 {
  color: rgba(51, 51, 51, 0);
  font-size: 24px;
}

.sd.text-102 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-102 {
    font-size: 16px;
  }
}
.sd.text-103 {
  color: #ffffff;
  font-size: 18px;
}

.sd.column-22 {
  align-content: center;
  align-items: center;
  background: #ffffff;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  margin: 40px 0px 40px 0px;
  padding: 0 0;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.column-22 {
    margin: 32px 0px 32px 0px;
    max-width: 100%;
  }
}
.sd[data-s-section-inner-915ee482-72d4-461d-9619-44aab1776a27] {
  padding: 0 0;
  width: 1920px;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd[data-s-section-inner-915ee482-72d4-461d-9619-44aab1776a27] {
    flex-direction: column;
  }
}
.sd.container-13 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  padding: 32px 40px 32px 40px;
  width: 1280px;
  --gap-h-04292d61-83a8-4a31-82e4-166260941ff6: 0px;
  --gap-v-04292d61-83a8-4a31-82e4-166260941ff6: 24px;
  --gap-uuid: 04292d61-83a8-4a31-82e4-166260941ff6;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-13 {
    padding: 0px 20px 0px 20px;
    --gap-h-04292d61-83a8-4a31-82e4-166260941ff6: 0px;
    --gap-v-04292d61-83a8-4a31-82e4-166260941ff6: 24px;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-13 {
    gap: 16px;
    padding: 0px 16px 0px 16px;
    --gap-h-04292d61-83a8-4a31-82e4-166260941ff6: 0px;
    --gap-v-04292d61-83a8-4a31-82e4-166260941ff6: 16px;
  }
}
.sd.column-23 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 0px;
  width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
  max-width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
}

@media screen and (max-width: 866px) {
  .sd.column-23 {
    height: auto;
  }
}
.sd.layout-62 {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-fbd3e8fa-0752-4e0f-bfb8-30d0773ec114: 12px;
  --gap-v-fbd3e8fa-0752-4e0f-bfb8-30d0773ec114: 0px;
  --gap-uuid: fbd3e8fa-0752-4e0f-bfb8-30d0773ec114;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-62 {
    gap: 6px;
    --gap-h-fbd3e8fa-0752-4e0f-bfb8-30d0773ec114: 6px;
    --gap-v-fbd3e8fa-0752-4e0f-bfb8-30d0773ec114: 0px;
  }
}
.sd.text-104 {
  color: #001e43;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-104 {
    font-size: 24px;
  }
}
.sd.text-105 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-105 {
    font-size: 14px;
    line-height: 1.2;
  }
}
.sd.footer-2 {
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 0px solid #9fc9e5;
  border-left: 0px solid #9fc9e5;
  border-right: 0px solid #9fc9e5;
  border-top: 1px solid #9fc9e5;
  flex: none;
  justify-content: flex-start;
  width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
  max-width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
}

.sd.header-11 {
  background: #ffffff;
  border-bottom: 1px solid #9fc9e5;
  border-left: 0px solid #9fc9e5;
  border-right: 0px solid #9fc9e5;
  border-top: 0px solid #9fc9e5;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.header-11 {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 480px) {
  .sd.header-11 {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
}
.sd.layout-63 {
  align-content: center;
  align-items: center;
  flex: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 70px;
  justify-content: flex-start;
  margin: 0px 0px 0px 0px;
  padding: 40px;
  --gap-h-c92a4790-11aa-4f86-b496-10df4b747bc3: 70px;
  --gap-v-c92a4790-11aa-4f86-b496-10df4b747bc3: 0px;
  --gap-uuid: c92a4790-11aa-4f86-b496-10df4b747bc3;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-63 {
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 16px 8px 16px 8px;
    --gap-h-c92a4790-11aa-4f86-b496-10df4b747bc3: 0px;
    --gap-v-c92a4790-11aa-4f86-b496-10df4b747bc3: 6px;
  }
}
.sd.text-106 {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.text-106 {
    font-size: 12px;
  }
}
.sd.text-107 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px 0px 0px 0px;
  text-align: left;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-107 {
    font-size: 14px;
  }
}
.sd.layout-64 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  margin: 24px 0px 24px 0px;
  padding: 0px;
  width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
  --gap-h-d4b43e87-6217-44ea-83af-77b954124c59: 0px;
  --gap-v-d4b43e87-6217-44ea-83af-77b954124c59: 32px;
  --gap-uuid: d4b43e87-6217-44ea-83af-77b954124c59;
  max-width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
}

@media screen and (max-width: 866px) {
  .sd.layout-64 {
    margin: 8px 0px 24px 0px;
    --gap-h-d4b43e87-6217-44ea-83af-77b954124c59: 0px;
    --gap-v-d4b43e87-6217-44ea-83af-77b954124c59: 32px;
    width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
    max-width: calc(100% - var(--gap-h-04292d61-83a8-4a31-82e4-166260941ff6) * 0);
  }
}
.sd.layout-65 {
  align-content: center;
  align-items: center;
  background: #001e43;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: 48px;
  justify-content: center;
  padding: 0px 16px 0px 0px;
  width: 250px;
  --gap-h-f0e3e7bd-008e-4067-b440-3e03b05c2ab1: 10px;
  --gap-v-f0e3e7bd-008e-4067-b440-3e03b05c2ab1: 0px;
  --gap-uuid: f0e3e7bd-008e-4067-b440-3e03b05c2ab1;
  max-width: 100%;
}

.sd.layout-65:hover {
  opacity: 0.8;
  --gap-h-f0e3e7bd-008e-4067-b440-3e03b05c2ab1: 10px;
  --gap-v-f0e3e7bd-008e-4067-b440-3e03b05c2ab1: 0px;
}

@media screen and (max-width: 866px) {
  .sd.layout-65 {
    flex: none;
    height: 44px;
    --gap-h-f0e3e7bd-008e-4067-b440-3e03b05c2ab1: 10px;
    --gap-v-f0e3e7bd-008e-4067-b440-3e03b05c2ab1: 0px;
    max-width: 100%;
  }
}
.sd.text-108 {
  color: rgba(51, 51, 51, 0);
  font-size: 24px;
}

.sd.text-109 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-109 {
    font-size: 16px;
  }
}
.sd.text-110 {
  color: #ffffff;
  font-size: 18px;
}

.sd.row-12 {
  align-content: center;
  align-items: center;
  background: #001e43;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 0 0;
  width: 1980px;
  max-width: 100%;
}

.sd[data-s-section-inner-ea3534b1-2b89-4509-8783-7e1cf58f1986] {
  padding: 0 0;
  width: 1980px;
  height: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.sd.container-14 {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  padding: 0px;
  width: 1280px;
  --gap-h-55016fdb-963a-4a6e-8978-72c5c321585f: 8px;
  --gap-v-55016fdb-963a-4a6e-8978-72c5c321585f: 0px;
  --gap-uuid: 55016fdb-963a-4a6e-8978-72c5c321585f;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.container-14 {
    padding: 0px 20px;
    --gap-h-55016fdb-963a-4a6e-8978-72c5c321585f: 8px;
    --gap-v-55016fdb-963a-4a6e-8978-72c5c321585f: 0px;
  }
}
@media screen and (max-width: 866px) {
  .sd.container-14 {
    padding: 32px 16px;
    --gap-h-55016fdb-963a-4a6e-8978-72c5c321585f: 8px;
    --gap-v-55016fdb-963a-4a6e-8978-72c5c321585f: 0px;
  }
}
.sd.hidden {
  flex: none;
  height: 532px;
  width: calc(36% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0.64);
  max-width: calc(36% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0.64);
}

.sd.hidden:before {
  background-repeat: no-repeat;
  background-size: contain;
}

.index_contact__image:before {
  content: "";
  background-image: url(../images/index_contact__image.svg);
}

@media screen and (max-width: 1280px) {
  .sd.hidden {
    flex: none;
    height: 442px;
    width: calc(43% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0.57);
    max-width: calc(43% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0.57);
  }
}
@media screen and (max-width: 866px) {
  .sd.hidden {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd.hidden {
    display: none;
  }
}
.sd.layout-66 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  height: auto;
  justify-content: center;
  padding: 0px;
  width: calc(50% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0.5);
  --gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa: 0px;
  --gap-v-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa: 24px;
  --gap-uuid: cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa;
  max-width: calc(50% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0.5);
}

@media screen and (max-width: 866px) {
  .sd.layout-66 {
    flex: none;
    gap: 16px;
    width: calc(100% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0);
    --gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa: 0px;
    --gap-v-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa: 16px;
    max-width: calc(100% - var(--gap-h-55016fdb-963a-4a6e-8978-72c5c321585f) * 0);
  }
}
.sd.layout-67 {
  align-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 0px;
  --gap-h-17279cef-8a5a-4845-b5cd-0faf3e832a6a: 12px;
  --gap-v-17279cef-8a5a-4845-b5cd-0faf3e832a6a: 0px;
  --gap-uuid: 17279cef-8a5a-4845-b5cd-0faf3e832a6a;
  max-width: 100%;
}

@media screen and (max-width: 866px) {
  .sd.layout-67 {
    gap: 4px;
    --gap-h-17279cef-8a5a-4845-b5cd-0faf3e832a6a: 4px;
    --gap-v-17279cef-8a5a-4845-b5cd-0faf3e832a6a: 0px;
  }
}
.sd.text-111 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 800;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-111 {
    font-size: 24px;
  }
}
.sd.text-112 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.6;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

@media screen and (max-width: 866px) {
  .sd.text-112 {
    font-size: 14px;
    line-height: 1;
  }
}
.sd.text-113 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  line-height: 1.6;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-113 {
    font-size: 14px;
  }
}
.sd.layout-68 {
  align-content: flex-start;
  align-items: flex-start;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  margin: 0px 0px 24px 0px;
  padding: 0px;
  width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
  --gap-h-f07e8a46-eb54-4710-81f4-98bb15d0ef30: 0px;
  --gap-v-f07e8a46-eb54-4710-81f4-98bb15d0ef30: 32px;
  --gap-uuid: f07e8a46-eb54-4710-81f4-98bb15d0ef30;
  max-width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
}

@media screen and (max-width: 866px) {
  .sd.layout-68 {
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 8px 0px 16px 0px;
    --gap-h-f07e8a46-eb54-4710-81f4-98bb15d0ef30: 0px;
    --gap-v-f07e8a46-eb54-4710-81f4-98bb15d0ef30: 32px;
    width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
    max-width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
  }
}
.sd.layout-69 {
  align-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  height: 48px;
  justify-content: center;
  width: 250px;
  --gap-h-8d8bf192-85e1-4d48-a9b8-8c103e69178b: 4px;
  --gap-v-8d8bf192-85e1-4d48-a9b8-8c103e69178b: 0px;
  --gap-uuid: 8d8bf192-85e1-4d48-a9b8-8c103e69178b;
  max-width: 100%;
}

.sd.layout-69:hover {
  opacity: 0.8;
  --gap-h-8d8bf192-85e1-4d48-a9b8-8c103e69178b: 4px;
  --gap-v-8d8bf192-85e1-4d48-a9b8-8c103e69178b: 0px;
}

@media screen and (max-width: 866px) {
  .sd.layout-69 {
    flex: none;
    height: 44px;
    --gap-h-8d8bf192-85e1-4d48-a9b8-8c103e69178b: 4px;
    --gap-v-8d8bf192-85e1-4d48-a9b8-8c103e69178b: 0px;
    max-width: 100%;
  }
}
.sd.text-114 {
  color: #001e43;
  font-size: 18px;
}

.sd.text-115 {
  color: #001e43;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

@media screen and (max-width: 866px) {
  .sd.text-115 {
    font-size: 16px;
  }
}
.sd.hidden-2 {
  display: none;
  height: 464px;
  width: 200px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .sd.hidden-2 {
    display: none;
  }
}
@media screen and (max-width: 866px) {
  .sd.hidden-2:before {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sd.hidden-2 {
    display: flex;
    flex: none;
    height: 50px;
    width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
    max-width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
  }
}
@media screen and (max-width: 480px) {
  .sd.hidden-2 {
    display: flex;
  }
}
.sd.hidden-3 {
  flex: none;
  height: 83px;
  width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
  max-width: calc(100% - var(--gap-h-cb5bde0b-7d70-43d5-b47b-a9e7ae0129aa) * 0);
}

.sd.hidden-3:before {
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 866px) {
  .sd.hidden-3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sd.hidden-3 {
    display: none;
  }
}
body {
  background: #fdfeff;
  transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}

.sd.text-23 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

@media screen and (max-width: 866px) {
  .sd.text-23 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .sd.text-23 {
    font-size: 18px;
  }
}
.index_contact__image01 {
  display: block;
}
@media screen and (max-width: 866px) {
  .index_contact__image01 {
    display: none;
  }
}
.index_contact__image01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.index_contact__image02 {
  display: none;
}
@media screen and (max-width: 866px) {
  .index_contact__image02 {
    display: block;
  }
}
.index_contact__image02 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
