@charset "UTF-8";
/*----------------------------------------------------------------------------*/
/*#VARIABLES*/
/*----------------------------------------------------------------------------*/
/*VERSION 4.0 - 10.04.2018*/
/*RESET CSS BEGIN*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");
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;
}

*:focus {
  outline: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit],
input[type=search] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: 70%;
  line-height: 1;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  max-width: 100%;
}

a {
  color: #203864;
  text-decoration: none;
  background-color: transparent;
}
a .is-link:hover {
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
}

p,
a,
ul li,
ol li {
  font-size: 1em;
  line-height: 1;
}

p,
ul li,
ol li {
  margin-bottom: 0.5em;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*----------------------------------------------------------------------------*/
/*#MIXINS*/
/*----------------------------------------------------------------------------*/
/*------------------------------------------*/
/*#HELPER CLASSES*/
/*------------------------------------------*/
/*----------font weight-------------------*/
.fw--light {
  font-weight: 300;
}

.fw--regular {
  font-weight: 400;
}

.fw--medium {
  font-weight: 500;
}

.fw--semibold {
  font-weight: 600;
}

.fw--extrabold {
  font-weight: 800;
}

.fw--black {
  font-weight: 900;
}

/*----------font style------------------*/
.txt--uppercase {
  text-transform: uppercase;
}

.txt--lowercase {
  text-transform: lowercase;
}

.txt--capitalize {
  text-transform: capitalize;
}

.txt--overline {
  text-decoration: overline;
}

.txt--linethrough {
  text-decoration: line-through;
}

.txt--underline {
  text-decoration: underline;
}

/*-----------font align -------------------*/
.txt--center {
  text-align: center;
}

.txt--left {
  text-align: left;
}

.txt--right {
  text-align: right;
}

.txt--justify {
  text-align: justify;
}

/*---------elements align------------------*/
.pull--left {
  float: left;
}

.pull--right {
  float: right;
}

.pull--none {
  float: none;
}

.clearfix {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*--------elements visibility--------------------*/
.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

/*--------overflow---------------------------------*/
.overflow--hidden {
  overflow: hidden;
}

.overflow--visible {
  overflow: visible;
}

.overflow--auto {
  overflow: auto;
}

/*--------position---------------------------------*/
.p--relative {
  position: relative;
}

.p--sticky {
  position: sticky;
}

/*----------------------------------------------------------------------------*/
/*#VIDEO*/
/*----------------------------------------------------------------------------*/
.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px; /* if needed */
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------*/
/*#FONT COLOR*/
/*----------------------------------------------------------------------------*/
.txt--white {
  color: #fff;
}

.txt--black {
  color: #000;
}

/*----------------------------------------------------------------------------*/
/*#CONTAINER STYLE*/
/*----------------------------------------------------------------------------*/
[class*=container] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1470px;
}

/*----------------------------------------------------------------------------*/
/*#GUTTERS*/
/*----------------------------------------------------------------------------*/
.gutters-xs {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.gutters-xs .col,
.gutters-xs [class*=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gutters-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.gutters-sm .col,
.gutters-sm [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutters-md {
  margin-left: -20px;
  margin-right: -20px;
}
.gutters-md .col,
.gutters-md [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutters-lg {
  margin-left: -30px;
  margin-right: -30px;
}
.gutters-lg .col,
.gutters-lg [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

/*----------------------------------------------------------------------------*/
/*#PADDING STYLE*/
/*----------------------------------------------------------------------------*/
.p--0 {
  padding: 0;
}

.p--10 {
  padding: 10px;
}

.p--20 {
  padding: 20px;
}

.pt--0 {
  padding-top: 0;
}

.pt--5 {
  padding-top: 5px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--25 {
  padding-top: 25px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--120 {
  padding-top: 120px;
}

.pt--130 {
  padding-top: 130px;
}

.pt--150 {
  padding-top: 150px;
}

.pt--170 {
  padding-top: 170px;
}

.pt--220 {
  padding-top: 220px;
}

.pb--0 {
  padding-bottom: 0;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pb--100 {
  padding-bottom: 100px;
}

.pb--140 {
  padding-bottom: 140px;
}

.pb--160 {
  padding-bottom: 160px;
}

.pb--180 {
  padding-bottom: 180px;
}

.pr--20 {
  padding-right: 20px;
}

.pr--30 {
  padding-right: 30px;
}

.pl--10 {
  padding-left: 10px;
}

.pl--20 {
  padding-left: 20px;
}

.pl--30 {
  padding-left: 30px;
}

.px--10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px--25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px--30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px--35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px--90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px--50 {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------------------------------------------*/
/*#MARGIN STYLE*/
/*----------------------------------------------------------------------------*/
.m--0 {
  margin: 0 !important;
}

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

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

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

.mt--n15 {
  margin-top: -15px;
}

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

.mt--n50 {
  margin-top: -50px;
}

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

.mb--0i {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb--n3 {
  margin-bottom: -3px;
}

.mb--n5 {
  margin-bottom: -5px;
}

.mb--n9 {
  margin-bottom: -9px;
}

.mb--n15 {
  margin-bottom: -15px;
}

.mb--n30 {
  margin-bottom: -30px;
}

.mb--n50 {
  margin-bottom: -50px;
}

.mb--n220 {
  margin-bottom: -220px;
}

.ml--auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

.mr--10 {
  margin-right: 10px;
}

.mr--15 {
  margin-right: 15px;
}

.mr--20 {
  margin-right: 20px;
}

.mr--25 {
  margin-right: 25px;
}

.mr--30 {
  margin-right: 30px;
}

.mr--40 {
  margin-right: 40px;
}

.mr--50 {
  margin-right: 50px;
}

.mr--n55 {
  margin-right: -55px;
}

.mr--n140 {
  margin-right: -140px;
}

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

.my--0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my--60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*----------------------------------------------------------------------------*/
/*#TYPOGRAPHY STYLE*/
/*----------------------------------------------------------------------------*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #334155;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #666634;
  margin-top: 0;
}

h1 {
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

h6 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  color: #475569;
}

.lead {
  font-size: 1.5rem;
  line-height: 1.65;
  color: #64748B;
  font-weight: 400;
}
@media (max-width: 575px) {
  .lead {
    font-size: 1.25rem;
  }
}

.overline {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #203864;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: rgba(32, 56, 100, 0.08);
  border-radius: 9999px;
}

.gradient-text {
  background: linear-gradient(135deg, #666634 0%, #203864 50%, #89543B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.display {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media (max-width: 991px) {
  .display {
    font-size: 3.75rem;
  }
}
@media (max-width: 575px) {
  .display {
    font-size: 3rem;
  }
}

ul, ol {
  font-size: 0;
  line-height: 0;
}

p,
ul li,
ol li {
  font-size: 1.125rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

blockquote {
  font-size: 1.5rem;
  font-style: italic;
  color: #475569;
  border-left: 4px solid #203864;
  padding-left: 1.5rem;
  margin: 2rem 0;
}

a {
  color: #203864;
  transition: color 150ms ease;
}
a:hover {
  color: #162750;
}

::selection {
  background: #203864;
  color: #FFFFFF;
}

/*----------------------------------------------------------------------------*/
/*#BUTTON STYLE*/
/*----------------------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1.5px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: all 250ms ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.025em;
}
.btn:focus-visible {
  outline: 2px solid #203864;
  outline-offset: 3px;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s ease;
}
.btn:hover::after {
  left: 100%;
}
.btn--xl {
  padding: 1.5rem 3rem;
  font-size: 1.25rem;
}
.btn--lg, .btn--large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
}
.btn--md {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}
.btn--sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
}
.btn--xs {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}
.btn--primary {
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 52%, #89543B 140%);
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(32, 56, 100, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.btn--primary:hover {
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(32, 56, 100, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(32, 56, 100, 0.25);
}
.btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
.btn--secondary:hover {
  background: #FFFFFF;
  color: #666634;
  border-color: #FFFFFF;
  transform: translateY(-2px);
}
.btn--outline {
  background: transparent;
  color: #666634;
  border-color: #CBD5E1;
}
.btn--outline:hover {
  border-color: #203864;
  color: #203864;
  background: rgba(32, 56, 100, 0.08);
  transform: translateY(-2px);
}
.btn--ghost {
  background: transparent;
  color: #203864;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn--ghost::after {
  display: none;
}
.btn--ghost:hover {
  color: #162750;
}
.btn--light {
  background: #FFFFFF;
  color: #666634;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.btn--light:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.btn--dark {
  background: #666634;
  color: #FFFFFF;
  border-color: #666634;
}
.btn--dark:hover {
  background: #7D7D4A;
  border-color: #7D7D4A;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
}
.btn__icon {
  flex-shrink: 0;
  transition: transform 150ms ease;
}
.btn:hover .btn__icon {
  transform: translateX(4px);
}

/*----------------------------------------------------------------------------*/
/*#INPUT STYLE*/
/*----------------------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
textarea,
select {
  width: 100%;
  padding: 1rem 1.25rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  color: #1E293B;
  background: #FFFFFF;
  border: 2px solid #E2E8F0;
  border-radius: 0.625rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #94A3B8;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #203864;
  box-shadow: 0 0 0 4px rgba(32, 56, 100, 0.08);
}

textarea {
  min-height: 160px;
  resize: vertical;
}

label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/*----------------------------------------------------------------------------*/
/*#IMAGES STYLE*/
/*----------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  border-radius: 0.875rem;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #64748B;
  margin-top: 0.75rem;
  text-align: center;
}

/*----------------------------------------------------------------------------*/
/*#DROPDOWN STYLE*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*#LINES STYLE*/
/*----------------------------------------------------------------------------*/
.underline--gray {
  background: linear-gradient(to top, transparent 0, transparent 5px, #ddd 0, #ddd 35%, transparent 35%, transparent 100%);
}

/*----------------------------------------------------------------------------*/
/*#BACKGROUND STYLE*/
/*----------------------------------------------------------------------------*/
.bg--primary {
  background-color: #666634;
}

.bg--dark {
  background-color: #0F172A;
}

.bg--light {
  background-color: #F8FAFC;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--accent {
  background-color: #203864;
}

/*----------------------------------------------------------------------------*/
/*#LISTS STYLE*/
/*----------------------------------------------------------------------------*/
.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #475569;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: rgba(32, 56, 100, 0.08);
  border-radius: 9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300A3E0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------*/
/*#HEADER STYLE*/
/*----------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.6);
  transition: background 400ms ease, backdrop-filter 400ms ease, border-bottom-color 400ms ease, box-shadow 400ms ease;
}
.site-header--hero-mode {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}
.site-header--hero-mode .site-header__branding {
  display: none;
}
.site-header--hero-mode .site-header__container {
  justify-content: center;
}
.site-header--hero-mode .primary-nav {
  margin-left: 0;
}
.site-header--hero-mode .primary-nav li {
  margin-bottom: 0;
}
.site-header--hero-mode .primary-nav__link {
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  text-shadow: 0 2px 14px rgba(2, 6, 23, 0.34);
}
.site-header--hero-mode .primary-nav__link:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
}
.site-header--hero-mode .primary-nav__link[aria-current=page] {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}
.site-header--hero-mode .primary-nav__cta-btn {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  box-shadow: none;
}
.site-header--hero-mode .primary-nav__cta-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
.site-header--hero-mode .site-header__contact {
  display: none;
}
.site-header--hero-mode .site-header__menu-toggle-bar {
  background: #FFFFFF;
}
.site-header--hero-mode .site-header__menu-toggle:hover, .site-header--hero-mode .site-header__menu-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}
.site-header--scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.06);
  border-bottom-color: transparent;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}
.site-header--scrolled .site-header__container {
  height: 100px;
}
@media (max-width: 991px) {
  .site-header--scrolled .site-header__container {
    max-height: 48px;
  }
}
.site-header--scrolled .site-header__logo img,
.site-header--scrolled .site-header__logo .custom-logo {
  max-height: 100px;
}
@media (max-width: 991px) {
  .site-header--scrolled .site-header__logo img,
  .site-header--scrolled .site-header__logo .custom-logo {
    max-height: 48px;
  }
}
.site-header--hero-mode.site-header--scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}
.site-header--hero-mode.site-header--scrolled .site-header__branding {
  display: block;
  pointer-events: auto;
}
.site-header--hero-mode.site-header--scrolled .site-header__container {
  justify-content: space-between;
}
.site-header--hero-mode.site-header--scrolled .primary-nav__link {
  color: #475569;
}
.site-header--hero-mode.site-header--scrolled .primary-nav__link:hover {
  color: #666634;
  background: #F8FAFC;
}
.site-header--hero-mode.site-header--scrolled .primary-nav__link[aria-current=page] {
  color: #203864;
  background: rgba(32, 56, 100, 0.08);
}
.site-header--hero-mode.site-header--scrolled .primary-nav__cta-btn {
  border-color: transparent;
  background: #203864;
  color: #FFFFFF;
}
.site-header--hero-mode.site-header--scrolled .primary-nav__cta-btn:hover {
  background: #162750;
}
@media (min-width: 1200px) {
  .site-header--hero-mode.site-header--scrolled .site-header__contact {
    display: flex;
  }
}
.site-header--hero-mode.site-header--scrolled .site-header__menu-toggle-bar {
  background: #1E293B;
}
.site-header--hero-mode.site-header--scrolled .site-header__menu-toggle:hover, .site-header--hero-mode.site-header--scrolled .site-header__menu-toggle:focus-visible {
  background: rgba(32, 56, 100, 0.08);
}
.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: height 400ms ease, justify-content 400ms ease;
}
@media (max-width: 991px) {
  .site-header__container {
    height: 72px;
  }
}
.site-header__branding {
  flex-shrink: 0;
  z-index: 301;
  transition: opacity 400ms ease, width 400ms ease;
}
.site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__logo img,
.site-header__logo .custom-logo {
  max-height: 88px;
  width: auto;
  transform-origin: left center;
  transition: max-height 400ms ease, transform 250ms ease, filter 250ms ease;
  filter: drop-shadow(0 6px 18px rgba(102, 102, 52, 0.12));
}
@media (max-width: 991px) {
  .site-header__logo img,
  .site-header__logo .custom-logo {
    max-height: 56px;
  }
}
.site-header__logo:hover img, .site-header__logo:hover .custom-logo {
  transform: scale(1.04);
  filter: drop-shadow(0 10px 24px rgba(102, 102, 52, 0.18));
}
.site-header__logo-link {
  text-decoration: none;
}
.site-header__site-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #666634;
  letter-spacing: -0.025em;
}
.site-header__contact {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
@media (max-width: 1199px) {
  .site-header__contact {
    display: none;
  }
}
.site-header__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #475569;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  transition: all 150ms ease;
}
.site-header__phone:hover {
  color: #203864;
  background: rgba(32, 56, 100, 0.08);
}
.site-header__phone-icon {
  width: 18px;
  height: 18px;
  opacity: 0.6;
}
.site-header__menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 301;
  border-radius: 0.625rem;
  transition: background 150ms ease;
}
.site-header__menu-toggle:hover {
  background: #F8FAFC;
}
.site-header__menu-toggle:focus-visible {
  outline: 2px solid rgba(32, 56, 100, 0.4);
  outline-offset: 3px;
  background: #F8FAFC;
}
@media (max-width: 991px) {
  .site-header__menu-toggle {
    display: flex;
    margin-left: auto;
  }
}
.site-header__menu-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #1E293B;
  border-radius: 2px;
  transition: all 250ms ease;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: margin 400ms ease;
}
@media (max-width: 991px) {
  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    flex-direction: column;
    justify-content: center;
    padding: 5rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms ease, visibility 400ms ease;
    z-index: 300;
  }
  .primary-nav--open {
    opacity: 1;
    visibility: visible;
  }
}
.primary-nav__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .primary-nav__list {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    text-align: center;
  }
}
.primary-nav__item {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .primary-nav__item {
    width: 100%;
  }
}
.primary-nav__link {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #475569;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 150ms ease;
  position: relative;
}
.primary-nav__link:hover {
  color: #666634;
  background: #F8FAFC;
}
.primary-nav__link[aria-current=page] {
  color: #203864;
  font-weight: 600;
  background: rgba(32, 56, 100, 0.08);
}
@media (max-width: 991px) {
  .primary-nav__link {
    font-size: 1.875rem;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    color: #666634;
    padding: 1rem 1.5rem;
    border-radius: 1.25rem;
  }
}
.primary-nav__cta {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .primary-nav__cta {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .primary-nav__cta-btn {
    width: 100%;
    justify-content: center;
    font-size: 1.25rem;
    padding: 1.25rem 2.5rem;
  }
}

body {
  padding-top: 90px;
}
@media (max-width: 991px) {
  body {
    padding-top: 72px;
  }
}

body.home {
  padding-top: 0;
}

.nav-open {
  overflow: hidden;
}
.nav-open .site-header--hero-mode {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(226, 232, 240, 0.7);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}
.nav-open .site-header--hero-mode .site-header__container {
  justify-content: space-between;
}
.nav-open .site-header--hero-mode .site-header__branding {
  display: block;
  pointer-events: auto;
}
.nav-open .site-header--hero-mode .primary-nav__link {
  color: #666634;
  background: transparent;
  text-shadow: none;
}
.nav-open .site-header--hero-mode .primary-nav__link:hover {
  color: #666634;
  background: #F8FAFC;
}
.nav-open .site-header--hero-mode .primary-nav__link[aria-current=page] {
  color: #203864;
  background: rgba(32, 56, 100, 0.08);
}
.nav-open .site-header--hero-mode .primary-nav__cta-btn {
  border-color: transparent;
  background: #203864;
  color: #FFFFFF;
  box-shadow: 0 12px 28px rgba(32, 56, 100, 0.24);
}
.nav-open .site-header--hero-mode .primary-nav__cta-btn:hover {
  background: #162750;
}
.nav-open .site-header--hero-mode .site-header__menu-toggle-bar {
  background: #1E293B;
}
.nav-open .site-header--hero-mode .site-header__menu-toggle:hover, .nav-open .site-header--hero-mode .site-header__menu-toggle:focus-visible {
  background: rgba(32, 56, 100, 0.08);
}

[aria-expanded=true] .site-header__menu-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
[aria-expanded=true] .site-header__menu-toggle-bar:nth-child(2) {
  opacity: 0;
}
[aria-expanded=true] .site-header__menu-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/*----------------------------------------------------------------------------*/
/*#MAIN/GLOBAL STYLE*/
/*----------------------------------------------------------------------------*/
.site-main {
  min-height: 60vh;
}

.section {
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .section {
    padding: 4rem 0;
  }
}
.section--dark {
  background: #666634;
  color: #FFFFFF;
}
.section--light {
  background: #F8FAFC;
}
.section__header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 4rem;
}

.container {
  max-width: 1470px;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: #666634;
  color: #FFFFFF;
  padding: 1rem 2rem;
  z-index: 700;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 0.625rem 0.625rem;
}
.skip-link:focus {
  top: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*----------------------------------------------------------------------------*/
/*#FOOTER STYLE*/
/*----------------------------------------------------------------------------*/
.site-footer {
  background: linear-gradient(180deg, #0F172A 0%, #0A0F1A 100%);
  color: #94A3B8;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 9999px;
  background: rgba(32, 56, 100, 0.04);
  filter: blur(120px);
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.site-footer__form {
  background: linear-gradient(180deg, #334155 0%, #1E293B 100%);
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-footer__form {
    padding: 3rem 0;
  }
}
.site-footer__form-container {
  max-width: 860px;
}
.site-footer__form-intro {
  text-align: center;
  margin-bottom: 2rem;
  color: #CBD5E1;
}
.site-footer__form-heading {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.75rem;
  letter-spacing: -0.025em;
}
.site-footer__form-copy {
  margin: 0 auto;
  max-width: 560px;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__main {
  padding: 5rem 0 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-footer__main {
    padding: 4rem 0 3rem;
  }
}
.site-footer__grid {
  row-gap: 2.5rem;
}
.site-footer__column-title {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}
.site-footer__column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  border-radius: 9999px;
}
.site-footer__logo {
  margin-bottom: 1.5rem;
}
.site-footer__logo img {
  max-height: 48px;
  width: auto;
  filter: brightness(0) invert(1);
}
.site-footer__title {
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.site-footer__description {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #64748B;
  margin-bottom: 1.5rem;
}
.site-footer__contact {
  font-style: normal;
}
.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.site-footer__contact-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #203864;
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.site-footer__contact-link {
  color: #94A3B8;
  text-decoration: none;
  transition: color 150ms ease;
}
.site-footer__contact-link:hover {
  color: #2E4F8A;
}
.site-footer__contact-text {
  color: #64748B;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}
.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-footer__bottom-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.site-footer__copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #475569;
}
.site-footer__legal-list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__legal-list li {
  margin: 0;
  font-size: 0.875rem;
}
.site-footer__legal-list a {
  color: #475569;
  text-decoration: none;
  transition: color 150ms ease;
}
.site-footer__legal-list a:hover {
  color: #FFFFFF;
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__list li {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.footer-nav__list a {
  color: #64748B;
  text-decoration: none;
  transition: all 150ms ease;
  display: inline-block;
}
.footer-nav__list a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.social-links__list {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.875rem;
  transition: all 250ms ease;
}
.social-links__link:hover {
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(32, 56, 100, 0.3);
}
.social-links__link img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.certifications__item {
  text-align: center;
}
.certifications__image {
  max-width: 72px;
  height: auto;
  opacity: 0.5;
  transition: opacity 150ms ease;
}
.certifications__image:hover {
  opacity: 0.9;
}
.certifications__name {
  display: block;
  font-size: 0.75rem;
  color: #475569;
  margin-top: 0.5rem;
}

/*----------------------------------------------------------------------------*/
/*#SOCIAL ICONS STYLE*/
/*----------------------------------------------------------------------------*/
.social-icons {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons__item {
  margin: 0;
}
.social-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #F8FAFC;
  color: #475569;
  transition: all 150ms ease;
  text-decoration: none;
}
.social-icons__link:hover {
  background: #203864;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.social-icons__link svg {
  width: 20px;
  height: 20px;
}

/*----------------------------------------------------------------------------*/
/*#PANELS STYLE*/
/*----------------------------------------------------------------------------*/
.panel {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 1.25rem;
  padding: 2.5rem;
  transition: all 250ms ease;
}
.panel--elevated {
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
}
.panel--dark {
  background: #666634;
  border-color: transparent;
  color: #FFFFFF;
}
.panel__header {
  margin-bottom: 1.5rem;
}
.panel__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.panel__body {
  color: #475569;
}
.panel__footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E8F0;
}

/*----------------------------------------------------------------------------*/
/*#BOX STYLE*/
/*----------------------------------------------------------------------------*/
.box {
  background: #FFFFFF;
  border-radius: 0.875rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  transition: all 250ms ease;
}
.box--hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}
.box--bordered {
  box-shadow: none;
  border: 1px solid #E2E8F0;
}
.box__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 56, 100, 0.08);
  border-radius: 0.875rem;
  margin-bottom: 1.25rem;
  color: #203864;
}
.box__title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.box__text {
  color: #64748B;
  font-size: 0.875rem;
  margin: 0;
}

/*----------------------------------------------------------------------------*/
/*#EFFECTS STYLE*/
/*----------------------------------------------------------------------------*/
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  [data-scroll-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.reveal-delay-5 {
  transition-delay: 0.4s;
}

.reveal-delay-6 {
  transition-delay: 0.48s;
}

.reveal-delay-7 {
  transition-delay: 0.56s;
}

.reveal-delay-8 {
  transition-delay: 0.64s;
}

.reveal-delay-9 {
  transition-delay: 0.72s;
}

.reveal-delay-10 {
  transition-delay: 0.8s;
}

.reveal-delay-11 {
  transition-delay: 0.88s;
}

.reveal-delay-12 {
  transition-delay: 0.96s;
}

.parallax-wrapper {
  overflow: hidden;
  border-radius: 1.25rem;
}
.parallax-wrapper img {
  transition: transform 0.1s linear;
  will-change: transform;
}

.grain-overlay {
  position: relative;
}
.grain-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
}

.glow {
  position: relative;
}
.glow::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: radial-gradient(ellipse at 50% 50%, rgba(32, 56, 100, 0.15) 0%, transparent 70%);
  z-index: -1;
  opacity: 0;
  transition: opacity 400ms ease;
}
.glow:hover::after {
  opacity: 1;
}

.section-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  border-radius: 9999px;
  margin: 0 auto 2rem;
}

.backdrop-blur {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/*----------------------------------------------------------------------------*/
/*#EVOLUTION SECTION                                                          */
/*  GSAP pin:true on the section directly. Full-width, 100vh.                 */
/*  Static heading stays visible; only phase texts swap below it.             */
/*----------------------------------------------------------------------------*/
.evolution {
  position: relative;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(2, 6, 23, 0.98) 0%, rgba(22, 39, 80, 0.96) 54%, rgba(61, 61, 31, 0.98) 100%);
  color: #FFFFFF;
  will-change: transform;
}
.evolution::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 118px), linear-gradient(135deg, transparent 0 55%, rgba(164, 110, 85, 0.18) 55.15%, transparent 55.45%);
  opacity: 0.72;
  pointer-events: none;
}
.evolution__container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.evolution__row {
  height: 100%;
  margin: 0;
}
.evolution__text-col {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2.5rem;
}
@media (max-width: 1199px) {
  .evolution__text-col {
    padding-right: 1.5rem;
  }
}
.evolution__text-wrapper {
  max-width: 520px;
}
.evolution__overline {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(164, 110, 85, 0.55);
  border-radius: 9999px;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-shadow: 0 1px 2px rgba(2, 6, 23, 0.35);
}
.evolution__headline {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .evolution__headline {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .evolution__headline {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .evolution__headline {
    font-size: 2.25rem;
  }
}
.evolution__phases {
  position: relative;
  height: 230px;
}
.evolution__phase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.evolution__phase.is-active {
  pointer-events: auto;
}
.evolution__phase-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #89543B;
  margin-bottom: 1rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(137, 84, 59, 0.25);
  border-radius: 9999px;
}
.evolution__phase-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .evolution__phase-title {
    font-size: 1.875rem;
  }
}
.evolution__phase-desc {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #94A3B8;
  margin-bottom: 0;
  max-width: 460px;
}
@media (max-width: 767px) {
  .evolution__phase-desc {
    font-size: 0.875rem;
  }
}
.evolution__image-col {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.evolution__image-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.evolution__image-container img {
  border-radius: 1.25rem;
}
.evolution__image-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  will-change: transform, opacity;
}
.evolution__image-layer[data-layer="0"] {
  z-index: 1;
}
.evolution__image-layer[data-layer="1"] {
  z-index: 2;
}
.evolution__image-layer[data-layer="2"] {
  z-index: 3;
}
.evolution__image {
  width: 100%;
  height: 70%;
  object-fit: cover;
  display: block;
  border-radius: 1.25rem;
  will-change: transform;
}
.evolution__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.evolution__orb--1 {
  width: 500px;
  height: 500px;
  top: -20%;
  right: -10%;
  background: rgba(32, 56, 100, 0.1);
}
.evolution__orb--2 {
  width: 400px;
  height: 400px;
  bottom: -20%;
  left: -10%;
  background: rgba(137, 84, 59, 0.06);
}
@media (max-width: 991px) {
  .evolution {
    height: auto;
    min-height: 100vh;
  }
  .evolution__row {
    flex-direction: column;
    align-items: stretch;
    padding: 2.5rem 0 1.5rem;
    min-height: 100vh;
  }
  .evolution__text-col {
    order: 1;
    height: auto;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
  .evolution__text-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .evolution__phases {
    height: 240px;
  }
  .evolution__phase {
    text-align: center;
  }
  .evolution__phase-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .evolution__image-col {
    order: 2;
    height: auto;
    flex: 1 1 auto;
    min-height: 320px;
    padding: 0 1rem 1rem;
  }
  .evolution__image-container {
    height: 100%;
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .evolution__phases {
    height: 280px;
  }
  .evolution__image-col {
    min-height: 280px;
  }
  .evolution__image-container {
    min-height: 240px;
  }
}
@media (max-width: 575px) {
  .evolution__phases {
    height: 310px;
  }
}

/**
 * Trusted By Section — infinite CSS marquee
 */
.trusted-by-section {
  padding: 4rem 0;
  background: #F8FAFC;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .trusted-by-section {
    padding: 5rem 0;
  }
}
.trusted-by-section__container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.trusted-by-section__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2.5rem;
  color: #1E293B;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .trusted-by-section__title {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .trusted-by-section__title {
    font-size: 2.25rem;
  }
}

.trusted-by-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.trusted-by-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  gap: 3rem;
  animation: trusted-by-scroll 40s linear infinite;
  will-change: transform;
}
@media (max-width: 991px) {
  .trusted-by-marquee__track {
    gap: 2rem;
    animation-duration: 30s;
  }
}
@media (max-width: 767px) {
  .trusted-by-marquee__track {
    gap: 1.5rem;
    animation-duration: 24s;
  }
}
.trusted-by-marquee:hover .trusted-by-marquee__track, .trusted-by-marquee:focus-within .trusted-by-marquee__track {
  animation-play-state: paused;
}
.trusted-by-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 100px;
}
@media (min-width: 768px) {
  .trusted-by-marquee__item {
    min-width: 200px;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .trusted-by-marquee__item {
    min-width: 220px;
    height: 130px;
  }
}
.trusted-by-marquee__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform 250ms ease;
}
.trusted-by-marquee__link:focus-visible {
  outline: 2px solid #203864;
  outline-offset: 4px;
  border-radius: 0.375rem;
}
.trusted-by-marquee__link--bundled {
  padding: 1rem 1.25rem;
}
.trusted-by-marquee__logo {
  max-height: 60px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 250ms ease, filter 250ms ease;
  filter: grayscale(100%);
  opacity: 0.75;
  display: block;
}
@media (min-width: 768px) {
  .trusted-by-marquee__logo {
    max-height: 70px;
  }
}
@media (min-width: 992px) {
  .trusted-by-marquee__logo {
    max-height: 80px;
  }
}
.trusted-by-marquee__logo--bundled {
  max-height: 68px;
  max-width: 170px;
  filter: saturate(0.82) contrast(0.98);
  opacity: 0.9;
}
@media (min-width: 768px) {
  .trusted-by-marquee__logo--bundled {
    max-height: 76px;
    max-width: 190px;
  }
}
.trusted-by-marquee__logo--wide {
  max-width: 230px;
}
@media (min-width: 768px) {
  .trusted-by-marquee__logo--wide {
    max-width: 260px;
  }
}
.trusted-by-marquee__logo--tall {
  max-height: 88px;
}
.trusted-by-marquee__logo--light {
  filter: grayscale(100%) brightness(0.24) contrast(1.35);
  opacity: 0.9;
}
.trusted-by-marquee__link:hover .trusted-by-marquee__logo, .trusted-by-marquee__link:focus-visible .trusted-by-marquee__logo {
  opacity: 1;
}
.trusted-by-marquee__link--bundled:hover, .trusted-by-marquee__link--bundled:focus-visible {
  border-color: rgba(32, 56, 100, 0.22);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}
@media (prefers-reduced-motion: reduce) {
  .trusted-by-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

@keyframes trusted-by-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
/**
 * Decorative brand shape (shape-l.png).
 * Positioned component used across light-background sections.
 * Parent section must be `position: relative;` and typically `overflow: hidden;`.
 */
.deco-shape {
  position: absolute;
  pointer-events: none;
  user-select: none;
  height: auto;
  z-index: 0;
  opacity: 0.9;
}
.deco-shape--sm {
  width: 180px;
}
.deco-shape--md {
  width: 300px;
}
.deco-shape--lg {
  width: 420px;
}
@media (max-width: 991px) {
  .deco-shape--sm {
    width: 140px;
  }
  .deco-shape--md {
    width: 200px;
  }
  .deco-shape--lg {
    width: 260px;
  }
  .deco-shape {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .deco-shape {
    display: none;
  }
}
.deco-shape--tl {
  top: -60px;
  left: 0;
}
.deco-shape--tr {
  top: -60px;
  right: 0;
  transform: scaleX(-1);
}
.deco-shape--bl {
  bottom: -60px;
  left: 0;
  transform: scaleY(-1);
}
.deco-shape--br {
  bottom: -60px;
  right: 0;
  transform: scale(-1, -1);
}

section:has(> .deco-shape) {
  position: relative;
  overflow: hidden;
}
section:has(> .deco-shape) > .container,
section:has(> .deco-shape) > [class*=__container] {
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------------------------------*/
/*#HOME PAGE STYLES*/
/*----------------------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  max-height: 100vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666634;
  color: #FFFFFF;
  overflow: hidden;
  isolation: isolate;
}
.hero__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.045);
  filter: saturate(1.1) contrast(1.05);
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 34, 68, 0.35) 0%, rgba(20, 34, 68, 0.12) 30%, rgba(20, 34, 68, 0.18) 60%, rgba(20, 34, 68, 0.55) 100%);
  z-index: 1;
}
.hero__overlay::before, .hero__overlay::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  filter: blur(120px);
  animation: mesh-float 20s ease-in-out infinite;
}
.hero__overlay::before {
  width: 700px;
  height: 700px;
  background: rgba(102, 102, 52, 0.22);
  top: -15%;
  right: -10%;
}
.hero__overlay::after {
  width: 500px;
  height: 500px;
  background: rgba(137, 84, 59, 0.18);
  bottom: -20%;
  left: -10%;
  animation-delay: -10s;
}
.hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 0 5rem;
}
@media (max-width: 991px) {
  .hero__container {
    padding: 3rem 0 4rem;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.hero__logo {
  margin-bottom: 0.75rem;
  will-change: transform, opacity;
  transform-origin: center center;
}
@media (max-width: 991px) {
  .hero__logo {
    margin-bottom: 2rem;
  }
}
.hero__logo-link {
  display: block;
  text-decoration: none;
}
.hero__logo-img {
  max-height: 380px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 10px 32px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1199px) {
  .hero__logo-img {
    max-width: 320px;
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .hero__logo-img {
    max-width: 240px;
    max-height: 120px;
  }
}
.hero__logo-text {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .hero__logo-text {
    font-size: 2.25rem;
  }
}
.hero__title {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 1199px) {
  .hero__title {
    font-size: 3.75rem;
  }
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 1.875rem;
  }
}
.hero__title-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.08em;
}
.hero__title-word-inner {
  display: inline-block;
  will-change: transform;
}
.hero__subtitle {
  font-size: 1.5rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  max-width: 640px;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .hero__cta-group {
    flex-direction: column;
    width: 100%;
  }
}

.hero {
  background-color: #eef3ed;
}
.hero__video-bg video {
  filter: saturate(1.03) contrast(0.96) brightness(1.14);
}
.hero__overlay {
  background: radial-gradient(ellipse at 50% 31%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 18%, rgba(255, 255, 255, 0.4) 36%, transparent 58%), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.24) 34%, rgba(22, 39, 80, 0.5) 68%, rgba(2, 6, 23, 0.8) 100%), linear-gradient(112deg, rgba(22, 39, 80, 0.22) 0%, rgba(102, 102, 52, 0.1) 45%, rgba(164, 110, 85, 0.2) 100%), repeating-linear-gradient(90deg, rgba(22, 39, 80, 0.12) 0, rgba(22, 39, 80, 0.12) 1px, transparent 1px, transparent 118px);
}
.hero__overlay::before {
  background: linear-gradient(132deg, transparent 0 46%, rgba(164, 110, 85, 0.34) 46.12%, transparent 46.42%), linear-gradient(150deg, transparent 0 62%, rgba(255, 255, 255, 0.36) 62.12%, transparent 62.44%);
  opacity: 0.78;
}
.hero__overlay::after {
  background: radial-gradient(ellipse at 50% 31%, rgba(255, 255, 255, 0.35) 0%, transparent 36%), linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.18) 45%, rgba(2, 6, 23, 0.62) 100%);
}
.hero__logo-link {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.hero__logo-img {
  filter: drop-shadow(0 12px 24px rgba(255, 255, 255, 0.7)) drop-shadow(0 8px 18px rgba(22, 39, 80, 0.18));
}
.hero__subtitle {
  color: rgba(255, 255, 255, 0.9);
}

@keyframes mesh-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.95);
  }
}
@keyframes hero-content-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__overlay {
  background: linear-gradient(115deg, rgba(2, 6, 23, 0.78) 0%, rgba(22, 39, 80, 0.52) 36%, rgba(61, 61, 31, 0.2) 68%, rgba(110, 66, 48, 0.3) 100%), linear-gradient(180deg, rgba(2, 6, 23, 0.18) 0%, rgba(2, 6, 23, 0.05) 38%, rgba(2, 6, 23, 0.72) 100%), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 120px);
}
.hero__overlay::before, .hero__overlay::after {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  filter: none;
  animation: none;
  pointer-events: none;
}
.hero__overlay::before {
  top: 0;
  right: 0;
  background: linear-gradient(135deg, transparent 0 48%, rgba(164, 110, 85, 0.3) 48.15%, transparent 48.5%), linear-gradient(150deg, transparent 0 61%, rgba(255, 255, 255, 0.16) 61.15%, transparent 61.45%);
  opacity: 0.82;
}
.hero__overlay::after {
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at 50% 45%, transparent 0%, transparent 42%, rgba(2, 6, 23, 0.34) 100%), linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.62) 100%);
}
.hero__content {
  animation: hero-content-rise 900ms ease-out both;
}
.hero__logo-img {
  filter: drop-shadow(0 18px 45px rgba(2, 6, 23, 0.35));
}
.hero__title {
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.hero__subtitle {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
}

.hero__video-bg video {
  filter: saturate(1.03) contrast(0.96) brightness(1.14);
}
.hero__overlay {
  background: radial-gradient(ellipse at 50% 25%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.44) 24%, transparent 50%), linear-gradient(180deg, rgba(22, 39, 80, 0.22) 0%, rgba(255, 255, 255, 0.08) 38%, rgba(22, 39, 80, 0.44) 70%, rgba(2, 6, 23, 0.76) 100%), linear-gradient(112deg, rgba(22, 39, 80, 0.16) 0%, rgba(102, 102, 52, 0.08) 46%, rgba(110, 66, 48, 0.18) 100%);
}
.hero__overlay::before {
  background: linear-gradient(132deg, transparent 0 47%, rgba(164, 110, 85, 0.22) 47.12%, transparent 47.42%), linear-gradient(150deg, transparent 0 63%, rgba(255, 255, 255, 0.2) 63.12%, transparent 63.42%);
  opacity: 0.66;
}
.hero__overlay::after {
  background: radial-gradient(ellipse at 50% 25%, rgba(255, 255, 255, 0.22) 0%, transparent 36%), linear-gradient(180deg, transparent 0%, rgba(2, 6, 23, 0.18) 50%, rgba(2, 6, 23, 0.58) 100%);
}
.hero__logo-link {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.hero__logo-img {
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.86)) drop-shadow(0 12px 22px rgba(255, 255, 255, 0.5)) drop-shadow(0 10px 22px rgba(22, 39, 80, 0.2));
}

.hero-proof {
  position: relative;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(102, 102, 52, 0.1);
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.04);
}
.hero-proof__container {
  position: relative;
  z-index: 1;
}
.hero-proof__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  min-height: 150px;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .hero-proof__inner {
    flex-wrap: wrap;
    gap: 0.75rem;
    min-height: 0;
    padding: 1.25rem 0;
  }
}
.hero-proof__item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #666634;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.hero-proof__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #89543B;
  box-shadow: 0 0 0 5px rgba(137, 84, 59, 0.14);
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .hero-proof__item {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .hero-proof__item {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 0.75rem;
  }
}

.services-section {
  padding: 6rem 0;
  background: #F8FAFC;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 38%, #eef3ed 100%);
}
.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(102, 102, 52, 0.07) 1px, transparent 1px), linear-gradient(180deg, rgba(102, 102, 52, 0.05) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  pointer-events: none;
}
@media (max-width: 991px) {
  .services-section {
    padding: 4rem 0;
  }
}
.services-section__container {
  position: relative;
  z-index: 1;
}
.services-section__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 4rem;
}
@media (max-width: 991px) {
  .services-section__header {
    margin-bottom: 2.5rem;
  }
}
.services-section__title {
  font-size: 3rem;
  margin-bottom: 1.25rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .services-section__title {
    font-size: 2.25rem;
  }
}
.services-section__subtitle {
  font-size: 1.25rem;
  color: #64748B;
  margin-bottom: 0;
}

.services-grid {
  row-gap: 2rem;
}
@media (max-width: 1199px) {
  .services-grid {
    row-gap: 1.5rem;
  }
}
.services-grid__col {
  display: flex;
}
.services-grid__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 100%);
  width: 100%;
  padding: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 600ms cubic-bezier(0.16, 1, 0.3, 1), border-color 600ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.services-grid__item::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 1.25rem;
  padding: 1px;
  background: linear-gradient(135deg, rgba(137, 84, 59, 0.45), rgba(32, 56, 100, 0.15), rgba(102, 102, 52, 0.35));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.services-grid__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #666634, #89543B, #203864);
  opacity: 0.78;
}
.services-grid__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 90px rgba(2, 6, 23, 0.12), 0 16px 34px rgba(32, 56, 100, 0.1);
  border-color: transparent;
}
.services-grid__item:hover::before {
  opacity: 1;
}
@media (max-width: 991px) {
  .services-grid__item {
    padding: 2rem;
  }
}
.services-grid__icon-wrapper {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(32, 56, 100, 0.1), rgba(102, 102, 52, 0.08));
  border-radius: 0.875rem;
  margin-bottom: 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 18px 40px rgba(32, 56, 100, 0.12);
  transition: all 250ms ease;
}
.services-grid__item:hover .services-grid__icon-wrapper {
  background: linear-gradient(135deg, rgba(32, 56, 100, 0.16), rgba(137, 84, 59, 0.13));
  transform: scale(1.05) rotate(-2deg);
}
.services-grid__icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.services-grid__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 1rem;
}
.services-grid__description {
  font-size: 1.125rem;
  color: #64748B;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.services-grid__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #203864;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: gap 150ms ease, color 150ms ease;
}
.services-grid__link:hover {
  gap: 1rem;
  color: #162750;
}
.services-grid__link-icon {
  transition: transform 150ms ease;
}

.trust-section {
  padding: 6rem 0;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
}
.trust-section::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 42%;
  height: 72%;
  background: linear-gradient(135deg, rgba(102, 102, 52, 0.08), rgba(137, 84, 59, 0.1));
  clip-path: polygon(18% 0, 100% 10%, 82% 100%, 0 88%);
  pointer-events: none;
}
.trust-section__container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .trust-section {
    padding: 4rem 0;
  }
}
.trust-section__grid {
  row-gap: 2.5rem;
}
.trust-section__title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .trust-section__title {
    font-size: 2.25rem;
  }
}
.trust-section__statement {
  color: #475569;
  font-size: 1.125rem;
  line-height: 1.65;
}
.trust-section__statement p:last-child {
  margin-bottom: 0;
}
.trust-section__stats {
  row-gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(102, 102, 52, 0.14);
}
.trust-section__stat {
  text-align: left;
  padding: 1.25rem;
  border-radius: 0.875rem;
  background: rgba(248, 250, 252, 0.74);
  border: 1px solid rgba(226, 232, 240, 0.8);
}
.trust-section__stat-value {
  display: block;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}
.trust-section__stat-label {
  display: block;
  font-size: 0.875rem;
  color: #64748B;
  font-weight: 500;
}
.trust-section__image-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 36px 90px rgba(2, 6, 23, 0.16);
  position: relative;
  transform: rotate(1.5deg);
}
.trust-section__image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.08);
}
.trust-section__image {
  width: 100%;
  height: auto;
  display: block;
}

.cta-banner {
  background: linear-gradient(135deg, rgba(61, 61, 31, 0.98) 0%, rgba(102, 102, 52, 0.96) 42%, rgba(22, 39, 80, 0.98) 100%);
  color: #FFFFFF;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before, .cta-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.cta-banner::before {
  inset: 0;
  background: linear-gradient(120deg, transparent 0 38%, rgba(164, 110, 85, 0.22) 38.15%, transparent 38.45%), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 120px);
  opacity: 0.62;
}
.cta-banner::after {
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(164, 110, 85, 0.8), transparent);
}
@media (max-width: 991px) {
  .cta-banner {
    padding: 4rem 0;
  }
}
.cta-banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cta-banner__container {
    flex-direction: column;
    text-align: center;
  }
}
.cta-banner__title {
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .cta-banner__title {
    font-size: 1.875rem;
  }
}
.cta-banner__text {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.scroll-sequence {
  position: relative;
  background: linear-gradient(180deg, #0F172A 0%, #0A0F1A 100%);
  color: #FFFFFF;
  overflow: hidden;
}
.scroll-sequence__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.scroll-sequence__container {
  width: 100%;
}
.scroll-sequence__inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}
.scroll-sequence__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .scroll-sequence__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.scroll-sequence__overline {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #203864;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  background: rgba(32, 56, 100, 0.1);
  border-radius: 9999px;
}
.scroll-sequence__heading {
  font-size: 3.75rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .scroll-sequence__heading {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .scroll-sequence__heading {
    font-size: 2.25rem;
  }
}
.scroll-sequence__steps {
  position: relative;
}
.scroll-sequence__step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: none;
}
.scroll-sequence__step.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-sequence__step:first-child {
  position: relative;
}
.scroll-sequence__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px rgba(32, 56, 100, 0.3);
}
.scroll-sequence__step-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .scroll-sequence__step-title {
    font-size: 1.875rem;
  }
}
.scroll-sequence__step-description {
  font-size: 1.25rem;
  line-height: 1.65;
  color: #94A3B8;
  margin-bottom: 2rem;
  max-width: 500px;
}
@media (max-width: 767px) {
  .scroll-sequence__step-description {
    font-size: 1.125rem;
  }
}
.scroll-sequence__step-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #203864;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: gap 150ms ease;
}
.scroll-sequence__step-cta:hover {
  gap: 1rem;
  color: #2E4F8A;
}
.scroll-sequence__media {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .scroll-sequence__media {
    flex-basis: 100%;
    max-width: 100%;
    max-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.scroll-sequence__media-frame {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}
.scroll-sequence__media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.75rem;
  pointer-events: none;
}
.scroll-sequence__media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: none;
}
.scroll-sequence__media-item.is-active {
  opacity: 1;
}
.scroll-sequence__media-item:first-child {
  position: relative;
}
.scroll-sequence__progress {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  z-index: 10;
}
@media (max-width: 1199px) {
  .scroll-sequence__progress {
    left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .scroll-sequence__progress {
    display: none;
  }
}
.scroll-sequence__progress-track {
  width: 2px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.scroll-sequence__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #203864;
  border-radius: 2px;
  transition: height 0.6s ease;
}
.scroll-sequence__progress-dots {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.scroll-sequence__progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 150ms ease;
}
.scroll-sequence__progress-dot.is-active {
  background: #203864;
  box-shadow: 0 0 0 4px rgba(32, 56, 100, 0.2);
}
.scroll-sequence__progress-dot:hover {
  background: rgba(255, 255, 255, 0.4);
}
.scroll-sequence__bg-gradient {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
  transition: all 1s ease;
}
.scroll-sequence__bg-gradient--1 {
  top: -200px;
  right: -100px;
  background: #203864;
}
.scroll-sequence__bg-gradient--2 {
  bottom: -200px;
  left: -100px;
  background: #89543B;
  opacity: 0.08;
}

@media (max-width: 991px) {
  .scroll-sequence__sticky {
    height: auto;
    min-height: 100vh;
    padding: 4rem 0;
  }
  .scroll-sequence__inner {
    text-align: center;
  }
  .scroll-sequence__step-description {
    margin-left: auto;
    margin-right: auto;
  }
  .scroll-sequence__media-frame {
    max-width: 480px;
    margin: 0 auto;
  }
}
.page-header {
  background: linear-gradient(135deg, #203864 0%, #2A4A7A 40%, #1A2E52 100%);
  color: #FFFFFF;
  padding: 6rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.page-header::before, .page-header::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.page-header::before {
  width: 400px;
  height: 400px;
  background: rgba(32, 56, 100, 0.1);
  top: -30%;
  right: -5%;
}
.page-header::after {
  width: 300px;
  height: 300px;
  background: rgba(137, 84, 59, 0.05);
  bottom: -20%;
  left: -5%;
}
.page-header__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.page-header__video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-header__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 34, 68, 0.82) 0%, rgba(20, 34, 68, 0.68) 100%);
  z-index: 1;
}
.page-header__container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-header__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.page-header__logo-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.page-header__logo-img {
  max-width: 220px;
  max-height: 120px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4));
}
.page-header__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}
.page-header__subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-header {
    padding: 4rem 0 3rem;
    min-height: 340px;
  }
  .page-header__title {
    font-size: 2.25rem;
  }
  .page-header__subtitle {
    font-size: 1.125rem;
  }
  .page-header__logo-img {
    max-width: 160px;
    max-height: 90px;
  }
}

.page-header {
  background: linear-gradient(135deg, #eef3ed 0%, #f6f8f3 48%, #e2e9dd 100%);
}
.page-header__video-bg video {
  filter: saturate(1.02) contrast(0.96) brightness(1.16);
}
.page-header__overlay {
  background: radial-gradient(ellipse at 50% 24%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.5) 26%, transparent 52%), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.16) 44%, rgba(22, 39, 80, 0.56) 100%), linear-gradient(112deg, rgba(255, 255, 255, 0.32) 0%, rgba(102, 102, 52, 0.1) 46%, rgba(110, 66, 48, 0.24) 100%);
}
.page-header::before {
  width: 560px;
  height: 320px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.18) 52%, transparent 72%);
  filter: blur(34px);
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page-header::after {
  width: 100%;
  height: 46%;
  border-radius: 0;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.26));
  filter: none;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-header__container {
  max-width: 960px;
}
.page-header__logo-link {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.page-header__logo-img {
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.82)) drop-shadow(0 10px 20px rgba(255, 255, 255, 0.56)) drop-shadow(0 8px 16px rgba(22, 39, 80, 0.18));
}
.page-header__title {
  color: #FFFFFF;
  text-shadow: 0 14px 38px rgba(2, 6, 23, 0.48);
}
.page-header__subtitle {
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 767px) {
  .page-header__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.page-content {
  padding: 6rem 0;
}
.page-content__container {
  max-width: 960px;
  margin: 0 auto;
}
.page-content .entry-content {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #334155;
}
.page-content .entry-content h2, .page-content .entry-content h3, .page-content .entry-content h4, .page-content .entry-content h5, .page-content .entry-content h6 {
  color: #666634;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.page-content .entry-content h2 {
  font-size: 1.875rem;
}
.page-content .entry-content h3 {
  font-size: 1.5rem;
}
.page-content .entry-content h4 {
  font-size: 1.25rem;
}
.page-content .entry-content p {
  margin-bottom: 1.5rem;
}
.page-content .entry-content ul, .page-content .entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.page-content .entry-content li {
  margin-bottom: 0.5rem;
}
.page-content .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1.25rem;
}
.page-content .entry-content blockquote {
  border-left: 4px solid #203864;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: #F8FAFC;
  border-radius: 0 0.875rem 0.875rem 0;
  font-style: italic;
  color: #475569;
}

.services-intro {
  padding: 6rem 0 4rem;
}
.services-intro__container {
  max-width: 960px;
  margin: 0 auto;
}
.services-intro__content {
  font-size: 1.25rem;
  line-height: 1.65;
  color: #475569;
  text-align: center;
}

.services-list {
  padding: 0 0 6rem;
}
.services-list__container {
  max-width: 1470px;
  margin: 0 auto;
}
.services-list__item {
  padding: 4rem 0;
  border-bottom: 1px solid #E2E8F0;
  row-gap: 2rem;
}
.services-list__item:first-child {
  padding-top: 0;
}
.services-list__item:last-child {
  border-bottom: none;
}
.services-list__item--reverse .services-list__image-col {
  order: 2;
}
.services-list__item--reverse .services-list__content {
  order: 1;
}
@media (max-width: 991px) {
  .services-list__item {
    padding: 3rem 0;
  }
  .services-list__item--reverse .services-list__image-col,
  .services-list__item--reverse .services-list__content {
    order: unset;
  }
}
.services-list__image-wrapper {
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.04);
}
.services-list__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 400ms ease;
}
.services-list__item:hover .services-list__image {
  transform: scale(1.02);
}
.services-list__icon {
  margin-bottom: 1rem;
}
.services-list__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 1rem;
}
.services-list__description {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 1.5rem;
}
.services-list__features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.services-list__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.125rem;
  color: #334155;
}
.services-list__feature-icon {
  color: #203864;
  flex-shrink: 0;
  margin-top: 2px;
}

.process-section {
  padding: 6rem 0;
  background-color: #F8FAFC;
}
.process-section__container {
  max-width: 1470px;
  margin: 0 auto;
}
.process-section__header {
  text-align: center;
  margin-bottom: 4rem;
}
.process-section__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 1rem;
}
.process-section__subtitle {
  font-size: 1.25rem;
  color: #64748B;
  max-width: 640px;
  margin: 0 auto;
}
.process-section__steps {
  row-gap: 2rem;
  counter-reset: step;
}
.process-section__step-col {
  display: flex;
}
.process-section__step {
  text-align: center;
  width: 100%;
  padding: 2.5rem;
  background: #FFFFFF;
  border-radius: 1.75rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}
.process-section__step:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.process-section__step-number {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 1rem;
}
.process-section__step-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #666634;
  margin-bottom: 0.75rem;
}
.process-section__step-description {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #64748B;
}

.about-intro {
  padding: 6rem 0;
}
.about-intro__container {
  max-width: 1470px;
  margin: 0 auto;
}
.about-intro__grid {
  row-gap: 2rem;
}
.about-intro__text {
  font-size: 1.25rem;
  line-height: 1.65;
  color: #475569;
}
.about-intro__image-wrapper {
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.04);
}
.about-intro__image {
  width: 100%;
  height: auto;
  display: block;
}

.mission-vision {
  padding: 6rem 0;
  background-color: #F8FAFC;
}
.mission-vision__container {
  max-width: 1470px;
  margin: 0 auto;
}
.mission-vision__grid {
  row-gap: 2rem;
}
.mission-vision__col {
  display: flex;
}
.mission-vision__card {
  background: #FFFFFF;
  width: 100%;
  padding: 2.5rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.mission-vision__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
  transform: translateY(-4px);
}
.mission-vision__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
}
.mission-vision__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  border-radius: 9999px;
}
.mission-vision__text {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
}

.values-section {
  padding: 6rem 0;
}
.values-section__container {
  max-width: 1470px;
  margin: 0 auto;
}
.values-section__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #666634;
  text-align: center;
  margin-bottom: 3rem;
}
.values-section__grid {
  row-gap: 2rem;
}
.values-section__col {
  display: flex;
}
.values-section__card {
  text-align: center;
  width: 100%;
  padding: 2.5rem;
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1.75rem;
  transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.values-section__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
  border-color: transparent;
}
.values-section__icon {
  margin-bottom: 1.25rem;
}
.values-section__icon img {
  transition: transform 250ms ease;
}
.values-section__card:hover .values-section__icon img {
  transform: scale(1.1);
}
.values-section__card-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #666634;
  margin-bottom: 0.75rem;
}
.values-section__card-text {
  font-size: 1.125rem;
  color: #64748B;
  line-height: 1.65;
}

.team-section {
  padding: 6rem 0;
  background-color: #F8FAFC;
}
.team-section__container {
  max-width: 1470px;
  margin: 0 auto;
}
.team-section__header {
  text-align: center;
  margin-bottom: 3rem;
}
.team-section__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 0.75rem;
}
.team-section__subtitle {
  font-size: 1.25rem;
  color: #64748B;
}
.team-section__grid {
  row-gap: 2rem;
}
.team-section__col {
  display: flex;
}
.team-section__member {
  background: #FFFFFF;
  width: 100%;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.team-section__member:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.team-section__member-photo {
  overflow: hidden;
}
.team-section__member-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.team-section__member:hover .team-section__member-photo img {
  transform: scale(1.03);
}
.team-section__member-info {
  padding: 2rem;
}
.team-section__member-name {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #666634;
  margin-bottom: 0.25rem;
}
.team-section__member-position {
  font-size: 0.875rem;
  color: #203864;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 0.75rem;
}
.team-section__member-bio {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #64748B;
  margin-bottom: 0.75rem;
}
.team-section__member-email {
  font-size: 0.875rem;
  color: #203864;
  text-decoration: none;
}
.team-section__member-email:hover {
  text-decoration: underline;
}

.timeline-section {
  padding: 6rem 0;
  --journey-progress: 0%;
}
.timeline-section__container {
  max-width: 960px;
  margin: 0 auto;
}
.timeline-section__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #666634;
  text-align: center;
  margin-bottom: 3rem;
}
.timeline-section__timeline {
  position: relative;
  padding-left: 2.5rem;
}
.timeline-section__timeline::before, .timeline-section__timeline::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 2px;
  border-radius: 9999px;
}
.timeline-section__timeline::before {
  bottom: 0;
  background: rgba(32, 56, 100, 0.16);
}
.timeline-section__timeline::after {
  height: var(--journey-progress);
  max-height: 100%;
  background: linear-gradient(180deg, #203864, rgba(32, 56, 100, 0.32));
  box-shadow: 0 0 18px rgba(32, 56, 100, 0.26);
}
.timeline-section__event {
  position: relative;
  padding-bottom: 2.5rem;
  will-change: opacity, transform;
}
.timeline-section__event::before {
  content: "";
  position: absolute;
  left: calc(-2.5rem + 4px);
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 20px rgba(32, 56, 100, 0.1);
  transform: scale(0.82);
  transition: transform 250ms ease, box-shadow 250ms ease;
  z-index: 1;
}
.timeline-section__event:last-child {
  padding-bottom: 0;
}
.timeline-section__event.is-active::before {
  transform: scale(1);
  box-shadow: 0 0 0 8px rgba(32, 56, 100, 0.12), 0 0 20px rgba(32, 56, 100, 0.1);
}
.timeline-section__year {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #203864;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: rgba(32, 56, 100, 0.08);
  border-radius: 9999px;
  display: inline-block;
}
.timeline-section__event-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #666634;
  margin-bottom: 0.5rem;
}
.timeline-section__event-text {
  font-size: 1.125rem;
  color: #64748B;
  line-height: 1.65;
}

.about-certifications {
  padding: 6rem 0;
  background-color: #F8FAFC;
}
.about-certifications__container {
  max-width: 1470px;
  margin: 0 auto;
}
.about-certifications__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #666634;
  text-align: center;
  margin-bottom: 3rem;
}
.about-certifications__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.about-certifications__item {
  text-align: center;
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 250ms ease;
}
.about-certifications__item:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}
.about-certifications__item img {
  margin-bottom: 0.75rem;
}
.about-certifications__name {
  display: block;
  font-size: 0.875rem;
  color: #475569;
  font-weight: 500;
}

.contact-intro {
  padding: 6rem 0 3rem;
}
.contact-intro__container {
  max-width: 960px;
  margin: 0 auto;
}
.contact-intro__content {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.65;
  color: #475569;
}

.contact-main {
  padding: 0 0 6rem;
}
.contact-main__container {
  max-width: 1470px;
  margin: 0 auto;
}
.contact-main__grid {
  row-gap: 2rem;
}
.contact-main__info {
  background: linear-gradient(135deg, #203864 0%, #2A4A7A 40%, #1A2E52 100%);
  height: 100%;
  padding: 2.5rem;
  border-radius: 1.75rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.contact-main__info::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 9999px;
  background: rgba(32, 56, 100, 0.08);
  filter: blur(80px);
  bottom: -20%;
  right: -10%;
  pointer-events: none;
}
.contact-main__info-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.contact-main__detail {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.contact-main__detail:last-of-type {
  margin-bottom: 0;
}
.contact-main__icon {
  color: #FFFFFF;
  flex-shrink: 0;
}
.contact-main__detail-label {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.25rem;
}
.contact-main__detail-value {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
}
.contact-main__detail-link {
  font-size: 1.125rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 150ms ease;
}
.contact-main__detail-link:hover {
  color: #2E4F8A;
}
.contact-main__additional {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
  z-index: 1;
}
.contact-main__form {
  background: #FFFFFF;
  height: 100%;
  padding: 2.5rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.04);
}
.contact-main__form-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 1.5rem;
}
.contact-main__form-notice {
  font-size: 1.125rem;
  color: #64748B;
  font-style: italic;
}

.contact-map__wrapper {
  width: 100%;
  height: 450px;
  background: #F1F5F9;
}
.contact-map__wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.resources-intro {
  padding: 6rem 0 3rem;
}
.resources-intro__container {
  max-width: 960px;
  margin: 0 auto;
}
.resources-intro__content {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.65;
  color: #475569;
}

.resource-categories {
  padding: 0 0 6rem;
}
.resource-categories__container {
  max-width: 1470px;
  margin: 0 auto;
}
.resource-categories__group {
  margin-bottom: 3rem;
}
.resource-categories__group:last-child {
  margin-bottom: 0;
}
.resource-categories__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(203, 213, 225, 0.75);
}
.resource-categories__description {
  font-size: 1.125rem;
  color: #64748B;
  margin-bottom: 2rem;
  max-width: 640px;
}
.resource-categories__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.resource-categories__card {
  background: #FFFFFF;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.25rem;
  padding: 1.5rem;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 0 1 calc(33.33% - 0.84rem);
  min-width: 240px;
  position: relative;
}
.resource-categories__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  border-radius: 1.25rem 1.25rem 0 0;
  opacity: 0;
  transition: opacity 250ms ease;
}
.resource-categories__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 16px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: rgba(32, 56, 100, 0.2);
}
.resource-categories__card:hover::after {
  opacity: 1;
}
.resource-categories__card:hover .resource-categories__card-icon img {
  transform: scale(1.04);
}
.resource-categories__card:hover .resource-categories__card-title {
  color: #203864;
}
.resource-categories__card-icon {
  margin: 0 0 1rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.875rem;
  background-color: #F1F5F9;
}
.resource-categories__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.resource-categories__card-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #666634;
  margin-bottom: 0.75rem;
  line-height: 1.25;
  transition: color 150ms ease;
}
.resource-categories__card-text {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.resource-categories__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(135deg, #203864 0%, #2E4F8A 100%);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  text-decoration: none;
  margin-top: auto;
  transition: box-shadow 150ms ease, transform 150ms ease, filter 150ms ease;
}
.resource-categories__card-link:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
  filter: brightness(1.15);
  text-decoration: none;
}
.resource-categories__group-more {
  margin-top: 1.5rem;
  text-align: right;
}
.resource-categories__group-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #203864;
  text-decoration: none;
  transition: gap 150ms ease;
}
.resource-categories__group-more-link:hover {
  gap: 0.75rem;
  text-decoration: underline;
}
.resource-categories__empty {
  text-align: center;
  border: 1px dashed rgba(148, 163, 184, 0.9);
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  color: #475569;
  font-size: 1.125rem;
  background: #F8FAFC;
}
@media (max-width: 767px) {
  .resource-categories__group {
    margin-bottom: 2.5rem;
  }
  .resource-categories__grid {
    flex-direction: column;
    gap: 1rem;
  }
  .resource-categories__card {
    padding: 1.25rem;
  }
  .resource-categories__card-icon {
    margin-bottom: 0.75rem;
  }
}

.downloads-section {
  padding: 6rem 0;
  background-color: #F8FAFC;
}
.downloads-section__container {
  max-width: 1470px;
  margin: 0 auto;
}
.downloads-section__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #666634;
  margin-bottom: 2rem;
}
.downloads-section__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.downloads-section__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: #FFFFFF;
  padding: 1.5rem 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 250ms ease;
}
.downloads-section__item:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.04);
  border-color: transparent;
}
@media (max-width: 767px) {
  .downloads-section__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.downloads-section__item-info {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.downloads-section__item-icon {
  color: #203864;
  flex-shrink: 0;
  margin-top: 2px;
}
.downloads-section__item-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #666634;
  margin-bottom: 0.25rem;
}
.downloads-section__item-text {
  font-size: 0.875rem;
  color: #64748B;
}
.downloads-section__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.faq-section {
  padding: 6rem 0;
}
.faq-section__container {
  max-width: 960px;
  margin: 0 auto;
}
.faq-section__title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #666634;
  text-align: center;
  margin-bottom: 3rem;
}
.faq-section__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-section__item {
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 250ms ease;
  background: #FFFFFF;
}
.faq-section__item[open] {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 6px 16px rgba(0, 0, 0, 0.04);
  border-color: rgba(32, 56, 100, 0.15);
}
.faq-section__item[open] .faq-section__toggle-icon {
  transform: rotate(180deg);
}
.faq-section__item[open] .faq-section__question {
  color: #203864;
}
.faq-section__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 2rem;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #666634;
  list-style: none;
  user-select: none;
  transition: all 150ms ease;
}
.faq-section__question::-webkit-details-marker {
  display: none;
}
.faq-section__question:hover {
  color: #203864;
}
.faq-section__toggle-icon {
  flex-shrink: 0;
  color: #203864;
  transition: transform 250ms ease;
}
.faq-section__answer {
  padding: 0 2rem 2rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
}

.submit-plans-intro {
  padding: 4rem 0 2.5rem;
}
.submit-plans-intro__container {
  max-width: 960px;
  margin: 0 auto;
}
.submit-plans-intro__content {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.65;
  color: #475569;
}

.submit-plans {
  padding: 3rem 0 6rem;
}
.submit-plans__container {
  max-width: 1470px;
  margin: 0 auto;
}
.submit-plans__grid {
  row-gap: 2rem;
}
.submit-plans__panel {
  background: linear-gradient(135deg, #203864 0%, #2A4A7A 40%, #1A2E52 100%);
  padding: 2.5rem 2rem;
  border-radius: 1.75rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}
@media (min-width: 992px) {
  .submit-plans__panel {
    position: sticky;
    top: calc(90px + 1.5rem);
  }
}
.submit-plans__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(46, 79, 138, 0.35) 0%, transparent 45%), radial-gradient(circle at 100% 100%, rgba(137, 84, 59, 0.18) 0%, transparent 50%);
  pointer-events: none;
}
.submit-plans__panel-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 2rem;
  position: relative;
  letter-spacing: -0.025em;
}
.submit-plans__detail {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.submit-plans__detail:last-of-type {
  margin-bottom: 0;
}
.submit-plans__icon {
  color: #FFFFFF;
  flex-shrink: 0;
  opacity: 0.95;
}
.submit-plans__detail-label {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 0.25rem;
}
.submit-plans__detail-value {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.25;
  margin: 0;
}
.submit-plans__detail-link {
  font-size: 1.125rem;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  transition: color 150ms ease;
}
.submit-plans__detail-link:hover, .submit-plans__detail-link:focus {
  color: #2E4F8A;
}
.submit-plans__license {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 0.25rem;
  position: relative;
}
.submit-plans__license-number {
  display: inline-block;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  font-family: "JetBrains Mono", "Fira Code", monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
}
.submit-plans__license-note {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}
.submit-plans__form-panel {
  background: #FFFFFF;
  padding: 2.5rem;
  border: 1px solid #E2E8F0;
  border-radius: 1.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .submit-plans__form-panel {
    padding: 1.5rem;
  }
}
.submit-plans__form-title {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F172A;
  letter-spacing: -0.025em;
  margin: 0 0 0.25rem;
}
.submit-plans__form-description {
  margin: 0 0 2rem;
  color: #64748B;
  font-size: 0.875rem;
}

.submit-plans-form__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.65;
  border: 1px solid transparent;
}
.submit-plans-form__alert svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.submit-plans-form__alert.is-hidden {
  display: none;
}
.submit-plans-form__alert--success {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25);
  color: rgb(7.0686567164, 81.7313432836, 56.9910447761);
}
.submit-plans-form__alert--success svg {
  color: #10B981;
}
.submit-plans-form__alert--error {
  background: rgba(239, 68, 68, 0.06);
  border-color: rgba(239, 68, 68, 0.25);
  color: rgb(217.0305418719, 18.5694581281, 18.5694581281);
}
.submit-plans-form__alert--error svg {
  color: #EF4444;
}
.submit-plans-form__grid {
  row-gap: 1.25rem;
}
.submit-plans-form__field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.submit-plans-form__label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
  text-transform: none;
}
.submit-plans-form__required {
  color: #EF4444;
  font-weight: 700;
}
.submit-plans-form__input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #0F172A;
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 0.625rem;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
  appearance: none;
}
.submit-plans-form__input::placeholder {
  color: #94A3B8;
}
.submit-plans-form__input:hover {
  border-color: #CBD5E1;
}
.submit-plans-form__input:focus {
  outline: none;
  border-color: #203864;
  box-shadow: 0 0 0 4px rgba(32, 56, 100, 0.08);
  background: #FFFFFF;
}
.submit-plans-form__input--invalid {
  border-color: #EF4444;
  background: rgba(239, 68, 68, 0.025);
}
.submit-plans-form__input--invalid:focus {
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}
.submit-plans-form__select-wrap {
  position: relative;
}
.submit-plans-form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid #64748B;
  border-bottom: 2px solid #64748B;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.submit-plans-form__select {
  padding-right: 2.5rem;
  cursor: pointer;
  background-image: none;
}
.submit-plans-form__textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.65;
}
.submit-plans-form__file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.submit-plans-form__file:focus + .submit-plans-form__dropzone, .submit-plans-form__file:focus-visible + .submit-plans-form__dropzone {
  border-color: #203864;
  box-shadow: 0 0 0 4px rgba(32, 56, 100, 0.08);
}
.submit-plans-form__dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 1.25rem;
  text-align: center;
  background: #F8FAFC;
  border: 1.5px dashed #CBD5E1;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}
.submit-plans-form__dropzone:hover {
  border-color: #203864;
  background: rgba(32, 56, 100, 0.03);
}
.submit-plans-form__dropzone.is-dragging {
  border-color: #203864;
  background: rgba(32, 56, 100, 0.06);
  transform: scale(1.01);
}
.submit-plans-form__dropzone.has-file {
  border-style: solid;
  border-color: #2E4F8A;
  background: rgba(32, 56, 100, 0.04);
}
.submit-plans-form__dropzone-icon {
  color: #203864;
  opacity: 0.85;
}
.submit-plans-form__dropzone-primary {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1E293B;
  word-break: break-word;
}
.submit-plans-form__dropzone-hint {
  font-size: 0.875rem;
  color: #64748B;
}
.submit-plans-form__dropzone-remove {
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #EF4444;
  background: rgba(239, 68, 68, 0.08);
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 150ms ease;
}
.submit-plans-form__dropzone-remove:hover, .submit-plans-form__dropzone-remove:focus {
  background: rgba(239, 68, 68, 0.15);
  outline: none;
}
.submit-plans-form__field.has-error .submit-plans-form__dropzone {
  border-color: #EF4444;
  background: rgba(239, 68, 68, 0.03);
}
.submit-plans-form__field.has-error .submit-plans-form__select-wrap::after {
  border-color: #EF4444;
}
.submit-plans-form__error {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #EF4444;
  line-height: 1.25;
}
.submit-plans-form__error::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EF4444' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.submit-plans-form__error[hidden] {
  display: none;
}
.submit-plans-form__honey {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.submit-plans-form__actions {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .submit-plans-form__actions {
    justify-content: stretch;
  }
}
.submit-plans-form__submit {
  position: relative;
  min-width: 200px;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease, opacity 150ms ease;
  box-shadow: 0 6px 14px rgba(32, 56, 100, 0.25);
}
.submit-plans-form__submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(32, 56, 100, 0.3);
}
.submit-plans-form__submit:disabled {
  opacity: 0.85;
  cursor: wait;
}
@media (max-width: 575px) {
  .submit-plans-form__submit {
    width: 100%;
  }
}
.submit-plans-form__submit.is-loading .submit-plans-form__submit-label,
.submit-plans-form__submit.is-loading .submit-plans-form__submit-icon {
  visibility: hidden;
}
.submit-plans-form__submit.is-loading .submit-plans-form__spinner {
  opacity: 1;
}
.submit-plans-form__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #FFFFFF;
  border-radius: 9999px;
  opacity: 0;
  animation: submit-plans-spin 0.7s linear infinite;
}

@keyframes submit-plans-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
