/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
canvas {
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* General Css Start (404 page, cookie style etc) */
body,
html {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.pre-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.transition-none {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@media only screen and (max-width: 1199px) {
  body.overflow-hidden {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* Special Page */
section.page.single-page {
  padding: 50px 150px 200px;
  color: #fff;
}

section.page.single-page p {
  margin-top: 20px;
}

section.page.single-page table {
  border-spacing: 0px;
  border: navajowhite;
}

section.page.single-page table td {
  padding: 20px;
  border: none;
}

section.page.single-page table tr + tr td {
  border-top: 1px solid #1f1f32;
}

section.page.single-page table td + td {
  border-left: 1px solid #1f1f32;
}

.table-responsive {
  border: 1px solid #1f1f32;
  margin-top: 20px;
  overflow-x: auto;
  position: relative;
}

section.page.single-page h2 {
  margin-bottom: 95px;
  font-size: 58px;
  font-weight: 600;
  color: #1f1f32;
}

section.page.single-page p,
section.page.single-page tr,
section.page.single-page td,
section.page.single-page th {
  font-size: 20px;
  color: #1f1f32;
}

section.page.single-page ol {
  padding: 0;
  list-style: none;
}

section.page.single-page ol li {
  color: #808080;
  padding: 5px 0;
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}

section.page.single-page ol li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

section.page.single-page p strong {
  font-weight: 600;
  color: #1f1f32;
}

@media only screen and (max-width: 1470px) {
  section.page.single-page {
    padding: 50px 100px 200px;
  }
}

@media only screen and (max-width: 1199px) {
  section.page.single-page {
    padding: 50px 70px 120px;
  }

  section.page.single-page h2 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  section.page.single-page {
    padding: 20px 50px 120px;
  }
}

@media only screen and (max-width: 767px) {
  section.page.single-page {
    padding: 0 24px 80px;
    font-size: 13px;
  }

  section.page.single-page h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }

  section.page.single-page p,
  section.page.single-page tr,
  section.page.single-page td,
  section.page.single-page th {
    font-size: 15px;
    line-height: 1.3;
  }
}
/* Special Page */

/* Bootstrap Pagination */
ul.pagination {
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

ul.pagination .page-item .page-link {
  background: none;
  border: 1px solid #393233;
  border-radius: 0;
  color: #a3a3a3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

ul.pagination .page-item + .page-item {
  margin-left: 10px;
}

ul.pagination .page-item.active .page-link {
  border: 2px solid #393233;
  color: #fff;
}

ul.pagination .page-item .page-link:hover {
  background: #393233;
}
/* Bootstrap Pagination */

/* 404 Page */
.page.nf404 {
  text-align: center;
  padding-bottom: 100px;
}

.page.nf404 .page404-content {
  text-align: center;
}

.page.nf404 .page404-content .svg svg {
  width: 100%;
}

.page.nf404 .svg path {
  fill: #1d1d1c;
}

.nf404 h2 {
  font-size: 2.1vw;
  color: #1d1d1c;
  font-weight: 600;
  margin: 2vw 0 10px;
}

.nf404 h3 {
  color: #1d1d1c;
  font-weight: 400;
  font-size: 1.1vw;
}

.page.nf404 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgb(29 29 28 / 40%);
  border-radius: 40px;
  height: 60px;
  font-size: 15px;
  color: #1d1d1c;
  margin-top: 1.5vw;
}

.page.nf404 .svg svg line {
  stroke: #e30812;
}

.page.nf404 .svg svg {
  width: 100%;
  height: auto;
}

.page.nf404 a svg {
  margin-right: 15px;
  stroke: #1d1d1c;
}

@media (hover: hover) {
  .page.nf404 a:hover {
    background: white;
    color: #000;
  }

  .page.nf404 a:hover svg {
    stroke: #000;
  }
}

@media only screen and (max-width: 1199px) {
  .page.nf404 a {
    height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .nf404 h2 {
    font-size: 3vw;
    margin-top: 5vw;
  }

  .nf404 h3 {
    font-size: 2.4vw;
  }

  .page.nf404 a {
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .page.nf404 .svg {
    overflow: hidden;
  }

  .page.nf404 .svg svg {
    width: 200%;
    margin-left: -50%;
  }

  .nf404 h2 {
    font-size: 5vw;
    margin-top: 9vw;
  }

  .nf404 h3 {
    font-size: 4.2vw;
  }

  .page.nf404 a {
    margin-top: 7vw;
  }
}

/* 404 Page*/

/* Cookie */
body .cc-window {
  bottom: 50px !important;
  left: 50% !important;
  max-width: 460px;
  height: 93px;
  border-radius: 100px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(34, 41, 48, 0.8);
  padding: 0 30px !important;
  -webkit-transform: translateX(-50%) translateZ(100px);
  -ms-transform: translateX(-50%) translateZ(100px);
  transform: translateX(-50%) translateZ(100px);
  -webkit-transition: none;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
  transition: .3s;
}

body .cc-window.in-active {
  opacity: 0;
  visibility: hidden;
}

body .cc-window .cc-message {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin: 0 !important;
}

body .cc-window .cc-message a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

body .cc-compliance a.cc-btn.cc-dismiss {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 56px;
  height: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid #e30613;
  border-radius: 100px;
  position: relative;
  padding: 0;
  color: transparent;
  display: block;
}

body .cc-compliance a.cc-btn.cc-dismiss:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/svg/check-icon.svg);
  width: 20px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body .cc-compliance a.cc-btn.cc-dismiss:hover {
  background: #e30613;
}

body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
  color: #e30613;
  text-decoration: underline;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  body .cc-window {
    width: 100%;
    max-width: 100% !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) scale(0.9);
    -ms-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
    bottom: 30px !important;
    height: 110px;
    padding: 0 30px !important;
  }

  .cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
  }
}
/* Cookie */

/* Form Alert Style */
.alert {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 30px;
    margin: 10px;
}

.alert .message {
    color: #232323;
}

.alert .message button {
    display: none;
}

.form-alert {
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}

.form-alert .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #00000094;
  border-color: rgb(255 255 255 / 34%);
  margin-bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0;
}

.form-alert .alert .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  color: #ffc107;
  font-size: 24px;
}

.form-alert .alert .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-alert .alert .message strong,
.form-alert .alert .message b {
  margin-right: 13px;
}

.form-alert .alert .message button.close {
  height: 100%;
  color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  opacity: 1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-alert .alert .message button.close span {
  opacity: 1;
}
/* Form Alert Style */

/* General Css End */

/* @font-face {
  font-family: "helveticaneueltpro";
  src: local("helveticaneueltpro roman"), local("helveticaneueltpro-roman"),
    url("../fonts/helveticaneueltpro-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 300;
  src: local("Volte Light"), url("../fonts/Volte-Light.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 400;
  src: local("Volte Regular"), url("../fonts/Volte.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 500;
  src: local("Volte Medium"), url("../fonts/Volte-Medium.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 600;
  src: local("Volte Semibold"),
    url("../fonts/Volte-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Volte";
  font-style: normal;
  font-weight: 700;
  src: local("Volte Bold"), url("../fonts/Volte-Bold.woff") format("woff");
}

body {
  font-family: "Volte", sans-serif;
  background: #f7f6f4;
}

main {
  min-height: calc(100vh - 600px);
}

.s-container {
  margin: 0px 200px;
}

@media only screen and (max-width: 1470px) {
  .s-container {
    margin: 0px 120px;
  }
}

@media only screen and (max-width: 991px) {
  .s-container {
    margin: 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .s-container {
    margin: 0 24px;
  }
}

/* Default btn */
.default-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-btn > span:nth-child(1) {
  min-width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid #e30613;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.default-btn > span:nth-child(1) > svg * {
  stroke: #1d1d1b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.default-btn > span:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
  color: #1d1d1b;
  display: block;
  margin-left: 20px;
}

.default-btn > span:nth-child(1) > svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.default-btn.default-btn-white > span:nth-child(2) {
  color: #f7f6f4;
}

.default-btn.default-btn-white > span:nth-child(1) > svg * {
  stroke: #f7f6f4;
}

@media (hover: hover) {
  .default-btn:hover > span:nth-child(1) {
    background: #e30613;
  }

  .default-btn:hover > span:nth-child(1) svg * {
    stroke: #fff;
  }
}

@media only screen and (max-width: 1199px) {
  .default-btn > span:nth-child(1) {
    min-width: 70px;
    height: 70px;
  }

  .default-btn > span:nth-child(2) {
    font-size: 17px;
  }

  .default-btn > span:nth-child(1) {
    min-width: 60px;
    height: 60px;
  }

  .default-btn > span:nth-child(1) > svg {
    width: auto;
    height: 19px;
  }
}

/* Scroll To Top */
.scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 99;
  cursor: pointer;
  transform: scale(0);
  transition: 0.2s;
}

.scroll-to-top.active {
  transform: scale(1);
}

.scroll-to-top > span:nth-child(1) {
  background: #e30613;
}

.scroll-to-top > span:nth-child(1) > svg * {
  stroke: #fff;
}

.scroll-to-top > span:nth-child(1) > svg {
  transform: rotate(90deg);
}

.scroll-to-top:hover > span {
  transform: scale(0.9);
}

@media only screen and (max-width: 1199px) {
  .scroll-to-top {
    display: none;
  }
}

/* Page Container */
.page-container {
  overflow: hidden;
  margin-top: -218px;
}

@media only screen and (max-width: 1470px) {
  .page-container {
    margin-top: -200px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-container {
    margin-top: -180px;
  }
}

@media only screen and (max-width: 767px) {
  .page-container {
    margin-top: -135px;
  }
}

/* Form */
.default-form {
  width: 100%;
  max-width: 720px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.default-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 64px;
}

.default-form .form-row .form-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  position: relative;
}

.default-form .form-row .form-control {
  font-size: 16px;
  color: #222222;
  height: 58px;
  background: #fff;
  border: 1px solid rgba(65, 151, 203, 0.1);
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 62px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 0 !important;
  transition: 0.3s;
}

.default-form .form-row .form-control:focus {
  border-color: #4a4a49;
}

.default-form .form-row .input-icon {
  position: absolute;
  top: 50%;
  left: -4px;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #e30613;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.default-form .form-row .form-control:focus ~ .input-icon {
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  opacity: 1;
}

.default-form .form-row .form-input > .custom-file-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.default-form .form-row .form-input > svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

::-ms-input-placeholder {
  color: #bbb;
}

::placeholder {
  color: #bbb;
}

.default-form .form-row .form-input .custom-file-label.form-control {
  color: #bbb;
}

.default-form .form-row .form-captcha {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.default-form .form-row .form-captcha .captcha {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
}

.captcha {
  position: relative;
}

.captcha a {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  background: #e30613;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
  margin-top: -13px;
}

.captcha a:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.default-form .form-row .form-captcha .captcha img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(65, 151, 203, 0.1);
}

.default-form .form-row .form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.default-form .form-row .form-bottom button {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #e30613;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.default-form .form-row .form-bottom button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-checkbox {
  position: relative;
}

.form-checkbox label {
  font-size: 13px;
  color: #1f1f32;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.form-checkbox label a {
  text-decoration: underline;
  color: #1f1f32;
}

.form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-checkbox label:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #1f1f32;
}

.form-checkbox label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #1f1f32;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox input:checked ~ label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (hover: hover) {
  .default-form .form-row .form-bottom button:hover {
    background: #bf010c;
  }
}

@media only screen and (max-width: 767px) {
  .default-form .form-row {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .default-form .form-row .form-input {
  }

  .default-form .form-row .form-captcha {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .default-form .form-row .form-bottom {
    display: block;
    margin-top: 10px;
  }

  .default-form .form-row .form-bottom button {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-top: 10px;
  }

  .default-form .form-row .form-bottom button svg {
    height: 18px;
  }
}

/* Page Banner */
.page-banner {
  padding-left: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.contact-banner.page-banner .banner-content h1 {
  margin-left: 0;
  font-size: 50px;
  margin-bottom: 50px;
  max-width: 90%;
}

.contact-banner.page-banner .banner-content p {
  max-width: 400px;
  font-size: 16px;
  margin-left: 0;
}

.contact-banner .default-form {
  max-width: 100%;
  margin-top: 150px;
}

.contact-banner.page-banner .banner-content {
  margin-right: 11vw;
}

.page-banner.contact-banner {
  margin-bottom: 350px;
}

.page-banner .banner-img .default-form {
  position: absolute;
  top: 220px;
  right: 200px;
  z-index: 2;
  width: 720px;
}

.page-banner .banner-line {
  position: absolute;
  top: -90px;
  right: -60px;
  pointer-events: none;
}

.page-banner .banner-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  margin-right: 15vw;
  padding-top: 275px;
}

.page-banner .banner-content > a:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #1f1f32;
  margin-bottom: 32px;
}

.page-banner .banner-content a span:nth-child(1) {
  min-width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #1d1d1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-banner .banner-content h1 {
  font-size: 3.9vw;
  line-height: 1;
  color: #e30613;
  margin-left: 15px;
  margin-bottom: 7.8vw;
  font-weight: 500;
}

.page-banner .banner-content h1 > span {
  color: #4a4a49;
}

.page-banner .banner-content p {
  font-size: 1.2vw;
  line-height: 1.4;
  color: #4a4a49;
  margin-left: 5vw;
}

.page-banner .banner-content > a:last-child {
  text-decoration: underline;
  font-size: 16px;
  color: #e30613;
  margin-left: 10.5vw;
  margin-top: 30px;
  display: inline-block;
}

.page-banner .banner-img {
  width: 635px;
  height: 1140px;
  position: relative;
  pointer-events: none;
}

.page-banner .banner-img .img-info {
  position: absolute;
  top: 340px;
  left: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 2;
  width: 120px;
  height: 220px;
  text-align: center;
  padding-top: 30px;
}

.page-banner .banner-img .img-info .info-item {
  position: relative;
  display: block;
}

.page-banner .banner-img .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.page-banner .banner-img .img > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 49%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 49%, 0% 100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.page-banner .banner-img .img-info .info-item > span {
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  background: #1d1d1b;
  font-weight: 500;
  font-size: 16px;
  color: #f7f6f4;
  padding: 9px 10px 4px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.page-banner .banner-img .img-info .info-item > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px 6.5px;
  border-color: transparent transparent #1d1d1b transparent;
}

.page-banner .banner-img .img-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  background: #e30613;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 69%);
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 69%);
}

.page-banner .banner-img .img-info .info-item + .info-item {
  margin-top: 35px;
}

.career-banner.page-banner .banner-content h1 {
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 80%;
}

.career-banner .content-features {
  margin-bottom: 120px;
  max-width: 80%;
}

.career-banner .content-features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.career-banner .content-features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-banner .content-features ul li svg {
  margin-right: 8px;
}

.career-banner .content-features ul li > span {
  font-size: 16px;
  color: #1d1d1b;
  display: block;
  margin-bottom: -5px;
}

.page-banner.career-banner .banner-content .content-text p,
.page-banner .banner-content .content-text ul li {
  font-size: 20px;
  line-height: 1.5;
  color: initial;
  margin: 0;
}

.career-banner .content-text {
  color: #1f1f32;
  width: 80%;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  font-size: 25px;
  margin: 30px 0;
}

.page-banner.career-banner .banner-content .content-text ul {
  list-style: disc;
  padding-left: 20px;
}

.page-banner.career-banner .banner-content {
  margin-right: 160px;
}

.page-banner.banner-red .banner-img .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 49%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 49%, 0% 100%);
}

.page-banner.career-banner {
  margin-bottom: 300px;
}

.page-banner .banner-img .banner-world {
  position: absolute;
  top: 230px;
  left: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 28vw;
  height: 28vw;
  border-radius: 100%;
  z-index: 2;
}

.page-banner .banner-img .banner-world > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-radial-gradient(#e3061300 0%, #e30613 100%);
  background: radial-gradient(#e3061300 0%, #e30613 100%);
  mix-blend-mode: overlay;
}

.page-banner .banner-img .banner-world:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  right: 0;
  bottom: 0;
  background: #e30613;
  border-radius: 100%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.page-banner .banner-img .banner-world > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.page-banner .banner-img .banner-world:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-box-shadow: inset 0em 0em 70px #e30613;
  box-shadow: inset 0em 0em 70px #e30613;
}

.page-banner .banner-img .banner-world > span > span {
  background-image: url(../img/main/about-world.png);
  background-size: cover;
  background-position: -15vw 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
}

@media (hover: hover) {
  .page-banner .banner-img .img-info .info-item:hover > span {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .page-banner .banner-content a:hover span:nth-child(1) {
    background: #e30812;
  }
}

@media only screen and (min-width: 1200px) {
  .page-banner .banner-img .img {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
    overflow: hidden;
  }

  .page-banner .banner-img .img > span {
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
  }
}

@media only screen and (max-width: 1800px) {
  .page-banner .banner-line {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    top: 34px;
    right: 9px;
  }

  .page-banner .banner-img .default-form {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }

  .contact-banner.page-banner .banner-content {
    margin-right: 6vw;
  }
}

@media only screen and (max-width: 1650px) {
  .page-banner .banner-content {
    margin-right: 10vw;
  }

  .page-banner .banner-content h1 {
    margin-bottom: 5vw;
  }

  .page-banner .banner-img .img-info {
    -webkit-transform: translate(-50%, 0px) scale(0.8);
    -ms-transform: translate(-50%, 0px) scale(0.8);
    transform: translate(-50%, 0px) scale(0.8);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}

@media only screen and (max-width: 1470px) {
  .page-banner .banner-img {
    width: 580px;
    height: 69vw;
  }

  .page-banner .banner-line {
    top: -7.9vw;
    right: -47px;
  }

  .page-banner {
    padding-left: 7vw;
  }

  .page-banner .banner-img .default-form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    right: 200px;
    top: 200px;
  }

  .page-banner .banner-img .banner-world {
    width: 25vw;
    height: 25vw;
    top: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-banner .banner-img {
    width: 40vw;
    height: 80vw;
  }

  .page-banner .banner-img .img-info {
    top: 22vw;
    -webkit-transform: translate(-50%, 0px) scale(0.6);
    -ms-transform: translate(-50%, 0px) scale(0.6);
    transform: translate(-50%, 0px) scale(0.6);
  }

  .page-banner {
    padding-left: 120px;
  }

  .page-banner .banner-line {
    display: none;
  }

  .page-banner.contact-banner {
    padding-left: 60px;
    margin-bottom: 200px;
  }

  .contact-banner .default-form {
    margin-right: -28vw;
    width: auto;
    max-width: initial;
  }

  .contact-banner.page-banner .banner-content {
    overflow: initial;
  }

  .page-banner .banner-img .banner-world > span > span {
    background-position: -14vw 4vw;
  }
}

@media only screen and (max-width: 991px) {
  .contact-banner.page-banner .banner-content h1 {
    font-size: 5vw;
  }

  .page-banner .banner-content {
    padding-top: 180px;
  }

  .page-banner {
    padding-left: 70px;
  }

  .page-banner .banner-content p {
    font-size: 1.7vw;
  }

  .page-banner .banner-img .img-info {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
    top: 27vw;
  }

  .page-banner.career-banner .banner-content {
    margin-right: 30px;
    overflow: initial;
  }

  .page-banner.career-banner {
    padding-left: 60px;
  }

  .career-banner .content-features ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }

  .career-banner .content-features ul li svg {
    height: 30px;
  }

  .career-banner.page-banner .banner-content h1 {
    font-size: 5vw;
    max-width: 100%;
  }

  .career-banner .content-features {
    margin-bottom: 80px;
  }

  .page-banner.career-banner .banner-content .default-form {
    width: auto;
    margin-right: -30vw;
    position: relative;
    z-index: 2;
  }

  .form-checkbox label {
    max-width: 400px;
    display: block;
  }

  .page-banner.career-banner .banner-content .content-text p,
  .page-banner .banner-content .content-text ul li {
    font-size: 18px;
  }

  .career-banner .content-text {
    margin-right: -30vw;
    margin-top: 100px;
  }

  .page-banner .banner-img .banner-world {
    top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner.contact-banner {
    padding-left: 0;
    margin-bottom: 120px;
  }

  .contact-banner.page-banner .banner-content h1 {
    font-size: 8vw;
  }

  .contact-banner .default-form {
    margin-right: 0;
    margin-top: 80px;
  }

  .page-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }

  .page-banner .banner-img {
    width: 100%;
    height: 170vw;
    margin-left: auto;
  }

  .page-banner .banner-content {
    padding: 0px;
    margin: 0 10vw 0 24px;
    margin-top: -50vw;
    position: relative;
    z-index: 1;
  }

  .page-banner .banner-img .img-info {
    top: 69vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 42vw);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 42vw);
    height: 61vw;
    left: 52px;
  }

  .page-banner .banner-img .img > span {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 65vw);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 65vw);
    bottom: 80px;
  }

  .page-banner.banner-red .banner-img > .img:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 65vw);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 65vw);
    bottom: 80px;
  }

  .page-banner .banner-content h1 {
    margin-left: 0;
    margin-bottom: 12vw;
    font-size: 9vw;
    max-width: 45vw;
  }

  .page-banner .banner-content p {
    margin-left: 0;
    font-size: 5vw;
  }

  .page-banner .banner-content > a:last-child {
    margin-left: 0;
    margin-top: 10vw;
  }

  .page-banner.career-banner {
    padding-left: 0;
    margin-bottom: 130px;
  }

  .career-banner.page-banner .banner-content h1 {
    font-size: 9vw;
    max-width: 100%;
  }

  .page-banner.career-banner .banner-content .default-form {
    margin-right: 0;
  }

  .career-banner .content-text {
    margin-right: 0;
    margin-top: 80px;
    width: 100%;
  }

  .page-banner .banner-img .banner-world {
    top: 65vw;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    left: 24px;
    width: 40vw;
    height: 40vw;
  }

  .page-banner .banner-img .banner-world > span > span {
    background-position: -22vw 6vw;
  }

  .page-banner .banner-img .banner-world:after {
    -webkit-box-shadow: inset 0em 0em 20px #e30613;
    box-shadow: inset 0em 0em 20px #e30613;
  }

  .page-banner .banner-img .banner-world:before {
    left: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}

/* Header */
header {
  padding: 90px 155px;
  position: relative;
  z-index: 3;
}

header.header-white.fixed-active {
  background: #1d1d1c;
}

header.fixed-active {
  background: #fff;
}

header.sticky-active {
  top: -100px !important;
}

header.header-home {
  position: sticky;
  top: 0;
}

header.header-white .header-row .header-menu > ul > li > a {
  color: #f7f6f4;
}

header.header-white .header-row .header-menu > ul > li > a svg path {
  stroke: #f7f6f4;
}

header.header-white .header-row .header-mobile-button span {
  background: #fff;
}

header.header-white-logo .header-logo a img:nth-child(1) {
  opacity: 0;
}

header.header-white-logo .header-logo a img:nth-child(2) {
  opacity: 1;
}

header.header-white-logo .header-row .header-menu > a {
  color: #fff;
}

header .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header-row .header-logo a {
  display: inline-block;
  position: relative;
}

header .header-row .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -20px;
}

header .header-row .header-menu > a {
  font-size: 20px;
  color: #4a4a49;
  margin-right: 135px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .header-row .header-menu ul li ul {
  position: absolute;
  top: 100%;
  left: -15px;
  background: rgb(74 74 73 / 95%);
  padding: 35px 50px 35px 20px;
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .header-row .header-menu > ul > li {
  position: relative;
  padding-bottom: 20px;
}

header .header-row .header-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .header-row .header-menu > ul > li > a {
  font-size: 20px;
  color: #1d1d1b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .header-row .header-menu > ul > li > a svg {
  margin-top: -5px;
  margin-left: 8px;
}

header .header-row .header-menu > ul > li + li {
  margin-left: 24px;
}

header .header-row .header-menu ul li ul li + li {
  margin-top: 30px;
}

header .header-row .header-menu ul li ul li a {
  font-size: 20px;
  color: #c6c6c6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .header-row .header-mobile-button {
  min-width: 30px;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -3px;
  display: none;
}

header .header-row .header-mobile-button span {
  height: 2px;
  background: #1d1d1b;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .header-row .header-logo a .header-logo-mobile {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

header .header-row .header-logo a .header-logo-mobile {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

header.menu-active .header-row .header-logo a img {
  opacity: 1;
}

header.menu-active .header-row .header-logo a img:nth-child(1) {
  opacity: 0;
}

.header-menu-mobile {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 400px);
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  opacity: 0;
  -webkit-transition: 0.3s 0.5s;
  -o-transition: 0.3s 0.5s;
  transition: 0.3s 0.5s;
  display: none;
}

.header-menu-mobile::-webkit-scrollbar {
  display: none;
}

.header-menu-mobile > ul:nth-child(1) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8vw;
  gap: 6vw 0;
  padding-bottom: 8vw;
  border-bottom: 1px solid #ffffff45;
}

.header-menu-mobile > ul:nth-child(1) li a {
  color: #fff;
  font-size: 4vw;
}

.header-menu-mobile > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 60px;
}

.header-menu-mobile > ul:nth-child(2) > li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 6vw;
}

.header-menu-mobile > ul:nth-child(2) > li:first-child a {
  font-size: 5vw;
  opacity: 1;
}

.header-menu-mobile > ul:nth-child(2) > li a {
  color: #fff;
  font-size: 3vw;
  opacity: 0.8;
}

.header-menu-mobile > ul:nth-child(2) > li + li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 5vw;
}

.header-menu-mobile > ul:nth-child(1) li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.header-menu-mobile > ul:nth-child(3) li a {
  color: #fff;
  font-size: 5vw;
}

.header-menu-mobile > ul:nth-child(3) {
  border-top: 1px solid #ffffff45;
  padding-top: 11vw;
  margin-top: 3vw;
}

.header-menu-mobile > ul:nth-child(3) li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.header-menu-mobile > ul:nth-child(3) li + li {
  margin-top: 5vw;
}

.header-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-image: url(../img/main/mobile-bg.png);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  opacity: 0;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  pointer-events: none;
  -webkit-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  display: none;
}

@media (hover: hover) {
  header .header-row .header-menu ul li:hover > ul {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;
  }

  header .header-row .header-menu ul li ul li a:hover {
    color: #fff;
  }

  header .header-row .header-menu > ul > li > a:not(.sub-item):hover {
    color: #e30613 !important;
  }

  header .header-row .header-menu > a:hover {
    color: #e30613 !important;
  }
}

@media only screen and (max-width: 1470px) {
  header {
    padding: 70px 100px 90px;
  }
}

@media only screen and (max-width: 1199px) {
  header {
    padding: 60px 60px 90px;
    position: relative !important;
    z-index: 4;
  }

  header .header-row .header-logo a img {
    max-width: 250px;
  }

  header .header-row .header-menu > a {
    margin-right: -10px;
    font-size: 16px;
  }

  header .header-row .header-menu > ul > li > a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-row .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 200px 0 0;
    margin: 0;
    background: #ffffff;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
  }

  header.menu-active .header-row .header-menu {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    pointer-events: all;
  }

  header.menu-active .header-row .header-menu:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 100%;
  }

  header.menu-active .header-menu-bg {
    opacity: 0.2;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  header.menu-active .header-menu-mobile {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }

  header .header-row .header-mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .header-row .header-menu:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    right: 0;
    bottom: 0;
    background: #e30613;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    mix-blend-mode: multiply;
    -webkit-transition: 0.3s 0.3s;
    -o-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
  }

  header .header-row .header-menu > ul {
    display: none;
  }

  header .header-row .header-menu > ul > li + li {
    margin-left: 0;
    margin-top: 10vw;
  }

  header .header-row .header-menu > ul > li > a {
    font-size: 6vw;
    color: #fff;
  }

  header .header-row .header-menu > ul > li > a svg path {
    stroke: #fff;
  }

  header .header-row .header-menu > a {
    display: none;
  }

  header .header-row .header-menu > ul > li > a svg {
    display: none;
  }

  header .header-row .header-mobile-button {
    position: relative;
    z-index: 1;
  }

  .header-logo {
    position: relative;
    z-index: 2;
  }

  header.menu-active .header-row .header-mobile-button span {
    background: #fff;
  }

  header.menu-active .header-row .header-mobile-button span:nth-child(1) {
    transform: translate(0px, 3px) rotate(45deg);
  }

  header.menu-active .header-row .header-mobile-button span:nth-child(2) {
    -webkit-transform: translate(0px, -5px) rotate(-45deg);
    -ms-transform: translate(0px, -5px) rotate(-45deg);
    transform: translate(0px, -5px) rotate(-45deg);
  }

  .header-menu-mobile {
    display: block;
  }

  .header-menu-bg {
    display: block;
  }

  header .header-row .header-menu:after {
    content: "";
    position: absolute;
    top: 142px;
    left: 60px;
    right: 60px;
    height: 1px;
    background: #ffffff45;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 32px 24px;
    margin-bottom: 50px;
    position: sticky !important;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
  }

  header.header-white .header-row .header-logo a .header-logo-mobile {
    opacity: 1;
  }

  header.header-white .header-row .header-logo a img:nth-child(1) {
    opacity: 0;
  }

  header .header-row .header-logo a img {
    max-width: 160px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  header .header-row .header-menu:after {
    top: 82px;
    left: 23px;
    right: 24px;
  }

  header .header-row .header-menu {
    padding-top: 120px;
  }

  .header-menu-mobile > ul {
    margin: 0 24px;
  }

  .header-menu-mobile > ul:nth-child(3) li a {
    font-size: 2.5vh;
  }

  .header-menu-mobile > ul:nth-child(2) > li a {
    font-size: 2.5vh;
  }

  .header-menu-mobile > ul:nth-child(1) li a {
    font-size: 2.7vh;
  }

  .header-menu-mobile > ul:nth-child(2) > li:first-child a {
    font-size: 3vh;
  }

  .header-menu-mobile > ul:nth-child(2) > li + li {
    margin-bottom: 3vh;
  }

  .header-menu-mobile > ul:nth-child(2) > li:first-child {
    margin-bottom: 4vh;
  }

  .header-menu-mobile > ul:nth-child(1) {
    margin-bottom: 4vh;
    gap: 3vh 0;
    padding-bottom: 4vh;
  }

  .header-menu-mobile > ul:nth-child(3) {
    padding-top: 5vh;
    margin-top: 1vh;
  }

  .header-menu-mobile {
    max-height: calc(100vh - 300px);
  }
}

/* Content Box */
.content-box-container {
  max-width: 55vw;
  width: 100%;
  margin: 8vw auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.content-box {
  background: #e30613;
  padding: 3.9vw 7vw 3.2vw;
}

.content-box p {
  font-size: 3.9vw;
  text-align: center;
  line-height: 1.2;
  color: #f7f6f4;
}

.content-box-row.content-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: initial;
  margin: 200px 155px 0;
  width: auto;
}

.content-box-row.content-box-container .content-box {
  -webkit-box-flex: 0.85;
  -ms-flex: 0.85;
  flex: 0.85;
}

.content-box-row.content-box-container .content-box p {
  text-align: left;
}

.content-box-row.content-box-container .default-btn {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .content-box-row.content-box-container {
    margin: 200px 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .content-box-row.content-box-container {
    margin: 200px 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .content-box-row.content-box-container {
    margin: 70px 24px 0;
    display: block;
    text-align: left;
  }

  .content-box-container {
    margin-top: 15vw;
    max-width: 80vw;
  }

  .content-box p {
    font-size: 6vw;
  }

  .content-box {
    padding: 6vw 10vw 5vw;
  }
}

/* Page Content */
.page-content {
  max-width: 42vw;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-content .content-title svg {
  margin-bottom: 25px;
}

.page-content .content-title h1 {
  font-size: 3.8vw;
  color: #e30613;
  font-weight: normal;
}

.page-content p {
  font-size: 1.3vw;
  line-height: 1.3;
  color: #4a4a49;
  margin-top: 7.3vw;
}

@media only screen and (max-width: 991px) {
  .page-content p {
    font-size: 2.2vw;
  }

  .page-content .content-title h1 {
    font-size: 6vw;
  }

  .page-content {
    max-width: 60vw;
  }
}

@media only screen and (max-width: 767px) {
  .page-content p {
    font-size: 4vw;
    margin-top: 13vw;
  }

  .page-content {
    max-width: 80vw;
  }

  .page-content .content-title h1 {
    font-size: 8vw;
  }

  .page-content .content-title svg {
    height: 60px;
  }
}

/* Homepage */
.home-hero {
}

.home-hero .hero-brands {
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 150px;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  opacity: 0;
}

.home-hero .hero-brands > span {
  font-size: 3.8vw;
  color: #e30613;
}

.home-hero .hero-brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.8vw;
}

.home-hero .hero-brands ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.home-hero .hero-brands ul li a > span {
  font-size: 1vw;
  color: #4a4a49;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-hero .hero-brands ul li a .brand-item:before {
  content: "";
  position: absolute;
  top: 0;
  width: 95%;
  right: 0;
  height: 95%;
  background: #e30613;
  z-index: -1;
}

.home-hero .hero-brands ul li a svg {
  margin-left: 12px;
  -webkit-transform: translate(5px, 0px) rotate(180deg);
  -ms-transform: translate(5px, 0px) rotate(180deg);
  transform: translate(5px, 0px) rotate(180deg);
  width: 1vw;
  height: auto;
  margin-top: -0.2vw;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-hero .hero-brands ul li a .brand-item {
  position: absolute;
  bottom: 2.8vw;
  right: 0px;
  width: 12vw;
  height: 10vw;
  -webkit-transform: rotate(2deg) scale(0);
  -ms-transform: rotate(2deg) scale(0);
  transform: rotate(2deg) scale(0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.home-hero .hero-brands ul li a .brand-item > span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 95%;
  height: 95%;
}

.home-hero .hero-brands .default-btn {
}

.home-hero .hero-brands .default-btn > span:nth-child(1) {
  min-width: 4.2vw;
  height: 4.2vw;
}

.home-hero .hero-brands .default-btn span svg {
}

.home-hero .hero-brands .default-btn > span:nth-child(2) {
  font-size: 1.1vw;
  margin-left: 1.1vw;
}

.home-hero .hero-brands .default-btn > span:nth-child(1) svg {
  width: 1vw;
  height: auto;
}

.home-content-container .home-hero {
  height: 5000px;
  position: relative;
}

.home-content-container .home-hero:before {
  content: "";
  position: absolute;
  height: 100vh;
  left: 0;
  right: 0;
  top: 100%;
  background: -o-linear-gradient(bottom, #1d1d1c, #1d1d1c00);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1d1d1c),
    to(#1d1d1c00)
  );
  background: linear-gradient(to top, #1d1d1c, #1d1d1c00);
  z-index: 3;
  pointer-events: none;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.home-content-container .home-hero.dark-active .home-hero-sticky:before {
  opacity: 1;
}

.home-content-container .home-hero-sticky .hero-bg-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.home-content-container .home-hero-sticky .hero-bg-circle > span {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  opacity: 0;
  width: 300vw;
  height: 300vw;
  border-radius: 100%;
  background: -o-radial-gradient(#fff 30%, #fff0 70%);
  background: radial-gradient(#fff 30%, #fff0 70%);
  will-change: transform;
}

.home-content-container .home-hero-sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding-top: 170px;
  height: calc(100vh - 170px);
  background: #0d0d0d;
  margin-bottom: -100vh;
  -webkit-perspective: 200px;
  perspective: 200px;
}

.home-content-container .home-hero .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
}

.home-content-container .home-hero .hero-bg .bg {
  background-image: url(../img/main/space.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  will-change: transform;
}

.home-content-container .home-hero .hero-title {
  position: relative;
  text-align: center;
  transform: translate(0px, 100%) scale(1);
  will-change: transform;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}

.home-content-container .home-hero .hero-title > span:nth-child(2) {
  -webkit-transform: translate(0px, 50%) scale(1.3);
  -ms-transform: translate(0px, 50%) scale(1.3);
  transform: translate(0px, 50%) scale(1.3);
  opacity: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.home-content-container .home-hero .hero-title > span {
  font-weight: 600;
  font-size: 4.7vw;
  color: #f7f6f4;
  display: block;
}

.home-content-container .home-hero .hero-title > span > span {
  color: #e30613;
}

.home-content-container .home-hero .hero-world {
  position: absolute;
  top: 10.5vw;
  left: 50%;
  width: 28vw;
  height: 28vw;
  border-radius: 100%;
  margin: 40px auto 0;
  transform: translate(-50%, 200%) scale(3.7);
  will-change: transform;
  z-index: 1;
}

.home-content-container
  .home-hero
  .hero-world
  > span:nth-child(1)
  > span:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-radial-gradient(#e3061300 0%, #e30613 100%);
  background: radial-gradient(#e3061300 0%, #e30613 100%);
  mix-blend-mode: overlay;
  z-index: 1;
  border-radius: 100%;
  transition: 0.5s;
}

.home-content-container .home-hero .hero-world:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 160%;
  height: 160%;
  background-image: url(../img/main/world-shadow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.home-content-container .home-hero .hero-world > span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: block;
}

.home-content-container .home-hero .hero-world > span:nth-child(1) canvas {
  width: 250%;
  height: 250%;
  transform: translate(-35vw, -4.2vw) rotate(-15deg);
}

.home-content-container .home-hero .hero-world > span:nth-child(2) {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  -ms-transform: translate(-50%, -50%) scale(0.4);
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.home-content-container
  .home-hero
  .hero-world
  > span:nth-child(2)
  > span:nth-child(2) {
  width: 25px;
  height: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.home-content-container
  .home-hero
  .hero-world
  > span:nth-child(2)
  > span:nth-child(1) {
  font-weight: 300;
  font-size: 12px;
  color: #f7f6f4;
  font-weight: 600;
}

.home-content-container
  .home-hero
  .hero-world
  > span:nth-child(2)
  > span:nth-child(2)
  svg {
  width: 50%;
  height: 50%;
  margin-bottom: -3px;
}

.home-content-container
  .home-hero
  .hero-world
  > span:nth-child(2)
  > span:nth-child(2):before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 100%;
  background: #e30613;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  z-index: -1;
}

.home-content-container .home-hero .hero-world:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0em 0em 70px #e30613;
  box-shadow: inset 0em 0em 70px #e30613;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.home-content-container .home-hero.active .hero-world:after {
  opacity: 0;
}

.home-content-container
  .home-hero.active
  .hero-world
  > span:nth-child(1)
  > span:nth-child(2):after {
  opacity: 0;
}

.home-content-container .home-hero.dark-active .hero-world:after {
  -webkit-box-shadow: inset 0em 0em 70px #ffff;
  box-shadow: inset 0em 0em 70px #ffff;
  opacity: 0.4;
}

.home-content-container
  .home-hero.dark-active
  .hero-world
  > span:nth-child(1):after {
  opacity: 0;
}

.home-content-container
  .home-hero.active.dark-active
  .hero-world
  > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  -ms-transform: translate(-50%, -50%) scale(0.4);
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
}

.home-content-container
  .home-hero
  .hero-world
  > span:nth-child(1)
  > span:nth-child(1) {
  background-image: url(../img/main/about-world.png);
  background-size: cover;
  background-position: -830px 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
  width: 250%;
  height: 250%;
  display: none;
}

.home-content-container
  .home-hero
  .hero-world
  > span:nth-child(1)
  > span:nth-child(2) {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.home-content-container .home-hero.active .hero-world > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.home-content-container .home-hero.active .hero-world:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.home-content-container {
  background: #1d1d1b;
  margin-top: -218px;
}

.home-content-container .home-content-row {
  overflow: hidden;
  padding: 0 150px 370px;
}

.home-content-container .home-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 300px;
  margin-bottom: -60px;
  position: relative;
  z-index: 3;
}

.home-content-container .home-slide .home-slide-swiper-text {
  max-width: 600px;
  margin-left: 90px;
  margin-right: 130px;
  margin-top: 60px;
  padding: 10px 0;
}

.home-content-container .home-slide .home-slide-swiper-text .swiper-wrapper {
}

.home-content-container
  .home-slide
  .home-slide-swiper-text
  .swiper-wrapper
  .swiper-slide {
  opacity: 1 !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.home-content-container
  .home-slide
  .home-slide-swiper-text
  .swiper-wrapper
  .swiper-slide
  p {
  font-size: 73px;
  color: #f7f6f4;
  -webkit-transform: translate(0px, 20px) scale(0.9);
  -ms-transform: translate(0px, 20px) scale(0.9);
  transform: translate(0px, 20px) scale(0.9);
  opacity: 0;
}

.home-content-container .home-slide .home-slide-swiper-img {
  max-width: 800px;
  width: 100%;
  height: 920px;
  position: relative;
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-fraction
  > span:nth-child(1) {
  font-size: 96px;
  display: block;
  line-height: 0.6;
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-fraction
  > span:nth-child(2) {
  font-size: 32px;
  display: block;
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 3px solid #fff;
  opacity: 1;
  background: #fff0;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 58px;
  background: #fff;
}

.home-content-container .home-slide .home-slide-swiper-img:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 135px;
  width: 390px;
  bottom: 0;
  background: red;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 64%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 64%);
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-wrapper
  .swiper-slide {
  opacity: 1 !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-wrapper
  .swiper-slide
  .slide-img {
  height: 550px;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.home-content-container .home-slide .home-slide-swiper-img .swiper-fraction {
  position: absolute;
  bottom: 200px;
  right: 170px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f7f6f4;
  font-weight: 600;
}

.home-content-container .home-slide .home-slide-swiper-img .swiper-pagination {
  top: calc(100% - 270px);
  right: 0;
  bottom: auto;
  left: auto;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.home-content-container
  .home-slide
  .home-slide-swiper-text
  .swiper-wrapper
  .swiper-slide-active
  p {
  -webkit-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
  transform: translate(0px, 0px) scale(1);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-wrapper
  .swiper-slide
  .slide-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}

.home-content-container
  .home-slide
  .home-slide-swiper-img
  .swiper-wrapper
  .swiper-slide-active
  .slide-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.home-content-container .home-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.home-content-container .home-content .content-left {
  width: 100%;
  max-width: 670px;
  margin-right: 200px;
  position: relative;
  z-index: 1;
}

.home-content-container .home-content .content-right .content-row > svg {
  position: absolute;
  bottom: -690px;
  right: -150px;
  height: auto;
  width: 100vw;
  pointer-events: none;
}

.home-content-container .home-content .content-left .content-img {
  height: 50vw;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.home-content-container .home-content .content-left .content-menu {
  width: 90%;
  margin: 50px auto 0;
}

.home-content-container .home-content .content-left .content-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.home-content-container .home-content .content-left .content-menu ul li {
}

.home-content-container .home-content .content-left .content-menu ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-content-container .home-content .content-left .content-menu ul li a span {
  font-size: 21px;
  color: #c6c6c6;
  display: block;
}

.home-content-container .home-content .content-left .content-menu ul li a svg {
  -webkit-transform: translate(5px, 0px) rotate(180deg);
  -ms-transform: translate(5px, 0px) rotate(180deg);
  transform: translate(5px, 0px) rotate(180deg);
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.home-content-container .home-content .content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 160px;
}

.home-content-container .home-content .content-right .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.home-content-container .home-content .content-right .content-row .default-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-right: 120px;
}

.home-content-container
  .home-content
  .content-right
  .content-row
  .default-btn
  span:nth-child(2) {
  max-width: 100px;
  color: #cccccc;
  display: block;
  line-height: 1.4;
  margin-left: 0;
  margin-right: auto;
}

.home-content-container
  .home-content
  .content-right
  .content-row
  .default-btn
  span
  svg
  * {
  stroke: #fff;
}

.home-content-container
  .home-content
  .content-right
  .content-row
  .content-title {
  font-size: 73px;
  max-width: 570px;
  color: #f7f6f4;
  font-weight: 600;
}

.home-content-container .home-content .content-right > p {
  font-size: 24px;
  line-height: 1.3;
  color: #c6c6c6;
  margin-top: 240px;
  max-width: 400px;
}

.homepage-list.item-list {
  margin: 0;
  padding: 0;
  overflow: initial;
}

.homepage-list.item-list .item-list-title > span {
  font-size: 73px;
  color: #e30613;
}

.homepage-list.item-list .item-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 290px;
  left: 245px;
}

.homepage-list.item-list .item-list-title .default-btn {
  margin-left: 100px;
}

.home-content-box.content-box-container p {
  text-align: left;
}

.home-content-box.content-box-container {
  margin: 0;
  position: absolute;
  top: 0;
  left: 150px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  z-index: 2;
  max-width: 1220px;
}

.home-content-container
  .home-content
  .content-right
  .content-row
  .default-btn
  span:nth-child(1) {
  margin-left: 70px;
  margin-top: -10px;
}

.homepage-list.item-list:before {
  display: none;
}

.homepage-list.item-list .list-container {
  padding-top: 500px;
}

@media (hover: hover) {
  .home-content-container
    .home-content
    .content-left
    .content-menu
    ul
    li
    a:hover
    svg {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
    -ms-transform: translate(0px, 0px) rotate(180deg);
    transform: translate(0px, 0px) rotate(180deg);
    opacity: 1;
  }

  .home-hero .hero-brands ul li a:hover .brand-item {
    -webkit-transform: rotate(6deg) scale(1);
    -ms-transform: rotate(6deg) scale(1);
    transform: rotate(6deg) scale(1);
  }

  .home-hero .hero-brands ul li a:hover span {
    color: #1d1d1b;
  }

  .home-hero .hero-brands ul li a:hover svg {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
    -ms-transform: translate(0px, 0px) rotate(180deg);
    transform: translate(0px, 0px) rotate(180deg);
    opacity: 1;
  }
}

@media only screen and (max-width: 1750px) {
  .home-content-container .home-content .content-left {
    margin-right: 8vw;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .content-title {
    font-size: 3.5vw;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-text
    .swiper-wrapper
    .swiper-slide
    p {
    font-size: 4vw;
  }

  .home-content-container .home-slide .home-slide-swiper-img {
    max-width: 40vw;
    height: 48vw;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-wrapper
    .swiper-slide
    .slide-img {
    height: 27vw;
  }
}

@media only screen and (max-width: 1470px) {
  .home-content-box.content-box-container {
    max-width: 800px;
  }

  .home-content-container .home-content-row {
    padding: 0 150px 270px;
  }

  .home-content-container .home-slide .home-slide-swiper-img .swiper-fraction {
    bottom: 150px;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-pagination {
    top: calc(100% - 220px);
  }
}

@media only screen and (max-width: 1370px) {
  .home-content-container .home-hero-sticky {
    height: calc(100vh - 140px);
    padding-top: 140px;
  }

  .home-content-container .home-slide .home-slide-swiper-img:before {
    right: 40px;
    width: 310px;
  }

  .home-content-container .home-slide .home-slide-swiper-img .swiper-fraction {
    right: 70px;
  }

  .home-content-container .home-content .content-left {
    max-width: 30vw;
    margin-right: 6vw;
  }

  .home-content-container .home-content .content-left .content-img {
    height: 43vw;
  }

  .home-content-container .home-content .content-left .content-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }

  .home-content-container .home-content .content-left .content-menu {
    margin-top: 40px;
    width: 100%;
  }

  .home-content-container
    .home-content
    .content-left
    .content-menu
    ul
    li
    a
    span {
    font-size: 17px;
  }

  .home-content-container
    .home-content
    .content-left
    .content-menu
    ul
    li
    a
    svg {
    margin-left: 6px;
    height: 12px;
    width: auto;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .default-btn {
  }

  .home-content-container .home-slide .home-slide-swiper-text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .homepage-list.item-list .item-list-title {
    left: 150px;
  }

  .home-content-box.content-box-container {
    left: 70px;
    max-width: 60%;
  }

  .home-content-container .home-slide .home-slide-swiper-text {
    margin-right: 60px;
  }

  .home-content-container {
    overflow: hidden;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .default-btn {
    margin-right: 70px;
  }

  .home-content-container .home-content .content-right > p {
    margin-top: 120px;
  }

  .home-content-container .home-content .content-right {
    margin-top: 100px;
  }

  .home-content-container .home-content .content-left .content-menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
  }

  .home-content-container .home-content {
    margin-top: 100px;
  }

  .home-content-container .home-slide .home-slide-swiper-img {
    height: 60vw;
  }

  .home-content-container .home-hero {
    height: auto;
  }

  .home-content-container .home-hero-sticky {
    height: auto;
    margin: 0;
    padding: 240px 50px 130px;
  }

  .home-content-container .home-hero:before {
    display: none;
  }

  .home-content-container .home-hero .hero-title > span:nth-child(2) {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }

  .home-content-container .home-hero .hero-world {
    -webkit-transform: translate(0px, 0) scale(1);
    -ms-transform: translate(0px, 0) scale(1);
    transform: translate(0px, 0) scale(1);
    width: 40vw;
    height: 40vw;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .home-content-container .home-hero .hero-title {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }

  .home-content-container .home-hero .hero-bg {
    height: auto;
    bottom: 0;
    opacity: 0.4;
  }
  .home-content-container
    .home-hero
    .hero-world
    > span:nth-child(1)
    > span:nth-child(1) {
    background-position: -36.5vw 22vw;
    display: block;
  }

  .home-content-container .home-hero .hero-world > span:nth-child(1) canvas {
    display: none;
  }

  .home-content-container
    .home-hero
    .hero-world
    > span:nth-child(1)
    > span:nth-child(2):after {
    opacity: 0.2;
  }

  .home-content-container .home-hero .hero-world > span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  .home-hero .hero-brands {
    position: relative;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    left: 0;
    bottom: 0;
    padding: 0;
    margin-top: 170px;
  }

  .home-content-container .home-slide:before {
    content: "";
  }

  .home-hero .hero-brands .default-btn > span:nth-child(2) {
    color: #fff;
  }

  .home-hero .hero-brands .default-btn > span:nth-child(1) > svg * {
    stroke: #fff;
  }

  .home-hero .hero-brands ul li a > span {
    font-size: 1.5vw;
    color: #fff;
  }

  .home-hero .hero-brands > span {
    font-size: 3.4vw;
  }

  .home-hero .hero-brands ul {
    gap: 0 10px;
  }

  .home-content-container .home-slide {
    padding-top: 200px;
  }

  .home-content-container .home-content-row {
    padding: 0 70px 270px;
  }
}

@media only screen and (max-width: 991px) {
  .homepage-list.item-list .item-list-title {
    left: 50px;
  }

  .home-content-container .home-content .content-right .content-row {
    display: block;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .content-title {
    margin-top: 70px;
    font-size: 5vw;
  }

  .home-content-container .home-slide .home-slide-swiper-img:before {
    width: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .home-content-container .home-content-row {
    padding: 0 24px 170px;
  }

  .home-content-container .home-hero .hero-title {
  }

  .home-content-container .home-hero .hero-title > span {
    font-size: 8vw;
  }

  .home-content-container .home-hero .hero-world {
    width: 80vw;
    height: 80vw;
  }

  .home-content-container
    .home-hero
    .hero-world
    > span:nth-child(1)
    > span:nth-child(1) {
    background-position: -70.5vw 44vw;
  }

  .home-content-container .home-hero .hero-world:before {
  }

  .home-hero .hero-brands {
    display: block;
    margin-top: 90px;
  }

  .home-hero .hero-brands > span {
    font-size: 10vw;
  }

  .home-hero .hero-brands ul {
    margin: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 10px;
  }

  .home-hero .hero-brands ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }

  .home-hero .hero-brands ul li a > span {
    font-size: 4vw;
  }

  .home-hero .hero-brands ul li a svg {
    display: none;
  }

  .home-hero .hero-brands .default-btn > span:nth-child(1) {
    min-width: 50px;
    height: 50px;
  }

  .home-hero .hero-brands .default-btn > span:nth-child(1) svg {
    width: 13px;
  }

  .home-hero .hero-brands .default-btn > span:nth-child(2) {
    margin-left: 12px;
    font-size: 16px;
  }

  .home-content-container .home-hero-sticky {
    padding: 210px 24px 70px;
  }

  .homepage-list.item-list .item-list-title {
    display: block;
    left: 24px;
    top: 140px;
  }

  .home-content-container .home-slide {
    display: block;
    padding-top: 50px;
    margin-bottom: 0;
  }

  .home-content-container .home-slide .home-slide-swiper-img {
    max-width: 100%;
    height: 101vw;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-wrapper
    .swiper-slide
    .slide-img {
    height: 60vw;
  }

  .home-content-container .home-slide .home-slide-swiper-img:before {
    top: -10px;
    width: 40vw;
    right: 40px;
  }

  .home-content-container .home-slide .home-slide-swiper-img .swiper-fraction {
    bottom: 23vw;
    right: 57px;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-fraction
    > span:nth-child(1) {
    font-size: 13vw;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-fraction
    > span:nth-child(2) {
    font-size: 5vw;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-pagination {
    top: calc(100% - 32vw);
    gap: 16px;
    right: 7px;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-img
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  .home-content-container .home-content {
    display: block;
    margin-top: 30px;
  }

  .home-content-container .home-slide .home-slide-swiper-text {
    margin-right: 0;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .home-content-container
    .home-slide
    .home-slide-swiper-text
    .swiper-wrapper
    .swiper-slide
    p {
    font-size: 7vw;
  }

  .home-content-container .home-content .content-left {
    max-width: 65%;
    margin: 0 auto;
  }

  .home-content-container .home-content .content-left .content-img {
    height: 85vw;
  }

  .home-content-container .home-content .content-left .content-menu ul {
    gap: 24px 8px;
  }

  .home-content-container .home-content .content-right {
    margin-top: 90px;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .default-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .default-btn
    span:nth-child(1) {
    margin-top: 0;
    margin-left: 20px;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .default-btn
    span:nth-child(2) {
    max-width: inherit;
  }

  .home-content-container
    .home-content
    .content-right
    .content-row
    .content-title {
    margin-top: 50px;
    font-size: 9vw;
  }

  .home-content-container .home-content .content-right > p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 1.5;
  }

  .home-content-box.content-box-container {
    left: 24px;
    max-width: initial;
    right: 24px;
    width: auto;
  }

  .homepage-list.item-list .list-container {
    padding-top: 320px;
    padding-bottom: 200px;
  }

  .homepage-list.item-list .item-list-title > span {
    font-size: 40px;
    display: block;
  }

  .homepage-list.item-list .item-list-title .default-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Certificates */
.certificates-list {
  padding: 165px 0 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

.certificates-list .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
}

.certificates-list .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 21vw;
  border: 1px solid #fff0;
  padding: 65px 32px 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.certificates-list .list-item a > span:nth-child(1) {
  display: block;
  font-size: 1.6vw;
  color: #1f1f32;
}

.certificates-list .list-item a > span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2vw;
  color: #1f1f32;
}

.certificates-list .list-item a > span:nth-child(2) svg {
  margin-bottom: 5px;
  margin-right: 10px;
}

.certificates-list .list-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .certificates-list .list-item:hover a {
    border-color: #e30613;
  }

  .certificates-list .list-item:hover a:before {
    width: 95%;
    height: 95%;
  }
}

@media only screen and (max-width: 1199px) {
  .certificates-list {
    padding: 110px 0 150px;
  }

  .certificates-list .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 15px);
    flex: 0 0 calc(33% - 15px);
  }
}

@media only screen and (max-width: 991px) {
  .certificates-list .list-item a {
    padding-top: 50px;
  }

  .certificates-list .list-item a > span:nth-child(1) {
    font-size: 2.3vw;
  }

  .certificates-list .list-item a > span:nth-child(2) {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .certificates-list .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .certificates-list .list-item a {
    height: 40vw;
    padding: 40px 24px 24px;
  }

  .certificates-list .list-item a > span:nth-child(1) {
    font-size: 4vw;
  }

  .certificates-list .list-item a > span:nth-child(2) {
    font-size: 3vw;
  }

  .certificates-list .list-item a > span:nth-child(2) svg {
    height: 4vw;
    width: auto;
  }

  .certificates-list {
    padding: 80px 0 120px;
  }
}

/* Files */
.files-list.certificates-list {
  max-width: 49vw;
  width: 100%;
  margin-top: -480px;
  margin-left: 10.9vw;
  z-index: 1;
}

.files-list.certificates-list .list-item a {
  height: 8.9vw;
  padding: 32px;
}

.files-list.certificates-list .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 15px);
  flex: 0 0 calc(33% - 15px);
}

.files-list.certificates-list .list-item a > span:nth-child(1) {
  font-size: 1.2vw;
}

@media only screen and (max-width: 1470px) {
  .files-list.certificates-list {
    margin-left: 7vw;
  }
}

@media only screen and (max-width: 1199px) {
  .files-list.certificates-list {
    margin-top: -35vw;
  }

  .files-list.certificates-list .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  .files-list.certificates-list .list-item a > span:nth-child(1) {
    font-size: 1.5vw;
  }

  .files-list.certificates-list .list-item a {
    height: 11vw;
  }
}

@media only screen and (max-width: 767px) {
  .files-list.certificates-list {
    margin: 0 24px;
    max-width: initial;
    width: auto;
  }

  .files-list.certificates-list .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }

  .files-list.certificates-list .list-item a {
    padding: 20px;
    height: 110px;
  }

  .files-list.certificates-list .list-item a > span:nth-child(1) {
    font-size: 15px;
  }
}

/* Brands */
.item-list {
  position: relative;
  padding-top: 54vw;
  margin-top: -54vw;
  overflow: hidden;
}

.item-list .list-container {
  overflow: hidden;
  padding: 300px 155px;
}

.item-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.item-list .list-item > svg {
  position: absolute;
  bottom: -33vw;
  left: -7vw;
  width: calc(100% + 17.8vw);
  pointer-events: none;
}

.item-list .list-item:nth-child(odd) > svg {
  opacity: 0;
}

.item-list .list-item > span {
  font-weight: 600;
  font-size: 5vw;
  color: #e30613;
  position: absolute;
  bottom: 1vw;
  right: 2.6vw;
}

.item-list .list-item .item-img {
  width: 100%;
  max-width: 48.4vw;
  height: 40.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.item-list .list-item .item-img .img {
  width: 90%;
  height: 85%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.item-list .list-item .item-img .img-bg {
  position: absolute;
  top: 20px;
  right: 0;
  width: 90%;
  height: 85%;
  background: #1d1d1b;
  z-index: -1;
}

.item-list .list-item .item-content {
  max-width: 18.4vw;
  margin-left: 12.6vw;
  margin-top: 20px;
  position: relative;
  height: 20vw;
}

.item-list .list-item .item-content > span {
  font-size: 40px;
  color: #e30613;
  display: block;
  width: 80%;
}

.item-list .list-item .item-content p {
  font-size: 1.2vw;
  line-height: 1.2;
  color: #4a4a49;
  margin-top: 1.6vw;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-list .list-item .item-content > a {
  width: 4.2vw;
  height: 4.2vw;
  border: 2px solid #4a4a49;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.8vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.item-list .list-item .item-content > a svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: auto;
  height: 1.2vw;
}

.item-list .list-item .item-content > a svg line,
.item-list .list-item .item-content > a svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.item-list .list-item + .list-item {
  margin-top: 23.6vw;
}

.item-list .list-item:nth-child(odd):before {
}

.item-list .list-item .item-content:before {
  content: "";
  position: absolute;
  top: -324px;
  left: -60px;
  bottom: -354px;
  width: 1px;
  background: #fff0;
}

.item-list:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100vw;
  right: -241vw;
  height: 1px;
  background: #c6c6c6;
  -webkit-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
  z-index: -1;
  pointer-events: none;
}

.item-list .list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.item-list .list-item:nth-child(even) .item-img .img {
  margin-left: auto;
  margin-bottom: auto;
}

.item-list .list-item:nth-child(even) .item-img .img-bg {
  top: auto;
  left: 0;
}

.item-list .list-item:nth-child(even) > span {
  top: -20px;
  left: 50px;
  bottom: auto;
  right: auto;
}

.item-list .list-item:nth-child(even) .item-content > span {
  margin-left: auto;
}

.item-list .list-item:nth-child(even) .item-content > a {
  margin-left: auto;
}

.item-list .list-item:nth-child(even) .item-content > a svg {
}

.item-list .list-item:nth-child(even) .item-content {
  margin-left: 0;
  margin-right: 9vw;
}

.item-list .list-item:nth-child(even) .item-content:before {
  left: auto;
  right: -60px;
}

.item-list .list-item:nth-child(1):before {
}

@media (hover: hover) {
  .item-list .list-item .item-content > a:hover {
    background: #e30613;
    border-color: #e30613;
  }

  .item-list .list-item .item-content > a:hover svg line,
  .item-list .list-item .item-content > a:hover svg path {
    stroke: #fff;
  }
}

@media only screen and (max-width: 1750px) {
  .item-list .list-item .item-content {
    margin-left: 13vw;
  }

  .item-list .list-item > svg {
    bottom: -39vw;
    left: -12vw;
    width: calc(100% + 28.8vw);
  }
}

@media only screen and (max-width: 1650px) {
  .item-list .list-item > svg {
    bottom: -49vw;
  }
}

@media only screen and (max-width: 1500px) {
  .item-list .list-item > svg {
    bottom: -55vw;
  }

  .item-list .list-container {
    padding: 200px 155px;
  }
}

@media only screen and (max-width: 1450px) {
  .item-list .list-item > svg {
    top: auto;
    bottom: -59vw;
  }
}

@media only screen and (max-width: 1400px) {
  .item-list .list-item > svg {
    bottom: -62vw;
  }
}

@media only screen and (max-width: 1199px) {
  .item-list .list-item > svg {
    bottom: -103vw;
  }

  .item-list .list-container {
    padding: 200px 100px;
  }

  .item-list .list-item .item-content > span {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 991px) {
  .item-list .list-item > svg {
    bottom: calc(-100% - 111vw);
  }

  .item-list .list-item:nth-child(even) .item-content {
    margin-left: 3vw;
  }
}

@media only screen and (max-width: 991px) {
  .item-list .list-container {
    padding: 100px 24px 320px;
  }

  .item-list .list-item {
    display: block;
  }

  .item-list .list-item .item-img {
    max-width: 100%;
    height: 78vw;
    margin-top: 10vw;
  }

  .item-list .list-item .item-content {
    max-width: 80%;
    margin: 14vw auto;
    text-align: left;
  }

  .item-list .list-item .item-content > span {
    font-size: 7vw;
    margin: 0 !important;
  }

  .item-list .list-item .item-content p {
    font-size: 4vw;
    margin-top: 7vw;
  }

  .item-list .list-item + .list-item {
    margin-top: 70vw;
  }

  .item-list .list-item .item-content > a {
    width: 10vw;
    height: 10vw;
    margin-top: 6vw;
    margin-left: 0 !important;
  }

  .item-list .list-item .item-content > a svg {
    height: 3vw;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .item-list .list-item > span {
    top: -10vw !important;
    right: auto !important;
    left: 0 !important;
    bottom: auto;
    font-size: 12vw;
  }

  .item-list .list-item:nth-child(even) .item-img .img {
    margin: 0;
  }

  .item-list .list-item:nth-child(even) .item-img .img-bg {
    top: 20px;
    left: auto;
  }

  .item-list:before {
    visibility: hidden;
  }
}

/* History */
.history-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 125px 155px 0;
  position: relative;
}

.history-content > p {
  font-size: 3.6vw;
  color: #4a4a49;
  max-width: 42vw;
}

.history-content > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 5vw;
  text-align: center;
  color: #e30613;
}

.history-content > span svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 7vw;
  margin-bottom: -1.1vw;
  width: auto;
  height: 13.6vw;
}

.item-list-history.item-list:before {
  display: none;
}

.item-list-history.item-list .list-item:first-child .item-content svg {
  -webkit-transform: translate(125%, 0px);
  -ms-transform: translate(125%, 0px);
  transform: translate(125%, 0px);
  height: 70vw;
  top: -24vw;
}

.item-list-history.item-list .list-item .item-content {
  max-width: 23vw;
  height: auto;
  margin-left: 0;
  margin-right: 10vw;
  margin-top: 0;
  text-align: right;
}

.item-list-history.item-list .list-item .item-content svg {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(65%, 0px);
  -ms-transform: translate(65%, 0px);
  transform: translate(65%, 0px);
  width: auto;
  height: 50vw;
}

.item-list-history.item-list .list-item:nth-child(even) .item-content svg {
  left: 0;
  -webkit-transform: translate(-65%, 0px);
  -ms-transform: translate(-65%, 0px);
  transform: translate(-65%, 0px);
}

.item-list-history.item-list .list-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.item-list-history.item-list .list-item .item-content > span {
  width: 100%;
}

.item-list-history.item-list .list-item .item-content > span > span {
  color: #4a4a49;
}

.item-list-history.item-list .list-item .item-content p {
  width: 90%;
  margin-left: auto;
}

.item-list-history.item-list .list-item .item-img .img {
  margin-left: auto;
  margin-bottom: auto;
}

.item-list-history.item-list .list-item .item-img .img-bg {
  top: auto;
  left: 0;
}

.item-list-history.item-list .list-item > span {
  top: 0;
  left: 70px;
  right: auto;
  bottom: auto;
}

.item-list-history.item-list .list-item + .list-item {
  margin-top: 19vw;
}

.item-list-history.item-list .list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.item-list-history.item-list .list-item:nth-child(even) .item-content {
  margin-right: 0;
  margin-left: 10vw;
  text-align: left;
}

.item-list-history.item-list .list-item:nth-child(even) .item-content p {
  margin-left: 0;
}

.item-list-history.item-list .list-item:nth-child(even) .item-img .img {
  margin-left: 0;
  margin-bottom: auto;
}

.item-list-history.item-list .list-item:nth-child(even) .item-img .img-bg {
  background: #e30613;
  left: auto;
}

.item-list-history.item-list .list-item:nth-child(even) > span {
  right: -10px;
  left: auto;
  color: #1d1d1b;
}

@media only screen and (max-width: 1199px) {
  .history-content {
    padding: 125px 100px 0;
  }
}

@media only screen and (max-width: 991px) {
  .history-content {
    padding: 125px 60px 0;
  }

  .history-content > span {
    font-size: 8vw;
  }

  .item-list-history.item-list .list-container {
    padding: 0 50px;
  }

  .item-list-history.item-list {
    margin-top: 170px;
    padding-top: 0;
  }

  .item-list-history.item-list .list-item > span {
    top: -15vw !important;
  }

  .item-list .list-item .item-img {
    margin-top: 15vw;
  }

  .item-list-history.item-list .list-item .item-content {
    max-width: 80%;
    text-align: left;
    margin-top: 70px;
  }

  .item-list-history.item-list .list-item .item-content p {
    margin-left: 0;
  }

  .item-list-history.item-list .list-item + .list-item {
    margin-top: 30vw;
  }

  .item-list-history.item-list .list-item:nth-child(even) .item-content {
    margin-left: 0;
  }

  .item-list-history.item-list .list-item .item-content svg {
    display: none;
  }

  .item-list-history.item-list .list-item:nth-child(even) .item-img .img {
    margin-left: auto;
  }

  .item-list-history.item-list .list-item:nth-child(even) .item-img .img-bg {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .item-list-history.item-list .list-item + .list-item {
    margin-top: 130px;
  }

  .item-list-history.item-list {
    padding-bottom: 60px;
    margin-top: 110px;
  }

  .item-list-history.item-list .list-container {
    padding: 0 24px;
  }

  .item-list-history.item-list .list-item .item-content {
    margin-top: 50px;
  }

  .history-content {
    padding: 125px 24px 0;
    display: block;
  }

  .history-content > p {
    max-width: 100%;
    font-size: 8vw;
  }

  .history-content > span {
    margin-top: 10vw;
    font-size: 12vw;
  }

  .history-content > span svg {
    display: none;
  }
}

/* Contact Info Section */
.contact-info {
  max-width: 1500px;
  margin: 0 auto 350px;
  padding: 0 100px;
  position: relative;
}

.contact-info
  .contact-content-row
  .contact-content
  .content-buttons
  .btn-item
  + .btn-item {
  margin-left: 30px;
}

.contact-info .contact-title {
  font-size: 73px;
  color: #e30613;
}

.contact-info > p {
  margin-top: 45px;
  font-size: 24px;
  color: #4a4a49;
}

.contact-info .contact-content-row {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px;
  background: #ffffff;
}

.contact-info .contact-content-row .contact-content {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
  padding: 32px;
}

.contact-info .contact-content-row .contact-content .contact-title {
  font-size: 16px;
  margin-bottom: 65px;
}

.contact-info .contact-content-row .contact-content > span {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #1f1f32;
}

.contact-info .contact-content-row .contact-content p {
  font-size: 21px;
  color: #1f1f32;
  margin-top: 40px;
  max-width: 260px;
}

.contact-info .contact-content-row .contact-content > a {
  font-weight: bold;
  font-size: 48px;
  color: #1f1f32;
  display: inline-block;
  margin-top: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-info .contact-content-row .contact-content .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.contact-info .contact-content-row .contact-content .content-buttons .btn-item {
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background: #f7f6f4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-info
  .contact-content-row
  .contact-content
  .content-buttons
  .btn-item
  span {
  font-size: 14px;
  margin-bottom: -3px;
  display: block;
  color: #4a4a49;
  margin-right: 13px;
}

.contact-info
  .contact-content-row
  .contact-content
  .content-buttons
  .btn-item.btn-item-red {
  background: #e30613;
}

.contact-info
  .contact-content-row
  .contact-content
  .content-buttons
  .btn-item-red
  span {
  color: #fff;
  margin-left: 13px;
}

.contact-info .contact-content-row .contact-map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info .contact-content-row .contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media (hover: hover) {
  .contact-info .contact-content-row .contact-content > a:hover {
    color: #e30613;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 1600px) {
  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item
    + .btn-item {
    margin-left: 20px;
  }

  .contact-info .contact-content-row .contact-map {
    -webkit-box-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-info .contact-content-row .contact-content > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact-info .contact-content-row .contact-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact-info .contact-title {
    font-size: 6vw;
  }

  .contact-info > p {
    margin-top: 4vw;
    font-size: 2vw;
  }

  .contact-info .contact-content-row {
    margin-top: 8vw;
  }

  .contact-info {
    margin-bottom: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info {
    padding: 0 60px;
  }

  .contact-info .contact-content-row .contact-content > a {
    font-size: 5vw;
  }

  .contact-info .contact-content-row .contact-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info {
    padding: 0 24px;
    margin-bottom: 120px;
  }

  .contact-info .contact-content-row .contact-content .content-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2px;
  }

  .contact-info .contact-content-row {
    display: block;
    padding: 24px;
    margin-top: 12vw;
  }

  .contact-info .contact-content-row .contact-content {
    padding: 16px;
    margin-bottom: 24px;
  }

  .contact-info .contact-content-row .contact-content > span {
    font-size: 22px;
  }

  .contact-info .contact-content-row .contact-content p {
    font-size: 16px;
    margin-top: 20px;
  }

  .contact-info .contact-content-row .contact-content > a {
    font-size: 6vw;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item
    + .btn-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item
    svg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    min-width: 20px;
    height: 20px;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item
    span {
    margin-right: 0;
    margin-left: 8px;
  }

  .contact-info .contact-title {
    font-size: 10vw;
  }

  .contact-info > p {
    font-size: 5vw;
    margin-top: 7vw;
  }

  .contact-info .contact-content-row .contact-content .contact-title {
    margin-bottom: 32px;
  }

  .contact-info .contact-content-row .contact-map iframe {
  }

  .contact-info .contact-content-row .contact-map > a {
    display: none;
  }

  .contact-info .contact-content-row .contact-map > a {
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item.btn-item-red {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    /* margin: 10px -16px -40px; */
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item
    span {
    font-size: 5.5vw;
    font-weight: bold;
    color: #1f1f32;
    margin: 0;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item
    svg {
    display: none;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item {
    background: no-repeat;
    display: block;
    padding: 0;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item.btn-item-red
    span {
    font-weight: normal;
    color: #fff;
    font-size: 19px;
    margin-left: 6px;
    margin-bottom: -3px;
  }

  .contact-info
    .contact-content-row
    .contact-content
    .content-buttons
    .btn-item.btn-item-red
    svg {
    display: block;
  }
}

/* Default Content */
.default-content {
  margin-bottom: 150px;
  margin-top: 100px;
  position: relative;
}

.default-content p {
  font-size: 3.9vw;
  color: #1d1d1b;
  max-width: 38vw;
  margin-left: 11.8vw;
}

@media only screen and (max-width: 1470px) {
  .default-content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .default-content {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .default-content {
    margin-top: 150px;
  }

  .default-content p {
    font-size: 5vw;
    max-width: 60vw;
  }
}

@media only screen and (max-width: 767px) {
  .default-content p {
    max-width: initial;
    margin: 0 24px;
    font-size: 8vw;
  }

  .default-content {
    margin: 100px 0;
  }
}

/* Services Slide */
.services-slide {
  margin: 0 150px -130px;
  position: relative;
  z-index: 2;
}

.services-slide .slide-content {
  max-width: 660px;
  margin-left: auto;
  margin-bottom: 100px;
}

.services-slide .slide-content > span {
  font-size: 3.9vw;
  color: #e30613;
}

.services-slide .slide-content > p {
  font-size: 24px;
  color: #4a4a49;
  margin-top: 40px;
}

.services-slide .slide-buttons .slide-btn-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.services-slide .slide-buttons span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #e30613;
  border-radius: 100%;
  z-index: 1;
}

.services-slide .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}

.services-slide .swiper .swiper-wrapper .swiper-slide span {
  font-size: 24px;
  color: #1f1f32;
  display: block;
  padding: 32px;
  background: #fff;
}

.services-slide .slide-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
}

.services-slide .slide-buttons .slide-btn {
  padding: 5px;
  cursor: pointer;
}

.services-slide .slide-buttons span {
  display: block;
  width: 90px;
  height: 1px;
  background: #4a4a49;
  margin: 0 8px 4px;
  position: relative;
}

.about-services-slide.services-slide {
  margin-bottom: 0;
}

@media only screen and (max-width: 1370px) {
  .services-slide {
    margin: 110px 120px -130px;
  }
}

@media only screen and (max-width: 1199px) {
  .services-slide {
    margin: 110px 80px -130px;
  }
}

@media only screen and (max-width: 991px) {
  .services-slide .swiper .swiper-wrapper .swiper-slide span {
    font-size: 18px;
    padding: 24px;
  }

  .services-slide .slide-content > span {
    font-size: 6vw;
  }
}

@media only screen and (max-width: 767px) {
  .services-slide {
    margin: 90px 24px -90px;
  }

  .services-slide .swiper .swiper-wrapper .swiper-slide span {
    font-size: 16px;
    padding: 16px;
  }

  .services-slide .slide-buttons {
    margin-top: 30px;
  }

  .services-slide .slide-content > span {
    font-size: 9vw;
  }

  .services-slide .slide-content > p {
    font-size: 19px;
    margin-top: 20px;
  }

  .services-slide .slide-content {
    margin-bottom: 60px;
  }
}

/* Default Content Slide Info */
.default-content-slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  margin: 0 180px -70px;
  z-index: 2;
}

.default-content-slide-info .info-item {
  padding: 32px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.default-content-slide-info .info-item > span:nth-child(1) {
  display: block;
  font-size: 73px;
  color: #e30613;
}

.default-content-slide-info .info-item > span:nth-child(2) {
  display: block;
  font-size: 24px;
  color: #1f1f32;
  margin-top: 14px;
}

@media only screen and (max-width: 1199px) {
  .default-content-slide-info {
    margin: 0 70px -70px;
  }

  .default-content-slide-info .info-item > span:nth-child(1) {
    font-size: 50px;
  }

  .default-content-slide-info .info-item > span:nth-child(2) {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .default-content-slide-info {
    gap: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .default-content-slide-info {
    margin: 0 0 -70px;
    padding: 24px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .default-content-slide-info .info-item > span:nth-child(1) {
    font-size: 32px;
  }

  .default-content-slide-info .info-item > span:nth-child(2) {
    font-size: 15px;
    margin-top: 8px;
    white-space: nowrap;
  }

  .default-content-slide-info .info-item {
    padding: 24px 32px;
  }
}

/* Default Content Slide */
.default-content-slide {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.default-content-slide .content-slide-row {
  padding: 220px 160px 0;
  position: relative;
}

.default-content-slide .content-slide-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #1d1d1b;
  height: 625px;
}

.default-content-slide
  .content-slide-row
  .slide-buttons
  .slide-btn.slide-btn-next {
  margin-left: 16px;
}

.default-content-slide
  .content-slide-row
  .slide-buttons
  .slide-btn.slide-btn-next
  svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-content {
  max-width: 520px;
  margin-top: 60px;
  margin-right: 50px;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-content
  .slide-title {
  font-weight: 500;
  font-size: 40px;
  color: #f7f6f4;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-content
  .slide-title
  span {
  color: #e30613;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-content
  p {
  font-size: 24px;
  line-height: 1.4;
  color: #c6c6c6;
  margin-top: 40px;
  overflow-y: auto;
  max-height: 150px;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  opacity: 0;
  -webkit-transition: 0.6s 0.2s;
  -o-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-images {
  width: 48.4vw;
  height: 41.4vw;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-images
  .img-item {
  width: 90%;
  height: 89%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: translate(2vw, 2vw);
  -ms-transform: translate(2vw, 2vw);
  transform: translate(2vw, 2vw);
  -webkit-transition: 0.6s 0.5s;
  -o-transition: 0.6s 0.5s;
  transition: 0.6s 0.5s;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-images
  span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 89%;
  height: 89%;
  background: #e30613;
  z-index: -1;
  -webkit-transform: translate(-2.8vw, -2.5vw);
  -ms-transform: translate(-2.8vw, -2.5vw);
  transform: translate(-2.8vw, -2.5vw);
  -webkit-transition: 0.6s 0.5s;
  -o-transition: 0.6s 0.5s;
  transition: 0.6s 0.5s;
}

.default-content-slide .content-slide-row .slide-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 35.7vw;
}

.default-content-slide .content-slide-row .slide-buttons .slide-btn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #1d1d1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.default-content-slide .content-slide-row .slide-buttons .slide-btn.swiper-button-disabled {
    background: #8F8F8E !important;
    cursor: no-drop;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide-active
  .slide-content
  .slide-title {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide-active
  .slide-content
  p {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide-active
  .slide-images
  .img-item {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide-active
  .slide-images
  span {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.default-content-slide
  .content-slide-row
  .swiper
  .swiper-wrapper
  .swiper-slide-active
  .slide-images {
  opacity: 1;
}

.default-content-slide.no-service-slide .content-slide-row {
    padding-top: 100px;
}

.default-content-slide .content-slide-row .swiper .swiper-wrapper .swiper-slide .slide-images.no-content {
    width: 95%;
    margin: 0 auto;
}

.default-content-slide .content-slide-row .swiper .swiper-wrapper .swiper-slide .slide-images.no-content .img-item {
    width: 97%;
    height: 95%;
}


@media (hover: hover) {
  .default-content-slide .content-slide-row .slide-buttons .slide-btn:hover {
    background: #e30613;
  }
}

@media only screen and (max-width: 1550px) {
  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-content
    .slide-title {
    font-size: 35px;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-content
    p {
    font-size: 20px;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-content {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1370px) {
  .default-content-slide .content-slide-row {
    padding: 220px 110px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .default-content-slide .content-slide-row {
    padding: 220px 70px 0;
  }

  .default-content-slide .content-slide-row:before {
    height: 580px;
  }

  .default-content-slide .content-slide-row .slide-buttons {
  }
}

@media only screen and (max-width: 991px) {
  .default-content-slide .content-slide-row {
    padding: 150px 70px 0;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide {
    display: block;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-content {
    max-width: 100%;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-content
    .slide-title {
    max-width: 400px;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-images {
    width: 100%;
    height: 70vw;
    margin-top: 80px;
  }

  .default-content-slide .content-slide-row .slide-buttons {
    position: relative;
    top: 0;
    margin-top: 40px;
  }

  .default-content-slide .content-slide-row:before {
    height: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .default-content-slide .content-slide-row {
    padding: 90px 24px 0;
  }
.default-content-slide.no-service-slide .content-slide-row {
    padding-top: 50px;
}

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-content
    p {
    max-height: initial;
    overflow: initial;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-content {
    margin-right: 0;
  }

  .default-content-slide
    .content-slide-row
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-images {
    margin-top: 60px;
  }

  .default-content-slide .content-slide-row .slide-buttons .slide-btn {
    width: 70px;
    height: 70px;
  }

  .default-content-slide .content-slide-row .slide-buttons .slide-btn svg {
    height: 20px;
    width: auto;
  }

  .default-content-slide .content-slide-row:before {
    height: 70%;
  }
}

/* Career */
.career-container {
  position: relative;
  max-width: 1335px;
  padding: 0 100px;
  margin: 0 auto 230px;
}

.career-container .list-title {
  font-size: 3.9vw;
  color: #e30613;
  font-weight: 600;
}

.career-container p {
  font-size: 24px;
  color: #4a4a49;
  margin-top: 40px;
}

.career-container .career-list {
  margin-top: 100px;
}

.career-container .career-list .list-item {
  display: block;
}

.career-container .career-list .list-item-container {
  width: calc(100% - (64px * 2));
  min-height: 240px;
  background: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 64px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.career-container .career-list .list-item + .list-item {
  margin-top: 64px;
}

.career-container .career-list .list-item .item-content > span {
  font-weight: 500;
  font-size: 32px;
  color: #222;
  display: block;
}

.career-container .career-list .list-item .item-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin-top: 25px;
}

.career-container .career-list .list-item .item-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-container .career-list .list-item .item-content ul li span {
  font-size: 16px;
  color: #4a4a49;
  margin-left: 6px;
  margin-bottom: -6px;
}

.career-container .career-list .list-item .item-btn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 3px solid #1f1f32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.career-container .career-list .list-item .item-btn svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.career-container .career-list .list-item .item-btn svg * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .career-container .career-list .list-item:hover .list-item-container {
    border-color: #e30812;
  }

  .career-container .career-list .list-item:hover .item-btn {
    border-color: #e30812;
    background: #e30812;
  }

  .career-container .career-list .list-item:hover .item-btn svg * {
    stroke: #fff;
  }
}

@media only screen and (max-width: 1470px) {
  .career-container {
    max-width: 80%;
  }

  .career-container .career-list .list-item-container {
    min-height: 190px;
  }

  .career-container .career-list .list-item .item-content > span {
    font-size: 24px;
  }

  .career-container .career-list .list-item .item-btn {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .career-container .list-title {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 991px) {
  .career-container .career-list .list-item-container {
    width: auto;
    padding: 20px 30px;
    min-height: 130px;
  }

  .career-container .career-list .list-item .item-content > span {
    font-size: 20px;
  }

  .career-container .career-list .list-item .item-content ul li svg {
    width: auto;
    height: 24px;
  }

  .career-container .career-list .list-item .item-content ul li span {
    font-size: 14px;
  }

  .career-container .career-list .list-item .item-content ul {
    margin-top: 12px;
    gap: 24px;
  }

  .career-container .career-list .list-item .item-btn {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }

  .career-container .career-list .list-item .item-btn svg {
    width: auto;
    height: 16px;
  }

  .career-container .career-list .list-item + .list-item {
    margin-top: 20px;
  }

  .career-container p {
    font-size: 17px;
    margin-top: 20px;
  }

  .career-container .career-list {
    margin-top: 60px;
  }

  .career-container {
    margin-bottom: 130px;
    max-width: initial;
    padding: 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .career-container {
    padding: 0 24px;
    margin-top: 90px;
    margin-bottom: 100px;
  }

  .career-container .list-title {
    font-size: 10vw;
  }

  .career-container .career-list .list-item-container {
    padding: 20px 24px;
    min-height: 140px;
  }

  .career-container .career-list .list-item .item-btn {
    border-width: 1px;
    width: 40px;
    height: 40px;
  }

  .career-container .career-list .list-item-container .item-content {
    -webkit-box-flex: 0.9;
    -ms-flex: 0.9;
    flex: 0.9;
  }

  .career-container .career-list .list-item .item-btn svg {
    height: 12px;
  }

  .career-container .career-list .list-item .item-content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }

  .career-container .career-list {
    margin-top: 40px;
  }
}

/* Policies */
.policies-section {
  padding: 220px 155px 300px;
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-container
  > span:nth-child(2) {
  font-weight: 500;
  font-size: 2.5vw;
  color: #1f1f32;
  line-height: 1.3;
  display: block;
  max-width: 80%;
  margin-top: 32px;
}

.policies-section
  .policies-container
  .slide-item
  .swiper-pagination
  span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #c6c6c6;
}

.policies-section
  .policies-container
  .slide-item
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 65px;
  background: #e30613;
}

.policies-section .title {
  font-weight: 600;
  font-size: 73px;
  color: #e30613;
  text-align: center;
}

.policies-section p {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #4a4a49;
}

.policies-section .policies-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 16px;
  margin-top: 100px;
}

.policies-section .policies-container .slide-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 8px);
  flex: 0 0 calc(33% - 8px);
  overflow: hidden;
}

.policies-section .policies-container .slide-item .swiper {
  height: calc(100% - 50px);
}

.policies-section .policies-container .slide-item .swiper .swiper-wrapper {
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide {
  background: #fff;
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-container {
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  .slide-container
  > span:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  color: #1f1f32;
  display: block;
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e30613;
  border: 1px solid #e30613;
  font-size: 14px;
  color: #fff;
  min-height: 41px;
  padding: 8px 32px;
  margin-top: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  a
  > span {
  display: block;
  margin-right: 8px;
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  a
  svg {
  margin-top: -2px;
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  a
  svg
  g {
}

.policies-section
  .policies-container
  .slide-item
  .swiper
  .swiper-wrapper
  .swiper-slide
  a
  svg
  g
  path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.policies-section .policies-container .slide-item .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 32px;
}

@media (hover: hover) {
  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    a:hover {
    background: #fff;
    color: #e30613;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    a:hover
    svg
    path {
    stroke: #e30613;
  }
}

@media only screen and (max-width: 1470px) {
  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-container
    > span:nth-child(2) {
    max-width: 100%;
    font-size: 2.4vw;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-container {
    padding: 50px;
  }

  .policies-section .title {
    font-size: 60px;
  }

  .policies-section p {
    font-size: 20px;
  }

  .policies-section .policies-container {
    margin-top: 70px;
  }

  .policies-section {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 1199px) {
  .policies-section {
    padding: 220px 100px 200px;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-container {
    padding: 30px;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    a {
    padding: 8px 16px;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    a
    svg {
    width: auto;
    height: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .policies-section .title {
    font-size: 50px;
  }

  .policies-section {
    padding: 220px 60px 200px;
  }

  .policies-section .policies-container .slide-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 8px);
    flex: 1 0 calc(50% - 8px);
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-container
    > span:nth-child(2) {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .policies-section .title {
    font-size: 10vw;
  }

  .policies-section {
    padding: 100px 24px 110px;
  }

  .policies-section p {
    font-size: 3.7vw;
    max-width: 70%;
    margin: 20px auto 0;
  }

  .policies-section .policies-container .slide-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .policies-section .policies-container {
    margin-top: 50px;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-container
    > span:nth-child(1) {
    font-size: 24px;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    .slide-container
    > span:nth-child(2) {
    font-size: 24px;
    margin-top: 14px;
  }

  .policies-section
    .policies-container
    .slide-item
    .swiper
    .swiper-wrapper
    .swiper-slide
    a {
    margin-top: 24px;
    min-height: 32px;
  }
}

/* VM Container */
.vm-container {
  padding: 70px 220px;
  position: relative;
}

.vm-container .vm-item {
  max-width: 530px;
}

.vm-container .vm-item p {
  font-size: 24px;
  line-height: 1.3;
  color: #4a4a49;
  margin-top: 32px;
}

.vm-container .vm-item > span {
  display: block;
  font-size: 73px;
  color: #e30613;
}

.vm-container .vm-item > a {
  margin-top: 32px;
  text-decoration: underline;
  font-size: 16px;
  color: #e30613;
  display: inline-block;
}

.vm-container .vm-item:nth-child(2) {
  margin-left: auto;
}

.vm-container > svg {
  position: absolute;
  bottom: -80%;
  left: 0;
  width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 1650px) {
  .vm-container {
    padding: 70px 10vw;
  }

  .vm-container .vm-item > span {
    font-size: 4vw;
  }

  .vm-container .vm-item p {
    font-size: 1.3vw;
  }

  .vm-container .vm-item {
    max-width: 30vw;
  }
}

@media only screen and (max-width: 1199px) {
  .vm-container > svg {
    bottom: -120%;
  }
}

@media only screen and (max-width: 991px) {
  .vm-container > svg {
    bottom: -140%;
  }
}

@media only screen and (max-width: 767px) {
  .vm-container {
    padding: 0px 24px 30px;
  }

  .vm-container .vm-item > span {
    font-size: 9vw;
  }

  .vm-container .vm-item {
    max-width: 70vw;
  }

  .vm-container .vm-item:nth-child(2) {
    margin-top: 30vw;
    margin-left: 0;
  }

  .vm-container .vm-item p {
    font-size: 4vw;
  }

  .vm-container > svg {
    bottom: calc(-100% - 150px);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
  }
}

/* Footer Top */
footer {
  position: relative;
}

footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 160px 0 290px;
  position: relative;
}

footer .footer-info .default-btn {
  margin-bottom: 40px;
  margin-right: 24px;
  position: relative;
}

footer .footer-info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d1d1b;
}

footer .footer-info .content-box-container {
  margin: 0;
}

footer .footer-top {
  background: #1d1d1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 290px;
}

footer .footer-top .footer-content {
  max-width: 610px;
}

footer .footer-top .footer-content .footer-title {
  font-size: 60px;
  color: #f7f6f4;
  line-height: 1.3;
  font-weight: 600;
}

footer .footer-top .footer-content .footer-form {
  margin-top: 70px;
  height: 80px;
  background: #fff;
  position: relative;
  width: 87%;
}

footer .footer-top .footer-content .footer-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

footer .footer-top .footer-content .footer-form form input {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #000;
  padding: 0px 35px;
  margin-bottom: -4px;
}

footer .footer-top .footer-content .footer-form form .footer-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer
  .footer-top
  .footer-content
  .footer-form
  form
  .footer-form-buttons
  button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
}

footer
  .footer-top
  .footer-content
  .footer-form
  form
  .footer-form-buttons
  button
  svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer
  .footer-top
  .footer-content
  .footer-form
  form
  .footer-form-buttons
  button
  + button {
  border-left: 1px solid rgb(0 0 0 / 20%);
}

footer .footer-top .footer-content .footer-form:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #e30613;
}

footer .footer-top .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

footer .footer-top .footer-menu ul + ul {
  margin-left: 50px;
}

footer .footer-top .footer-menu ul li + li {
  margin-top: 35px;
}

footer .footer-top .footer-menu ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #c6c6c6;
}

footer .footer-top .footer-menu ul li a span {
  display: inline-block;
}

footer .footer-top .footer-menu ul li a svg {
  -webkit-transform: translate(-10px, 0px) rotate(180deg);
  -ms-transform: translate(-10px, 0px) rotate(180deg);
  transform: translate(-10px, 0px) rotate(180deg);
  margin-left: 20px;
  margin-top: -4px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-top .footer-menu ul li .footer-menu-title {
  font-size: 32px;
  color: #f7f6f4;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Footer Bottom */
footer .footer-bottom {
  padding: 22px 290px 18px;
  background: #f7f6f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}

footer .footer-bottom p {
  font-size: 14px;
  color: #4a4a49;
}

footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-bottom ul li + li {
  margin-left: 6px;
}

footer .footer-bottom ul li > span {
  font-size: 14px;
  color: #4a4a49;
}

footer .footer-bottom ul li a {
  font-size: 14px;
  color: #4a4a49;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer .footer-bottom .footer-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-bottom .footer-signature a span {
  display: inline-block;
  font-size: 14px;
  color: #4a4a49;
  margin-right: 14px;
}

@media (hover: hover) {
  footer .footer-bottom ul li a:hover {
    color: #e30613;
  }

  footer
    .footer-top
    .footer-content
    .footer-form
    form
    .footer-form-buttons
    button:hover
    svg {
    opacity: 0.4;
  }

  footer .footer-top .footer-menu ul li a:hover svg {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
    -ms-transform: translate(0px, 0px) rotate(180deg);
    transform: translate(0px, 0px) rotate(180deg);
    opacity: 1;
  }

  footer
    .footer-top:not(.footer-red)
    .footer-menu
    ul
    li
    a.footer-menu-title:hover {
    color: #e30613;
  }
}

@media only screen and (max-width: 1800px) {
  footer .footer-info {
    padding: 0 160px 0 12vw;
  }

  footer .footer-top {
    padding: 120px 12vw;
  }

  footer .footer-bottom {
    padding: 22px 12vw 18px;
  }
}

@media only screen and (max-width: 1470px) {
  footer .footer-info {
    padding-right: 100px;
  }

  footer .footer-info .default-btn {
    margin-bottom: 1vw;
  }

  footer .footer-top .footer-content .footer-title {
    font-size: 3.5vw;
  }

  footer .footer-top .footer-content {
    max-width: 35vw;
  }

  footer .footer-top .footer-menu ul li .footer-menu-title {
    font-size: 1.9vw;
  }

  footer .footer-top .footer-menu ul li a {
    font-size: 1.3vw;
  }

  footer .footer-top .footer-menu ul li + li {
    margin-top: 2.5vw;
  }

  footer .footer-top .footer-menu ul + ul {
    margin-left: 3vw;
  }

  footer .footer-top .footer-content .footer-form {
    height: 70px;
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 1199px) {
  footer .footer-info .content-box-container {
    max-width: 65%;
  }

  footer .footer-info:before {
    top: 40%;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-info {
    padding-left: 50px;
    padding-right: 50px;
  }

  footer .footer-info:before {
    top: 20%;
  }

  footer .footer-top {
    padding: 70px 50px;
  }

  footer .footer-bottom {
    padding: 22px 50px 18px;
  }

  footer .footer-top .footer-menu ul li a {
    font-size: 2.2vw;
  }

  footer .footer-top .footer-menu ul li .footer-menu-title {
    font-size: 2.45vw;
  }

  footer .footer-top .footer-menu ul li + li {
    margin-top: 3.5vw;
  }

  footer .footer-top .footer-content {
    flex: 0.7;
    max-width: initial;
  }

  footer .footer-top .footer-menu ul + ul {
    margin-left: -2vw;
  }

  footer .footer-top .footer-menu ul:last-child {
    margin-left: 3vw;
  }
  footer .footer-top .footer-menu {
    margin-left: 0;
  }

  footer .footer-top .footer-content .footer-form {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 24px;
  }

  footer .footer-info .content-box-container {
    max-width: 100%;
  }

  footer .footer-info .default-btn {
    display: none;
  }

  footer .footer-info:before {
    top: 40%;
  }

  footer .footer-bottom {
    display: block;
    text-align: center;
    padding: 24px;
  }

  footer .footer-bottom ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
  }

  footer .footer-bottom .footer-signature {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer-top {
    display: block;
    padding: 60px 24px 50px;
  }

  footer .footer-top .footer-content .footer-title {
    font-size: 8vw;
  }

  footer .footer-top .footer-content .footer-form {
    width: 100%;
    margin-top: 7vw;
    height: 60px;
  }

  footer .footer-top .footer-menu {
    margin-left: 0;
    margin-top: 17vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  footer .footer-top .footer-menu ul {
  }

  footer .footer-top .footer-menu ul + ul {
    margin-left: 0;
    margin-top: 0;
  }
footer .footer-top .footer-menu ul:nth-child(2) {
    margin-bottom: -50px;
}

footer .footer-top .footer-menu ul:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}
  footer .footer-top .footer-menu ul:last-child {
    margin-left: 0;
  }
  footer .footer-top .footer-menu ul:nth-child(1) > li:first-child {
    width: 100%;
    margin-bottom: 12px;
  }

  footer .footer-top .footer-menu ul:nth-child(2) li + li {
    margin-top: 0;
    margin-left: 10vw;
  }

  footer .footer-top .footer-menu ul li a {
    font-size: 4vw;
    padding: 5px 2px;
  }
footer .footer-top .footer-menu ul li + li {
    margin-top: 0;
}
  footer .footer-top .footer-menu ul li a svg {
    display: none;
  }

  footer .footer-top .footer-menu ul li .footer-menu-title {
    font-size: 5vw;
  }

  footer .footer-top .footer-menu ul:nth-child(1) {
    gap: 5px 12px;
    grid-area: 1 / 1 / 3 / 2;
    margin-top: 5px;
  }

  footer .footer-top .footer-content .footer-form form input {
    padding: 0 20px;
    font-size: 13px;
  }

  footer
    .footer-top
    .footer-content
    .footer-form
    form
    .footer-form-buttons
    button
    svg {
    height: 14px;
    width: auto;
  }

  footer
    .footer-top
    .footer-content
    .footer-form
    form
    .footer-form-buttons
    button {
    padding: 5px 15px;
  }
}


@media only screen and (max-width: 1366px) {
  .contact-info .contact-content-row {padding: 0;}
  .contact-info .contact-content-row .contact-content .content-buttons .btn-item span {font-size: 12px;}
} 

.contact-info .contact-content-row .contact-content .content-buttons .btn-item.btn-item-red:last-child{
  background: #1f1f32;
}

@media (max-width: 991px) {
  .biltek-signature .biltek-signature-text {
    font-size: 14px !important;
  }
}

.biltek-signature {
    display: flex;
    align-items: center;
    justify-content: center;
}

.biltek-signature .biltek-signature-text {
    color: #383838;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    width: initial;
}

#biltek-signature {
}

.biltek-signature .biltek-signature-text.white {
  color: white !important;
}