html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
::before,
::after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  color: var(--text-color-main);
  background: var(--body-bg);
  line-height: 1.5;
  letter-spacing: 0.32px;
}
@media (max-width: 575.98px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  scroll-snap-type: y mandatory;
}

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

button {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

a,
img,
button,
input,
label,
textarea,
select {
  padding: 0;
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
}

input,
textarea {
  background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:hover {
  transition: background-color 1s 9999s;
  -webkit-text-fill-color: var(--text-color);
  caret-color: var(--text-color);
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

.animation-arrow {
  display: inline-block;
  width: var(--arrow-width, 32px);
  overflow: hidden;
  line-height: 1;
  display: flex;
}
.animation-arrow img {
  transition: transform 0.3s;
  transform: translateX(-100%);
}
.animation-arrow:hover img {
  transform: translateX(0);
}

.hidden {
  display: none !important;
}

.row > *, .container-fluid, .container {
  padding-left: calc(var(--grid-gutter-x) * 0.5);
  padding-right: calc(var(--grid-gutter-x) * 0.5);
}

.container-fluid, .container {
  --grid-gutter-x: 80px;
  --grid-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1160px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-left: calc(var(--grid-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--grid-gutter-x) * 0.5 * -1);
}
.row > * {
  margin-top: var(--grid-gutter-y);
}

.col {
  flex: 1 0;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --grid-gutter-x: 0px;
}

.g-0,
.gy-0 {
  --grid-gutter-y: 0px;
}

.g-1,
.gx-1 {
  --grid-gutter-x: 20px;
}

.g-1,
.gy-1 {
  --grid-gutter-y: 20px;
}

.g-2,
.gx-2 {
  --grid-gutter-x: 40px;
}

.g-2,
.gy-2 {
  --grid-gutter-y: 40px;
}

.g-3,
.gx-3 {
  --grid-gutter-x: 80px;
}

.g-3,
.gy-3 {
  --grid-gutter-y: 80px;
}

.g-4,
.gx-4 {
  --grid-gutter-x: 120px;
}

.g-4,
.gy-4 {
  --grid-gutter-y: 120px;
}

.g-5,
.gx-5 {
  --grid-gutter-x: 240px;
}

.g-5,
.gy-5 {
  --grid-gutter-y: 240px;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --grid-gutter-x: 20px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --grid-gutter-y: 20px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --grid-gutter-x: 40px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --grid-gutter-y: 40px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --grid-gutter-x: 80px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --grid-gutter-y: 80px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --grid-gutter-x: 120px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --grid-gutter-y: 120px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --grid-gutter-x: 240px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --grid-gutter-y: 240px;
  }
}
@media (max-width: 1279.98px) {
  .container {
    max-width: 960px;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xl-0,
  .gy-xl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xl-1,
  .gx-xl-1 {
    --grid-gutter-x: 20px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --grid-gutter-y: 20px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --grid-gutter-x: 40px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --grid-gutter-y: 40px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --grid-gutter-x: 80px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --grid-gutter-y: 80px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --grid-gutter-x: 120px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --grid-gutter-y: 120px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --grid-gutter-x: 240px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --grid-gutter-y: 240px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 936px;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --grid-gutter-x: 0px;
  }
  .g-lg-0,
  .gy-lg-0 {
    --grid-gutter-y: 0px;
  }
  .g-lg-1,
  .gx-lg-1 {
    --grid-gutter-x: 20px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --grid-gutter-y: 20px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --grid-gutter-x: 40px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --grid-gutter-y: 40px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --grid-gutter-x: 80px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --grid-gutter-y: 80px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --grid-gutter-x: 120px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --grid-gutter-y: 120px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --grid-gutter-x: 240px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --grid-gutter-y: 240px;
  }
}
@media (max-width: 767.98px) {
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --grid-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --grid-gutter-y: 0px;
  }
  .g-md-1,
  .gx-md-1 {
    --grid-gutter-x: 20px;
  }
  .g-md-1,
  .gy-md-1 {
    --grid-gutter-y: 20px;
  }
  .g-md-2,
  .gx-md-2 {
    --grid-gutter-x: 40px;
  }
  .g-md-2,
  .gy-md-2 {
    --grid-gutter-y: 40px;
  }
  .g-md-3,
  .gx-md-3 {
    --grid-gutter-x: 80px;
  }
  .g-md-3,
  .gy-md-3 {
    --grid-gutter-y: 80px;
  }
  .g-md-4,
  .gx-md-4 {
    --grid-gutter-x: 120px;
  }
  .g-md-4,
  .gy-md-4 {
    --grid-gutter-y: 120px;
  }
  .g-md-5,
  .gx-md-5 {
    --grid-gutter-x: 240px;
  }
  .g-md-5,
  .gy-md-5 {
    --grid-gutter-y: 240px;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --grid-gutter-x: 0px;
  }
  .g-sm-0,
  .gy-sm-0 {
    --grid-gutter-y: 0px;
  }
  .g-sm-1,
  .gx-sm-1 {
    --grid-gutter-x: 20px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --grid-gutter-y: 20px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --grid-gutter-x: 40px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --grid-gutter-y: 40px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --grid-gutter-x: 80px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --grid-gutter-y: 80px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --grid-gutter-x: 120px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --grid-gutter-y: 120px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --grid-gutter-x: 240px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --grid-gutter-y: 240px;
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

@media (max-width: 1399.98px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1279.98px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
html {
  --brand-color-gradient: linear-gradient(
    90deg,
    #672971 0%,
    #672971 25.52%,
    #034f88 100%
  );
  --suezue-brand-gradient: linear-gradient(
    45deg,
    #672971 0%,
    #672971 25.52%,
    #034f88 100%
  );
  --text-color-main: #302a3d;
  --white-color: rgba(255, 255, 255, 1);
  --white-color-light: rgba(255, 255, 255, 0.8);
  --yellow-color: #dbb13c;
  --error-color: #d2426e;
  --brand-color: #a15dab;
  --blue-color: #3b9bdb;
  --success-color: #70cc49;
  --gray-color: #929099;
  --placeholder-color: #b2b0b8;
  --surface-color: #f6f5fa;
}

html {
  --white-color: #fff;
  --black-color: #000;
}

header {
  padding: 14px 40px;
  background-color: var(--white-color-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .btn {
  flex: none;
}
@media (max-width: 575.98px) {
  header {
    padding: 14px 16px;
  }
  header .btn span {
    display: none;
  }
}
header .header-logo {
  font-size: 2.4rem;
  font-weight: 700;
}
header .header-logo br {
  display: none;
}
@media (max-width: 1023.98px) {
  header .header-logo {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  header .header-logo {
    font-size: 1.8rem;
  }
  header .header-logo br {
    display: inline;
  }
}

footer {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  background-color: var(--white-color);
  text-align: center;
  font-size: 1.4rem;
  color: var(--brand-color);
}

.btn {
  border: none;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-color: var(--white-color);
  text-align: center;
}
@media (max-width: 575.98px) {
  .btn {
    padding: 12px 14px;
    height: fit-content;
  }
}
.btn--active {
  background: var(--brand-color-gradient);
  color: var(--white-color);
}
@media (max-width: 1023.98px) {
  .btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn--text-gradient {
  background: var(--brand-color-gradient, linear-gradient(90deg, #672971 0%, #672971 25.52%, #034f88 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .btn--sm-full {
    width: 100%;
  }
}
.btn--default-w {
  min-width: 300px;
}
.btn--dark {
  background-color: var(--text-color-main);
  color: var(--white-color);
}
.btn--block {
  width: 100%;
}
.btn--primary {
  background-color: var(--brand-color);
  color: var(--white-color);
}
.btn--disabled {
  background-color: var(--gray-color);
  color: var(--white-color);
  cursor: not-allowed;
  pointer-events: none;
}
.btn:hover {
  opacity: 0.9;
}

.badge {
  padding: 6px 16px;
  border-radius: 9999px;
  background-color: rgba(33, 4, 51, 0.32);
  display: inline-block;
  color: var(--white-color);
  font-weight: 700;
}
.badge--dark {
  background-color: var(--text-color-main);
  color: var(--white-color);
}
@media (max-width: 1023.98px) {
  .badge {
    font-size: 1.4rem;
  }
}
.badge--accent {
  background-color: var(--yellow-color);
  color: var(--white-color);
}

.card {
  border-radius: 16px;
  border: 1px solid var(--placeholder-color);
}
.card--no-border {
  border: none;
}

.case {
  padding: 12px;
  padding-left: 36px;
  position: relative;
}
.case p {
  font-size: 1.2rem;
  color: var(--gray-color);
}
@media (max-width: 1023.98px) {
  .case p {
    font-size: 1rem;
  }
}
.case h5 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .case h5 {
    font-size: 1.8rem;
  }
}
.case::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: calc(100% - 24px);
  border-radius: 4px;
}
.case--yellow::after {
  background-color: var(--yellow-color);
}
.case--error::after {
  background-color: var(--error-color);
}
.case--primary::after {
  background-color: var(--brand-color);
}
.case--blue::after {
  background-color: var(--blue-color);
}
.case--success::after {
  background-color: var(--success-color);
}

.question-answer {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1023.98px) {
  .question-answer {
    font-size: 1.8rem;
  }
}
.question-answer strong {
  text-decoration: underline;
  color: var(--brand-color);
}
.question-answer > div {
  display: flex;
  gap: 9px;
  align-items: center;
}
.question-answer-top {
  padding: 16px 70px;
  border-bottom: 1px dashed var(--placeholder-color);
}
@media (max-width: 1023.98px) {
  .question-answer-top {
    padding: 16px 28px;
  }
}
.question-answer-bottom {
  padding: 16px 70px;
}
@media (max-width: 1023.98px) {
  .question-answer-bottom {
    padding: 16px 28px;
  }
}

.form-group:not(:first-child) {
  margin-top: 16px;
}
.form-group__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
@media (max-width: 1023.98px) {
  .form-group__label label {
    font-size: 1.4rem;
  }
}
.form-group__label span {
  font-size: 12px;
  color: var(--error-color);
}
.form-group input,
.form-group textarea {
  padding: 16px;
  width: 100%;
  border: 1px solid var(--gray-color);
  border-radius: 16px;
}
.form-group .error-msg {
  font-size: 12px;
  color: var(--error-color);
  font-weight: 700;
  margin-top: 6px;
}
.form-group.error input,
.form-group.error textarea {
  border-color: var(--error-color);
}
.form-group.error label {
  color: var(--error-color);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body footer {
  margin-top: auto;
}

.hero {
  background: var(--suezue-brand-gradient);
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 40px;
    background-position: top right;
  }
}
.hero__content {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .hero__content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.hero__title {
  font-size: 6rem;
  max-width: 801px;
  font-weight: 700;
  color: var(--white-color);
}
.hero__title br {
  display: none;
}
.hero__title span {
  background-color: var(--white-color);
  color: var(--text-color-main);
}
.hero__title small {
  font-size: 4.8rem;
}
@media (max-width: 1023.98px) {
  .hero__title {
    max-width: 490px;
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  .hero__title {
    max-width: 264px;
  }
  .hero__title small {
    font-size: 2.8rem;
  }
  .hero__title br {
    display: inline;
  }
  .hero__title + .hero__title__title {
    font-size: 3.2rem;
  }
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  margin-top: 72px;
}
@media (max-width: 575.98px) {
  .hero__badges {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.hero .rounded-image {
  border-radius: 999999px;
  position: absolute;
}
.hero .rounded-image::before {
  border-radius: inherit;
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  background: rgba(255, 255, 255, 0.08);
  z-index: 2;
}
@media (max-width: 575.98px) {
  .hero .rounded-image::before {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
  }
}
.hero .rounded-image::after {
  border-radius: inherit;
  content: "";
  position: absolute;
  display: block;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .hero .rounded-image::after {
    top: -40px;
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
  }
}
.hero .rounded-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  z-index: 3;
  position: relative;
}
.hero__img1 {
  z-index: 1;
  bottom: -35px;
  right: 476px;
  width: 280px;
  height: 280px;
}
.hero__img1 img {
  object-position: center;
  height: 280px;
  transform: scaleX(-1);
}
@media (max-width: 575.98px) {
  .hero__img1 {
    display: none;
  }
}
.hero__img2 {
  z-index: 2;
  right: -80px;
  top: -120px;
  height: 600px;
  width: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575.98px) {
  .hero__img2 {
    top: 100px;
    right: -36px;
    width: 240px;
    height: 240px;
  }
}
.hero__img2 img {
  height: 600px;
  object-position: -355px 120px;
  transform: scale(1.25);
}
@media (max-width: 575.98px) {
  .hero__img2 img {
    height: 240px;
    object-position: -150px 25px;
    transform: scale(1.45);
  }
}
.hero .img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1023.98px) {
  .section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.section-heading {
  background: var(--brand-color-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .section-heading {
    font-size: 3.2rem;
  }
}
.section-heading--dark {
  color: var(--text-color-main);
  background: unset;
  -webkit-text-fill-color: unset;
}
.section-heading--light {
  color: var(--white-color);
  background: unset;
  -webkit-text-fill-color: unset;
}

.introduction {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023.98px) {
  .introduction {
    flex-direction: column;
  }
}
.introduction-background {
  flex: 1;
  background: url("/assets/img/introduction_bg.png") 50%/cover no-repeat;
  background-size: contain;
}
@media (max-width: 1023.98px) {
  .introduction-background {
    height: 485px;
    flex: none;
    background: url("/assets/img/introduction_bg_sm.png") 50%/contain no-repeat;
  }
}
.introduction-content {
  width: 66%;
}
@media (max-width: 1023.98px) {
  .introduction-content {
    margin-top: -40px;
    width: 100%;
  }
}
.introduction-content h3 {
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 1023.98px) {
  .introduction-content h3 {
    margin-bottom: 14px;
  }
  .introduction-content h3 br:nth-child(1) {
    display: none;
  }
}
.introduction-content p {
  font-size: 2rem;
}
@media (max-width: 1023.98px) {
  .introduction-content p {
    font-size: 1.8rem;
  }
}

.subsidy-application {
  padding: 40px 0 60px;
}
@media (max-width: 1023.98px) {
  .subsidy-application {
    padding: 20px 0 40px;
  }
}
.subsidy-application__content {
  border: 1px solid var(--yellow-color);
  padding: 28px 70px 40px;
  border-radius: 16px;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content {
    padding: 20px;
  }
}
.subsidy-application__content h3 {
  font-size: 4.8rem;
  text-align: center;
  font-weight: 700;
  color: var(--yellow-color);
  margin-bottom: 16px;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content h3 {
    font-size: 32px;
    margin-bottom: 14ox;
  }
}
.subsidy-application__content-box {
  background-color: var(--yellow-color);
  color: var(--white-color);
  padding: 28px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content-box {
    padding: 12px;
  }
}
.subsidy-application__content-box span:nth-child(1) {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid var(--white-color);
  border-radius: 4px;
  width: 100px;
  line-height: 1;
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content-box span:nth-child(1) {
    width: 100%;
    font-size: 2.8rem;
  }
}
.subsidy-application__content-box span:nth-child(2) {
  font-size: 4.8rem;
  display: inline-block;
  margin-left: 8px;
  width: 50px;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content-box span:nth-child(2) {
    font-size: 4.2rem;
  }
}
.subsidy-application__content-box span:nth-child(3) {
  font-size: 13.4rem;
  margin-left: 2px;
  line-height: 0.8;
  vertical-align: bottom;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content-box span:nth-child(3) {
    font-size: 12rem;
  }
}
.subsidy-application__content-box span:nth-child(4) {
  font-size: 4.8rem;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content-box span:nth-child(4) {
    font-size: 4.2rem;
  }
}
.subsidy-application__content-box span:nth-child(4) br {
  display: none;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content-box span:nth-child(4) br {
    display: inline;
  }
}
.subsidy-application__content-box span:nth-child(5) {
  font-size: 14px;
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 1023.98px) {
  .subsidy-application__content-box span:nth-child(5) {
    width: 100%;
    margin-left: auto;
    text-align: center;
  }
}
.subsidy-application__content p {
  text-align: center;
  margin-top: 16px;
  color: var(--gray-color);
}
.subsidy-application__content p a {
  display: inline-block;
  background: var(--brand-color-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.characteristics-description {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray-color);
  margin-top: 16px;
  margin-bottom: 48px;
}
@media (max-width: 1023.98px) {
  .characteristics-description {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.characteristics .row {
  --grid-gutter-x: 12px;
}
@media (max-width: 575.98px) {
  .characteristics .row {
    --grid-gutter-y: 8px;
  }
}
.characteristics__item {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.characteristics__item-img {
  height: 198px;
}
.characteristics__item-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.characteristics__item-content {
  padding: 28px 20px 40px;
}
.characteristics__item-title {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .characteristics__item-title {
    font-size: 1.8rem;
  }
}
.characteristics__item-des {
  margin-top: 20px;
}
@media (max-width: 1023.98px) {
  .characteristics__item-des {
    font-size: 1.4rem;
  }
}

.cta {
  background: var(--brand-color-gradient);
  overflow-x: hidden;
}
.cta .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .cta .container {
    flex-direction: column;
    gap: 28px;
  }
}
.cta-text {
  padding-top: 28px;
  padding-bottom: 40px;
  flex: none;
}
@media (max-width: 575.98px) {
  .cta-text {
    padding-bottom: 0;
    padding-left: 16px;
  }
}
.cta-text h3 {
  margin-bottom: 20px;
  font-size: 4.8rem;
  color: var(--white-color);
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .cta-text h3 {
    font-size: 3.2rem;
  }
}
.cta-img {
  height: 212px;
}
@media (max-width: 575.98px) {
  .cta-img {
    height: auto;
  }
}
.cta-img img {
  display: block;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cta-img img {
    width: 100%;
  }
}

.effectiveness-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 48px;
}
.effectiveness-list .effectiveness__item {
  padding: 28px 70px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .effectiveness-list .effectiveness__item {
    padding: 28px;
  }
}
@media (max-width: 575.98px) {
  .effectiveness-list .effectiveness__item {
    flex-direction: column;
    gap: 20px;
    padding: 28px 20px;
  }
}
.effectiveness-list .effectiveness__item > div:first-child {
  flex: 2;
}
.effectiveness-list .effectiveness__item > div:last-child {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.effectiveness-list .effectiveness__item-title {
  font-size: 2.8rem;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .effectiveness-list .effectiveness__item-title {
    font-size: 2rem;
  }
}
.effectiveness-list .effectiveness__item-desc {
  color: var(--gray-color);
}
@media (max-width: 1023.98px) {
  .effectiveness-list .effectiveness__item-desc {
    font-size: 1.4rem;
  }
}

.subsidy {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1023.98px) {
  .subsidy {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.subsidy-text {
  text-align: center;
  color: var(--gray-color);
  margin-top: 16px;
  font-size: 2rem;
}
.subsidy-text a {
  background: var(--brand-color-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
@media (max-width: 1023.98px) {
  .subsidy-text {
    font-size: 1.8rem;
  }
}

.separation {
  display: flex;
  align-items: center;
  gap: 28px;
}
.separation span {
  height: 1px;
  flex: 1;
  display: block;
  background-color: var(--placeholder-color);
}
.separation h4 {
  background: var(--brand-color-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
}

.curriculum {
  background: var(--brand-color-gradient);
  padding-top: 87px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 575.98px) {
  .curriculum {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.curriculum h3 {
  color: var(--white-color);
  background: unset;
  -webkit-text-fill-color: unset;
}
.curriculum::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  bottom: -1px;
  right: 0;
  background: var(--white-color);
  width: calc(50% + 1px);
  clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
}
.curriculum::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  bottom: -1px;
  left: 0;
  background: var(--white-color);
  width: calc(50% + 1px);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
}
.curriculum-item__desc {
  margin-top: 16px;
  margin-bottom: 48px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray-color);
}
@media (max-width: 1023.98px) {
  .curriculum-item__desc {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.curriculum-item__image {
  max-width: 620px;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.curriculum-item__image img {
  display: block;
  width: 100%;
}
.curriculum-professionals {
  background-color: var(--surface-color);
}
.curriculum-professionals .card {
  background-color: var(--white-color);
  padding: 40px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1023.98px) {
  .curriculum-professionals .card {
    padding: 28px;
    gap: 20px;
  }
}
.curriculum-professionals .row {
  --grid-gutter-x: 12px;
}
.curriculum-professionals .separation {
  margin-top: 80px;
  margin-bottom: 40px;
}
.curriculum-professionals h5 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .curriculum-professionals h5 {
    font-size: 1.8rem;
  }
}
.curriculum-professionals__items-image {
  padding: 12.5px 11px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .curriculum-professionals__items-image {
    padding: 0;
  }
}
.curriculum-professionals__items-image img {
  display: block;
  max-width: 100%;
}
.curriculum-professionals__items-desc {
  color: var(--gray-color);
}
@media (max-width: 1023.98px) {
  .curriculum-professionals__items-desc {
    font-size: 1.4rem;
  }
}

.skill-subtext {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  margin-top: 16px;
  color: var(--gray-color);
}
.skill .separation {
  margin-top: 104px;
  margin-bottom: 48px;
}
.skill-group {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.skill-group__head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.skill-group__head h5 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .skill-group__head h5 {
    font-size: 1.8rem;
  }
}
.skill-group__head p {
  font-size: 1.2rem;
  color: var(--gray-color);
}
@media (max-width: 1023.98px) {
  .skill-group__head p {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .skill-group__head img {
    width: 36px;
    height: 36px;
  }
}
.skill-group__body {
  display: grid;
  gap: 12px;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1023.98px) {
  .skill-group__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .skill-group__body {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.skill-note {
  background-color: #f8f5fa;
  padding: 20px 12px;
  text-align: center;
  margin-top: 78px;
}
.skill-note p {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray-color);
}
@media (max-width: 1023.98px) {
  .skill-note p {
    font-size: 1.8rem;
  }
}

.faq-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1023.98px) {
  .faq-list {
    gap: 8px;
    margin-top: 40px;
  }
}

.form-application {
  background: var(--brand-color-gradient);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1023.98px) {
  .form-application {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.form-application__desc {
  color: var(--white-color);
  text-align: center;
  margin: 80px 0;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .form-application__desc {
    font-size: 1.8rem;
    margin: 40px 0;
  }
}
.form-application .card {
  padding: 60px 160px 80px;
  background-color: var(--white-color);
}
@media (max-width: 1023.98px) {
  .form-application .card {
    padding: 40px 80px 60px;
  }
}
@media (max-width: 575.98px) {
  .form-application .card {
    padding: 40px 20px 60px;
  }
}
.form-application button {
  margin-top: 60px;
}
@media (max-width: 1023.98px) {
  .form-application button {
    margin-top: 40px;
  }
}
.form-application .policy {
  font-size: 14px;
  margin-top: 20px;
  color: var(--gray-color);
  text-align: center;
}
.form-application .policy a {
  color: var(--text-color-main);
  text-decoration: underline;
}

.overview-content {
  display: flex;
  gap: 48px;
  margin-top: 32px;
  font-size: 1.4rem;
}
@media (max-width: 1023.98px) {
  .overview-content {
    flex-direction: column;
    gap: 32px;
  }
}
.overview-content__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.overview-content__item > div {
  display: flex;
  align-items: center;
}
.overview-content__item > div span:nth-child(1) {
  display: inline-block;
  min-width: 120px;
}

.confirmation {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1023.98px) {
  .confirmation {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.confirmation-group {
  max-width: 700px;
  width: 100%;
  margin-top: 48px;
}
@media (max-width: 1023.98px) {
  .confirmation-group {
    margin-top: 40px;
  }
  .confirmation-group label {
    font-size: 1.4rem;
  }
}
.confirmation-group p {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 12px;
}
@media (max-width: 1023.98px) {
  .confirmation-group p {
    font-size: 1.8rem;
  }
}
.confirmation-group hr {
  margin-top: 28px;
  margin-bottom: 28px;
}
@media (max-width: 1023.98px) {
  .confirmation-group hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.confirmation-group button.btn {
  margin-top: 60px;
}
@media (max-width: 1023.98px) {
  .confirmation-group button.btn {
    margin-top: 40px;
  }
}
.confirmation-group__cancel {
  padding: 14px 16px;
  border: 0;
  outline: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gray-color);
  display: block;
}

.completion-top {
  background: var(--brand-color-gradient);
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  color: var(--white-color);
}
.completion-top h1 {
  font-size: 2.8rem;
}
@media (max-width: 1023.98px) {
  .completion-top h1 {
    font-size: 2rem;
  }
}
.completion-top p {
  font-size: 1.4rem;
}
@media (max-width: 1023.98px) {
  .completion-top p {
    font-size: 1.2rem;
  }
}
.completion-body {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 1023.98px) {
  .completion-body {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.completion-body h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 48px;
}
.completion-bottom {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px 70px;
}
.completion-bottom__image {
  font-family: "Yu Mincho", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.completion-bottom__image img {
  display: block;
  width: 100%;
  max-width: 244px;
  margin: 0 auto;
}
.completion-bottom__image .main-text {
  font-size: 2rem;
  color: var(--brand-color);
  font-weight: 600;
}
.completion-bottom__image .sub-text {
  font-size: 1.4rem;
  color: var(--gray-color);
}
@media (max-width: 1023.98px) {
  .completion-bottom {
    padding: 40px 20px;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=main.css.map */

/* Course Components */
.dx-gradient-box {
  background: linear-gradient(90deg, #4e2e8e 0%, #2e7bbf 100%);
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dx-gradient-box-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.dx-gradient-box span {
  font-weight: bold;
  font-size: 1.1em;
}

.dx-course-row {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}

.dx-course-title-col {
  flex: 0 0 350px;
  padding-top: 8px;
}

.dx-course-content-col {
  flex: 1;
  min-width: 0;
}

.dx-course-section-title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  margin: 0 0 16px 0;
  padding-right: 16px;
}

.dx-course-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  column-count: 1;
  column-gap: 0;
}

.dx-course-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  break-inside: avoid;
  page-break-inside: avoid;
}

/* Only apply counter to direct children of .dx-course-list */
.dx-course-list {
  counter-reset: chapter;
}

.dx-course-list > li {
  counter-increment: chapter;
}

.dx-course-list > li::before {
  content: "第" counter(chapter) "章";
  color: #7A7880;
  font-weight: 400;
  font-size: 14px;
  padding-right: 16px;
}

/* Reset counter for nested lists */
.dx-course-list-sub {
  counter-reset: none;
}

/* Remove counter from nested list items */
.dx-course-list-sub li {
  counter-increment: none;
}

.dx-course-list-sub li::before {
  content: none;
}

/* Style for supplemental chapter */
.dx-course-list > li.supplemental::before {
  content: "補足章";
}
.dx-course-list li span {
  color: #7A7880;
  font-weight: 400;
  font-size: 14px;
  padding-right: 10px;
}

.dx-course-list-sub {
  margin-top: 8px;
  padding-left: 1em;
  list-style-type: none;
  column-count: 1;
}

.dx-course-list-sub li::before {
  content: "";
  color: #2e7bbf;
  margin-left: 2px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .dx-course-title-col {
    flex: 0 0 250px;
  }
}

@media (max-width: 768px) {
  .dx-course-row {
    flex-direction: column;
    gap: 16px;
  }
  
  .dx-course-title-col {
    flex: 1;
    width: 100%;
  }
  
  .dx-course-section-title {
    margin-bottom: 12px;
  }
  
  .dx-course-list {
    column-count: 1;
  }
}
