html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

article, aside, details,
figcaption, figure, footer,
header, hgroup, menu,
nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

img, svg {
  max-width: 100%;
  height: auto;
}

button, a {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  outline: 0;
  color: inherit;
}
button:focus, a:focus {
  outline: none;
}
button:hover, a:hover {
  color: inherit;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Semibold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

.bttn {
  border-radius: 40px;
  padding: 16px 24px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1550px) {
  .bttn {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bttn {
    font-size: 20px;
  }
}

.block-title {
  font-weight: 700;
  font-size: 48px;
  color: #155c7d;
}
@media (max-width: 991px) {
  .block-title {
    font-size: 36px;
  }
}

.pos-fixed-btn {
  display: none;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 2;
}

@keyframes rotate-horizontal {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.pos-fixed-btn #cart-icon {
  animation: rotate-horizontal 4s linear infinite;
  transform-origin: center;
}

@media (max-width: 1625px) {
  .header-link {
    font-size: 16px;
  }
  .header-btn {
    right: 20px;
  }
}
@media (max-width: 1440px) {
  .header-btn {
    display: none;
  }
}
.pos-wrapper--alt {
  margin-top: 40px;
  justify-content: normal;
}

.pos-wrapper--alt .pos-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pos-item span {
  font-weight: 600;
  font-size: 16px;
  color: #424242;
  margin-bottom: 20px;
  white-space: nowrap;
}

.banner {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0 0 50px;
}

.banner-link {
  display: block;
}

.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-pc {
  display: none;
  width: 100%;
}

.banner-mob {
  width: 100%;
}

@media (min-width: 768px) {
  .banner-pc {
    display: block;
  }
  .banner-mob {
    display: none;
  }
}
.menu {
  width: 100%;
  max-width: 355px;
  position: fixed;
  top: -100%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: #C3D6FF;
  padding: 170px 95px 55px;
  transition: all 0.3s linear;
}

.menu.active {
  top: 0;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.menu-link {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.menu-btn {
  background: #2b73b6;
  color: #fff;
  margin-top: 42px;
}

.menu-close {
  background-color: #C3D6FF;
  border-radius: 100%;
  padding: 13px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.overlay.active {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.header-bg-wrapper {
  position: relative;
  height: 172px;
  width: 100%;
}
@media (max-width: 767px) {
  .header-bg-wrapper {
    height: 150px;
  }
}

.header-bg {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.header-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 14px 0;
}
@media (max-width: 1600px) {
  .header-wrapper {
    gap: 25px;
    padding: 24px 0;
  }
}

.header-nav-item {
  width: 100%;
  max-width: 490px;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  .header-nav-item {
    gap: 30px;
  }
}
.header-nav-item--2 {
  justify-content: flex-start;
  position: relative;
}

.header-link {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-align: center;
}
@media (max-width: 1550px) {
  .header-link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header-link {
    display: none;
  }
}

.header-btn {
  position: absolute;
  right: -10px;
  z-index: 1;
  transform: translateX(100%);
  color: #fff;
  background: #2b73b6;
}
@media (max-width: 1600px) {
  .header-btn {
    right: 1px;
  }
}
@media (max-width: 1200px) {
  .header-btn {
    display: none;
  }
}
.header-btn:hover {
  color: #fff;
}

.header-logo {
  flex-shrink: 0;
}
@media (max-width: 1550px) {
  .header-logo {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .header-logo {
    max-width: 200px;
  }
}

.burger {
  display: none;
  position: absolute;
  left: 0;
  top: 24px;
}
@media (max-width: 991px) {
  .burger {
    display: block;
  }
}

.intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 128px;
}
@media (max-width: 767px) {
  .intro {
    background-color: #a7c9e9;
    background-position: bottom;
    margin-top: 110px;
  }
}

.intro-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 139px 0 50px;
}
@media (max-width: 991px) {
  .intro-wrapper {
    flex-wrap: wrap;
    padding: 80px 0 0;
    gap: 100px;
  }
}

.intro-left {
  position: relative;
  bottom: -195px;
  z-index: 0;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .intro-left {
    width: 50%;
    flex-shrink: 1;
  }
}
@media (max-width: 991px) {
  .intro-left {
    width: 100%;
    bottom: -145px;
    order: 1;
    text-align: center;
  }
}

.intro-right {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 1440px) {
  .intro-right {
    width: 50%;
    flex-shrink: 1;
  }
}
@media (max-width: 991px) {
  .intro-right {
    width: 100%;
    max-width: 100%;
    order: 0;
  }
}

.intro-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 16px;
  color: #155c7d;
}
@media (max-width: 1550px) {
  .intro-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .intro-title {
    text-align: center;
  }
}

.intro-subtitle {
  font-weight: 600;
  font-size: 24px;
  color: #155c7d;
  margin-bottom: 30px;
}
@media (max-width: 1550px) {
  .intro-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .intro-subtitle {
    text-align: center;
  }
}

.intro-text {
  font-weight: 400;
  font-size: 20px;
  color: #424242;
  margin-bottom: 40px;
}
@media (max-width: 1550px) {
  .intro-text {
    font-size: 16px;
  }
}

.btns-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .btns-group {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .btns-group {
    flex-direction: column;
    gap: 16px;
  }
}

.intro-btn1 {
  background: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .intro-btn1 {
    padding: 20px 55px;
  }
}

.intro-btn2 {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  background: #155c7d;
  color: #fff;
}
@media (max-width: 767px) {
  .intro-btn2 {
    padding: 20px 55px;
  }
}
.intro-btn2:hover {
  color: #fff;
}

.advtg {
  padding: 147px 0 50px;
}
@media (max-width: 991px) {
  .advtg {
    padding: 150px 0 30px;
  }
}

.advtg-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1200px) {
  .advtg-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.advtg-item {
  width: 100%;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.advtg-icon {
  margin-bottom: 18px;
}

.advtg-text {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #424242;
}
@media (max-width: 1550px) {
  .advtg-text {
    font-size: 18px;
  }
}

.whom {
  padding: 96px 0 80px;
  background-color: #e5f0ff;
}
@media (max-width: 991px) {
  .whom {
    padding: 50px 0 60px;
  }
}
.whom .container {
  max-width: 1390px;
}

.whom-title {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .whom-title {
    margin-bottom: 24px;
  }
}

.whom-text {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #424242;
  margin-bottom: 30px;
}

.whom-subtitle {
  text-align: center;
  color: #424242;
  font-weight: 600;
  font-size: 24px;
}

.whom-wrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 140px;
}
@media (max-width: 991px) {
  .whom-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .whom-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.whom-item {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1227px) {
  .whom-item {
    max-width: calc((100% - 100px) / 3);
  }
}
@media (max-width: 991px) {
  .whom-item {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 767px) {
  .whom-item {
    max-width: 100%;
  }
}

.whom-item-img {
  margin-bottom: 22px;
  border-radius: 40px 0;
  overflow: hidden;
  display: flex;
}
.whom-item-img img {
  width: 100%;
}

.whom-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
  margin-bottom: 25px;
}

.whom-item-text {
  color: #424242;
  font-weight: 400;
  font-size: 20px;
}

.whom-swiper-wrapper {
  position: relative;
}
.whom-swiper-wrapper .swiper-button-next, .whom-swiper-wrapper .swiper-button-prev {
  width: 64px;
  height: 64px;
  top: 32%;
  z-index: 1;
}
.whom-swiper-wrapper .swiper-button-next {
  right: -15px;
}
.whom-swiper-wrapper .swiper-button-prev {
  left: -15px;
}
.whom-swiper-wrapper .swiper-button-next:after, .whom-swiper-wrapper .swiper-button-prev:after {
  content: "";
}
.whom-swiper-wrapper .swiper-pagination {
  bottom: -35px;
  display: flex;
  justify-content: center;
  gap: 16px;
  z-index: 1;
}
.whom-swiper-wrapper .swiper-pagination-lock {
  display: none;
}
.whom-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #2b73b6;
}
.whom-swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #155c7d;
}

.recc {
  background-color: #e5f0ff;
}
@media (max-width: 991px) {
  .recc {
    padding-top: 60px;
  }
}
.recc .container {
  max-width: 1390px;
}

.recc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .recc-wrapper {
    flex-direction: column;
  }
}

.recc-left {
  width: 100%;
  max-width: 570px;
}
@media (max-width: 991px) {
  .recc-left {
    text-align: center;
  }
}

.recc-title {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .recc-title {
    margin-bottom: 24px;
    text-align: center;
  }
}

.recc-text {
  font-weight: 400;
  font-size: 20px;
  color: #424242;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .recc-text {
    margin-bottom: 24px;
    text-align: center;
  }
}

.recc-btn {
  background: #155c7d;
  color: #fff;
}
.recc-btn:hover {
  color: #fff;
}

.recc2 {
  background-color: #e5f0ff;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .recc2 {
    padding: 40px 0 65px;
  }
}

.recc2-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #424242;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .recc2-title {
    margin-bottom: 15px;
  }
}

.recc2-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px 20px;
}
@media (max-width: 1200px) {
  .recc2-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.recc2-item {
  width: 100%;
  max-width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recc2-icon {
  margin-bottom: 40px;
  width: 79px;
  height: 80px;
}

.recc2-text {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #424242;
}

.effect {
  padding-top: 80px;
  background: #e0e8f4;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.effect-title {
  margin-bottom: 48px;
  text-align: center;
}

.effect-subtitle {
  width: 100%;
  max-width: 960px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #424242;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}

.effect-wrapper {
  position: relative;
  padding-bottom: 315px;
}
@media (max-width: 1440px) {
  .effect-wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .effect-wrapper {
    padding-bottom: 60px;
  }
}

.effect-img {
  text-align: center;
  position: relative;
}
.effect-img img {
  position: relative;
  z-index: 0;
}

.effect-ellipse {
  width: 476px;
  height: 505px;
  border-radius: 100%;
  background-color: #588dff;
  filter: blur(150px);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.effect-item-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 767px) {
  .effect-item-wrapper {
    gap: 24px;
  }
}

.effect-item {
  width: 100%;
  max-width: 400px;
  position: absolute;
}
@media (max-width: 1440px) {
  .effect-item {
    position: static;
    display: inline-block;
    max-width: calc((100% - 50px) / 2);
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .effect-item {
    max-width: 100%;
  }
}
.effect-item--1 {
  top: 100px;
  left: 0;
}
.effect-item--1 .effect-item-arrow {
  top: 15px;
  right: -78px;
}
.effect-item--2 {
  top: 100px;
  right: 0;
}
.effect-item--2 .effect-item-arrow {
  top: 15px;
  left: -19px;
  transform: translateX(-100%);
}
.effect-item--3 {
  top: 440px;
  left: 158px;
}
.effect-item--3 .effect-item-arrow {
  top: 15px;
  right: -133px;
}
.effect-item--4 {
  top: 440px;
  right: 77px;
}
.effect-item--4 .effect-item-arrow {
  top: 15px;
  left: -27px;
  transform: translateX(-100%);
}
.effect-item--5 {
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.effect-item--5 .effect-item-arrow {
  top: -15px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.effect-item--5 .effect-item-title {
  text-align: center;
}
.effect-item--5 .effect-item-text {
  text-align: center;
}

.effect-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .effect-item-title {
    text-align: center;
  }
}

.effect-item-text {
  font-weight: 400;
  font-size: 20px;
  color: #424242;
}
@media (max-width: 767px) {
  .effect-item-text {
    text-align: center;
  }
}

.effect-item-arrow {
  position: absolute;
}
@media (max-width: 1440px) {
  .effect-item-arrow {
    display: none;
  }
}

.comp {
  background-color: #143e68;
  padding: 110px 0 175px;
  position: relative;
}
@media (max-width: 991px) {
  .comp {
    padding: 65px 0 100px;
  }
}

.comp-top-ellipse {
  width: 1275px;
  height: 315px;
  border-radius: 100%;
  background-color: #3064a8;
  filter: blur(150px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .comp-top-ellipse {
    display: none;
  }
}

.comp-title {
  text-align: center;
  color: #fff;
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .comp-title {
    margin-bottom: 24px;
  }
}

.comp-text {
  width: 100%;
  max-width: 960px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .comp-text {
    margin-bottom: 0;
  }
}
.comp-text p + p {
  margin-top: 25px;
}

.comp-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 83px;
  margin-bottom: 60px;
}

.comp-item {
  width: 100%;
  max-width: calc((100% - 166px) / 3);
}
@media (max-width: 1200px) {
  .comp-item {
    max-width: calc((100% - 83px) / 2);
  }
}
@media (max-width: 991px) {
  .comp-item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.comp-icon {
  width: 190px;
  height: 200px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .comp-icon {
    justify-content: center;
  }
}
.comp-icon img {
  position: relative;
  z-index: 1;
}

.comp-icon-ellipse {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #38a0d1;
  filter: blur(50px);
}

.comp-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .comp-item-title {
    text-align: center;
  }
}

.comp-item-text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 991px) {
  .comp-item-text {
    text-align: center;
  }
}

.comp-pills .nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .comp-pills .nav-pills {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.comp-pills .nav-item {
  position: relative;
  z-index: 1;
}
.comp-pills .nav-link {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 991px) {
  .comp-pills .nav-link {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #fff;
    padding: 0;
  }
}
.comp-pills .nav-link.active {
  background-color: transparent;
}
@media (max-width: 991px) {
  .comp-pills .nav-link.active {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #2b73b6;
  }
}
.comp-pills .nav-link:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .comp-pills .nav-link:hover {
    color: #2b73b6;
  }
}
.comp-pills .comp-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 83px;
}
@media (max-width: 767px) {
  .comp-pills .comp-list-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.comp-pills .comp-tab-item {
  width: 100%;
  max-width: calc((100% - 166px) / 3);
}
@media (max-width: 1200px) {
  .comp-pills .comp-tab-item {
    max-width: calc((100% - 83px) / 2);
  }
}
@media (max-width: 991px) {
  .comp-pills .comp-tab-item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.comp-pills .comp-tab-item-icon {
  position: relative;
}
.comp-pills .comp-tab-item-icon-ellipse {
  width: 77px;
  height: 69px;
  border-radius: 100%;
  background-color: #38a0d1;
  filter: blur(50px);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 767px) {
  .comp-pills .comp-tab-item-icon-ellipse {
    display: none;
  }
}
.comp-pills .comp-tab-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .comp-pills .comp-tab-item-title {
    text-align: center;
  }
}
.comp-pills .comp-tab-item-text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 991px) {
  .comp-pills .comp-tab-item-text {
    text-align: center;
  }
}

.toggle-switch {
  display: inline-block;
  position: relative;
  width: 84px;
  height: 36px;
  margin: 0 30px;
}
@media (max-width: 991px) {
  .toggle-switch {
    display: none;
  }
}
.toggle-switch img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .toggle-switch img {
    display: none;
  }
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(33px);
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.4s;
  border-radius: 40px;
  width: 84px;
  height: 36px;
  box-shadow: inset 6px 4px 10px 0 rgba(0, 0, 0, 0.54);
  background: #38a0d1;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  left: 9px;
  bottom: 6px;
  transition: 0.4s;
  border-radius: 40px;
  width: 33px;
  height: 24px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(142deg, #003b95 0%, #00265f 100%);
}

.comp-swiper-wrapper {
  position: relative;
}
.comp-swiper-wrapper .swiper-button-next, .comp-swiper-wrapper .swiper-button-prev {
  width: 64px;
  height: 64px;
  top: 0;
  transform: translateY(50%);
  z-index: 1;
}
.comp-swiper-wrapper .swiper-button-next {
  right: -15px;
}
.comp-swiper-wrapper .swiper-button-prev {
  left: -15px;
}
.comp-swiper-wrapper .swiper-button-next:after, .comp-swiper-wrapper .swiper-button-prev:after {
  content: "";
}
.comp-swiper-wrapper .swiper-pagination {
  bottom: -35px;
  display: flex;
  justify-content: center;
  gap: 16px;
  z-index: 1;
}
.comp-swiper-wrapper .swiper-pagination-lock {
  display: none;
}
.comp-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #2b73b6;
}
.comp-swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.use {
  background: #e5f0ff;
  padding: 90px 0 50px;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .use {
    padding: 90px 0 20px;
  }
}

.use-title {
  text-align: center;
}
@media (max-width: 1440px) {
  .use-title {
    margin-bottom: 36px;
  }
}

.use-wrapper {
  position: relative;
  text-align: center;
}

.use-img {
  margin: -120px auto;
}
@media (max-width: 1440px) {
  .use-img {
    width: 100%;
    max-width: 600px;
    margin: -80px auto;
  }
}

.use-item {
  position: absolute;
}
@media (max-width: 1440px) {
  .use-item {
    position: static;
  }
}
.use-item--1 {
  top: 115px;
  left: 0;
}
.use-item--1 .use-item-text {
  font-weight: 600;
  font-size: 36px;
  color: #424242;
}
@media (max-width: 1440px) {
  .use-item--1 .use-item-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .use-item--1 .use-item-text {
    font-size: 24px;
  }
}
.use-item--1 .use-item-line {
  width: 200px;
  top: 25px;
  right: -170px;
}
@media (max-width: 1550px) {
  .use-item--1 .use-item-line {
    width: 150px;
    right: -100px;
  }
}
.use-item--2 {
  top: 300px;
  left: 0;
}
.use-item--2 .use-item-text {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
}
@media (max-width: 1440px) {
  .use-item--2 .use-item-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .use-item--2 .use-item-text {
    font-weight: 400;
    font-size: 20px;
  }
}
.use-item--3 {
  top: 300px;
  right: 0;
}
.use-item--3 .use-item-text {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
}
@media (max-width: 1440px) {
  .use-item--3 .use-item-text {
    margin-bottom: 30px;
  }
}
.use-item--3 .use-item-text span {
  font-size: 36px;
}
.use-item--3 .use-item-text .use-item-line {
  width: 150px;
  top: 20px;
  left: -200px;
}
@media (max-width: 1550px) {
  .use-item--3 .use-item-text .use-item-line {
    width: 100px;
    left: -120px;
  }
}
.use-item--4 {
  top: 115px;
  right: 0;
}
.use-item--4 .use-item-text {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
}
@media (max-width: 1440px) {
  .use-item--4 .use-item-text {
    margin-bottom: 30px;
  }
}
.use-item--4 .use-item-line {
  width: 130px;
  top: 20px;
  left: -155px;
}
@media (max-width: 1550px) {
  .use-item--4 .use-item-line {
    width: 150px;
    left: -175px;
  }
}
.use-item--5 {
  top: 475px;
  left: 0;
}
.use-item--5 .use-item-text {
  font-weight: 600;
  font-size: 24px;
  color: #155c7d;
}
@media (max-width: 1440px) {
  .use-item--5 .use-item-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .use-item--5 .use-item-text {
    border: 1px solid #155c7d;
    padding: 16px 11px;
    font-size: 18px;
  }
}

.use-item-line {
  display: block;
  height: 1px;
  background-color: #777;
  position: absolute;
}
@media (max-width: 1440px) {
  .use-item-line {
    display: none;
  }
}

.use-item-text {
  text-align: left;
  position: relative;
}
@media (max-width: 1440px) {
  .use-item-text {
    text-align: center;
  }
}

@media (max-width: 1440px) {
  .use-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .use-content {
    text-align: left;
    max-width: 100%;
  }
}

.use-content-title {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .use-content-title {
    font-size: 18px;
  }
}

.use-content-text {
  font-weight: 400;
  font-size: 20px;
  color: #424242;
}
@media (max-width: 991px) {
  .use-content-text {
    font-size: 16px;
  }
}
.use-content-text p + p {
  margin-top: 20px;
}

.instruct {
  background: #e0e8f4;
  padding: 85px 0 110px;
}
@media (max-width: 767px) {
  .instruct {
    padding: 60px 0 0;
  }
}

.instruct-title {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .instruct-title {
    margin-bottom: 24px;
  }
}

.instruct-wrapper {
  display: flex;
  height: 1024px;
}
@media (max-width: 767px) {
  .instruct-wrapper {
    display: none;
  }
}

.instruct-nav {
  width: 100%;
  max-width: 422px;
  background: #e2f4f6;
  padding: 70px 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  box-shadow: inset -5px 0px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .instruct-nav {
    max-width: 315px;
    padding: 35px 25px;
  }
}

.instruct-nav-title {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
}

.instruct-nav-link {
  color: #424242;
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.instruct-content {
  width: 100%;
  background: #fff;
  padding: 70px 110px 40px 60px;
  overflow-y: scroll;
  position: relative;
}
@media (max-width: 1200px) {
  .instruct-content {
    padding: 35px 20px;
  }
}
.instruct-content::-webkit-scrollbar {
  width: 8px;
}
.instruct-content::-webkit-scrollbar-track {
  box-shadow: inset 3px 1px 6px 0 rgba(0, 0, 0, 0.25);
  background: #e2f4f6;
}
.instruct-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2b73b6 0%, #003b95 100%);
  border-radius: 40px;
}

.instruct-content-title {
  font-weight: 600;
  font-size: 36px;
  color: #424242;
  margin-bottom: 30px;
}

.instruct-item + .instruct-item {
  margin-top: 40px;
}

.instruct-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
  margin-bottom: 20px;
}

.instruct-item-text {
  color: #424242;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.instruct-item-text p + p {
  margin-top: 25px;
}

.instruct-spec-item {
  font-weight: 400;
  font-size: 20px;
  color: #777;
  margin-bottom: 30px;
}
.instruct-spec-item span {
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.instruct-table {
  width: 100%;
  max-width: 640px;
  border-collapse: collapse;
  border: 1px solid #e2f4f6;
}

.instruct-table thead th {
  background-color: #e2f4f6;
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.instruct-table thead th:nth-child(2) {
  text-align: center;
}

.instruct-table tbody td {
  padding: 10px 20px;
  border-left: 1px solid #e2f4f6;
  border-right: 1px solid #e2f4f6;
  font-weight: 400;
  font-size: 16px;
  color: #424242;
}
.instruct-table tbody td:nth-child(2), .instruct-table tbody td:nth-child(3) {
  text-align: center;
}

.instruct-table tbody tr:nth-child(odd) {
  background: linear-gradient(0deg, #d6e3f0 0%, #e8eff8 100%);
}

.instruct-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.instruct-table tbody tr td {
  border-left: 1px solid #e2f4f6;
}

.instruct-cert ul {
  list-style: square;
  padding-left: 20px;
}
.instruct-cert ul li + li {
  margin-top: 10px;
}

.instruct-wrapper--m {
  display: none;
}
@media (max-width: 767px) {
  .instruct-wrapper--m {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.instruct-subtitle {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #424242;
  margin-bottom: 24px;
}
.instruct-subtitle br {
  display: none;
}

.instruct-spec-item--m {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}
.instruct-spec-item--m span {
  color: #424242;
  font-weight: 600;
  font-size: 24px;
}

@media (max-width: 767px) {
  .instruct-table--m {
    margin-bottom: 45px;
  }
  .instruct-table--m thead th {
    font-size: 9px;
    padding: 9px 10px;
  }
  .instruct-table--m tbody td {
    font-size: 8px;
    padding: 6px 10px;
  }
}

.instruct-slider {
  width: calc(100% + 30px);
  padding: 35px 15px 45px;
  background-color: #fff;
}
.instruct-slider .instruct-swiper {
  padding-bottom: 55px;
}
.instruct-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  z-index: 1;
}
.instruct-slider .swiper-pagination-lock {
  display: none;
}
.instruct-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #2b73b6;
}
.instruct-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #155c7d;
}

.faq {
  padding: 75px 0 55px;
  background: #e5f0ff;
}
@media (max-width: 991px) {
  .faq .container {
    max-width: 100%;
    padding: 0;
  }
}

.faq-title {
  margin-bottom: 35px;
  text-align: center;
}

.accordion-item {
  border: none;
}
.accordion-item + .accordion-item {
  margin-top: 20px;
}

.accordion-button {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
  padding: 30px 25px 30px 55px;
}
@media (max-width: 991px) {
  .accordion-button {
    padding: 30px 15px 30px 20px;
    font-size: 18px;
  }
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
  background-image: url('data:image/svg+xml,<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 5.28613C20.2174 5.28613 16.5198 6.40779 13.3747 8.50928C10.2296 10.6108 7.77834 13.5977 6.33081 17.0923C4.88329 20.5869 4.50455 24.4323 5.24249 28.1422C5.98043 31.8521 7.80191 35.2599 10.4766 37.9346C13.1513 40.6092 16.559 42.4307 20.2689 43.1687C23.9788 43.9066 27.8242 43.5279 31.3188 42.0803C34.8135 40.6328 37.8004 38.1815 39.9019 35.0364C42.0033 31.8913 43.125 28.1937 43.125 24.4111C43.1191 19.3407 41.1022 14.4796 37.5168 10.8943C33.9315 7.30895 29.0704 5.29209 24 5.28613ZM24 41.2861C20.6624 41.2861 17.3998 40.2964 14.6248 38.4422C11.8497 36.5879 9.68677 33.9524 8.40954 30.8689C7.13231 27.7854 6.79813 24.3924 7.44926 21.119C8.10038 17.8456 9.70757 14.8387 12.0676 12.4787C14.4276 10.1187 17.4344 8.51151 20.7079 7.86038C23.9813 7.20926 27.3743 7.54344 30.4578 8.82067C33.5413 10.0979 36.1768 12.2608 38.0311 15.0359C39.8853 17.811 40.875 21.0736 40.875 24.4111C40.87 28.8851 39.0906 33.1745 35.927 36.3381C32.7634 39.5017 28.474 41.2812 24 41.2861ZM32.625 24.4111C32.625 24.7095 32.5065 24.9957 32.2955 25.2066C32.0845 25.4176 31.7984 25.5361 31.5 25.5361H25.125V31.9111C25.125 32.2095 25.0065 32.4957 24.7955 32.7066C24.5845 32.9176 24.2984 33.0361 24 33.0361C23.7016 33.0361 23.4155 32.9176 23.2045 32.7066C22.9935 32.4957 22.875 32.2095 22.875 31.9111V25.5361H16.5C16.2016 25.5361 15.9155 25.4176 15.7045 25.2066C15.4935 24.9957 15.375 24.7095 15.375 24.4111C15.375 24.1128 15.4935 23.8266 15.7045 23.6156C15.9155 23.4047 16.2016 23.2861 16.5 23.2861H22.875V16.9111C22.875 16.6128 22.9935 16.3266 23.2045 16.1156C23.4155 15.9047 23.7016 15.7861 24 15.7861C24.2984 15.7861 24.5845 15.9047 24.7955 16.1156C25.0065 16.3266 25.125 16.6128 25.125 16.9111V23.2861H31.5C31.7984 23.2861 32.0845 23.4047 32.2955 23.6156C32.5065 23.8266 32.625 24.1128 32.625 24.4111Z" fill="url(%23paint0_linear_2107_551)" /><defs><linearGradient id="paint0_linear_2107_551" x1="24" y1="5.28613" x2="24" y2="43.5361" gradientUnits="userSpaceOnUse"><stop stop-color="%23003b95" /><stop offset="1" stop-color="%233064a8" /></linearGradient></defs></svg>');
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  width: 48px;
  height: 48px;
  background-size: 48px;
  background-image: url('data:image/svg+xml,<svg width="48" height="49" viewBox="0 0 48 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 5.28613C20.2174 5.28613 16.5198 6.40779 13.3747 8.50928C10.2296 10.6108 7.77834 13.5977 6.33081 17.0923C4.88329 20.5869 4.50455 24.4323 5.24249 28.1422C5.98043 31.8521 7.80191 35.2599 10.4766 37.9346C13.1513 40.6092 16.559 42.4307 20.2689 43.1687C23.9788 43.9066 27.8242 43.5279 31.3188 42.0803C34.8135 40.6328 37.8004 38.1815 39.9019 35.0364C42.0033 31.8913 43.125 28.1937 43.125 24.4111C43.1191 19.3407 41.1022 14.4796 37.5168 10.8943C33.9315 7.30895 29.0704 5.29209 24 5.28613ZM24 41.2861C20.6624 41.2861 17.3998 40.2964 14.6248 38.4422C11.8497 36.5879 9.68677 33.9524 8.40954 30.8689C7.13231 27.7854 6.79813 24.3924 7.44926 21.119C8.10038 17.8456 9.70757 14.8387 12.0676 12.4787C14.4276 10.1187 17.4344 8.51151 20.7079 7.86038C23.9813 7.20926 27.3743 7.54344 30.4578 8.82067C33.5413 10.0979 36.1768 12.2608 38.0311 15.0359C39.8853 17.811 40.875 21.0736 40.875 24.4111C40.87 28.8851 39.0906 33.1745 35.927 36.3381C32.7634 39.5017 28.474 41.2812 24 41.2861ZM32.625 24.4111C32.625 24.7095 32.5065 24.9957 32.2955 25.2066C32.0845 25.4176 31.7984 25.5361 31.5 25.5361H25.125V31.9111C25.125 32.2095 25.0065 32.4957 24.7955 32.7066C24.5845 32.9176 24.2984 33.0361 24 33.0361C23.7016 33.0361 23.4155 32.9176 23.2045 32.7066C22.9935 32.4957 22.875 32.2095 22.875 31.9111V25.5361H16.5C16.2016 25.5361 15.9155 25.4176 15.7045 25.2066C15.4935 24.9957 15.375 24.7095 15.375 24.4111C15.375 24.1128 15.4935 23.8266 15.7045 23.6156C15.9155 23.4047 16.2016 23.2861 16.5 23.2861H22.875V16.9111C22.875 16.6128 22.9935 16.3266 23.2045 16.1156C23.4155 15.9047 23.7016 15.7861 24 15.7861C24.2984 15.7861 24.5845 15.9047 24.7955 16.1156C25.0065 16.3266 25.125 16.6128 25.125 16.9111V23.2861H31.5C31.7984 23.2861 32.0845 23.4047 32.2955 23.6156C32.5065 23.8266 32.625 24.1128 32.625 24.4111Z" fill="url(%23paint0_linear_2107_551)" /><defs><linearGradient id="paint0_linear_2107_551" x1="24" y1="5.28613" x2="24" y2="43.5361" gradientUnits="userSpaceOnUse"><stop stop-color="%23003b95" /><stop offset="1" stop-color="%233064a8" /></linearGradient></defs></svg>');
}
.accordion-button:hover {
  z-index: 1;
}

.accordion-body {
  font-weight: 400;
  font-size: 20px;
  color: #424242;
  padding: 0 230px 40px 55px;
}
@media (max-width: 991px) {
  .accordion-body {
    padding: 0 70px 30px 20px;
  }
}

.faq-btn {
  text-align: center;
  margin-top: 37px;
}
.faq-btn a {
  background: #2b73b6;
  color: #fff;
}

.pos {
  padding: 65px 0 75px;
}
@media (max-width: 991px) {
  .pos {
    padding: 56px 0 44px;
  }
}

.pos-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .pos-title {
    margin-bottom: 40px;
  }
}

.pos-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 200px;
}
@media (max-width: 767px) {
  .pos-wrapper {
    gap: 60px;
  }
}

.pos-item {
  width: 100%;
  max-width: calc((100% - 600px) / 4);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .pos-item {
    max-width: calc((100% - 400px) / 3);
  }
}
@media (max-width: 767px) {
  .pos-item {
    max-width: calc((100% - 60px) / 2);
  }
}

.pos-more {
  display: none;
  margin-top: 50px;
  text-align: center;
}
.pos-more a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #2b73b6;
}
@media (max-width: 767px) {
  .pos-more {
    display: block;
  }
}

.about {
  background-color: #e5f0ff;
  padding: 120px 0 60px;
}
@media (max-width: 991px) {
  .about {
    padding: 0 0 30px;
  }
}

.about-wrapper {
  display: flex;
  gap: 100px;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .about-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.about-left {
  width: 100%;
  max-width: calc((100% - 100px) / 2);
}
@media (max-width: 991px) {
  .about-left {
    max-width: 100%;
    order: 1;
  }
}

.about-title {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .about-title {
    text-align: center;
    margin-bottom: 50px;
  }
}

.about-subtitle {
  font-weight: 600;
  font-size: 24px;
  color: #424242;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about-subtitle {
    text-align: center;
    font-size: 20px;
  }
}

.about-text {
  color: #424242;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 991px) {
  .about-text {
    text-align: center;
  }
}
.about-text p + p {
  margin-top: 30px;
}

.about-right {
  width: 100%;
  max-width: calc((100% - 100px) / 2);
}
@media (max-width: 991px) {
  .about-right {
    width: calc(100% + 30px);
    max-width: none;
    order: 0;
  }
}
.about-right img {
  width: 100%;
}

.about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 200px;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .about-list {
    margin-bottom: 40px;
  }
}

.about-list-item {
  width: 100%;
  max-width: calc((100% - 400px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .about-list-item {
    max-width: calc((100% - 200px) / 2);
  }
}
@media (max-width: 991px) {
  .about-list-item {
    max-width: 100%;
  }
}

.about-list-icon {
  margin-bottom: 23px;
}

.about-list-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #424242;
  margin-bottom: 30px;
}

.about-list-text {
  text-align: center;
  color: #424242;
  font-weight: 400;
  font-size: 20px;
}

.about-more {
  text-align: center;
}
.about-more a {
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #155c7d;
}

#faq-modal .modal-dialog {
  width: 100%;
  max-width: 640px;
}
@media (max-width: 767px) {
  #faq-modal .modal-dialog {
    width: auto;
  }
}
#faq-modal .modal-content {
  width: 100%;
  max-width: 640px;
  background: #E6F6FE;
  padding: 100px 55px 80px;
}
#faq-modal .faq-modal-title {
  color: #155C7D;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #faq-modal .faq-modal-title {
    font-size: 36px;
  }
}
#faq-modal .faq-modal-form input[type=text], #faq-modal .faq-modal-form input[type=email] {
  width: 100%;
  padding: 10px 17px;
  color: #424242;
  font-size: 20px;
  font-weight: 400;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #BDBDBD;
}
#faq-modal .faq-modal-form input[type=text]::-moz-placeholder, #faq-modal .faq-modal-form input[type=email]::-moz-placeholder {
  color: #777;
}
#faq-modal .faq-modal-form input[type=text]::placeholder, #faq-modal .faq-modal-form input[type=email]::placeholder {
  color: #777;
}
#faq-modal .faq-modal-form input + input {
  margin-top: 25px;
}
#faq-modal .checkbox-wrapper {
  display: flex;
  align-items: center;
  margin: 30px 0 35px;
  gap: 30px;
  padding-left: 17px;
}
@media (max-width: 767px) {
  #faq-modal .checkbox-wrapper {
    align-items: flex-start;
    padding-left: 0;
  }
}
#faq-modal .checkbox-wrapper input {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  opacity: 0.5;
}
#faq-modal .checkbox-wrapper label {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
#faq-modal .faq-modal-btn {
  text-align: center;
}
#faq-modal .faq-modal-btn button {
  background: #155C7D;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
#faq-modal .faq-modal-btn button:hover {
  color: #fff;
}
#faq-modal .btn-close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
}

#success-modal .modal-dialog {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 767px) {
  #success-modal .modal-dialog {
    width: auto;
  }
}
#success-modal .modal-content {
  width: 100%;
  max-width: 380px;
  background: #E2F4F6;
  padding: 85px 45px 60px;
}
#success-modal .success-modal-title {
  color: #155C7D;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
#success-modal .btn-close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
}
#success-modal .success-modal-btn {
  text-align: center;
}
#success-modal .success-modal-btn button {
  border: 2px solid #155C7D;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 600;
  color: #155C7D;
}

#policy-modal .modal-dialog {
  width: 100%;
  max-width: 840px;
}
@media (max-width: 767px) {
  #policy-modal .modal-dialog {
    width: auto;
  }
}
#policy-modal .modal-content {
  width: 100%;
  max-width: 840px;
  background: #E6F6FE;
  padding: 100px 45px 80px;
}
#policy-modal .policy-modal-title {
  color: #155C7D;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #policy-modal .policy-modal-title {
    font-size: 26px;
  }
}
#policy-modal .btn-close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
}
#policy-modal .policy-modal-text {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}

.footer-band {
  background: #dedbdb;
  padding: 20px 0;
}

.footer-band-text {
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #424242;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer-band-text {
    font-size: 14px;
  }
}

.footer {
  padding: 65px 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 45px 0;
  }
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.footer-copy {
  font-weight: 400;
  font-size: 20px;
  color: #424242;
}

.footer-policy {
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #155c7d;
}

.footer-author {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  color: #424242;
}
@media (max-width: 991px) {
  .footer-author {
    text-align: center;
  }
}
.footer-author a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e91d26;
}

.cookies-modal {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 400px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    z-index: 9999;
    padding: 20px;
    display: none;
}

.cookies-modal.active {
    display: block;
    animation: fadeInUp 0.5s ease-out;
}

.cookies-text {
    margin-bottom: 15px;
}

.cookies-text p {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

.cookies-text a {
    color: #155c8c;
    text-decoration: underline;
}

.cookies-text a:hover {
    color: #0f4568;
}

.cookies-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookies-accept, .cookies-reject {
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    flex: 1;
    min-width: 120px;
}

.cookies-accept {
    background: #155c8c;
    color: white;
}

.cookies-accept:hover {
    background: #0f4568;
}

.cookies-reject {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

.cookies-reject:hover {
    background: #e9ecef;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .cookies-modal {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 15px;
    }
    
    .cookies-buttons {
        flex-direction: column;
    }
    
    .cookies-accept, .cookies-reject {
        min-width: auto;
    }
}