*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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 {
  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;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

picture {
  display: block;
  max-width: 100%;
}

html {
  font-size: 10px;
}

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #010203;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1430px;
}

.heading-primary {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1666666667;
  color: #9b9b9b;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .heading-primary {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.heading-primary.-white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .heading-primary.-white {
    font-size: 2rem;
  }
}
.heading-primary.-white .heading-primary-span::after {
  background-color: #fff;
}
.heading-primary-span {
  position: relative;
}
.heading-primary-span::after {
  position: absolute;
  content: "";
  width: 240px;
  height: 1px;
  background-color: #9b9b9b;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 30px);
}
@media (max-width: 991px) {
  .heading-primary-span::after {
    width: 200px;
    left: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  .heading-primary-span::after {
    width: 150px;
    left: calc(100% + 30px);
  }
}
@media (max-width: 576px) {
  .heading-primary-span::after {
    width: 120px;
  }
}
.heading-primary-sm {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  display: block;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .heading-primary-sm {
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 3px;
  }
}

.main.js-headerheight-offset {
  margin-top: 80px;
}
.main.js-headerheight-offset .pages {
  margin-top: 20px;
}

.btn-primary {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  padding: 9px 15px 7px;
  border-radius: 20px;
  background-color: #022765;
  border: 1px solid transparent;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  min-width: 190px;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn-primary {
    line-height: 1.4;
    min-width: 180px;
    padding: 6px 12px;
  }
}
.btn-primary:hover, .btn-primary:focus-within {
  background-color: #4C73B5;
  border: 1px solid #4C73B5;
  outline: none;
}
.btn-primary.--white {
  background-color: #ffffff;
  color: #010203;
  border: 1px solid #010203;
}
.btn-primary.--white:hover {
  background-color: #010203;
  color: #ffffff;
  border: 1px solid #010203;
}
@media (max-width: 767px) {
  .btn-primary.--white:hover {
    background-color: #fff;
    color: #010203;
    border: 1px solid #010203;
  }
}

.ov-hidden {
  overflow: hidden;
}

.hero {
  text-align: center;
  position: relative;
  z-index: 4;
}
@media (max-width: 1600px) {
  .hero {
    max-height: 100%;
  }
}
.hero__vid video {
  display: block;
  aspect-ratio: 1920/700;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero__vid video {
    aspect-ratio: 375/540;
  }
}
@media (max-width: 576px) {
  .hero__vid video {
    aspect-ratio: 375/540;
  }
}

.company {
  position: relative;
  padding: 74px 0 82px;
}
@media (max-width: 1600px) {
  .company {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767px) {
  .company {
    overflow: hidden;
    padding: 30px 0 90px;
  }
  .company .heading-primary {
    margin-top: -20px;
    position: relative;
    z-index: 2;
  }
}
.company__banner {
  position: absolute;
  left: 0;
  top: 74px;
  max-width: 37%;
}
@media (max-width: 991px) {
  .company__banner {
    max-width: 42%;
  }
}
@media (max-width: 767px) {
  .company__banner {
    position: relative;
    max-width: 100%;
    margin-left: -63px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .company__banner img {
    object-fit: cover;
    aspect-ratio: 325/325;
    width: 100%;
  }
}
.company__txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 400;
  font-weight: 400;
}
@media (max-width: 767px) {
  .company__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
    z-index: 2;
  }
}
.company__content {
  max-width: 44%;
  margin-left: auto;
  margin-right: 144px;
  padding-bottom: 385px;
  padding-top: 175px;
}
@media (max-width: 1600px) {
  .company__content {
    padding-bottom: 175px;
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .company__content {
    margin-right: 100px;
  }
}
@media (max-width: 991px) {
  .company__content {
    padding-bottom: 80px;
    margin-right: 40px;
    max-width: 47%;
  }
}
@media (max-width: 767px) {
  .company__content {
    max-width: 100%;
    margin-right: 0;
    padding-top: 33px;
    padding-bottom: 0;
  }
}

.strength {
  position: relative;
  padding-bottom: 107px;
}
@media (max-width: 1600px) {
  .strength {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .strength {
    padding-bottom: 90px;
  }
}
.strength__box {
  max-width: 1350px;
  margin: 54px auto 0;
}
@media (max-width: 767px) {
  .strength__box {
    margin: 40px auto 0;
  }
}
.strength__row {
  display: flex;
  gap: 82px;
}
@media (max-width: 1600px) {
  .strength__row {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .strength__row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .strength__row {
    flex-wrap: wrap;
    gap: 57px;
    flex-direction: column;
  }
}
.strength__col {
  position: relative;
  z-index: 2;
  flex: 0 0 calc(33.3333333333% - 54.6666666667px);
}
@media (max-width: 1600px) {
  .strength__col {
    flex: 0 0 calc(33.3333333333% - 33.3333333333px);
  }
}
@media (max-width: 991px) {
  .strength__col {
    flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 767px) {
  .strength__col {
    flex: 1;
  }
}
.strength__col img {
  border-radius: 0 0 50px 0;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .strength__col img {
    border-radius: 0 0 25px 0;
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .strength__col img {
    max-width: 220px;
  }
}
.strength__ttl {
  font-size: 3.6rem;
  text-align: center;
  color: white;
  line-height: 1.5277777778;
  margin: 38px 0 33px;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .strength__ttl {
    font-size: 3rem;
    margin: 20px 0 10px;
  }
}
@media (max-width: 1200px) {
  .strength__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .strength__ttl {
    font-size: 3.2rem;
    line-height: 1.1;
    margin: 24px 0 15px;
  }
}
.strength__desc {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media (max-width: 1600px) {
  .strength__desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .strength__desc {
    line-height: 1.5;
  }
}
.strength__img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 66%;
}
@media (max-width: 991px) {
  .strength__img {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .strength__img {
    height: 89.5%;
  }
}
.strength__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .strength__img img {
    object-fit: initial;
  }
}

.products {
  padding: 252px 0;
}
@media (max-width: 991px) {
  .products {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .products {
    overflow-x: hidden;
    padding: 92px 0 97px;
  }
}
.products__box {
  margin: 60px auto 0;
  max-width: 1350px;
}
@media (max-width: 767px) {
  .products__box {
    margin: 0 auto 0;
  }
}
.products__box .btn-primary {
  margin: 0 auto;
  display: block;
  max-width: 190px;
  padding: 8px 15px;
}
@media (max-width: 767px) {
  .products__box .btn-primary {
    padding: 6px 15px;
    max-width: 180px;
  }
}
.products__row {
  display: flex;
  gap: 50px;
  margin-bottom: 130px;
}
@media (max-width: 1200px) {
  .products__row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .products__row {
    margin-bottom: 80px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .products__row {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 60px;
  }
}
.products__col {
  flex: 0 0 calc(25% - 37.5px);
}
@media (max-width: 1200px) {
  .products__col {
    flex: 0 0 calc(25% - 22.5px);
  }
}
@media (max-width: 991px) {
  .products__col {
    flex: 0 0 calc(25% - 11.25px);
  }
}
@media (max-width: 767px) {
  .products__col {
    flex: 0 0 calc(50% - 8px);
  }
}
.products__view-more {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}
.products__view-more img {
  transition: transform 0.3s ease;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.products__view-more:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .products__view-more:hover img {
    transform: none;
  }
}
.products__view-more-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.3333333333;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.products__view-more-txt::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.16' height='14.16' viewBox='0 0 14.16 14.16'%3E%3Cpath id='Icon_akar-link-out' data-name='Icon akar-link-out' d='M12.056,9.9l5.4-5.4m-3.6,0h3.6V8.1m0,4.318v3.6a1.439,1.439,0,0,1-1.439,1.439H5.939A1.439,1.439,0,0,1,4.5,16.014V5.939A1.439,1.439,0,0,1,5.939,4.5h3.6' transform='translate(-4 -3.793)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.products__view-more:hover {
  transition: all 0.3s ease-in-out;
}
.products__view-more:hover .products__view-more-txt {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .products__view-more:hover .products__view-more-txt {
    opacity: 0;
    visibility: hidden;
  }
}
.products__ttl {
  display: block;
  font-size: 2rem;
  color: #010203;
  font-weight: 500;
  font-style: italic;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 12px 15px 2px 0;
  border-bottom: 0.5px solid #010203;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .products__ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .products__ttl {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .products__ttl {
    font-size: 1.3rem;
    padding: 2px 0 2px 0;
  }
}
.products__ttl::after {
  position: absolute;
  content: "";
  width: 7.8px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.821' height='13.035' viewBox='0 0 7.821 13.035'%3E%3Cpath id='Icon_ion-ios-arrow-right' data-name='Icon ion-ios-arrow-right' d='M11.25,7.54l.843-.79,6.978,6.518-6.978,6.518L11.25,19l6.131-5.731Z' transform='translate(-11.25 -6.75)' fill='%23010203'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 25px;
}
@media (max-width: 991px) {
  .products__ttl::after {
    width: 5px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .products__ttl::after {
    width: 4px;
    height: 7px;
    top: 10px;
    right: 3px;
    display: none;
  }
}
.products__ttl:hover {
  color: #4c73b5;
}
@media only screen and (max-width: 767px) {
  .products__ttl:hover {
    color: #010203;
  }
}
.products__ttl:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.821' height='13.035' viewBox='0 0 7.821 13.035'%3E%3Cpath id='Icon_ion-ios-arrow-right' data-name='Icon ion-ios-arrow-right' d='M11.25,7.54l.843-.79,6.978,6.518-6.978,6.518L11.25,19l6.131-5.731Z' transform='translate(-11.25 -6.75)' fill='%234c73b5'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 767px) {
  .products__ttl:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.821' height='13.035' viewBox='0 0 7.821 13.035'%3E%3Cpath id='Icon_ion-ios-arrow-right' data-name='Icon ion-ios-arrow-right' d='M11.25,7.54l.843-.79,6.978,6.518-6.978,6.518L11.25,19l6.131-5.731Z' transform='translate(-11.25 -6.75)' fill='%23010203'/%3E%3C/svg%3E%0A");
  }
}

.news {
  margin-bottom: 165px;
}
@media (max-width: 991px) {
  .news {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 91px;
  }
}
.news .heading-primary {
  margin-bottom: 27px;
}
.news__box {
  max-width: 1350px;
  margin: 0 auto;
}
.news__link {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 32px 15px 32px 0;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
  color: #010203;
  position: relative;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media (max-width: 767px) {
  .news__link {
    font-size: 16px;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0 21px;
  }
  .news__link:first-child {
    padding-top: 0;
  }
}
.news__link::after {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.005' height='14' viewBox='0 0 8.005 14'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M16.838,13.194,11.54,7.9a1,1,0,0,1,0-1.413,1.009,1.009,0,0,1,1.417,0l6,6a1,1,0,0,1,.029,1.38L12.962,19.9a1,1,0,1,1-1.417-1.413Z' transform='translate(-11.246 -6.196)' fill='%23010203'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .news__link::after {
    width: 7px;
    height: 11px;
  }
}
@media (max-width: 767px) {
  .news__link::after {
    content: unset;
  }
}
.news__link:hover .news__date,
.news__link:hover .news__desc {
  color: #4c73b5;
}
@media only screen and (max-width: 767px) {
  .news__link:hover .news__date,
  .news__link:hover .news__desc {
    color: #010203;
  }
}
.news__link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.821' height='13.035' viewBox='0 0 7.821 13.035'%3E%3Cpath id='Icon_ion-ios-arrow-right' data-name='Icon ion-ios-arrow-right' d='M11.25,7.54l.843-.79,6.978,6.518-6.978,6.518L11.25,19l6.131-5.731Z' transform='translate(-11.25 -6.75)' fill='%234c73b5'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 767px) {
  .news__link:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.005' height='14' viewBox='0 0 8.005 14'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M16.838,13.194,11.54,7.9a1,1,0,0,1,0-1.413,1.009,1.009,0,0,1,1.417,0l6,6a1,1,0,0,1,.029,1.38L12.962,19.9a1,1,0,1,1-1.417-1.413Z' transform='translate(-11.246 -6.196)' fill='%23010203'/%3E%3C/svg%3E%0A");
  }
}
.news__date {
  min-width: 205px;
  font-size: 1.8rem;
  color: #010203;
  font-weight: 400;
  line-height: 1.5555555556;
}
@media (max-width: 1600px) {
  .news__date {
    min-width: 175px;
  }
}
@media (max-width: 767px) {
  .news__date {
    font-size: 1.6rem;
    min-width: 100%;
    line-height: 1.1;
  }
}
.news__desc {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  flex: 1;
  font-weight: 400;
  color: #010203;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .news__desc {
    -webkit-line-clamp: 2;
    font-size: 1.6rem;
    line-height: 1.1;
    position: relative;
    padding-right: 10px;
  }
  .news__desc::after {
    content: "";
    top: 35%;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.005' height='14' viewBox='0 0 8.005 14'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M16.838,13.194,11.54,7.9a1,1,0,0,1,0-1.413,1.009,1.009,0,0,1,1.417,0l6,6a1,1,0,0,1,.029,1.38L12.962,19.9a1,1,0,1,1-1.417-1.413Z' transform='translate(-11.246 -6.196)' fill='%23010203'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .news__desc::after {
    width: 4px;
    height: 7px;
  }
}
.news__btn {
  text-align: center;
  margin-top: 130px;
}
@media (max-width: 991px) {
  .news__btn {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .news__btn {
    margin-top: 60px;
  }
}

.companies {
  padding: 88px 0 0;
}
@media (max-width: 767px) {
  .companies {
    padding: 0;
  }
}
.companies .heading-primary {
  margin-bottom: 92px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .companies .heading-primary {
    padding-top: 57px;
    margin-bottom: 25px;
  }
}
.companies__top {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .companies__top {
    padding-bottom: 60px;
  }
}
.companies__top .companies__col-lg {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .companies__top .companies__col-lg {
    margin-top: 0;
  }
}
.companies__top .companies__col-sm {
  margin-right: -20px;
}
@media (max-width: 767px) {
  .companies__top .companies__col-sm {
    margin-right: 0;
  }
}
.companies__top-bg {
  width: 100%;
  position: absolute;
  height: 100%;
}
.companies__top-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.companies__mid {
  position: relative;
}
.companies__ttl {
  margin-bottom: 50px;
}
.companies__ttl.-mt {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .companies__ttl.-mt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .companies__ttl {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .companies__ttl img {
    max-width: 335px;
  }
}
.companies__row {
  display: flex;
  gap: 60px;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 120px 0 162px;
}
@media (max-width: 991px) {
  .companies__row {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .companies__row {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 55px 0 65px;
  }
}
.companies__row.-reverse {
  padding: 0;
}
@media (max-width: 767px) {
  .companies__row.-reverse {
    flex-direction: column;
  }
}
.companies__col-lg {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .companies__col-lg {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .companies__col-lg {
    width: 100%;
  }
}
.companies__col-sm {
  width: 38%;
}
@media (max-width: 991px) {
  .companies__col-sm {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .companies__col-sm {
    width: 100%;
  }
}
.companies__col-sm img {
  border-radius: 0 0 50px 0;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
  aspect-ratio: 1/1;
}
@media (max-width: 1200px) {
  .companies__col-sm img {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .companies__col-sm img {
    width: 90%;
    max-height: initial;
    margin-left: -20px;
    aspect-ratio: initial;
  }
}
.companies__ttl {
  font-size: 3.5rem;
  color: #fff;
}
@media (max-width: 1200px) {
  .companies__ttl {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .companies__ttl {
    font-size: 2.6rem;
  }
}
.companies__ttl span {
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .companies__ttl span {
    font-size: 1.8rem;
    padding-top: 5px;
  }
}
.companies__desc {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media (max-width: 767px) {
  .companies__desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.companies__details {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}
.companies__link {
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.companies__link:hover {
  text-decoration: underline;
}
.companies__btm {
  position: relative;
  width: 100%;
}
.companies__btm-bg {
  width: 100%;
  position: absolute;
  height: 100%;
}
.companies__btm-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companies__btm .companies__col-lg {
  margin-top: 45px;
}
@media only screen and (max-width: 1439px) {
  .companies__btm .companies__col-lg {
    margin-top: 0;
  }
}
.companies__btm .companies__col-sm {
  margin-left: -20px;
}
@media (max-width: 767px) {
  .companies__btm .companies__col-sm {
    margin-left: 0;
  }
}

.page-title-bar {
  overflow: hidden;
}
.page-title-bar-wrapper {
  position: relative;
}
.page-title-bar-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-title-bar-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-bar-inner {
  position: relative;
  top: 50%;
  left: 0;
  margin: 0 auto;
  max-width: 1350px;
  width: 100%;
  padding: 234px 0 85px;
}
@media (max-width: 1400px) {
  .page-title-bar-inner {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 991px) {
  .page-title-bar-inner {
    padding: 130px 0 50px;
  }
}
@media (max-width: 767px) {
  .page-title-bar-inner {
    padding: 116px 0 40px;
  }
}
.page-title-bar-title {
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .page-title-bar-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-title-bar-title {
    font-size: 35px;
  }
}

.heading__primary {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #010203;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading__primary {
    font-size: 24px;
    line-height: 1.5;
  }
}

.hea {
  max-width: 1350px;
  padding: 70px 70px 100px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  margin: -100px auto;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .hea {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 1199px) {
  .hea {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .hea {
    padding: 30px;
    margin: -60px auto 50px;
  }
}
@media (max-width: 767px) {
  .hea {
    padding: 37px 20px 40px;
    margin: -45px auto 50px;
  }
}
.hea__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .hea__top {
    padding-bottom: 5px;
  }
}
.hea__top-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
}
@media (max-width: 767px) {
  .hea__top-inner {
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.hea__code {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.0454545455;
  font-weight: 500;
  color: #656565;
}
@media (max-width: 767px) {
  .hea__code {
    font-size: 18px;
  }
}
.hea__subtext {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #010203;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .hea__subtext {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 12px;
  }
}
.hea__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px 0;
}
@media (max-width: 1400px) {
  .hea__row {
    gap: 80px 20px;
  }
}
@media (max-width: 991px) {
  .hea__row {
    gap: 30px 20px;
  }
}
@media (max-width: 767px) {
  .hea__row {
    flex-direction: column;
  }
}
.hea__row-content {
  width: 57.6%;
}
@media (max-width: 991px) {
  .hea__row-content {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .hea__row-content {
    width: 100%;
  }
}
.hea__row-content:first-child {
  flex: 1;
}
.hea__row-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991px) {
  .hea__row-inner {
    gap: 28px;
  }
}
.hea__col {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .hea__col {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .hea__col {
    flex-direction: column;
    gap: 6px;
  }
}
.hea__col-text {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  background-color: #010203;
  padding: 6px 18px;
  max-width: 184px;
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .hea__col-text {
    font-size: 16px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .hea__col-text {
    padding: 2px 5px;
    font-size: 18px;
    line-height: 1.2;
    max-width: 142px;
  }
}
.hea__col-subtext {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #010203;
  width: 100%;
  padding-top: 7px;
}
@media (max-width: 991px) {
  .hea__col-subtext {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hea__col-subtext {
    font-size: 16px;
    line-height: 1.1;
    padding-top: 0;
  }
}
.hea__col-inner {
  display: flex;
  flex-direction: column;
  padding-top: 7px;
}
.hea__col-inner-link {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #010203;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  transition: all 0.3s ease;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .hea__col-inner-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hea__col-inner-link {
    line-height: 1.3;
    padding-bottom: 5px;
  }
}
.hea__col-inner-link:last-child {
  padding-bottom: 0;
}
.hea__col-inner-link:hover {
  opacity: 0.7;
}
.hea__subhead {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #010203;
}
.hea__img {
  text-align: center;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .hea__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hea__img img {
    max-width: 234px;
  }
}

.product {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .product {
    background-color: #fafafa;
    padding: 50px 0 30px;
    margin-bottom: 0;
  }
}
.product__wrapper {
  background-color: #fafafa;
  max-width: 1350px;
  margin: 0 auto;
  padding: 90px 70px;
}
@media (max-width: 1400px) {
  .product__wrapper {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 991px) {
  .product__wrapper {
    margin: 0 auto 60px;
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .product__wrapper {
    padding: 0;
    background-color: transparent;
    margin: 0 auto 0;
  }
}
.product__title {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #010203;
  line-height: 1.2727272727;
}
@media (max-width: 767px) {
  .product__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.product__table {
  padding-top: 29px;
}
@media (max-width: 767px) {
  .product__table {
    overflow-x: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 10px 20px 3px;
    display: block;
  }
}
.product__table-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .product__table-wrapper {
    min-width: 800px;
    width: max-content;
  }
}
.product__row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #010203;
}
@media (max-width: 767px) {
  .product__row {
    flex-wrap: nowrap;
    position: relative;
  }
}
.product__row:first-child {
  border-top: 1px solid #010203;
}
.product__row--head {
  background-color: #010203;
  margin-bottom: 10px;
}
.product__row--head .product__cell {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product__row--head .product__cell {
    font-size: 16px;
  }
}
.product__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  background-color: #010203;
  color: #ffffff;
  text-align: left;
  padding: 10px 30px;
  border-right: 1px solid #010203;
  flex: 1;
}
@media (max-width: 767px) {
  .product__text {
    font-size: 19px;
    padding: 14px 28px;
    line-height: 1;
  }
}
.product__text:first-child {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .product__text:first-child {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.product__subtext {
  flex: 1;
  background-color: #fff;
  padding: 13px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #010203;
  text-align: left;
  border-right: 1px solid #010203;
}
.product__subtext:first-child {
  font-weight: 500;
}
@media (max-width: 767px) {
  .product__subtext {
    font-size: 16px;
    padding: 13px 28px;
  }
}
.product__subtext:first-child {
  border-left: 1px solid #010203;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .product__subtext:first-child {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

.btn__bottom {
  text-align: center;
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  padding-bottom: 326px;
  transition: all 0.35s ease;
  will-change: transform, max-height, padding, opacity;
  transition: transform 0.35s ease, opacity 0.3s ease;
}
@media (max-width: 1400px) {
  .btn__bottom {
    padding: 0 15px 200px;
  }
}
@media (max-width: 767px) {
  .btn__bottom {
    gap: 10px;
    padding: 20px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    max-height: 55px;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  }
}
.btn__bottom.is-static {
  position: static;
  max-height: 120px;
  padding: 40px 15px;
  opacity: 0.9;
  transform: translateY(0px);
  box-shadow: none;
}
@media (max-width: 767px) {
  .btn__bottom .btn-primary {
    min-width: 160px;
    padding: 3px 10px;
    width: 100%;
  }
}

.header {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header__container {
  position: relative;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 0px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .header__wrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    padding: 20px 10px;
  }
}
.header__logo {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .header__logo {
    max-width: 136px;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header__logo:hover {
    opacity: 1;
  }
}
.header__info {
  display: flex;
  align-items: center;
  gap: 138px;
}
@media only screen and (max-width: 991px) {
  .header__info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header__info {
    flex-direction: column;
    gap: 40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s;
  }
}
.header__info.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu {
  display: none;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .header__nav-list {
    gap: 20px;
  }
}
.header__nav-item {
  cursor: pointer;
  padding: 27px 0;
}
@media only screen and (max-width: 991px) {
  .header__nav-item {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav-item {
    border-bottom: 0.3px solid #707070;
  }
  .header__nav-item:first-of-type {
    border-top: 0.3px solid #707070;
  }
}
.header__nav-item.has-dropdown {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .header__nav-item.has-dropdown .header__nav-link.-arrow:hover {
    color: #000;
  }
  .header__nav-item.has-dropdown:hover {
    opacity: 1;
  }
  .header__nav-item.has-dropdown:hover .header__dropdown {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header__nav-item.has-dropdown:hover .header__dropdown-list {
    opacity: 1;
  }
}
.header__nav-link {
  display: inline-block;
  transition: all 0.4s ease;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .header__nav-link {
    line-height: 2.8125;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav-link {
    display: block;
  }
}
.header__nav-link:hover {
  color: #9b9b9b;
}
@media only screen and (max-width: 767px) {
  .header__nav-link:hover {
    color: #000;
  }
}
.header__nav-link.-arrow {
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .header__nav-link.-arrow {
    position: relative;
    display: block;
  }
  .header__nav-link.-arrow:first-child {
    position: relative;
  }
  .header__nav-link.-arrow:first-child::after {
    content: "";
    top: 45%;
    width: 6px;
    height: 11px;
    transform: translateY(-50%);
    position: absolute;
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.005' height='14' viewBox='0 0 8.005 14'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M16.838,13.194,11.54,7.9a1,1,0,0,1,0-1.413,1.009,1.009,0,0,1,1.417,0l6,6a1,1,0,0,1,.029,1.38L12.962,19.9a1,1,0,1,1-1.417-1.413Z' transform='translate(-11.246 -6.196)' fill='%23010203'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    rotate: 90deg;
  }
}
.header__nav-link.-arrow:hover {
  opacity: 0.7;
  color: #9b9b9b;
}
@media only screen and (max-width: 767px) {
  .header__nav-link.-arrow:hover {
    color: #000;
    opacity: 1;
  }
}
.header__dropdown {
  position: absolute;
  top: 84%;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.header__dropdown-content {
  width: calc(50% + 68px);
  margin-inline: auto 0;
  padding-block: 20px 45px;
}
@media only screen and (max-width: 1600px) {
  .header__dropdown-content {
    width: calc(50% + 185px);
  }
}
@media only screen and (max-width: 1200px) {
  .header__dropdown-content {
    width: calc(50% + 300px);
  }
}
@media only screen and (max-width: 992px) {
  .header__dropdown-content {
    width: 100%;
    padding-inline: 15px;
  }
}
.header__dropdown-list {
  display: flex;
  align-items: center;
  gap: 30px;
  opacity: 0;
  transition: opacity 0.7s ease 0.2s;
}
@media only screen and (max-width: 1600px) {
  .header__dropdown-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__dropdown-list {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header__dropdown-list {
    padding-left: 20px;
  }
}
.header__dropdown li {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .header__dropdown li {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header__dropdown li:last-child a {
    border-bottom: none;
  }
}
.header__dropdown li a {
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  transition: color 0.3s ease;
  padding-bottom: 10px;
  border-bottom: #707070 1px solid;
}
@media only screen and (max-width: 992px) {
  .header__dropdown li a {
    font-size: 1.1rem;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .header__dropdown li a {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
}
.header__dropdown li a:hover {
  color: #022765;
}
@media only screen and (max-width: 767px) {
  .header__dropdown li a:hover {
    color: #000;
  }
}
.header__btn.btn-primary {
  border-radius: 0;
  padding-inline: 26.4px;
}
@media only screen and (max-width: 767px) {
  .header__btn.btn-primary {
    min-width: 338px;
    padding: 8px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .header__info {
    flex-direction: column;
    gap: 40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    padding: 20px 20px 35px;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
  }
  .header__info.active {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
  }
  .header__menu {
    display: block;
    cursor: pointer;
  }
  .header__menu span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #000;
    margin: 4px 0;
    transition: all 0.3s ease;
  }
  .header__menu.active span:first-child {
    transform: rotate(45deg) translate(4px, 3px);
  }
  .header__menu.active span:nth-child(2) {
    opacity: 0;
  }
  .header__menu.active span:last-child {
    transform: rotate(-45deg) translate(5px, -6px);
  }
  .header__nav {
    width: 100%;
  }
  .header__nav-list {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header__nav-list {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav-item {
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header__nav-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav-item.active .header__nav-link.-arrow::after {
    rotate: -90deg;
    right: 5px;
  }
  .header__dropdown {
    position: static;
    width: 100%;
    background: none;
    overflow: visible;
  }
  .header__dropdown-content {
    width: 100%;
  }
  .header__dropdown.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  .header__dropdown.active .header__dropdown-list {
    opacity: 1;
  }
  .header__dropdown-content {
    padding: 0;
  }
  .header__dropdown-list {
    max-width: 190px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .header__dropdown-list {
    max-width: 100%;
  }
}
.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    cursor: pointer;
    width: 31px;
    height: 30px;
    position: relative;
    display: block;
  }
}

.hamburger-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.hamburger-box span,
.hamburger-box span::before,
.hamburger-box span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.hamburger-box span::before {
  transform: translateY(-10px);
}

.hamburger-box span::after {
  transform: translateY(10px);
}

@media (max-width: 767px) {
  .hamburger.active span {
    background: transparent;
  }
  .hamburger.active span::before {
    transform: translateY(-50%) rotate(-45deg);
  }
  .hamburger.active span::after {
    transform: translateY(-50%) rotate(45deg);
  }
}
body.no-scroll {
  overflow: hidden;
}

.pagetitlebar {
  position: relative;
}
.pagetitlebar__wrapper {
  position: absolute;
  bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .pagetitlebar__wrapper {
    bottom: 30px;
  }
}
.pagetitlebar__img img {
  object-fit: cover;
  display: block;
  aspect-ratio: 1920/701;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .pagetitlebar__img img {
    aspect-ratio: 375/355;
  }
}
.pagetitlebar__title {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  z-index: 2;
  bottom: 144px;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .pagetitlebar__title {
    font-size: 6rem;
    bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitlebar__title {
    font-size: 3.5rem;
    line-height: 1.0606;
    bottom: 80px;
    max-width: 100%;
  }
}
.pagetitlebar__subtitle {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.325;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .pagetitlebar__subtitle {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagetitlebar__subtitle {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.category__about {
  position: relative;
  background: #e8b0b6;
  color: #fff;
}
.category__about-wrapper {
  position: relative;
  width: calc(50% + 712px);
  padding-inline: 20px 0;
  margin-inline: auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
}
@media only screen and (max-width: 1439px) {
  .category__about-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .category__about-wrapper {
    flex-direction: column-reverse;
    padding-inline: 0;
    gap: 0;
    overflow: hidden;
  }
}
.category__about-wrapper img {
  aspect-ratio: 764/509;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 991px) {
  .category__about-wrapper img {
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .category__about-img {
    width: 48%;
  }
}
@media only screen and (max-width: 1199px) {
  .category__about-img {
    width: 45%;
    align-self: stretch;
  }
}
@media only screen and (max-width: 991px) {
  .category__about-img {
    min-height: 390px;
  }
}
.category__about-content {
  padding-block: 20px;
}
@media only screen and (max-width: 1199px) {
  .category__about-content {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .category__about-content {
    padding: 47px 20px 50px;
  }
}
.category__about-info {
  max-width: 638px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1199px) {
  .category__about-info {
    margin-bottom: 15px;
    max-width: 530px;
  }
}
@media only screen and (max-width: 767px) {
  .category__about-info {
    max-width: 100%;
  }
}
.category__about-title {
  max-width: 535px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .category__about-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .category__about-title {
    font-size: 1.8rem;
  }
}
.category__about-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 7px);
  height: 1px;
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  .category__about-title::after {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1199px) {
  .category__about-title::after {
    width: calc(50% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .category__about-title::after {
    width: calc(50% - 40px);
  }
}
.category__about-desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 1199px) {
  .category__about-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .category__about-desc {
    line-height: 1.5714285714;
  }
}
.category__about-uses {
  display: flex;
  gap: 23px;
  max-width: 638px;
}
@media only screen and (max-width: 991px) {
  .category__about-uses {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .category__about-uses {
    gap: 2px;
  }
}
.category__about-uses-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 1199px) {
  .category__about-uses-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .category__about-uses-title {
    font-size: 1.8rem;
    line-height: 1.2857142857;
  }
}
.category__about-uses-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .category__about-uses-list {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .category__about-uses-list {
    gap: 5px;
  }
}
.category__about-uses-item {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 14px 5px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1199px) {
  .category__about-uses-item {
    font-size: 1.3rem;
    padding: 4px 10px 4px;
  }
}
@media (max-width: 767px) {
  .category__about-uses-item {
    font-size: 11.5px;
    line-height: 1.2;
  }
}
.category__about-uses-item:last-child {
  margin-bottom: 0;
}
.category__about .heading-primary {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .category__about .heading-primary {
    margin-bottom: 20px;
  }
}
.category__about .heading-primary-span::after {
  left: calc(100% + 23px);
  width: 260px;
}
@media only screen and (max-width: 1199px) {
  .category__about .heading-primary-span::after {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .category__about .heading-primary-span::after {
    width: 80px;
    left: calc(100% + 30px);
  }
}
.category__search {
  background: #f0f0f0;
}
.category__search-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
}
.category__search-section {
  display: flex;
  align-items: flex-start;
  gap: 190px;
  justify-content: flex-start;
  padding-block: 36px;
}
@media only screen and (max-width: 1260px) {
  .category__search-section {
    gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .category__search-section {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .category__search-section {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .category__search-section-form {
    width: 100%;
  }
}
.category__search-heading {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .category__search-heading {
    margin-bottom: 8px;
    line-height: 1.1428;
  }
}
.category__search-form {
  border-radius: 10px;
  overflow: hidden;
  min-width: 435px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 0.4px solid #aaaaaa;
}
@media only screen and (max-width: 1200px) {
  .category__search-form {
    min-width: 300px;
  }
}
.category__search-form .visually-hidden {
  display: none;
}
.category__search-input {
  padding: 8px 0 8px 22px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6923076923;
  border: none;
  width: 100%;
  color: #000;
}
@media (max-width: 767px) {
  .category__search-input {
    line-height: 1;
    padding: 5px 0 5px 20px;
  }
}
.category__search-input::placeholder {
  color: #9b9b9b;
}
.category__search-input:focus-visible {
  outline: none;
}
.category__search-input:focus, .category__search-input:active, .category__search-input:focus-within {
  color: #000;
  background-color: #fff;
}
.category__search-button {
  outline: none;
  border: none;
  background-color: #fafafa;
  width: 47px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .category__search-button {
    width: 30px;
    height: 30px;
  }
}
.category__search-button img {
  transition: all 0.3s ease-in-out;
}
.category__search-button:hover img {
  scale: 0.9;
}
@media (max-width: 767px) {
  .category__search-button:hover img {
    scale: none;
  }
}
@media (max-width: 767px) {
  .category__search-button img {
    max-width: 15px;
  }
}
.category__search-section--tags .category__search-heading {
  margin-bottom: 10px;
}
.category__search-tags {
  max-width: 575px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
}
@media (max-width: 767px) {
  .category__search-tags {
    gap: 5px;
  }
}
.category__search-item {
  width: fit-content;
}
.category__search-item input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.category__search-item input:checked + .category__search-tag {
  background: #022765;
  color: #fff;
}
.category__search-tag {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  color: #9b9b9b;
  font-weight: 500;
  padding: 1px 19px;
  background-color: #fafafa;
  border-radius: 19px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.category__search-tag:hover {
  background-color: #fff;
}
.category__search-tag:nth-child(2) {
  padding: 1px 11px;
}
.category__items {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .category__items {
    padding-block: 40px 70px;
  }
}
.category__items-container {
  max-width: 1250px;
  margin: 0 auto;
  padding-inline: 20px;
}
.category__items-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 65px 10px;
}
@media (max-width: 991px) {
  .category__items-row {
    gap: 30px 10px;
  }
}
@media (max-width: 767px) {
  .category__items-row {
    gap: 10px;
  }
}
.category__items-col {
  background: #fff;
  flex: 0 0 calc(25% - 7.5px);
  border: 1px solid #9b9b9b;
  padding: 36px 18px 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .category__items-col {
    flex: 0 0 calc(33.3333333333% - 6.6666666667px);
  }
}
@media (max-width: 991px) {
  .category__items-col {
    flex: 0 0 calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .category__items-col {
    flex: 0 0 calc(50% - 5px);
    padding: 20px 10px 14px;
    height: stretch;
  }
}
@media (max-width: 576px) {
  .category__items-col {
    padding: 15px 10px 14px;
  }
}
.category__items-col:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .category__items-col:hover {
    background-color: #fff;
  }
}
.category__items-col:hover .category__items-img img {
  scale: 1.1;
}
@media (max-width: 767px) {
  .category__items-col:hover .category__items-img img {
    scale: none;
  }
}
.category__items-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .category__items-img {
    margin-bottom: 8px;
  }
}
@media (max-width: 450px) {
  .category__items-img {
    height: 63px;
  }
}
.category__items-img img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .category__items-img img {
    margin: 0 auto;
  }
}
.category__items-ttl {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: 500;
  color: #010203;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .category__items-ttl {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 3px;
  }
}
@media (max-width: 576px) {
  .category__items-ttl {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.category__items-ttl span {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #010203;
  font-weight: 400;
}
@media (max-width: 767px) {
  .category__items-ttl span {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  .category__items-ttl span {
    flex: 0 0 100%;
  }
}
.category__items-subttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #010203;
  margin-bottom: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .category__items-subttl {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 9px;
  }
}
.category__items-tabs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .category__items-tabs {
    flex-direction: column;
    gap: 2px;
  }
}
.category__items-tabs:last-child {
  margin-bottom: 0;
}
.category__items-btn {
  font-size: 13px;
  font-weight: 400;
  color: #010203;
  min-width: 102px;
}
@media (max-width: 767px) {
  .category__items-btn {
    line-height: 1.2;
  }
}
.category__items-btn-bg {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background-color: #010203;
  min-width: 106px;
  padding: 5px 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .category__items-btn-bg {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    min-width: 72px;
    padding: 2px 5px;
  }
}

.more__btn {
  width: fit-content;
  margin-inline: auto;
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .more__btn {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .more__btn {
    padding-top: 60px;
  }
}
.more__btn-link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #010203;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.more__btn-link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .more__btn-link:hover {
    opacity: 1;
  }
}
.more__btn-link::after {
  content: "";
  top: 21%;
  width: 8px;
  height: 14px;
  position: absolute;
  right: -19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.005' height='14' viewBox='0 0 8.005 14'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M16.838,13.194,11.54,7.9a1,1,0,0,1,0-1.413,1.009,1.009,0,0,1,1.417,0l6,6a1,1,0,0,1,.029,1.38L12.962,19.9a1,1,0,1,1-1.417-1.413Z' transform='translate(-11.246 -6.196)' fill='%23010203'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 90deg;
}
@media (max-width: 767px) {
  .more__btn-link::after {
    top: 25%;
    width: 5px;
    height: 9px;
  }
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  top: 85% !important;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination {
    gap: 12px;
    top: 93% !important;
  }
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 4px !important;
    height: 4px !important;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 8px !important;
  height: 8px !important;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4px !important;
    height: 4px !important;
  }
}

.pages {
  max-width: 1350px;
  padding: 70px 70px 100px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  margin: -100px auto;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 200px;
}
@media (max-width: 1400px) {
  .pages {
    max-width: calc(100% - 30px);
    margin-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .pages {
    padding: 60px 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pages {
    padding: 30px;
    margin: -60px auto 100px;
  }
}
@media (max-width: 767px) {
  .pages {
    padding: 37px 20px 40px;
    margin: -45px auto 50px;
  }
}
.pages .news {
  margin-bottom: 0;
}
.pages.-full {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.pages .companies {
  padding: 0;
}
.pages .hea__top-inner {
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pages .hea__top-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
.pages .hea__code {
  white-space: pre;
  margin-bottom: 0;
}
.pages .companies .heading-primary {
  margin-bottom: 0;
}
.pages .companies__row {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .pages .companies__row {
    padding: 50px 0;
  }
}
.pages .companies__row.-py {
  padding: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  .pages .companies__row.-py {
    padding: 50px 0 0;
  }
}

.news-detail .hea__top {
  margin-bottom: 15px;
}
.news-detail .hea__top-inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.news-detail .hea__code {
  white-space: pre;
  margin-bottom: 0;
}

.pages-parallax {
  overflow: hidden;
}
.pages-parallax .pattern {
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .pages-parallax .pattern-23 {
    bottom: 200px;
  }
}

.news-detail p {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 25px;
}
.news-detail .has-text-align-left,
.news-detail .text-left {
  text-align: left;
}
.news-detail .has-text-align-right,
.news-detail .text-right {
  text-align: right;
}
.news-detail .has-text-align-center,
.news-detail .text-center {
  text-align: center;
}
.news-detail sup {
  vertical-align: super;
}
.news-detail sub {
  vertical-align: sub;
}
.news-detail h2 {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #010203;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .news-detail h2 {
    font-size: 20px;
  }
}
.news-detail h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .news-detail h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.news-detail h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
  padding-bottom: 10px;
}
.news-detail h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
  padding-bottom: 10px;
}
.news-detail h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
  padding-bottom: 10px;
}
.news-detail strong {
  font-weight: 700;
  font-size: 16px;
}
.news-detail em {
  font-style: italic;
}
.news-detail ol {
  margin: 0 0 25px;
  list-style: decimal;
  padding-left: 20px;
}
.news-detail ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .news-detail ol li {
    font-size: 14px;
  }
}
.news-detail ol li:last-of-type {
  margin-bottom: 0;
}
.news-detail ul {
  list-style: disc;
  margin: 0 0 25px;
  padding-left: 20px;
}
.news-detail ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .news-detail ul li {
    font-size: 14px;
  }
}
.news-detail ul li:last-of-type {
  margin-bottom: 0;
}
.news-detail blockquote {
  padding-left: 20px;
  margin-bottom: 35px;
  position: relative;
}
.news-detail blockquote::before {
  content: "";
  background-color: #e3e3e3;
  width: 5px;
  height: 100%;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-detail img {
  display: block;
  margin-bottom: 20px;
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .news-detail img {
    width: 100%;
    margin-bottom: 12px;
    max-width: 100%;
  }
}
.news-detail a {
  color: #333;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
}
.news-detail a:hover {
  opacity: 0.7;
}
.news-detail a[target=_blank] {
  position: relative;
  padding-right: 18px;
}
.news-detail a[target=_blank]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.239' height='13.239' viewBox='0 0 13.239 13.239'%3E%3Cpath d='M141.408-806.761a1.359,1.359,0,0,1-1-.409,1.359,1.359,0,0,1-.409-1v-10.423a1.359,1.359,0,0,1,.409-1,1.359,1.359,0,0,1,1-.409h4.912v1.168h-4.912a.229.229,0,0,0-.165.075.229.229,0,0,0-.075.165v10.423a.229.229,0,0,0,.075.165.229.229,0,0,0,.165.075h10.423A.229.229,0,0,0,152-808a.229.229,0,0,0,.075-.165v-4.912h1.168v4.912a1.359,1.359,0,0,1-.409,1,1.359,1.359,0,0,1-1,.409Zm3.435-4.023-.821-.821,7.227-7.227h-3.073V-820h5.062v5.062h-1.168v-3.073Z' fill='%23097bb7' transform='translate(-140 820)'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.page-simple {
  position: relative;
}
.page-simple .hea__top {
  margin-bottom: 50px;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-simple .hea__top {
    margin-bottom: 30px;
  }
}
.page-simple .pages {
  padding-inline: 0;
  padding-bottom: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .page-simple .pages {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .page-simple .pages {
    padding-top: 35px;
  }
}
.page-simple .heading__primary {
  font-size: 80px;
}
@media screen and (max-width: 991px) {
  .page-simple .heading__primary {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-simple .heading__primary {
    font-size: 30px;
  }
}

.privacy-policy {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  color: #222;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .privacy-policy {
    padding: 0;
  }
}

/* Pagination */
.news__pagination {
  margin-top: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .news__pagination {
    margin-top: 40px;
  }
}
.news__pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 14px 4px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .news__pagination a {
    padding: 2px 12px;
  }
}
.news__pagination a:hover {
  background-color: #022765;
  color: #fff;
}
.news__pagination a.news__pagination-next, .news__pagination a.news__pagination-prev {
  border: none;
}
.news__pagination a.news__pagination-next:hover, .news__pagination a.news__pagination-prev:hover {
  background-color: transparent;
  opacity: 0.7;
}
.news__pagination-prev, .news__pagination-next {
  border: none;
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.005' height='14' viewBox='0 0 8.005 14'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M16.838,13.194,11.54,7.9a1,1,0,0,1,0-1.413,1.009,1.009,0,0,1,1.417,0l6,6a1,1,0,0,1,.029,1.38L12.962,19.9a1,1,0,1,1-1.417-1.413Z' transform='translate(-11.246 -6.196)' fill='%23010203'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.news__pagination-prev:hover, .news__pagination-next:hover {
  background-color: transparent;
  opacity: 0.7;
}
.news__pagination-prev {
  transform: rotate(180deg);
}

/* Pagination */
.pagination {
  margin-top: 80px;
  text-align: center;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination__list {
    margin-top: 40px;
  }
}
.pagination__item {
  margin-right: 15px;
  display: flex;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item a {
  display: inline-block;
  padding: 5px 14px 4px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pagination__item a {
    padding: 2px 12px;
  }
}
.pagination__item a:hover {
  background-color: #022765;
  color: #fff;
}
.pagination__item a.news__pagination-next, .pagination__item a.news__pagination-prev {
  border: none;
}
.pagination__item a.news__pagination-next:hover, .pagination__item a.news__pagination-prev:hover {
  background-color: transparent;
  opacity: 0.7;
}
.pagination__item.-prev:hover, .pagination__item.-next:hover {
  background-color: transparent;
  opacity: 0.7;
}
.pagination__item.-prev a, .pagination__item.-next a {
  border: unset;
  border: none;
  width: 12px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.005' height='14' viewBox='0 0 8.005 14'%3E%3Cpath id='Icon_ion-ios-arrow-forward' data-name='Icon ion-ios-arrow-forward' d='M16.838,13.194,11.54,7.9a1,1,0,0,1,0-1.413,1.009,1.009,0,0,1,1.417,0l6,6a1,1,0,0,1,.029,1.38L12.962,19.9a1,1,0,1,1-1.417-1.413Z' transform='translate(-11.246 -6.196)' fill='%23010203'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 18px 15px;
  display: inline-block;
}
.pagination__item.-prev a:hover, .pagination__item.-next a:hover {
  background-color: transparent;
  opacity: 0.7;
}
.pagination__item.-prev {
  transform: rotate(180deg);
}
.pagination__item.-prev a {
  padding: 18px 15px;
}
.pagination__item.-active a {
  background-color: #022765;
  color: #fff;
}
.pagination__item.-active a:hover {
  opacity: 0.7;
}
.pagination__item.-dots a {
  padding: 0;
  border: 0;
}
.pagination__item.-dots a:hover {
  background-color: initial;
  color: initial !important;
}

.field-group li {
  list-style: none;
}

.btn__wrapper {
  position: relative;
  margin-inline: auto;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  left: 50%;
}

.form__request-send {
  position: relative;
}

.page-contact-2 .form__request .btn__wrapper .wpcf7-spinner {
  top: 64%;
}

.contact-confirm-page {
  flex: 1;
}

.complete-page {
  margin-inline: auto;
}

.page-contact-2 .form__request .field-group input,
.page-contact-2 .form__request .field-group select {
  width: 100%;
}

/* wp-content styling */
.wp-content {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  color: #222;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .wp-content {
    padding: 0;
  }
}
.wp-content h1 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wp-content h1 {
    font-size: 24px;
  }
}
.wp-content h2 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .wp-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.wp-content h3 {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .wp-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.wp-content h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .wp-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.wp-content h5 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .wp-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.wp-content__meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 40px;
}

.wp-content p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .wp-content p {
    font-size: 14px;
  }
}
.wp-content .has-text-align-left,
.wp-content .text-left {
  text-align: left;
}

.wp-content .has-text-align-right,
.wp-content .text-right {
  text-align: right;
}

.wp-content .has-text-align-center,
.wp-content .text-center {
  text-align: center;
}

.wp-content em {
  font-style: italic;
  font-weight: 400;
}

.wp-content sup {
  vertical-align: super;
}

.wp-content sub {
  vertical-align: sub;
}

.wp-content ol {
  margin: 15px 0 20px 20px;
  padding-left: 10px;
  list-style: auto;
}

.wp-content ol li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .wp-content ol li {
    font-size: 14px;
  }
}
.wp-content ul {
  margin: 15px 0 20px 20px;
  padding-left: 10px;
  list-style: disc;
}

.wp-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .wp-content ul li {
    font-size: 14px;
  }
}
.wp-content ul ul,
.wp-content ol ol {
  margin-top: 10px;
}

.wp-content__section {
  margin-bottom: 30px;
}

.wp-content strong {
  font-weight: 600;
}

.wp-content a {
  color: #0056b3;
  text-decoration: underline;
  transition: 0.3s ease;
}

.wp-content a:hover {
  opacity: 0.7;
}

.wp-content blockquote {
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 35px;
  position: relative;
}

.wp-content blockquote::before {
  content: "";
  background-color: #e3e3e3;
  width: 5px;
  height: 100%;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wp-content__contact {
  margin-top: 40px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
}

.wp-content__contact p {
  margin-bottom: 8px;
}

.wp-content a.contact__btn,
.wp-content a.btn-primary {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
}

.field-group ul {
  margin: 0;
  padding: 0;
}

.field-group ul li {
  margin: 0;
  padding: 0;
}

.field-group p {
  margin: 0;
}

.footer {
  background-color: #010203;
  padding: 88px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 38px;
  }
}
.footer__wrapper {
  padding-inline: 20px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__logo {
  margin-bottom: 68px;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 44px;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__logo:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .footer__logo img {
    max-width: 155px;
  }
}
.footer__copyright {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5555555556;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer__copyright {
    padding-top: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }
}
.footer__nav-wrap {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 991px) {
  .footer__nav-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer__nav-wrap {
    flex-direction: column;
  }
}
.footer__nav-link {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer__nav-link {
    font-size: 16px;
  }
}
.footer__nav-item {
  padding-bottom: 17px;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__nav-item {
    padding-bottom: 25px;
  }
}
.footer__nav-item:last-child {
  padding-bottom: 0;
}
.footer__nav-item a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .footer__nav-item a {
    font-size: 16px;
  }
}
.footer__nav-item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__nav-item a:hover {
    opacity: 1;
  }
}
.footer__nav-item:has(.footer__sub-list) .footer__nav-link {
  pointer-events: none;
}
.footer__nav-item:has(.footer__sub-list) .footer__nav-link:hover {
  opacity: 1;
}
.footer__sub-list {
  padding-left: 12px;
  border-left: 1px solid #fff;
  line-height: 1;
  margin-top: 10px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .footer__sub-list {
    padding-left: 20px;
    margin-top: 15px;
  }
}
.footer__sub-item {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .footer__sub-item {
    padding-bottom: 20px;
  }
}
.footer__sub-item:last-child {
  padding-bottom: 0;
}
.footer__sub-item a {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .footer__sub-item a {
    font-size: 15px;
  }
}
.footer__sub-item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__sub-item a:hover {
    opacity: 1;
  }
}

.pc-only {
  display: flex;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: flex;
  }
}

picture {
  display: unset;
}

.contact__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 991px) {
  .contact__wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper {
    flex-direction: column;
  }
}
.contact__form-section {
  flex: 1;
  background-color: #f2f2f2;
  padding: 35px;
}
@media (max-width: 991px) {
  .contact__form-section {
    padding: 30px 20px;
  }
}
.contact__form-section form {
  display: flex;
  flex-direction: column;
}
.contact__input, .contact__select, .contact__textarea {
  padding: 12px;
  border: 1px solid #cccccc;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.contact__input:focus, .contact__select:focus, .contact__textarea:focus {
  outline: 1px solid #000;
}
.contact__row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact__row {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .contact__row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}
.contact__group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact__group {
    padding-bottom: 10px;
  }
}
.contact__group.pb-15 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact__group.pb-15 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact__group.pb-15 {
    margin-bottom: 0;
  }
}
.contact__group .contact__input.width-50 {
  width: 48.4%;
}
@media (max-width: 767px) {
  .contact__group .contact__input.width-50 {
    width: 100%;
  }
}
.contact__group input,
.contact__group select,
.contact__group textarea {
  padding: 10px 12px;
  border: 1px solid #cccccc;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.contact__group input:focus,
.contact__group select:focus,
.contact__group textarea:focus {
  outline: unset;
}
.contact__group select {
  cursor: pointer;
  color: #010203;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 0.710938L5.70703 5.71094L10.707 0.710938' stroke='%23777777' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: calc(100% - 10px) 54%;
}
.contact__group textarea {
  min-height: 150px;
  resize: none;
}
.contact label {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #010203;
}
@media (max-width: 767px) {
  .contact label {
    margin-bottom: 5px;
  }
}
.contact label span {
  position: relative;
}
.contact label span::after {
  content: "*";
  color: #cb0f0f;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -3px;
  right: -10px;
}
@media (max-width: 767px) {
  .contact label span::after {
    top: 0;
  }
}
.contact__info-section {
  flex: 0.8;
  min-width: 400px;
}
@media (max-width: 1200px) {
  .contact__info-section {
    min-width: 340px;
  }
}
@media (max-width: 991px) {
  .contact__info-section {
    min-width: 280px;
  }
}
@media (max-width: 800px) {
  .contact__info-section {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact__info-section {
    min-width: 100%;
  }
}
.contact__info-section .info__text {
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #9b9b9b;
  font-weight: 400;
}
.contact__info-section .info__title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 600;
  color: #010203;
}
.contact__info-section .info__item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .contact__info-section .info__item {
    gap: 15px;
  }
}
.contact__map {
  margin-top: 30px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.contact__map iframe {
  display: block;
}
@media (max-width: 991px) {
  .contact__map iframe {
    width: 100%;
  }
}
.contact__btn {
  display: block;
  min-width: 180px;
  margin: 30px auto 0;
  padding: 10px 15px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #022765;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.contact__btn:hover {
  opacity: 0.7;
  border: 1px solid #4c73b5;
}
@media (max-width: 767px) {
  .contact__btn:hover {
    opacity: 1;
    border: 1px solid transparent;
  }
}

.page-contact-2 .form__request {
  margin: 0 auto;
  width: 100%;
}
.page-contact-2 .form__request-content {
  display: flex;
  flex-direction: column;
}
.page-contact-2 .form__request .field-row {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .page-contact-2 .form__request .field-row {
    gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .page-contact-2 .form__request .field-row {
    flex-direction: column;
    gap: 0;
  }
}
.page-contact-2 .form__request .field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
.page-contact-2 .form__request .field-group label {
  font-size: 16px;
  font-weight: 700;
  color: #010203;
  margin-bottom: 8px;
}
.page-contact-2 .form__request .field-group label span {
  position: relative;
}
.page-contact-2 .form__request .field-group label span::after {
  content: "*";
  color: #cb0f0f;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -2px;
  right: -10px;
}
@media (max-width: 767px) {
  .page-contact-2 .form__request .field-group label span::after {
    top: 0;
  }
}
.page-contact-2 .form__request .field-group input,
.page-contact-2 .form__request .field-group select {
  padding: 12px;
  border: none;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #333;
}
.page-contact-2 .form__request .field-group input:focus,
.page-contact-2 .form__request .field-group select:focus {
  outline: 1px solid #e0e0e0;
  background-color: #f0f0f0;
}
.page-contact-2 .form__request .field-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 0.710938L5.70703 5.71094L10.707 0.710938' stroke='%23777777' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: calc(100% - 10px) 54%;
}
.page-contact-2 .form__request-product label {
  display: block;
  font-size: 14px;
  color: #010203;
  margin-bottom: 12px;
}
.page-contact-2 .form__request-product-inputs {
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  padding: 10px;
}
.page-contact-2 .form__request-product-inputs input {
  padding: 10px;
  margin-bottom: 2px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  width: 100%;
}
.page-contact-2 .form__request-product-inputs input::placeholder {
  color: #999;
}
.page-contact-2 .form__request-product-inputs input:focus {
  outline: none;
}
.page-contact-2 .form__request .btn-submit {
  background-color: #022765;
  border: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  min-width: 250px;
  border-radius: 35px;
  text-align: center;
  margin: 20px auto 0;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .page-contact-2 .form__request .btn-submit {
    min-width: 200px;
    padding: 12px;
  }
}
.page-contact-2 .form__request .btn-submit:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-contact-2 .form__request .btn-submit:hover {
    opacity: 1;
  }
}

.sample-request-confirm-page .hea {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sample-request-confirm-page .hea {
    display: block;
    padding: 40px;
  }
}
.sample-request-confirm-page .form__request-content .field-group {
  gap: 5px;
}
@media (max-width: 576px) {
  .sample-request-confirm-page .form__request-content .field-group {
    gap: 3px;
  }
}
.sample-request-confirm-page .form__request-content .field-group label {
  max-width: 250px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 0;
}
.sample-request-confirm-page .form__request-content .field-group p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  background-color: #f2f2f2;
  padding: 7px 10px;
  min-height: 42px;
}
@media (max-width: 767px) {
  .sample-request-confirm-page .form__request-content .field-group p {
    font-size: 15px;
    min-height: 41px;
  }
}
.sample-request-confirm-page .form__request-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sample-request-confirm-page .form__request-btn {
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .sample-request-confirm-page .form__request-btn {
    flex-direction: column;
  }
}
.sample-request-confirm-page .form__request-btn .btn-submit {
  margin: 0;
}
.sample-request-confirm-page .form__request-btn .btn-submit.prev {
  background-color: #010203;
}

.complete-page .hea {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .complete-page .hea {
    padding: 50px 20px;
  }
}
.complete-page h2 {
  font-size: 24px;
  font-weight: 500;
  color: #010203;
  line-height: 1.4;
  padding-bottom: 20px;
  text-align: center;
}
.complete-page p {
  font-size: 18px;
  font-weight: 400;
  color: #010203;
  line-height: 1.4;
  text-align: center;
}
.complete-page .form__request .btn-submit {
  display: block;
  margin: 50px auto 0;
  max-width: 250px;
}
.complete-page .form__request .contact__btn {
  display: block;
  margin: 50px auto 0;
  max-width: 250px;
}

.contact-confirm-page .contact__confirm {
  width: 100%;
}
.contact-confirm-page .contact__confirm p {
  background-color: #dbdbdb;
  padding: 7px 12px;
  min-height: 36px;
}
.contact-confirm-page label {
  max-width: 200px;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.contact-confirm-page p {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
}
.contact-confirm-page .contact__form-section {
  display: flex;
  justify-content: center;
}
.contact-confirm-page .contact__row {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-confirm-page .contact__row {
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .contact-confirm-page .contact__row {
    flex-direction: column;
  }
}
.contact-confirm-page .contact__group {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-confirm-page .contact__group {
    margin-bottom: 0;
  }
}
.contact-confirm-page .contact__buttons {
  display: flex;
  justify-self: center;
  gap: 20px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .contact-confirm-page .contact__buttons {
    margin: 30px auto 0;
  }
}
@media (max-width: 576px) {
  .contact-confirm-page .contact__buttons {
    flex-direction: column;
  }
}
.contact-confirm-page .contact__btn {
  margin: 0;
}
.contact-confirm-page .contact__btn.prev {
  background-color: #010203;
}

.page-top .company {
  overflow-x: clip;
  overflow-y: visible;
}

.company {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.company__content {
  position: relative;
}

.company__banner {
  z-index: 2;
}

.pattern-01 {
  position: absolute;
  top: 0;
  left: -230px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .pattern-01 {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-01 {
    max-width: 260px;
    left: 0;
  }
}

.pattern-02 {
  position: absolute;
  right: -110px;
  bottom: calc(-40% - 50px);
}
@media only screen and (max-width: 991px) {
  .pattern-02 {
    right: -70px;
    bottom: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-02 {
    max-width: 144px;
    right: 5px;
    bottom: -17%;
  }
}

.pattern-03 {
  position: absolute;
  position: absolute;
  right: -290px;
  top: 215px;
}
@media only screen and (max-width: 1279px) {
  .pattern-03 {
    right: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-03 {
    max-width: 111px;
    top: -74%;
    right: 20px;
  }
}

.pattern-04 {
  position: absolute;
  right: -100px;
  bottom: calc(-33% - 50px);
}
@media only screen and (max-width: 1600px) {
  .pattern-04 {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-04 {
    max-width: 245px;
    bottom: 16%;
    right: -7%;
  }
}

.pattern-05 {
  position: absolute;
  right: 65px;
  bottom: calc(-70% - 50px);
}
@media only screen and (max-width: 767px) {
  .pattern-05 {
    display: none;
  }
}

.company {
  position: relative;
  overflow: hidden;
}

.parallax-wrapper {
  min-height: inherit;
}

.pattern {
  position: absolute;
  pointer-events: none;
  will-change: transform;
  z-index: -1;
}

.strength__box {
  position: relative;
}

.strength .parallax-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .strength .parallax-wrapper {
    position: unset;
  }
}

.pattern-06 {
  bottom: -114px;
  left: -14%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pattern-06 {
    max-width: 190px;
    bottom: unset;
    top: 13.4%;
    left: -1.7%;
  }
}

.pattern-07 {
  top: -170px;
  left: -38.7%;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .pattern-07 {
    max-width: 450px;
    left: -16%;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-07 {
    max-width: 275px;
    bottom: unset;
    top: 15%;
    left: -24.2%;
  }
}

.products {
  position: relative;
  overflow-x: clip;
}

.pattern-08 {
  top: 0;
  right: -11%;
  z-index: -5;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .pattern-08 {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-08 {
    max-width: 260px;
    right: 0;
    top: 0;
  }
}
.pattern-08 img {
  transform: scaleX(-1);
}

.pattern-09 {
  top: 285px;
  right: 0;
}
@media only screen and (max-width: 1600px) {
  .pattern-09 {
    max-width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-09 {
    max-width: 251px;
    top: -25%;
    z-index: 5;
  }
}

.news {
  position: relative;
}

.pattern-10 {
  top: 50%;
  left: -30px;
}
@media only screen and (max-width: 767px) {
  .pattern-10 {
    display: none;
  }
}

.companies .pattern {
  z-index: 3;
}

.pattern-11 {
  top: 115px;
  left: 10%;
}
@media only screen and (max-width: 991px) {
  .pattern-11 {
    max-width: 210px;
  }
}
@media only screen and (max-width: 991px) {
  .pattern-11 {
    max-width: 115px;
  }
}

.pattern-12 {
  top: 7%;
  right: 10px;
}
@media only screen and (max-width: 1279px) {
  .pattern-12 {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-12 {
    display: none;
  }
}

.pattern-13 {
  top: 300px;
  left: 9%;
}
@media only screen and (max-width: 991px) {
  .pattern-13 {
    max-width: 210px;
  }
}
@media only screen and (max-width: 991px) {
  .pattern-13 {
    max-width: 115px;
    top: 64px;
  }
}

.pattern-14 {
  right: 95px;
  top: 40%;
}
@media only screen and (max-width: 991px) {
  .pattern-14 {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-14 {
    display: none;
  }
}

.pattern-15 {
  z-index: 1;
  top: 38%;
}
@media only screen and (max-width: 767px) {
  .pattern-15 {
    max-width: 150px;
    top: 90px;
  }
}

.category__items {
  position: relative;
}

.pattern-16 {
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pattern-16 {
    max-width: 170px;
  }
}

.pattern-17 {
  top: 31%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .pattern-17 {
    display: none;
  }
}

.pattern-18 {
  bottom: -30px;
  left: 160px;
}
@media only screen and (max-width: 767px) {
  .pattern-18 {
    display: none;
  }
}

.page-overflow-clip {
  overflow: clip !important;
  position: relative;
}

.pattern-19 {
  top: -270px;
  right: -10%;
  position: absolute;
}
@media only screen and (max-width: 1800px) {
  .pattern-19 {
    right: -20%;
  }
}

.page-detail {
  position: relative;
}

.page-detail .product {
  position: relative;
}
.page-detail .product .pattern {
  z-index: 1;
}

.pattern-21 {
  top: -42%;
  left: 2.2%;
}

.pattern-20 {
  right: 115px;
  top: 175px;
}

.pattern-25 {
  top: -93%;
  left: 3%;
}

.pattern-26 {
  top: 25%;
  left: 1.9%;
}
@media only screen and (max-width: 992px) {
  .pattern-26 {
    top: -40px;
    left: 1.9%;
  }
}
@media only screen and (max-width: 767px) {
  .pattern-26 {
    top: -70px;
  }
}

.pattern-22 {
  bottom: -31px;
  left: 7.5%;
}
@media only screen and (max-width: 1199px) {
  .pattern-22 {
    left: 2%;
    bottom: 20px;
  }
}

.pattern-23 {
  right: 12%;
  bottom: -50px;
}
@media only screen and (max-width: 1199px) {
  .pattern-23 {
    right: 2%;
    bottom: 20px;
  }
}

.pattern-24 {
  z-index: 2;
  top: 17%;
  right: 70px;
}
@media only screen and (max-width: 767px) {
  .pattern-24 {
    right: 0;
    top: 30%;
  }
}

/*# sourceMappingURL=app.css.map */
